==========================================================================
Package: gcc-12-base:arm64
==========================================================================
This is the Debian GNU/Linux prepackaged version of the GNU compiler
collection, containing Ada, C, C++, D, Fortran 95, Go, Objective-C,
Objective-C++, and Modula-2 compilers, documentation, and support
libraries.  In addition, Debian provides the gm2 compiler, either in
the same source package, or built from a separate same source package.
Packaging is done by the Debian GCC Maintainers
<debian-gcc@lists.debian.org>, with sources obtained from:

  ftp://gcc.gnu.org/pub/gcc/releases/  (for full releases)
  svn://gcc.gnu.org/svn/gcc/           (for prereleases)
  ftp://sourceware.org/pub/newlib/     (for newlib)
  git://git.savannah.gnu.org/gm2.git   (for Modula-2)

The current gcc-12 source package is taken from the git gcc-12-branch.

Changes: See changelog.Debian.gz

Debian splits the GNU Compiler Collection into packages for each language,
library, and documentation as follows:

Language       Compiler package  Library package    Documentation
---------------------------------------------------------------------------
Ada            gnat-12          libgnat-12          gnat-12-doc
C              gcc-12                              gcc-12-doc
C++            g++-12           libstdc++6         libstdc++6-12-doc
D              gdc-12
Fortran 95     gfortran-12      libgfortran5       gfortran-12-doc
Go             gccgo-12         libgo0
Objective C    gobjc-12         libobjc4
Objective C++  gobjc++-12
Modula-2       gm2-12           libgm2

For some language run-time libraries, Debian provides source files,
development files, debugging symbols and libraries containing position-
independent code in separate packages:

Language  Sources      Development   Debugging            Position-Independent
------------------------------------------------------------------------------
C++                                  libstdc++6-12-dbg  libstdc++6-12-pic
D         libphobos-12-dev

Additional packages include:

All languages:
libgcc1, libgcc2, libgcc4       GCC intrinsics (platform-dependent)
gcc-12-base                    Base files common to all compilers
gcc-12-soft-float              Software floating point (ARM only)
gcc-12-source                  The sources with patches

Ada:
libgnat-util12-dev, libgnat-util12   GNAT version library

C:
cpp-12, cpp-12-doc            GNU C Preprocessor
libssp0-dev, libssp0            GCC stack smashing protection library
libquadmath0                    Math routines for the __float128 type
fixincludes                     Fix non-ANSI header files

C, C++ and Fortran 95:
libgomp1-dev, libgomp1		GCC OpenMP (GOMP) support library
libitm1-dev, libitm1		GNU Transactional Memory Library

Biarch support: On some 64-bit platforms which can also run 32-bit code,
Debian provides additional packages containing 32-bit versions of some
libraries.  These packages have names beginning with 'lib32' instead of
'lib', for example lib32stdc++6.  Similarly, on some 32-bit platforms which
can also run 64-bit code, Debian provides additional packages with names
beginning with 'lib64' instead of 'lib'.  These packages contain 64-bit
versions of the libraries.  (At this time, not all platforms and not all
libraries support biarch.)  The license terms for these lib32 or lib64
packages are identical to the ones for the lib packages.


COPYRIGHT STATEMENTS AND LICENSING TERMS


GCC is Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019
Free Software Foundation, Inc.

GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.

GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

Files that have exception clauses are licensed under the terms of the
GNU General Public License; either version 3, or (at your option) any
later version.

On Debian GNU/Linux systems, the complete text of the GNU General
Public License is in `/usr/share/common-licenses/GPL', version 3 of this
license in `/usr/share/common-licenses/GPL-3'.

The following runtime libraries are licensed under the terms of the
GNU General Public License (v3 or later) with version 3.1 of the GCC
Runtime Library Exception (included in this file):

 - libgcc (libgcc/, gcc/libgcc2.[ch], gcc/unwind*, gcc/gthr*,
   gcc/coretypes.h, gcc/crtstuff.c, gcc/defaults.h, gcc/dwarf2.h,
   gcc/emults.c, gcc/gbl-ctors.h, gcc/gcov-io.h, gcc/libgcov.c,
   gcc/tsystem.h, gcc/typeclass.h).
 - libatomic
 - libdecnumber
 - libgomp
 - libitm
 - libssp
 - libstdc++-v3
 - libobjc
 - libgfortran
 - The libgnat-12 Ada support library and libgnat-util12 library.
 - Various config files in gcc/config/ used in runtime libraries.
 - libvtv

The libbacktrace library is licensed under the following terms:

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    (1) Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer. 

    (2) Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.  
    
    (3) The name of the author may not be used to
    endorse or promote products derived from this software without
    specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.


The libsanitizer libraries (libasan, liblsan, libtsan, libubsan) are
licensed under the following terms:

Copyright (c) 2009-2019 by the LLVM contributors.

All rights reserved.

Developed by:

    LLVM Team

    University of Illinois at Urbana-Champaign

    http://llvm.org

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

    * Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimers.

    * Redistributions in binary form must reproduce the above copyright notice,
      this list of conditions and the following disclaimers in the
      documentation and/or other materials provided with the distribution.

    * Neither the names of the LLVM Team, University of Illinois at
      Urbana-Champaign, nor the names of its contributors may be used to
      endorse or promote products derived from this Software without specific
      prior written permission.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


The libffi library is licensed under the following terms:

    libffi - Copyright (c) 1996-2003  Red Hat, Inc.

    Permission is hereby granted, free of charge, to any person obtaining
    a copy of this software and associated documentation files (the
    ``Software''), to deal in the Software without restriction, including
    without limitation the rights to use, copy, modify, merge, publish,
    distribute, sublicense, and/or sell copies of the Software, and to
    permit persons to whom the Software is furnished to do so, subject to
    the following conditions:

    The above copyright notice and this permission notice shall be included
    in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR
    OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
    ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
    OTHER DEALINGS IN THE SOFTWARE.


The documentation is licensed under the GNU Free Documentation License (v1.2).
On Debian GNU/Linux systems, the complete text of this license is in
`/usr/share/common-licenses/GFDL-1.2'.


GCC RUNTIME LIBRARY EXCEPTION

Version 3.1, 31 March 2009

Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>

Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.

This GCC Runtime Library Exception ("Exception") is an additional
permission under section 7 of the GNU General Public License, version
3 ("GPLv3"). It applies to a given file (the "Runtime Library") that
bears a notice placed by the copyright holder of the file stating that
the file is governed by GPLv3 along with this Exception.

When you use GCC to compile a program, GCC may combine portions of
certain GCC header files and runtime libraries with the compiled
program. The purpose of this Exception is to allow compilation of
non-GPL (including proprietary) programs to use, in this way, the
header files and runtime libraries covered by this Exception.

0. Definitions.

A file is an "Independent Module" if it either requires the Runtime
Library for execution after a Compilation Process, or makes use of an
interface provided by the Runtime Library, but is not otherwise based
on the Runtime Library.

"GCC" means a version of the GNU Compiler Collection, with or without
modifications, governed by version 3 (or a specified later version) of
the GNU General Public License (GPL) with the option of using any
subsequent versions published by the FSF.

"GPL-compatible Software" is software whose conditions of propagation,
modification and use would permit combination with GCC in accord with
the license of GCC.

"Target Code" refers to output from any compiler for a real or virtual
target processor architecture, in executable form or suitable for
input to an assembler, loader, linker and/or execution
phase. Notwithstanding that, Target Code does not include data in any
format that is used as a compiler intermediate representation, or used
for producing a compiler intermediate representation.

The "Compilation Process" transforms code entirely represented in
non-intermediate languages designed for human-written code, and/or in
Java Virtual Machine byte code, into Target Code. Thus, for example,
use of source code generators and preprocessors need not be considered
part of the Compilation Process, since the Compilation Process can be
understood as starting with the output of the generators or
preprocessors.

A Compilation Process is "Eligible" if it is done using GCC, alone or
with other GPL-compatible software, or if it is done without using any
work based on GCC. For example, using non-GPL-compatible Software to
optimize any GCC intermediate representations would not qualify as an
Eligible Compilation Process.

1. Grant of Additional Permission.

You have permission to propagate a work of Target Code formed by
combining the Runtime Library with Independent Modules, even if such
propagation would otherwise violate the terms of GPLv3, provided that
all Target Code was generated by Eligible Compilation Processes. You
may then convey such a combination under terms of your choice,
consistent with the licensing of the Independent Modules.

2. No Weakening of GCC Copyleft.

The availability of this Exception does not imply any general
presumption that third-party software is unaffected by the copyleft
requirements of the license of GCC.


libquadmath/*.[hc]:

   Copyright (C) 2010 Free Software Foundation, Inc.
   Written by Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
   Written by Tobias Burnus  <burnus@net-b.de>

This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

Libiberty is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Library General Public License for more details.

libquadmath/math:

atanq.c, expm1q.c, j0q.c, j1q.c, log1pq.c, logq.c:
    Copyright 2001 by Stephen L. Moshier <moshier@na-net.ornl.gov> 

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

coshq.c, erfq.c, jnq.c, lgammaq.c, powq.c, roundq.c:
   Changes for 128-bit __float128 are
   Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
   and are incorporated herein by permission of the author.  The author 
   reserves the right to distribute this material elsewhere under different
   copying permissions.  These modifications are distributed here under 
   the following terms:

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

ldexpq.c:
   * Conversion to long double by Ulrich Drepper,
   * Cygnus Support, drepper@cygnus.com.

cosq_kernel.c, expq.c, sincos_table.c, sincosq.c, sincosq_kernel.c,
sinq_kernel.c, truncq.c:
   Copyright (C) 1997, 1999 Free Software Foundation, Inc.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

isinfq.c:
 * Written by J.T. Conklin <jtc@netbsd.org>.
 * Change for long double by Jakub Jelinek <jj@ultra.linux.cz>
 * Public domain.

llroundq.c, lroundq.c, tgammaq.c:
   Copyright (C) 1997, 1999, 2002, 2004 Free Software Foundation, Inc.
   This file is part of the GNU C Library.
   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
                  Jakub Jelinek <jj@ultra.linux.cz>, 1999.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

log10q.c:
   Cephes Math Library Release 2.2:  January, 1991
   Copyright 1984, 1991 by Stephen L. Moshier
   Adapted for glibc November, 2001

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

remaining files:

 * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
 *
 * Developed at SunPro, a Sun Microsystems, Inc. business.
 * Permission to use, copy, modify, and distribute this
 * software is freely granted, provided that this notice
 * is preserved.


gcc/go/gofrontend, libgo:

Copyright (c) 2009 The Go Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


D:
gdc-12                         GNU D Compiler
libphobos-12-dev               D standard runtime library

The D source package is made up of the following components.

The D front-end for GCC:
 - d/*

Copyright (C) 2004-2007 David Friedman
Modified by Vincenzo Ampolo, Michael Parrot, Iain Buclaw, (C) 2009, 2010

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

On Debian GNU/Linux systems, the complete text of the GNU General
Public License is in `/usr/share/common-licenses/GPL', version 2 of this
license in `/usr/share/common-licenses/GPL-2'.


The DMD Compiler implementation of the D programming language:
 - d/dmd/*

Copyright (c) 1999-2010 by Digital Mars
All Rights Reserved
written by Walter Bright
http://www.digitalmars.com
License for redistribution is by either the Artistic License or
the GNU General Public License (v1).

On Debian GNU/Linux systems, the complete text of the GNU General
Public License is in `/usr/share/common-licenses/GPL', the Artistic
license in `/usr/share/common-licenses/Artistic'.


The Zlib data compression library:
 - d/phobos/etc/c/zlib/*

 (C) 1995-2004 Jean-loup Gailly and Mark Adler

  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising from the use of this software.

  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not
     claim that you wrote the original software. If you use this software
     in a product, an acknowledgment in the product documentation would be
     appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be
     misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.


The Phobos standard runtime library:
 - d/phobos/*

Unless otherwise marked within the file, each file in the source
is under the following licenses:

Copyright (C) 2004-2005 by Digital Mars, www.digitalmars.com
Written by Walter Bright

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, in both source and binary form, subject to the following
restrictions:

 o  The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 o  Altered source versions must be plainly marked as such, and must not
    be misrepresented as being the original software.
 o  This notice may not be removed or altered from any source
    distribution.

By plainly marking modifications, something along the lines of adding to each
file that has been changed a "Modified by Foo Bar" line
underneath the "Written by" line would be adequate.

gcc/m2:
gcc/m2/gm2-libiberty:
gcc/m2/mc-boot/:
gcc/m2/mc-boot-ch/:
Copyright (C) 2001-2019 Free Software Foundation, Inc.
Contributed by Gaius Mulley <gaius@glam.ac.uk>.

This file is part of GNU Modula-2.

GNU Modula-2 is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.

GNU Modula-2 is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

gcc/m2/**/*.texi:
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
2011, 2012, 2012, 2013 Free Software Foundation, Inc.

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.

gcc/m2/gm2-coroutines:
gcc/m2/gm2-libs:
gcc/m2/gm2-libs-min:
gcc/m2/gm2-libs-pim:
gcc/m2/gm2-libs-ch:
Copyright (C) 2002-2019 Free Software Foundation, Inc.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

Under Section 7 of GPL version 3, you are granted additional
permissions described in the GCC Runtime Library Exception, version
3.1, as published by the Free Software Foundation.

gcc/m2/gm2-libs-iso/:
This has a mix of licenses, most as GPL-3+ plus GCC Runtime Library
Exception, version 3.1.

gcc/m2/gm2-libs-iso/*.def:
Library module defined by the International Standard
Information technology - programming languages
BS ISO/IEC 10514-1:1996E Part 1: Modula-2, Base Language.

Copyright ISO/IEC (International Organization for Standardization
and International Electrotechnical Commission) 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010

Copyright (C) 2001-2019 Free Software Foundation, Inc.
mix of GPL-3.0 and LGPL-2.1/3

Copyright (C) 2001-2019 Free Software Foundation, Inc.
mix of GPL-3.0 and LGPL-2.1/3

gcc/m2/examples:
Copyright (C) 2005-2015 Free Software Foundation, Inc.
Mix of LGPL-2.1 and GPL-3.0.

gcc/m2/images:
GPL-3+

gcc/m2/el/gm2-mode.el:
;; Everyone is granted permission to copy, modify and redistribute
;; GNU Emacs, but only under the conditions described in the
;; GNU Emacs General Public License.   A copy of this license is
;; supposed to have been given to you along with GNU Emacs so you
;; can know your rights and responsibilities.  It should be in a
;; file named COPYING.  Among other things, the copyright notice
;; and this notice must be preserved on all copies.

Copyright (C) 2001-2018 Free Software Foundation, Inc.
Contributed by Gaius Mulley <gaius@glam.ac.uk>.
Mix of GPL-3 and LGPL-2.1.

gcc/testsuite/gm2/:
Copyright (C) 2001-2019 Free Software Foundation, Inc.
Mix of GPL-2+ and GPL-3+

libgm2:

libgm2/libiso/:
libgm2/libpim/:
libgm2/liblog/:
libgm2/libcor/:
libgm2/libmin/:
Copyright (C) 2002-2019 Free Software Foundation, Inc.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

Under Section 7 of GPL version 3, you are granted additional
permissions described in the GCC Runtime Library Exception, version
3.1, as published by the Free Software Foundation.

newlib-X.Y.Z/:

Upstream Authors:
newlib@sources.redhat.com
Jeff Johnston <jjohnstn@redhat.com>
Tom Fitzsimmons <fitzsim@redhat.com>

The newlib subdirectory is a collection of software from several sources.
Each file may have its own copyright/license that is embedded in the source 
file.

This list documents those licenses which are more restrictive than
a BSD-like license or require the copyright notice
to be duplicated in documentation and/or other materials associated with
the distribution.  Certain licenses documented here only apply to
specific targets.  Certain clauses only apply if you are building the
code as part of your binary.

Note that this list may omit certain licenses that
only pertain to the copying/modifying of the individual source code. 
If you are distributing the source code, then you do not need to
worry about these omitted licenses, so long as you do not modify the
copyright information already in place.

Parts of this work are licensed under the terms of the GNU General
Public License. On Debian systems, the complete text of this license
can be found in /usr/share/common-licenses/GPL.

Parts of this work are licensed under the terms of the GNU Library
General Public License. On Debian systems, the complete text of this
license be found in /usr/share/common-licenses/LGPL.

(1) University of California, Berkeley

[1a]

Copyright (c) 1990 The Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that the above copyright notice and this paragraph are
duplicated in all such forms and that any documentation,
and other materials related to such distribution and use 
acknowledge that the software was developed
by the University of California, Berkeley.  The name of the
University may not be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

[1b]

Copyright (c) 1990 The Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that the above copyright notice and this paragraph are
duplicated in all such forms and that any documentation,
advertising materials, and other materials related to such
distribution and use acknowledge that the software was developed
by the University of California, Berkeley.  The name of the
University may not be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

[1c]

Copyright (c) 1981, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 
The Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
   must display the following acknowledgement:
     This product includes software developed by the University of
     California, Berkeley and its contributors.
4. Neither the name of the University nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

[1d]

Copyright (c) 1988, 1990, 1993 Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. Neither the name of the University nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

[1e]

Copyright (c) 1982, 1986, 1989, 1991, 1993, 1994
The Regents of the University of California.  All rights reserved.
(c) UNIX System Laboratories, Inc.
All or some portions of this file are derived from material licensed
to the University of California by American Telephone and Telegraph
Co. or Unix System Laboratories, Inc. and are reproduced herein with
the permission of UNIX System Laboratories, Inc.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
   must display the following acknowledgement:
     This product includes software developed by the University of
     California, Berkeley and its contributors.
4. Neither the name of the University nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

[1f]

Copyright (c) 1987, 1988, 2000 Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that: (1) source distributions retain this entire copyright
notice and comment, and (2) distributions including binaries display
the following acknowledgement:  ``This product includes software
developed by the University of California, Berkeley and its contributors''
in the documentation or other materials provided with the distribution
and in all advertising materials mentioning features or use of this
software. Neither the name of the University nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

-------------------------------------------------------------
 Please note that in some of the above alternate licenses, there is a
 statement regarding that acknowledgement must be made in any
 advertising materials for products using the code.  This restriction
 no longer applies due to the following license change:

  ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

 In some cases the defunct clause has been removed in modified newlib code and
 in some cases, the clause has been left as-is.
-------------------------------------------------------------

(2) Cygwin (cygwin targets only)

Copyright 2001 Red Hat, Inc.

This software is a copyrighted work licensed under the terms of the
Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
details.

(3) David M. Gay at AT&T

The author of this software is David M. Gay.

Copyright (c) 1991 by AT&T.

Permission to use, copy, modify, and distribute this software for any
purpose without fee is hereby granted, provided that this entire notice
is included in all copies of any software which is or includes a copy
or modification of this software and in all copies of the supporting
documentation for such software.

THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR AT&T MAKES ANY
REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.

(4) Advanced Micro Devices

Copyright 1989, 1990 Advanced Micro Devices, Inc.

This software is the property of Advanced Micro Devices, Inc  (AMD)  which
specifically  grants the user the right to modify, use and distribute this
software provided this notice is not removed or altered.  All other rights
are reserved by AMD.

AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS
SOFTWARE.  IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL
DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR
USE OF THIS SOFTWARE.

So that all may benefit from your experience, please report  any  problems
or  suggestions about this software to the 29K Technical Support Center at
800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131  in  the  UK,  or
0031-11-1129 in Japan, toll free.  The direct dial number is 512-462-4118.

Advanced Micro Devices, Inc.
29K Support Products
Mail Stop 573
5900 E. Ben White Blvd.
Austin, TX 78741
800-292-9263

(5) C.W. Sandmann

Copyright (C) 1993 C.W. Sandmann

This file may be freely distributed as long as the author's name remains.

(6) Eric Backus

(C) Copyright 1992 Eric Backus

This software may be used freely so long as this copyright notice is
left intact.  There is no warrantee on this software.

(7) Sun Microsystems

Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.

Developed at SunPro, a Sun Microsystems, Inc. business.
Permission to use, copy, modify, and distribute this
software is freely granted, provided that this notice 
is preserved.

(8) Hewlett Packard

(c) Copyright 1986 HEWLETT-PACKARD COMPANY

To anyone who acknowledges that this file is provided "AS IS"
without any express or implied warranty:
    permission to use, copy, modify, and distribute this file
for any purpose is hereby granted without fee, provided that
the above copyright notice and this notice appears in all
copies, and that the name of Hewlett-Packard Company not be
used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.
Hewlett-Packard Company makes no representations about the
suitability of this software for any purpose.

(9) Hans-Peter Nilsson

Copyright (C) 2001 Hans-Peter Nilsson

Permission to use, copy, modify, and distribute this software is
freely granted, provided that the above copyright notice, this notice
and the following disclaimer are preserved with no changes.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.

(10) Stephane Carrez (m68hc11-elf/m68hc12-elf targets only)

Copyright (C) 1999, 2000, 2001, 2002 Stephane Carrez (stcarrez@nerim.fr)

The authors hereby grant permission to use, copy, modify, distribute,
and license this software and its documentation for any purpose, provided
that existing copyright notices are retained in all copies and that this
notice is included verbatim in any distributions. No written agreement,
license, or royalty fee is required for any of the authorized uses.
Modifications to this software may be copyrighted by their authors
and need not follow the licensing terms described here, provided that
the new terms are clearly indicated on the first page of each file where
they apply.

(11) Christopher G. Demetriou

Copyright (c) 2001 Christopher G. Demetriou
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
   derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

(12) SuperH, Inc.

Copyright 2002 SuperH, Inc. All rights reserved

This software is the property of SuperH, Inc (SuperH) which specifically
grants the user the right to modify, use and distribute this software
provided this notice is not removed or altered.  All other rights are
reserved by SuperH.

SUPERH MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO
THIS SOFTWARE.  IN NO EVENT SHALL SUPERH BE LIABLE FOR INDIRECT, SPECIAL, 
INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING FROM
THE FURNISHING, PERFORMANCE, OR USE OF THIS SOFTWARE.

So that all may benefit from your experience, please report any problems
or suggestions about this software to the SuperH Support Center via
e-mail at softwaresupport@superh.com .

SuperH, Inc.
405 River Oaks Parkway
San Jose
CA 95134
USA

(13) Royal Institute of Technology

Copyright (c) 1999 Kungliga Tekniska Hgskolan
(Royal Institute of Technology, Stockholm, Sweden).
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

3. Neither the name of KTH nor the names of its contributors may be
   used to endorse or promote products derived from this software without
   specific prior written permission.

THIS SOFTWARE IS PROVIDED BY KTH AND ITS CONTRIBUTORS ``AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KTH OR ITS CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

(14) Alexey Zelkin

Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(15) Andrey A. Chernov

Copyright (C) 1997 by Andrey A. Chernov, Moscow, Russia.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(16) FreeBSD

Copyright (c) 1997-2002 FreeBSD Project.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(17) S. L. Moshier

Author:  S. L. Moshier.

Copyright (c) 1984,2000 S.L. Moshier

Permission to use, copy, modify, and distribute this software for any
purpose without fee is hereby granted, provided that this entire notice
is included in all copies of any software which is or includes a copy
or modification of this software and in all copies of the supporting
documentation for such software.

THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
WARRANTY.  IN PARTICULAR,  THE AUTHOR MAKES NO REPRESENTATION
OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS
SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.

(18) Citrus Project

Copyright (c)1999 Citrus Project,
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(19) Todd C. Miller

Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
   derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

(20) DJ Delorie (i386) 

Copyright (C) 1991 DJ Delorie
All rights reserved.

Redistribution and use in source and binary forms is permitted
provided that the above copyright notice and following paragraph are
duplicated in all such forms.

This file is distributed WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

(21) Free Software Foundation LGPL License (*-linux* targets only)

   Copyright (C) 1990-1999, 2000, 2001 
   Free Software Foundation, Inc.
   This file is part of the GNU C Library.
   Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with the GNU C Library; if not, write to the Free
   Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   02110-1301 USA

(22) Xavier Leroy LGPL License (i[3456]86-*-linux* targets only)

Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@inria.fr)

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
                                                     
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Library General Public License for more details.

(23) Intel (i960)

Copyright (c) 1993 Intel Corporation

Intel hereby grants you permission to copy, modify, and distribute this
software and its documentation.  Intel grants this permission provided
that the above copyright notice appears in all copies and that both the
copyright notice and this permission notice appear in supporting
documentation.  In addition, Intel grants this permission provided that
you prominently mark as "not part of the original" any modifications
made to this software or documentation, and that the name of Intel
Corporation not be used in advertising or publicity pertaining to
distribution of the software or the documentation without specific,
written prior permission.

Intel Corporation provides this AS IS, WITHOUT ANY WARRANTY, EXPRESS OR
IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY
OR FITNESS FOR A PARTICULAR PURPOSE.  Intel makes no guarantee or
representations regarding the use of, or the results of the use of,
the software and documentation in terms of correctness, accuracy,
reliability, currentness, or otherwise; and you rely on the software,
documentation and results solely at your own risk.

IN NO EVENT SHALL INTEL BE LIABLE FOR ANY LOSS OF USE, LOSS OF BUSINESS,
LOSS OF PROFITS, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES
OF ANY KIND.  IN NO EVENT SHALL INTEL'S TOTAL LIABILITY EXCEED THE SUM
PAID TO INTEL FOR THE PRODUCT LICENSED HEREUNDER.

(24) Hewlett-Packard  (hppa targets only)

(c) Copyright 1986 HEWLETT-PACKARD COMPANY

To anyone who acknowledges that this file is provided "AS IS"
without any express or implied warranty:
    permission to use, copy, modify, and distribute this file
for any purpose is hereby granted without fee, provided that
the above copyright notice and this notice appears in all
copies, and that the name of Hewlett-Packard Company not be
used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.
Hewlett-Packard Company makes no representations about the
suitability of this software for any purpose.

(25) Henry Spencer (only *-linux targets)

Copyright 1992, 1993, 1994 Henry Spencer.  All rights reserved.
This software is not subject to any license of the American Telephone
and Telegraph Company or of the Regents of the University of California.

Permission is granted to anyone to use this software for any purpose on
any computer system, and to alter it and redistribute it, subject
to the following restrictions:

1. The author is not responsible for the consequences of use of this
   software, no matter how awful, even if they arise from flaws in it.

2. The origin of this software must not be misrepresented, either by
   explicit claim or by omission.  Since few users ever read sources,
   credits must appear in the documentation.

3. Altered versions must be plainly marked as such, and must not be
   misrepresented as being the original software.  Since few users
   ever read sources, credits must appear in the documentation.

4. This notice may not be removed or altered.

(26) Mike Barcroft

Copyright (c) 2001 Mike Barcroft <mike@FreeBSD.org>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(27) Konstantin Chuguev (--enable-newlib-iconv)

Copyright (c) 1999, 2000
   Konstantin Chuguev.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

   iconv (Charset Conversion Library) v2.0

(27) Artem Bityuckiy (--enable-newlib-iconv)

Copyright (c) 2003, Artem B. Bityuckiy, SoftMine Corporation.
Rights transferred to Franklin Electronic Publishers.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(28) Red Hat Incorporated

Unless otherwise stated in each remaining newlib file, the remaining
files in the newlib subdirectory default to the following copyright.
It should be noted that Red Hat Incorporated now owns copyrights
belonging to Cygnus Solutions and Cygnus Support.

Copyright (c) 1994, 1997, 2001, 2002, 2003, 2004 Red Hat Incorporated.
All rights reserved.

Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met: 

    Redistributions of source code must retain the above copyright 
    notice, this list of conditions and the following disclaimer.

    Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.

    The name of Red Hat Incorporated may not be used to endorse 
    or promote products derived from this software without specific 
    prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED.  IN NO EVENT SHALL RED HAT INCORPORATED BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 


contrib/unicode:

﻿UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE

    Unicode Data Files include all data files under the directories
http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
http://www.unicode.org/cldr/data/. Unicode Data Files do not include PDF
online code charts under the directory http://www.unicode.org/Public/.
Software includes any source code published in the Unicode Standard or under
the directories http://www.unicode.org/Public/,
http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/.

    NOTICE TO USER: Carefully read the following legal agreement. BY
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES
("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND
AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF
YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA
FILES OR SOFTWARE.

    COPYRIGHT AND PERMISSION NOTICE

    Copyright © 1991-2013 Unicode, Inc. All rights reserved. Distributed under
the Terms of Use in http://www.unicode.org/copyright.html.

    Permission is hereby granted, free of charge, to any person obtaining a
copy of the Unicode data files and any associated documentation (the "Data
Files") or Unicode software and any associated documentation (the "Software")
to deal in the Data Files or Software without restriction, including without
limitation the rights to use, copy, modify, merge, publish, distribute, and/or
sell copies of the Data Files or Software, and to permit persons to whom the
Data Files or Software are furnished to do so, provided that (a) the above
copyright notice(s) and this permission notice appear with all copies of the
Data Files or Software, (b) both the above copyright notice(s) and this
permission notice appear in associated documentation, and (c) there is clear
notice in each modified Data File or in the Software as well as in the
documentation associated with the Data File(s) or Software that the data or
software has been modified.

    THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD
PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE
DATA FILES OR SOFTWARE.

    Except as contained in this notice, the name of a copyright holder shall
not be used in advertising or otherwise to promote the sale, use or other
dealings in these Data Files or Software without prior written authorization
of the copyright holder.

contrib/unicode/from_glibc:

# Copyright (C) 2014-2019 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
#
# The GNU C Library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# The GNU C Library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with the GNU C Library; if not, see
# <https://www.gnu.org/licenses/>.



==========================================================================
Package: gir1.2-glib-2.0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://download.gnome.org/sources/gobject-introspection/
Upstream-Name: GObject Introspection

Files: *
Copyright:
 2012 Canonical Ltd
 2012-2015 Dieter Verfaillie
 2005-2008 Divmod, Inc.
 2008-2011 Johan Dahlin
 2006 Johann C. Rocholl
 2007-2008 Jürg Billeter
 2005 Matthias Clasen
 2008 Philip Van Hoof
 2008-2010 Red Hat, Inc.
 1997 Sandro Sigala
 2011 Shaun McCance
 2018 Tomasz Miąsko
 2010 Zach Goldberg
License: GPL-2+

Files:
 girepository/*.c
 girepository/*.h
 giscanner/giscannermodule.c
 giscanner/sourcescanner.c
 giscanner/sourcescanner.h
 tools/compiler.c
 tools/generate.c
Copyright:
 2018 Christoph Reiter
 2014 Chun-wei Fan
 2008 Colin Walters
 2013 Dieter Verfaillie
 2011-2016 Dominique Leuenberger
 2016 Igor Gnatenko
 2007-2010 Johan Dahlin
 2008 Philip Van Hoof
 2008-2013 Red Hat, Inc.
License: LGPL-2+

Files:
 girepository/cmph/*
Copyright:
 Davi de Castro Reis
 Fabiano Cupertino Botelho
License: LGPL-2 or MPL-1.1

Files:
 tests/scanner/identfilter.py
 tests/scanner/symbolfilter.py
Copyright:
 2014 Simon Feltman <sfeltman@gnome.org>
 2015 Garrett Regier <garrett.regier@riftio.com>
License: LGPL-2.1+

Files: giscanner/scannerlexer.l giscanner/scannerparser.y
Copyright:
 1997 Sandro Sigala
 2007-2008 Jürg Billeter
 2010 Andreas Rottmann
License: BSD-2-clause

Files:
 m4/introspection.m4
Copyright:
 2003-2005 Thomas Vander Stichele
 2009 Johan Dahlin
License: FSFAP and FSFULLR

Files: debian/*
Copyright:
 2008-2022 Debian contributors as listed in debian/changelog
 2021-2022 Simon McVittie
License: Expat and GPL-2+
Comment:
 No license was specified for the contents of debian/ prior to 2022. It
 is assumed to have been intended to be under the most restrictive of
 the upstream licenses, namely GPL-2+.
 The following contributors give permission to relicense their contributions
 to this package under either Expat, GPL-2+ or LGPL-2.1+ if desired:
 - Simon McVittie
 (Please add your name to this list if you wish to give this permission.)

Files: glib/*
Copyright:
 2004-2005 Adam Weinberger
 2005-2006 Alexander Larsson
 2022 Alexander Shopov
 2021 Alexandros Theodotou
 2004 Anders Carlsson
 2001-2003 Andrew Lanoix
 2018 Arthur Demchenkov
 2001-2004 Behdad Esfahbod
 2006 Behdad Esfahbod
 2009 Benjamin Otte
 2015 Canonical Limited
 2005-2022 Canonical Ltd
 2009-2022 Christian Hergert
 2010 Christian Kellner
 2010 Christian Persch
 2014-2015 Chun-wei Fan
 2008 Claus Tondering
 2008 Clemens N. Buss
 2008-2014 Codethink Ltd
 2012-2013 Colin Walters
 2017-2018 Collabora Inc
 2008-2022 Collabora Ltd
 1999-2000 Craig Setera
 2000 Eazel, Inc
 2005-2022 Emmanuele Bassi
 2022 Emmanuel Fleury
 2016-2020 Endless Mobile, Inc
 2017-2022 Endless OS Foundation, LLC
 2007 Francois Gouget
 2020-2021 Frederic Martinsons
 1991-2022 Free Software Foundation, Inc
 2015 Garrett Regier
 2001-2022 GLib contributors
 2016 GNOME i18n Project for Vietnamese
 2019 GNOME
 2011 Google, Inc
 2001-2008 Hans Breuer
 2001 Hidetoshi Tajima
 2021 Iain Lane
 2018-2021 Igalia S.L
 2005-2008 Imendio AB
 2018 Iñigo Martínez
 2010 Intel Corp
 2001 James Henstridge
 2018-2019 James Westman
 2014-2018 Jan-Michael Brummer
 2005-2007 John McCutchan
 1995-1998 Josh MacDonald
 2007 Jürg Billeter
 2010 Karo Mkrtchyan
 2013-2015 Lars Uebernickel
 2006 Lukas Novotny
 2002 Manish Singh
 2005-2007 Marco Barisione
 2022 Marco Trevisan
 2001-2013 Matthias Clasen
 2010 Mikhail Zabaluev
 2004-2005 Miloslav Trmac
 2014 NICE s.r.l
 2003 Noah Levitt
 2008-2011 Nokia Corporation
 2008-2010 Novell, Inc
 2021 Ole André Vadla Ravnås
 2007 Openismus GmbH
 1998-2001 Owen Taylor
 2014-2019 Patrick Griffis
 2007 Patrick Hulin
 2012 Pavel Vasin
 2018 pdknsk
 1995-2011 Peter Mattis
 1995-2011 Peter Mattis, Spencer Kimball, Josh MacDonald, Sebastian Wilhelmi and others
 2000-2022 Red Hat, Inc
 1999-2003 Red Hat Software
 2001 Ron Steinke
 2020 Ruslan N. Marchenko
 2022 Ryan Hope
 2007-2015 Ryan Lortie
 2009-2010 Sam Thursfield
 2008 Samuel Cormier-Iijima
 1999-2000 Scott Wimer
 2007-2020 Sebastian Dröge
 2001-2003 Sebastian Wilhelmi
 1998-2001 Sebastian Wilhelmi; University of Karlsruhe
 2002-2006 Sharif FarsiWeb, Inc
 2012 Simon McVittie
 2011 Sjoerd Simons
 2002-2007 Soeren Sandmann
 1995-1998 Spencer Kimball
 2006 Stefan Westerfeld
 2011-2013 Stef Walter
 2007-2010 Sven Herzberg
 2012 Swecha telugu localisation Team
 2011-2022 systemd contributors
 2002-2022 the author(s) of GLib
 2006 The GNOME Foundation
 2007-2011 The GNOME Project
 2010 Thiago Santos
 1997-2007 Tim Janik
 2018 Tomasz Miąsko
 1999-2000 Tom Tromey
 1998-2004 Tor Lillqvist
 1995-1997 Ulrich Drepper
 2021 Unicode®, Inc
 2011 William Hua
 2018 Will Thompson
 2020 Xavier Claessens
 2021 Xavier Claessens
 2000-2004 Ximian Inc
 2014-2020 Руслан Ижбулатов
 Croatiann team
 Matthew Waters
License: LGPL-2+ and LGPL-2.1+ and FSFULLR and CC0-1.0

Files:
 glib/gio/xdgmime/xdgmime*
Copyright:
 2003-2004 Jonathan Blandford
 2004-2005 Matthias Clasen
 2003-2008 Red Hat, Inc
License: AFL-2.0 or LGPL-2.1+

Files:
 glib/glib/tests/NormalizationTest.txt
Copyright:
 2021 Unicode®, Inc.
License: Unicode-DFS-2016

Files:
 glib/gio/kqueue/*.?
 */tests/taptestrunner.py
Copyright:
 2011-2012 Dmitry Matveev
 2015 Remko Tronçon
License: Expat

Files:
 glib/glib/gen-unicode-tables.pl
 glib/glib/tests/gen-casefold-txt.py
 glib/glib/tests/gen-casemap-txt.py
 glib/po/po2tbl.sed.in
 glib/tools/glib-gettextize.in
Copyright:
 1989-2001 Free Software Foundation, Inc
 2001 Red Hat Software
 1998-1999 Tom Tromey
License: GPL-2+

Files:
 glib/m4macros/attributes.m4
Copyright:
 2006-2008 Diego Pettenò
 2006-2008 xine project
 2012 Lucas De Marchi
License: GPL-2+ with Autoconf exception

Files:
 glib/gio/tests/memory-monitor-dbus.py.in
 glib/gio/tests/memory-monitor-portal.py.in
 glib/gio/tests/power-profile-monitor-dbus.py.in
 glib/gio/tests/power-profile-monitor-portal.py.in
Copyright: 2019-2021 Red Hat, Inc
License: LGPL-3+

Files:
 glib/.gitlab-ci/clang-format-diff.py
 glib/fuzzing/driver.c
Copyright: 2018, LLVM contributors
License: Apache-2.0 with LLVM exception

Files:
 glib/glib/gchecksum.c
Copyright:
 1995 A.M. Kuchling
 2006 Dave Benson
 2007 Emmanuele Bassi
License: LGPL-2.1+ and Kuchling-PD and Plumb-PD

Files:
 glib/docs/reference/glib/regex-syntax.xml
Copyright:
 1997-2006 University of Cambridge
 2012-2022 unspecified GLib contributors
License: LGPL-2.1+ and BSD-3-clause-pcre

Files:
 glib/glib/valgrind.h
Copyright:
 2000-2017, Julian Seward
License: bzip2-1.0.6

Files:
 glib/docs/reference/gio/menu-model.png
Copyright: unspecified
License: CC-BY-SA-3.0

# ----------------------------------------------------------------------

License: AFL-2.0
 The Academic Free License
 v. 2.0
 .
 This Academic Free License (the "License") applies to any original work
 of authorship (the "Original Work") whose owner (the "Licensor") has
 placed the following notice immediately following the copyright notice
 for the Original Work:
 .
      Licensed under the Academic Free License version 2.0
 .
 1) Grant of Copyright License. Licensor hereby grants You a world-wide,
 royalty-free, non-exclusive, perpetual, sublicenseable license to do
 the following:
 .
      a) to reproduce the Original Work in copies;
      b) to prepare derivative works ("Derivative Works") based upon the Original Work;
      c) to distribute copies of the Original Work and Derivative Works to the public;
      d) to perform the Original Work publicly; and
      e) to display the Original Work publicly.
 .
 2) Grant of Patent License. Licensor hereby grants You a world-wide,
 royalty-free, non-exclusive, perpetual, sublicenseable license, under
 patent claims owned or controlled by the Licensor that are embodied in
 the Original Work as furnished by the Licensor, to make, use, sell and
 offer for sale the Original Work and Derivative Works.
 .
 3) Grant of Source Code License. The term "Source Code" means the
 preferred form of the Original Work for making modifications to it and
 all available documentation describing how to modify the Original Work.
 Licensor hereby agrees to provide a machine-readable copy of the Source
 Code of the Original Work along with each copy of the Original Work
 that Licensor distributes.  Licensor reserves the right to satisfy this
 obligation by placing a machine-readable copy of the Source Code in an
 information repository reasonably calculated to permit inexpensive and
 convenient access by You for as long as Licensor continues to distribute
 the Original Work, and by publishing the address of that information
 repository in a notice immediately following the copyright notice that
 applies to the Original Work.
 .
 4) Exclusions From License Grant. Neither the names of Licensor, nor
 the names of any contributors to the Original Work, nor any of their
 trademarks or service marks, may be used to endorse or promote products
 derived from this Original Work without express prior written permission
 of the Licensor.  Nothing in this License shall be deemed to grant any
 rights to trademarks, copyrights, patents, trade secrets or any other
 intellectual property of Licensor except as expressly stated herein.
 No patent license is granted to make, use, sell or offer to sell
 embodiments of any patent claims other than the licensed claims defined
 in Section 2.  No right is granted to the trademarks of Licensor even if
 such marks are included in the Original Work.  Nothing in this License
 shall be interpreted to prohibit Licensor from licensing under different
 terms from this License any Original Work that Licensor otherwise would
 have a right to license.
 .
 5) This section intentionally omitted.
 .
 6) Attribution Rights. You must retain, in the Source Code of any
 Derivative Works that You create, all copyright, patent or trademark
 notices from the Source Code of the Original Work, as well as any
 notices of licensing and any descriptive text identified therein as an
 "Attribution Notice."  You must cause the Source Code for any Derivative
 Works that You create to carry a prominent Attribution Notice reasonably
 calculated to inform recipients that You have modified the Original Work.
 .
 7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants
 that the copyright in and to the Original Work and the patent rights
 granted herein by Licensor are owned by the Licensor or are sublicensed
 to You under the terms of this License with the permission of the
 contributor(s) of those copyrights and patent rights.  Except as
 expressly stated in the immediately proceeding sentence, the Original
 Work is provided under this License on an "AS IS" BASIS and WITHOUT
 WARRANTY, either express or implied, including, without limitation,
 the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL
 WORK IS WITH YOU.  This DISCLAIMER OF WARRANTY constitutes an essential
 part of this License.  No license to Original Work is granted hereunder
 except under this disclaimer.
 .
 8) Limitation of Liability. Under no circumstances and under no legal
 theory, whether in tort (including negligence), contract, or otherwise,
 shall the Licensor be liable to any person for any direct, indirect,
 special, incidental, or consequential damages of any character arising
 as a result of this License or the use of the Original Work including,
 without limitation, damages for loss of goodwill, work stoppage, computer
 failure or malfunction, or any and all other commercial damages or losses.
 This limitation of liability shall not apply to liability for death
 or personal injury resulting from Licensor's negligence to the extent
 applicable law prohibits such limitation.  Some jurisdictions do not
 allow the exclusion or limitation of incidental or consequential damages,
 so this exclusion and limitation may not apply to You.
 .
 9) Acceptance and Termination. If You distribute  copies of the Original
 Work or a Derivative Work, You must make a reasonable effort under the
 circumstances to obtain the express assent of recipients to the terms of
 this License.  Nothing else but this License (or another written agreement
 between Licensor and You) grants You permission to create Derivative Works
 based upon the Original Work or to exercise any of the rights granted
 in Section 1 herein, and any attempt to do so except under the terms of
 this License (or another written agreement between Licensor and You)
 is expressly prohibited by U.S. copyright law, the equivalent laws of
 other countries, and by international treaty.  Therefore, by exercising
 any of the rights granted to You in Section 1 herein, You indicate Your
 acceptance of this License and all of its terms and conditions.
 .
 10) Termination for Patent Action. This License shall terminate
 automatically and You may no longer exercise any of the rights granted
 to You by this License as of the date You commence an action, including a
 cross-claim or counterclaim, for patent infringement (i) against Licensor
 with respect to a patent applicable to software or (ii) against any entity
 with respect to a patent applicable to the Original Work (but excluding
 combinations of the Original Work with other software or hardware).
 .
 11) Jurisdiction, Venue and Governing Law. Any action or suit relating to
 this License may be brought only in the courts of a jurisdiction wherein
 the Licensor resides or in which Licensor conducts its primary business,
 and under the laws of that jurisdiction excluding its conflict-of-law
 provisions.  The application of the United Nations Convention on Contracts
 for the International Sale of Goods is expressly excluded.  Any use of the
 Original Work outside the scope of this License or after its termination
 shall be subject to the requirements and penalties of the U.S. Copyright
 Act, 17 U.S.C. ¤ 101 et seq., the equivalent laws of other countries,
 and international treaty.  This section shall survive the termination
 of this License.
 .
 12) Attorneys Fees. In any action to enforce the terms of this License or
 seeking damages relating thereto, the prevailing party shall be entitled
 to recover its costs and expenses, including, without limitation,
 reasonable attorneys' fees and costs incurred in connection with such
 action, including any appeal of such action.  This section shall survive
 the termination of this License.
 .
 13) Miscellaneous. This License represents the complete agreement
 concerning the subject matter hereof.  If any provision of this License
 is held to be unenforceable, such provision shall be reformed only to
 the extent necessary to make it enforceable.
 .
 14) Definition of "You" in This License. "You" throughout this License,
 whether in upper or lower case, means an individual or a legal entity
 exercising rights under, and complying with all of the terms of, this
 License.  For legal entities, "You" includes any entity that controls,
 is controlled by, or is under common control with you.  For purposes
 of this definition, "control" means (i) the power, direct or indirect,
 to cause the direction or management of such entity, whether by contract
 or otherwise, or (ii) ownership of fifty percent (50%) or more of the
 outstanding shares, or (iii) beneficial ownership of such entity.
 .
 15) Right to Use. You may use the Original Work in all ways not otherwise
 restricted or conditioned by this License or by law, and Licensor promises
 not to interfere with or be responsible for such uses by You.
 .
 This license is Copyright (C) 2003 Lawrence E. Rosen.  All rights
 reserved.  Permission is hereby granted to copy and distribute this
 license without modification.  This license may not be modified without
 the express written permission of its copyright owner.

License: Apache-2.0 with LLVM exception
 See /usr/share/common-licenses/Apache-2.0 on a Debian system for the text
 of the Apache-2.0 license.
 .
 As an exception, if, as a result of your compiling your source code, portions
 of this Software are embedded into an Object form of such source code, you
 may redistribute such embedded portions in such Object form without complying
 with the conditions of Sections 4(a), 4(b) and 4(d) of the License.
 .
 In addition, if you combine or link compiled forms of this Software with
 software that is licensed under the GPLv2 ("Combined Software") and if a
 court of competent jurisdiction determines that the patent provision (Section
 3), the indemnity provision (Section 9) or other Section of the License
 conflicts with the conditions of the GPLv2, you may retroactively and
 prospectively choose to deem waived or otherwise exclude such Section(s) of
 the License, but only in their entirety and only with respect to the Combined
 Software.

License: BSD-2-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:
  1. Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
  .
  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-3-clause-pcre
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
     * Redistributions of source code must retain the above copyright notice,
       this list of conditions and the following disclaimer.
 .
     * Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.
 .
     * Neither the name of the University of Cambridge nor the name of Google
       Inc. nor the names of their contributors may be used to endorse or
       promote products derived from this software without specific prior
       written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: bzip2-1.0.6
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 2. The origin of this software must not be misrepresented; you must
    not claim that you wrote the original software.  If you use this
    software in a product, an acknowledgment in the product
    documentation would be appreciated but is not required.
 .
 3. Altered source versions must be plainly marked as such, and must
    not be misrepresented as being the original software.
 .
 4. The name of the author may not be used to endorse or promote
    products derived from this software without specific prior written
    permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: CC-BY-SA-3.0
 SPDX license expression "CC-BY-SA-3.0": https://spdx.org/licenses/CC-BY-SA-3.0.html
 .
 Creative Commons Legal Code
 .
 Attribution-ShareAlike 3.0 Unported
 .
     CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
     LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
     ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
     INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
     REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
     DAMAGES RESULTING FROM ITS USE.
 .
 License
 .
 THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
 COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
 COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
 AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
 .
 BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
 TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
 BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
 CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
 CONDITIONS.
 .
 1. Definitions
 .
  a. "Adaptation" means a work based upon the Work, or upon the Work and
     other pre-existing works, such as a translation, adaptation,
     derivative work, arrangement of music or other alterations of a
     literary or artistic work, or phonogram or performance and includes
     cinematographic adaptations or any other form in which the Work may be
     recast, transformed, or adapted including in any form recognizably
     derived from the original, except that a work that constitutes a
     Collection will not be considered an Adaptation for the purpose of
     this License. For the avoidance of doubt, where the Work is a musical
     work, performance or phonogram, the synchronization of the Work in
     timed-relation with a moving image ("synching") will be considered an
     Adaptation for the purpose of this License.
  b. "Collection" means a collection of literary or artistic works, such as
     encyclopedias and anthologies, or performances, phonograms or
     broadcasts, or other works or subject matter other than works listed
     in Section 1(f) below, which, by reason of the selection and
     arrangement of their contents, constitute intellectual creations, in
     which the Work is included in its entirety in unmodified form along
     with one or more other contributions, each constituting separate and
     independent works in themselves, which together are assembled into a
     collective whole. A work that constitutes a Collection will not be
     considered an Adaptation (as defined below) for the purposes of this
     License.
  c. "Creative Commons Compatible License" means a license that is listed
     at https://creativecommons.org/compatiblelicenses that has been
     approved by Creative Commons as being essentially equivalent to this
     License, including, at a minimum, because that license: (i) contains
     terms that have the same purpose, meaning and effect as the License
     Elements of this License; and, (ii) explicitly permits the relicensing
     of adaptations of works made available under that license under this
     License or a Creative Commons jurisdiction license with the same
     License Elements as this License.
  d. "Distribute" means to make available to the public the original and
     copies of the Work or Adaptation, as appropriate, through sale or
     other transfer of ownership.
  e. "License Elements" means the following high-level license attributes
     as selected by Licensor and indicated in the title of this License:
     Attribution, ShareAlike.
  f. "Licensor" means the individual, individuals, entity or entities that
     offer(s) the Work under the terms of this License.
  g. "Original Author" means, in the case of a literary or artistic work,
     the individual, individuals, entity or entities who created the Work
     or if no individual or entity can be identified, the publisher; and in
     addition (i) in the case of a performance the actors, singers,
     musicians, dancers, and other persons who act, sing, deliver, declaim,
     play in, interpret or otherwise perform literary or artistic works or
     expressions of folklore; (ii) in the case of a phonogram the producer
     being the person or legal entity who first fixes the sounds of a
     performance or other sounds; and, (iii) in the case of broadcasts, the
     organization that transmits the broadcast.
  h. "Work" means the literary and/or artistic work offered under the terms
     of this License including without limitation any production in the
     literary, scientific and artistic domain, whatever may be the mode or
     form of its expression including digital form, such as a book,
     pamphlet and other writing; a lecture, address, sermon or other work
     of the same nature; a dramatic or dramatico-musical work; a
     choreographic work or entertainment in dumb show; a musical
     composition with or without words; a cinematographic work to which are
     assimilated works expressed by a process analogous to cinematography;
     a work of drawing, painting, architecture, sculpture, engraving or
     lithography; a photographic work to which are assimilated works
     expressed by a process analogous to photography; a work of applied
     art; an illustration, map, plan, sketch or three-dimensional work
     relative to geography, topography, architecture or science; a
     performance; a broadcast; a phonogram; a compilation of data to the
     extent it is protected as a copyrightable work; or a work performed by
     a variety or circus performer to the extent it is not otherwise
     considered a literary or artistic work.
  i. "You" means an individual or entity exercising rights under this
     License who has not previously violated the terms of this License with
     respect to the Work, or who has received express permission from the
     Licensor to exercise rights under this License despite a previous
     violation.
  j. "Publicly Perform" means to perform public recitations of the Work and
     to communicate to the public those public recitations, by any means or
     process, including by wire or wireless means or public digital
     performances; to make available to the public Works in such a way that
     members of the public may access these Works from a place and at a
     place individually chosen by them; to perform the Work to the public
     by any means or process and the communication to the public of the
     performances of the Work, including by public digital performance; to
     broadcast and rebroadcast the Work by any means including signs,
     sounds or images.
  k. "Reproduce" means to make copies of the Work by any means including
     without limitation by sound or visual recordings and the right of
     fixation and reproducing fixations of the Work, including storage of a
     protected performance or phonogram in digital form or other electronic
     medium.
 .
 2. Fair Dealing Rights. Nothing in this License is intended to reduce,
 limit, or restrict any uses free from copyright or rights arising from
 limitations or exceptions that are provided for in connection with the
 copyright protection under copyright law or other applicable laws.
 .
 3. License Grant. Subject to the terms and conditions of this License,
 Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
 perpetual (for the duration of the applicable copyright) license to
 exercise the rights in the Work as stated below:
 .
  a. to Reproduce the Work, to incorporate the Work into one or more
     Collections, and to Reproduce the Work as incorporated in the
     Collections;
  b. to create and Reproduce Adaptations provided that any such Adaptation,
     including any translation in any medium, takes reasonable steps to
     clearly label, demarcate or otherwise identify that changes were made
     to the original Work. For example, a translation could be marked "The
     original work was translated from English to Spanish," or a
     modification could indicate "The original work has been modified.";
  c. to Distribute and Publicly Perform the Work including as incorporated
     in Collections; and,
  d. to Distribute and Publicly Perform Adaptations.
  e. For the avoidance of doubt:
 .
      i. Non-waivable Compulsory License Schemes. In those jurisdictions in
         which the right to collect royalties through any statutory or
         compulsory licensing scheme cannot be waived, the Licensor
         reserves the exclusive right to collect such royalties for any
         exercise by You of the rights granted under this License;
     ii. Waivable Compulsory License Schemes. In those jurisdictions in
         which the right to collect royalties through any statutory or
         compulsory licensing scheme can be waived, the Licensor waives the
         exclusive right to collect such royalties for any exercise by You
         of the rights granted under this License; and,
    iii. Voluntary License Schemes. The Licensor waives the right to
         collect royalties, whether individually or, in the event that the
         Licensor is a member of a collecting society that administers
         voluntary licensing schemes, via that society, from any exercise
         by You of the rights granted under this License.
 .
 The above rights may be exercised in all media and formats whether now
 known or hereafter devised. The above rights include the right to make
 such modifications as are technically necessary to exercise the rights in
 other media and formats. Subject to Section 8(f), all rights not expressly
 granted by Licensor are hereby reserved.
 .
 4. Restrictions. The license granted in Section 3 above is expressly made
 subject to and limited by the following restrictions:
 .
  a. You may Distribute or Publicly Perform the Work only under the terms
     of this License. You must include a copy of, or the Uniform Resource
     Identifier (URI) for, this License with every copy of the Work You
     Distribute or Publicly Perform. You may not offer or impose any terms
     on the Work that restrict the terms of this License or the ability of
     the recipient of the Work to exercise the rights granted to that
     recipient under the terms of the License. You may not sublicense the
     Work. You must keep intact all notices that refer to this License and
     to the disclaimer of warranties with every copy of the Work You
     Distribute or Publicly Perform. When You Distribute or Publicly
     Perform the Work, You may not impose any effective technological
     measures on the Work that restrict the ability of a recipient of the
     Work from You to exercise the rights granted to that recipient under
     the terms of the License. This Section 4(a) applies to the Work as
     incorporated in a Collection, but this does not require the Collection
     apart from the Work itself to be made subject to the terms of this
     License. If You create a Collection, upon notice from any Licensor You
     must, to the extent practicable, remove from the Collection any credit
     as required by Section 4(c), as requested. If You create an
     Adaptation, upon notice from any Licensor You must, to the extent
     practicable, remove from the Adaptation any credit as required by
     Section 4(c), as requested.
  b. You may Distribute or Publicly Perform an Adaptation only under the
     terms of: (i) this License; (ii) a later version of this License with
     the same License Elements as this License; (iii) a Creative Commons
     jurisdiction license (either this or a later license version) that
     contains the same License Elements as this License (e.g.,
     Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible
     License. If you license the Adaptation under one of the licenses
     mentioned in (iv), you must comply with the terms of that license. If
     you license the Adaptation under the terms of any of the licenses
     mentioned in (i), (ii) or (iii) (the "Applicable License"), you must
     comply with the terms of the Applicable License generally and the
     following provisions: (I) You must include a copy of, or the URI for,
     the Applicable License with every copy of each Adaptation You
     Distribute or Publicly Perform; (II) You may not offer or impose any
     terms on the Adaptation that restrict the terms of the Applicable
     License or the ability of the recipient of the Adaptation to exercise
     the rights granted to that recipient under the terms of the Applicable
     License; (III) You must keep intact all notices that refer to the
     Applicable License and to the disclaimer of warranties with every copy
     of the Work as included in the Adaptation You Distribute or Publicly
     Perform; (IV) when You Distribute or Publicly Perform the Adaptation,
     You may not impose any effective technological measures on the
     Adaptation that restrict the ability of a recipient of the Adaptation
     from You to exercise the rights granted to that recipient under the
     terms of the Applicable License. This Section 4(b) applies to the
     Adaptation as incorporated in a Collection, but this does not require
     the Collection apart from the Adaptation itself to be made subject to
     the terms of the Applicable License.
  c. If You Distribute, or Publicly Perform the Work or any Adaptations or
     Collections, You must, unless a request has been made pursuant to
     Section 4(a), keep intact all copyright notices for the Work and
     provide, reasonable to the medium or means You are utilizing: (i) the
     name of the Original Author (or pseudonym, if applicable) if supplied,
     and/or if the Original Author and/or Licensor designate another party
     or parties (e.g., a sponsor institute, publishing entity, journal) for
     attribution ("Attribution Parties") in Licensor's copyright notice,
     terms of service or by other reasonable means, the name of such party
     or parties; (ii) the title of the Work if supplied; (iii) to the
     extent reasonably practicable, the URI, if any, that Licensor
     specifies to be associated with the Work, unless such URI does not
     refer to the copyright notice or licensing information for the Work;
     and (iv) , consistent with Ssection 3(b), in the case of an
     Adaptation, a credit identifying the use of the Work in the Adaptation
     (e.g., "French translation of the Work by Original Author," or
     "Screenplay based on original Work by Original Author"). The credit
     required by this Section 4(c) may be implemented in any reasonable
     manner; provided, however, that in the case of a Adaptation or
     Collection, at a minimum such credit will appear, if a credit for all
     contributing authors of the Adaptation or Collection appears, then as
     part of these credits and in a manner at least as prominent as the
     credits for the other contributing authors. For the avoidance of
     doubt, You may only use the credit required by this Section for the
     purpose of attribution in the manner set out above and, by exercising
     Your rights under this License, You may not implicitly or explicitly
     assert or imply any connection with, sponsorship or endorsement by the
     Original Author, Licensor and/or Attribution Parties, as appropriate,
     of You or Your use of the Work, without the separate, express prior
     written permission of the Original Author, Licensor and/or Attribution
     Parties.
  d. Except as otherwise agreed in writing by the Licensor or as may be
     otherwise permitted by applicable law, if You Reproduce, Distribute or
     Publicly Perform the Work either by itself or as part of any
     Adaptations or Collections, You must not distort, mutilate, modify or
     take other derogatory action in relation to the Work which would be
     prejudicial to the Original Author's honor or reputation. Licensor
     agrees that in those jurisdictions (e.g. Japan), in which any exercise
     of the right granted in Section 3(b) of this License (the right to
     make Adaptations) would be deemed to be a distortion, mutilation,
     modification or other derogatory action prejudicial to the Original
     Author's honor and reputation, the Licensor will waive or not assert,
     as appropriate, this Section, to the fullest extent permitted by the
     applicable national law, to enable You to reasonably exercise Your
     right under Section 3(b) of this License (right to make Adaptations)
     but not otherwise.
 .
 5. Representations, Warranties and Disclaimer
 .
 UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
 OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
 KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
 INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
 FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
 LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
 WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
 OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
 .
 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
 LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
 ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
 ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
 BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
 .
 7. Termination
 .
  a. This License and the rights granted hereunder will terminate
     automatically upon any breach by You of the terms of this License.
     Individuals or entities who have received Adaptations or Collections
     from You under this License, however, will not have their licenses
     terminated provided such individuals or entities remain in full
     compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
     survive any termination of this License.
  b. Subject to the above terms and conditions, the license granted here is
     perpetual (for the duration of the applicable copyright in the Work).
     Notwithstanding the above, Licensor reserves the right to release the
     Work under different license terms or to stop distributing the Work at
     any time; provided, however that any such election will not serve to
     withdraw this License (or any other license that has been, or is
     required to be, granted under the terms of this License), and this
     License will continue in full force and effect unless terminated as
     stated above.
 .
 8. Miscellaneous
 .
  a. Each time You Distribute or Publicly Perform the Work or a Collection,
     the Licensor offers to the recipient a license to the Work on the same
     terms and conditions as the license granted to You under this License.
  b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
     offers to the recipient a license to the original Work on the same
     terms and conditions as the license granted to You under this License.
  c. If any provision of this License is invalid or unenforceable under
     applicable law, it shall not affect the validity or enforceability of
     the remainder of the terms of this License, and without further action
     by the parties to this agreement, such provision shall be reformed to
     the minimum extent necessary to make such provision valid and
     enforceable.
  d. No term or provision of this License shall be deemed waived and no
     breach consented to unless such waiver or consent shall be in writing
     and signed by the party to be charged with such waiver or consent.
  e. This License constitutes the entire agreement between the parties with
     respect to the Work licensed here. There are no understandings,
     agreements or representations with respect to the Work not specified
     here. Licensor shall not be bound by any additional provisions that
     may appear in any communication from You. This License may not be
     modified without the mutual written agreement of the Licensor and You.
  f. The rights granted under, and the subject matter referenced, in this
     License were drafted utilizing the terminology of the Berne Convention
     for the Protection of Literary and Artistic Works (as amended on
     September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
     Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
     and the Universal Copyright Convention (as revised on July 24, 1971).
     These rights and subject matter take effect in the relevant
     jurisdiction in which the License terms are sought to be enforced
     according to the corresponding provisions of the implementation of
     those treaty provisions in the applicable national law. If the
     standard suite of rights granted under applicable copyright law
     includes additional rights not granted under this License, such
     additional rights are deemed to be included in the License; this
     License is not intended to restrict the license of any rights under
     applicable law.
 .
 .
 Creative Commons Notice
 .
     Creative Commons is not a party to this License, and makes no warranty
     whatsoever in connection with the Work. Creative Commons will not be
     liable to You or any party on any legal theory for any damages
     whatsoever, including without limitation any general, special,
     incidental or consequential damages arising in connection to this
     license. Notwithstanding the foregoing two (2) sentences, if Creative
     Commons has expressly identified itself as the Licensor hereunder, it
     shall have all rights and obligations of Licensor.
 .
     Except for the limited purpose of indicating to the public that the
     Work is licensed under the CCPL, Creative Commons does not authorize
     the use by either party of the trademark "Creative Commons" or any
     related trademark or logo of Creative Commons without the prior
     written consent of Creative Commons. Any permitted use will be in
     compliance with Creative Commons' then-current trademark usage
     guidelines, as may be published on its website or otherwise made
     available upon request from time to time. For the avoidance of doubt,
     this trademark restriction does not form part of the License.
 .
     Creative Commons may be contacted at https://creativecommons.org/.

License: CC0-1.0
 SPDX license expression "CC0-1.0": https://spdx.org/licenses/CC0-1.0.html
 On Debian systems, the complete text of the CC0 Public Domain Dedication
 can be found in "/usr/share/common-licenses/CC0-1.0".

License: Expat
 SPDX license expression "MIT": https://spdx.org/licenses/MIT.html
 .
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

License: FSFAP
 This file is free software; the author(s) gives unlimited
 permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.

License: FSFULLR
 This file is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 On Debian systems, a copy of the GPL version 2 can be found in
 /usr/share/common-licenses/GPL-2.

License: GPL-2+ with Autoconf exception
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 02110-1301, USA.
 .
 As a special exception, the copyright owners of the
 macro gives unlimited permission to copy, distribute and modify the
 configure scripts that are the output of Autoconf when processing the
 Macro. You need not follow the terms of the GNU General Public
 License when using or distributing such scripts, even though portions
 of the text of the Macro appear in them. The GNU General Public
 License (GPL) does govern all other use of the material that
 constitutes the Autoconf Macro.
 .
 This special exception to the GPL applies to versions of the
 Autoconf Macro released by this project. When you make and
 distribute a modified version of the Autoconf Macro, you may extend
 this special exception to the GPL to apply to your modified version as
 well.
 .
 On Debian systems, a copy of the GPL version 2 can be found in
 /usr/share/common-licenses/GPL-2.

License: Kuchling-PD
 Distribute and use freely; there are no restrictions on further
 dissemination and usage except those imposed by the laws of your
 country of residence.

License: LGPL-2
 Code imported from cmph project, which describes it as "LGPL-2 and MPL 1.1"
 On Debian systems, a copy of the LGPL version 2 can be found in
 /usr/share/common-licenses/LGPL-2.

License: LGPL-2+
 The GNU CHARSET Library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Library General Public License as
 published by the Free Software Foundation; either version 2 of the
 License, or (at your option) any later version.
 .
 The GNU CHARSET Library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Library General Public License for more details.
 .
 On Debian systems, a copy of the LGPL version 2 can be found in
 /usr/share/common-licenses/LGPL-2.

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 On Debian systems, a copy of the LGPL version 2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

License: LGPL-3+
 This program is free software; you can redistribute it and/or modify it under
 the terms of the GNU Lesser General Public License as published by the Free
 Software Foundation; either version 3 of the License, or (at your option) any
 later version.  See http://www.gnu.org/copyleft/lgpl.html for the full text
 of the license.
 .
 On Debian systems, a copy of the LGPL version 3 can be found in
 /usr/share/common-licenses/LGPL-3.

License: MPL-1.1
 Code imported from cmph project, which describes it as "LGPL-2 and MPL 1.1"
 On Debian systems, a copy of the MPL version 1.1 can be found in
 /usr/share/common-licenses/MPL-1.1.

License: Plumb-PD
 The algorithm is due to Ron Rivest.  This code was
 written by Colin Plumb in 1993, no copyright is claimed.
 This code is in the public domain; do with it what you wish.

License: Unicode-DFS-2016
 See Terms of Use <https://www.unicode.org/copyright.html>
 for definitions of Unicode Inc.’s Data Files and Software.
 .
 NOTICE TO USER: Carefully read the following legal agreement.
 BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
 DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
 YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
 TERMS AND CONDITIONS OF THIS AGREEMENT.
 IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
 THE DATA FILES OR SOFTWARE.
 .
 COPYRIGHT AND PERMISSION NOTICE
 .
 Copyright © 1991-2022 Unicode, Inc. All rights reserved.
 Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
 .
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of the Unicode data files and any associated documentation
 (the "Data Files") or Unicode software and any associated documentation
 (the "Software") to deal in the Data Files or Software
 without restriction, including without limitation the rights to use,
 copy, modify, merge, publish, distribute, and/or sell copies of
 the Data Files or Software, and to permit persons to whom the Data Files
 or Software are furnished to do so, provided that either
 (a) this copyright and permission notice appear with all copies
 of the Data Files or Software, or
 (b) this copyright and permission notice appear in associated
 Documentation.
 .
 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT OF THIRD PARTY RIGHTS.



==========================================================================
Package: gir1.2-ibus-1.0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ibus
Upstream-Contact: Takao Fujiwara <tfujiwar@redhat.com>
Source: https://github.com/ibus/ibus/releases

Files:     *
Copyright: 2008-2018 Peng Huang <shawn.p.huang@gmail.com>
           2007-2019 Red Hat, Inc.
	   2010-2022 Takao Fujiwara <takao.fujiwara1@gmail.com>
License:   LGPL-2.1+

Files:     debian/*
Copyright: 2008-2010 LI Daobing <lidaobing@debian.org>
           2010-2012 Asias He <asias.hejun@gmail.com>
           2012 Kees Cook <kees@ubuntu.com>
           2012-2016 Aron Xu <aron@debian.org>
           2011-2019 Osamu Aoki <osamu@debian.org>
           2019 Boyuan Yang <byang@debian.org>
           2019-2023 Changwoo Ryu <cwryu@debian.org>
License:   LGPL-2.1+

Files:     Makefile.in
           bindings/Makefile.in
           bindings/pygobject/Makefile.in
           bindings/vala/Makefile.in
           bus/Makefile.in
           client/Makefile.in
           client/gtk2/Makefile.in
           client/gtk3/Makefile.in
           client/wayland/Makefile.in
           client/x11/Makefile.in
           conf/Makefile.in
           conf/dconf/Makefile.in
           conf/memconf/Makefile.in
           data/Makefile.in
           data/annotations/Makefile.in
           data/dconf/Makefile.in
           data/icons/Makefile.in
           data/its/Makefile.in
           data/keymaps/Makefile.in
           docs/Makefile.in
           docs/reference/Makefile.in
           docs/reference/ibus/Makefile.in
           engine/Makefile.in
           ibus/Makefile.in
           ibus/interface/Makefile.in
           m4/Makefile.in
           portal/Makefile.in
           setup/Makefile.in
           src/Makefile.in
           src/tests/Makefile.in
           tools/Makefile.in
           ui/Makefile.in
           ui/gtk3/Makefile.in
           util/IMdkit/Makefile.in
           util/Makefile.in
Copyright: 1994-2019 Free Software Foundation, Inc.
License:   permissive-makefile-in
 This Makefile.in is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.

Files:     util/IMdkit/IMConn.c
           util/IMdkit/IMMethod.c
           util/IMdkit/IMValues.c
           util/IMdkit/IMdkit.h
           util/IMdkit/Xi18n.h
           util/IMdkit/Xi18nX.h
           util/IMdkit/XimFunc.h
           util/IMdkit/i18nAttr.c
           util/IMdkit/i18nClbk.c
           util/IMdkit/i18nIc.c
           util/IMdkit/i18nMethod.c
           util/IMdkit/i18nPtHdr.c
           util/IMdkit/i18nUtil.c
           util/IMdkit/i18nX.c
Copyright: 1993-1994 Hewlett-Packard Company
           1994-1995 Sun Microsystems, Inc.
	   2014 Peng Huang
License:   ISC-Sun
 Permission to use, copy, modify, distribute, and sell this software
 and its documentation for any purpose is hereby granted without fee,
 provided that the above copyright notice appear in all copies and
 that both that copyright notice and this permission notice appear
 in supporting documentation, and that the name of Sun Microsystems, Inc.
 and Hewlett-Packard not be used in advertising or publicity pertaining to
 distribution of the software without specific, written prior permission.
 Sun Microsystems, Inc. and Hewlett-Packard make no representations about
 the suitability of this software for any purpose.  It is provided "as is"
 without express or implied warranty.
 .
 SUN MICROSYSTEMS INC. AND HEWLETT-PACKARD COMPANY DISCLAIMS ALL
 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
 SUN MICROSYSTEMS, INC. AND HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY
 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
 IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files:     m4/gettext.m4
           m4/iconv.m4
           m4/intlmacosx.m4
           m4/lib-ld.m4
           m4/lib-link.m4
           m4/lib-prefix.m4
           m4/libtool.m4
           m4/ltoptions.m4
           m4/ltsugar.m4
           m4/ltversion.m4
           m4/lt~obsolete.m4
           m4/nls.m4
           m4/po.m4
           m4/progtest.m4
Copyright: 1995-2018 Free Software Foundation, Inc.
License:   permissive-autoconf-m4
 This file is free software; the Free Software Foundation gives
 unlimited permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.

Files:     compile
           depcomp
           ltmain.sh
           missing
           py-compile
           test-driver
Copyright: 1996-2018 Free Software Foundation, Inc.
License:   GPL-2.0+ with autoconf exception

Files:     client/wayland/input-method-unstable-v1-client-protocol.h
           client/wayland/input-method-unstable-v1-protocol.c
Copyright: 2012-2013 Intel Corporation
License:   ISC-Intel
 Permission to use, copy, modify, distribute, and sell this
 software and its documentation for any purpose is hereby granted
 without fee, provided that the above copyright notice appear in
 all copies and that both that copyright notice and this permission
 notice appear in supporting documentation, and that the name of
 the copyright holders not be used in advertising or publicity
 pertaining to distribution of the software without specific,
 written prior permission.  The copyright holders make no
 representations about the suitability of this software for any
 purpose.  It is provided "as is" without express or implied
 warranty.
 .
 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
 THIS SOFTWARE.

Files:     client/wayland/Makefile.am
Copyright: 2007-2013 Peng Huang <shawn.p.huang@gmail.com>
	   2019 Takao Fujiwara <takao.fujiwara1@gmail.com>
           2007-2019 Red Hat, Inc.
License:   LGPL-2.1+

Files:     client/wayland/main.c
Copyright: 2019 Takao Fujiwara <takao.fujiwara1@gmail.com>
	   2013 Intel Corporation
           2013-2019 Red Hat, Inc.
License:   LGPL-2.1+

Files:     util/IMdkit/XimProto.h
Copyright: 1992-1994 FUJITSU LIMITED
License:   ISC-Fujitsu
 Permission to use, copy, modify, distribute, and sell this software
 and its documentation for any purpose is hereby granted without fee,
 provided that the above copyright notice appear in all copies and
 that both that copyright notice and this permission notice appear
 in supporting documentation, and that the name of FUJITSU LIMITED
 not be used in advertising or publicity pertaining to distribution
 of the software without specific, written prior permission.
 FUJITSU LIMITED makes no representations about the suitability of
 this software for any purpose.
 It is provided "as is" without express or implied warranty.
 .
 FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
 EVENT SHALL FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR
 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THIS SOFTWARE.
 .
 This version tidied and debugged by Steve Underwood May 1999

Files:     util/IMdkit/Xtrans.h
Copyright: 1993-1994 X Consortium
           1993-1994 NCR Corporation - Dayton, Ohio, USA
License:   MIT and ISC-NCR

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall
 not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization
 from the X Consortium.

License: ISC-NCR
 Permission to use, copy, modify, and distribute this software and its
 documentation for any purpose and without fee is hereby granted, provided
 that the above copyright notice appear in all copies and that both that
 copyright notice and this permission notice appear in supporting
 documentation, and that the name NCR not be used in advertising
 or publicity pertaining to distribution of the software without specific,
 written prior permission.  NCR makes no representations about the
 suitability of this software for any purpose.  It is provided "as is"
 without express or implied warranty.
 .
 NCR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
 NO EVENT SHALL NCR BE LIABLE FOR ANY SPECIAL, INDIRECT OR
 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files:     install-sh
Copyright: 1994 X Consortium
License:   MIT
Comment:   FSF changes to this file are in the public domain.

Files:     src/ibuskeynames.c
           src/ibuskeyuni.c
Copyright: 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
License:   LGPL-2.0+

Files:     src/gtkimcontextsimpleseqs.h
Copyright: 2007-2008 GNOME Foundation
License:   LGPL-2.0+

Files:     client/x11/gdk-private.h
Copyright: 2008 Peng Huang <shawn.p.huang@gmail.com>
           2008 Red Hat, Inc.
License:   LGPL-2.1+

Files:     setup/main.py
Copyright: 2007-2016 Peng Huang <shawn.p.huang@gmail.com>
	   2010-2018 Takao Fujiwara <takao.fujiwara1@gmail.com>
           2007-2016 Red Hat, Inc.
License:   LGPL-2.1+

Files:     ibus/keysyms.py
Copyright: 1998-2003 James Henstridge
License:   LGPL-2.1+

Files:     client/x11/gdk-private.c
Copyright: 2008-2015 Peng Huang <shawn.p.huang@gmail.com>
           2008-2015 Red Hat, Inc.
License:   LGPL-2.1+

Files:     client/x11/main.c
Copyright: 2007-2015 Peng Huang <shawn.p.huang@gmail.com>
	   2015-2019 Takao Fujiwara <takao.fujiwara1@gmail.com>
           2007-2015 Red Hat, Inc.
License:   LGPL-2.1+

Files:     m4/vapigen.m4
Copyright: 2012 Evan Nemerson dnl
License:   LGPL-2.1+

Files:     configure
Copyright: 1992-2012 Free Software Foundation, Inc.
License:   permissive-fsf-grant
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.

Files:     INSTALL
Copyright: 1994-2016 Free Software Foundation, Inc.
License:   permissive

Files:     po/Makefile.in.in
Copyright: 1995-2010 Ulrich Drepper <drepper@gnu.ai.mit.edu>
License:   permissive

License: permissive
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.  This file is offered as-is,
 without any warranty.

Files:     aclocal.m4
Copyright: 1996-2018 Free Software Foundation, Inc.
License:   permissive-fsf-grant-attribution
 This file is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.

Files:     m4/introspection.m4
Copyright: 2009 Johan Dahlin
License:   permissive-author-grant-attribution
 This file is free software; the author(s) gives unlimited
 permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.

Files:     config.sub
           config.guess
Copyright: 1992-2018 Free Software Foundation, Inc.
License:   GPL-3.0+ with autoconf exception
 This file is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, see <http://www.gnu.org/licenses/>.
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that
 program.  This Exception is an additional permission under section 7
 of the GNU General Public License, version 3 ("GPLv3").
 .
 On Debian systems, the complete text of the GNU General Public License
 Version 3 can be found in `/usr/share/common-licenses/GPL-3'.

License:   GPL-2.0+ with autoconf exception
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that program.
 .
 On Debian systems, the complete text of the GNU General Public License
 Version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License:   LGPL-2.0+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Library General Public License
 Version 2 can be found in `/usr/share/common-licenses/LGPL-2'.

License:   LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
 USA
 .
 On Debian systems, the complete text of the GNU Lesser General Public License
 Version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.



==========================================================================
Package: libaacs0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libaacs
Upstream-Contact: libaacs-devel mailing list <libaacs-devel@videolan.org>
Source: ftp://ftp.videolan.org/pub/videolan/libaacs/
License: LGPL-2.1+
Comment: This package DOES NOT provide any key or certificate that could be
 used to decode encrypted copyrighted material. It is based on the official
 public AACS specification only.

Files: *
Copyright:
  2009-2016 npzacs
  2011-2014 VideoLAN
  2013 Petri Hintukainen
  2012 Konstantin Pavlov
  2009-2010 gates
  2009-2010 Obliter0n
  2009-2010 hpil
  2007 Free Software Foundation, Inc
License: LGPL-2.1+

Files: debian/*
Copyright: 2011-2013 Alessio Treglia <alessio@debian.org>
License: LGPL-2.1+

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as
 published by the Free Software Foundation; either version 2.1 of
 the License, or (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Lesser General Public License for more details.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.



==========================================================================
Package: libaom-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Alliance for Open Media
Source: https://aomedia.googlesource.com/aom/
Comment:
 In addition to the copyright license, aom contains the following patent
 license:
 .
 Alliance for Open Media Patent License 1.0
 .
 1. License Terms.
 .
 1.1. Patent License. Subject to the terms and conditions of this License, each
      Licensor, on behalf of itself and successors in interest and assigns,
      grants Licensee a non-sublicensable, perpetual, worldwide, non-exclusive,
      no-charge, royalty-free, irrevocable (except as expressly stated in this
      License) patent license to its Necessary Claims to make, use, sell, offer
      for sale, import or distribute any Implementation.
 .
 1.2. Conditions.
 .
 1.2.1. Availability. As a condition to the grant of rights to Licensee to make,
        sell, offer for sale, import or distribute an Implementation under
        Section 1.1, Licensee must make its Necessary Claims available under
        this License, and must reproduce this License with any Implementation
        as follows:
 .
        a. For distribution in source code, by including this License in the
           root directory of the source code with its Implementation.
 .
        b. For distribution in any other form (including binary, object form,
           and/or hardware description code (e.g., HDL, RTL, Gate Level Netlist,
           GDSII, etc.)), by including this License in the documentation, legal
           notices, and/or other written materials provided with the
           Implementation.
 .
 1.2.2. Additional Conditions. This license is directly from Licensor to
        Licensee.  Licensee acknowledges as a condition of benefiting from it
        that no rights from Licensor are received from suppliers, distributors,
        or otherwise in connection with this License.
 .
 1.3. Defensive Termination. If any Licensee, its Affiliates, or its agents
      initiates patent litigation or files, maintains, or voluntarily
      participates in a lawsuit against another entity or any person asserting
      that any Implementation infringes Necessary Claims, any patent licenses
      granted under this License directly to the Licensee are immediately
      terminated as of the date of the initiation of action unless 1) that suit
      was in response to a corresponding suit regarding an Implementation first
      brought against an initiating entity, or 2) that suit was brought to
      enforce the terms of this License (including intervention in a third-party
      action by a Licensee).
 .
 1.4. Disclaimers. The Reference Implementation and Specification are provided
      "AS IS" and without warranty. The entire risk as to implementing or
      otherwise using the Reference Implementation or Specification is assumed
      by the implementer and user. Licensor expressly disclaims any warranties
      (express, implied, or otherwise), including implied warranties of
      merchantability, non-infringement, fitness for a particular purpose, or
      title, related to the material. IN NO EVENT WILL LICENSOR BE LIABLE TO
      ANY OTHER PARTY FOR LOST PROFITS OR ANY FORM OF INDIRECT, SPECIAL,
      INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER FROM ANY CAUSES OF
      ACTION OF ANY KIND WITH RESPECT TO THIS LICENSE, WHETHER BASED ON BREACH
      OF CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE, AND WHETHER OR
      NOT THE OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .
 2. Definitions.
 .
 2.1. Affiliate.  "Affiliate" means an entity that directly or indirectly
      Controls, is Controlled by, or is under common Control of that party.
 .
 2.2. Control. "Control" means direct or indirect control of more than 50% of
      the voting power to elect directors of that corporation, or for any other
      entity, the power to direct management of such entity.
 .
 2.3. Decoder.  "Decoder" means any decoder that conforms fully with all
      non-optional portions of the Specification.
 .
 2.4. Encoder.  "Encoder" means any encoder that produces a bitstream that can
      be decoded by a Decoder only to the extent it produces such a bitstream.
 .
 2.5. Final Deliverable.  "Final Deliverable" means the final version of a
      deliverable approved by the Alliance for Open Media as a Final
      Deliverable.
 .
 2.6. Implementation.  "Implementation" means any implementation, including the
      Reference Implementation, that is an Encoder and/or a Decoder. An
      Implementation also includes components of an Implementation only to the
      extent they are used as part of an Implementation.
 .
 2.7. License. "License" means this license.
 .
 2.8. Licensee. "Licensee" means any person or entity who exercises patent
      rights granted under this License.
 .
 2.9. Licensor.  "Licensor" means (i) any Licensee that makes, sells, offers
      for sale, imports or distributes any Implementation, or (ii) a person
      or entity that has a licensing obligation to the Implementation as a
      result of its membership and/or participation in the Alliance for Open
      Media working group that developed the Specification.
 .
 2.10. Necessary Claims.  "Necessary Claims" means all claims of patents or
       patent applications, (a) that currently or at any time in the future,
       are owned or controlled by the Licensor, and (b) (i) would be an
       Essential Claim as defined by the W3C Policy as of February 5, 2004
       (https://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential)
       as if the Specification was a W3C Recommendation; or (ii) are infringed
       by the Reference Implementation.
 .
 2.11. Reference Implementation. "Reference Implementation" means an Encoder
       and/or Decoder released by the Alliance for Open Media as a Final
       Deliverable.
 .
 2.12. Specification. "Specification" means the specification designated by
       the Alliance for Open Media as a Final Deliverable for which this
       License was issued.

Files: *
Copyright: 2001-2022, Alliance for Open Media
License: BSD-2-clause

Files: common/md5_utils.c
       common/md5_utils.h
Copyright: 1993, Colin Plumb
License: public-domain-md5
 This code implements the MD5 message-digest algorithm.
 The algorithm is due to Ron Rivest.  This code was
 written by Colin Plumb in 1993, no copyright is claimed.
 This code is in the public domain; do with it what you wish.
 .
 Equivalent code is available from RSA Data Security, Inc.
 This code has been tested against that, and is equivalent,
 except that you don't need to include two pages of legalese
 with every copy.

Files: common/y4minput.c
Copyright: 2002-2010 The Xiph.Org Foundation and contributors
           2016, Alliance for Open Media
License: BSD-2-clause

Files: third_party/fastfeat/*
Copyright: 2006, 2008 Edward Rosten
License: BSD-3-clause

Files: third_party/googletest/src/*
Copyright: 2003-2015, Google Inc
License: BSD-3-clause

Files: third_party/libwebm/*
Copyright: 2010-2016, The WebM project authors
License: BSD-3-clause

Files: third_party/libyuv/source/*
Copyright: 2011-2021, The LibYuv Project Authors
License: BSD-2-Clause

Files: third_party/libyuv/source/x86inc.asm
       third_party/x86inc/*
Copyright: 2005-2016, x264 project
License: ISC

Files: third_party/vector/*
Copyright: 2016, Peter Goldsborough
License: Expat

Files: tools/cpplint.py
Copyright: 2009, Google Inc
License: BSD-3-clause

Files: debian/*
Copyright: 2018, James Cowgill <jcowgill@debian.org>
License: BSD-2-clause

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.
 .
 3. Neither the name of Google nor the names of its contributors may
    be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: Expat
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation files
 (the "Software"), to deal in the Software without restriction,
 including without limitation the rights to use, copy, modify, merge,
 publish, distribute, sublicence, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 IN NO EVENT SHALL DAVID LOREN PARSONS BE LIABLE FOR ANY DIRECT,
 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 OF THE POSSIBILITY OF SUCH DAMAGE.

License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



==========================================================================
Package: libaom3:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Alliance for Open Media
Source: https://aomedia.googlesource.com/aom/
Comment:
 In addition to the copyright license, aom contains the following patent
 license:
 .
 Alliance for Open Media Patent License 1.0
 .
 1. License Terms.
 .
 1.1. Patent License. Subject to the terms and conditions of this License, each
      Licensor, on behalf of itself and successors in interest and assigns,
      grants Licensee a non-sublicensable, perpetual, worldwide, non-exclusive,
      no-charge, royalty-free, irrevocable (except as expressly stated in this
      License) patent license to its Necessary Claims to make, use, sell, offer
      for sale, import or distribute any Implementation.
 .
 1.2. Conditions.
 .
 1.2.1. Availability. As a condition to the grant of rights to Licensee to make,
        sell, offer for sale, import or distribute an Implementation under
        Section 1.1, Licensee must make its Necessary Claims available under
        this License, and must reproduce this License with any Implementation
        as follows:
 .
        a. For distribution in source code, by including this License in the
           root directory of the source code with its Implementation.
 .
        b. For distribution in any other form (including binary, object form,
           and/or hardware description code (e.g., HDL, RTL, Gate Level Netlist,
           GDSII, etc.)), by including this License in the documentation, legal
           notices, and/or other written materials provided with the
           Implementation.
 .
 1.2.2. Additional Conditions. This license is directly from Licensor to
        Licensee.  Licensee acknowledges as a condition of benefiting from it
        that no rights from Licensor are received from suppliers, distributors,
        or otherwise in connection with this License.
 .
 1.3. Defensive Termination. If any Licensee, its Affiliates, or its agents
      initiates patent litigation or files, maintains, or voluntarily
      participates in a lawsuit against another entity or any person asserting
      that any Implementation infringes Necessary Claims, any patent licenses
      granted under this License directly to the Licensee are immediately
      terminated as of the date of the initiation of action unless 1) that suit
      was in response to a corresponding suit regarding an Implementation first
      brought against an initiating entity, or 2) that suit was brought to
      enforce the terms of this License (including intervention in a third-party
      action by a Licensee).
 .
 1.4. Disclaimers. The Reference Implementation and Specification are provided
      "AS IS" and without warranty. The entire risk as to implementing or
      otherwise using the Reference Implementation or Specification is assumed
      by the implementer and user. Licensor expressly disclaims any warranties
      (express, implied, or otherwise), including implied warranties of
      merchantability, non-infringement, fitness for a particular purpose, or
      title, related to the material. IN NO EVENT WILL LICENSOR BE LIABLE TO
      ANY OTHER PARTY FOR LOST PROFITS OR ANY FORM OF INDIRECT, SPECIAL,
      INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER FROM ANY CAUSES OF
      ACTION OF ANY KIND WITH RESPECT TO THIS LICENSE, WHETHER BASED ON BREACH
      OF CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE, AND WHETHER OR
      NOT THE OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .
 2. Definitions.
 .
 2.1. Affiliate.  "Affiliate" means an entity that directly or indirectly
      Controls, is Controlled by, or is under common Control of that party.
 .
 2.2. Control. "Control" means direct or indirect control of more than 50% of
      the voting power to elect directors of that corporation, or for any other
      entity, the power to direct management of such entity.
 .
 2.3. Decoder.  "Decoder" means any decoder that conforms fully with all
      non-optional portions of the Specification.
 .
 2.4. Encoder.  "Encoder" means any encoder that produces a bitstream that can
      be decoded by a Decoder only to the extent it produces such a bitstream.
 .
 2.5. Final Deliverable.  "Final Deliverable" means the final version of a
      deliverable approved by the Alliance for Open Media as a Final
      Deliverable.
 .
 2.6. Implementation.  "Implementation" means any implementation, including the
      Reference Implementation, that is an Encoder and/or a Decoder. An
      Implementation also includes components of an Implementation only to the
      extent they are used as part of an Implementation.
 .
 2.7. License. "License" means this license.
 .
 2.8. Licensee. "Licensee" means any person or entity who exercises patent
      rights granted under this License.
 .
 2.9. Licensor.  "Licensor" means (i) any Licensee that makes, sells, offers
      for sale, imports or distributes any Implementation, or (ii) a person
      or entity that has a licensing obligation to the Implementation as a
      result of its membership and/or participation in the Alliance for Open
      Media working group that developed the Specification.
 .
 2.10. Necessary Claims.  "Necessary Claims" means all claims of patents or
       patent applications, (a) that currently or at any time in the future,
       are owned or controlled by the Licensor, and (b) (i) would be an
       Essential Claim as defined by the W3C Policy as of February 5, 2004
       (https://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential)
       as if the Specification was a W3C Recommendation; or (ii) are infringed
       by the Reference Implementation.
 .
 2.11. Reference Implementation. "Reference Implementation" means an Encoder
       and/or Decoder released by the Alliance for Open Media as a Final
       Deliverable.
 .
 2.12. Specification. "Specification" means the specification designated by
       the Alliance for Open Media as a Final Deliverable for which this
       License was issued.

Files: *
Copyright: 2001-2022, Alliance for Open Media
License: BSD-2-clause

Files: common/md5_utils.c
       common/md5_utils.h
Copyright: 1993, Colin Plumb
License: public-domain-md5
 This code implements the MD5 message-digest algorithm.
 The algorithm is due to Ron Rivest.  This code was
 written by Colin Plumb in 1993, no copyright is claimed.
 This code is in the public domain; do with it what you wish.
 .
 Equivalent code is available from RSA Data Security, Inc.
 This code has been tested against that, and is equivalent,
 except that you don't need to include two pages of legalese
 with every copy.

Files: common/y4minput.c
Copyright: 2002-2010 The Xiph.Org Foundation and contributors
           2016, Alliance for Open Media
License: BSD-2-clause

Files: third_party/fastfeat/*
Copyright: 2006, 2008 Edward Rosten
License: BSD-3-clause

Files: third_party/googletest/src/*
Copyright: 2003-2015, Google Inc
License: BSD-3-clause

Files: third_party/libwebm/*
Copyright: 2010-2016, The WebM project authors
License: BSD-3-clause

Files: third_party/libyuv/source/*
Copyright: 2011-2021, The LibYuv Project Authors
License: BSD-2-Clause

Files: third_party/libyuv/source/x86inc.asm
       third_party/x86inc/*
Copyright: 2005-2016, x264 project
License: ISC

Files: third_party/vector/*
Copyright: 2016, Peter Goldsborough
License: Expat

Files: tools/cpplint.py
Copyright: 2009, Google Inc
License: BSD-3-clause

Files: debian/*
Copyright: 2018, James Cowgill <jcowgill@debian.org>
License: BSD-2-clause

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.
 .
 3. Neither the name of Google nor the names of its contributors may
    be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: Expat
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation files
 (the "Software"), to deal in the Software without restriction,
 including without limitation the rights to use, copy, modify, merge,
 publish, distribute, sublicence, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 IN NO EVENT SHALL DAVID LOREN PARSONS BE LIABLE FOR ANY DIRECT,
 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 OF THE POSSIBILITY OF SUCH DAMAGE.

License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



==========================================================================
Package: libasound2:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: alsa-lib
Upstream-Contact: Jarsolav Kysela <perex@suse.cz>
Source: ftp://ftp.alsa-project.org/pub/lib
Comment: This package was debianized by Wichert Akkerman 7 Jun 1998.
         Masato Taruishi took over on 17 Oct 1999.
         Since September 2002 it has been maintained by the participants in
         the pkg-alsa project at alioth.debian.org.

Files: *
Copyright: 1998-2022 Jarsolav Kysela <perex@suse.cz> and others
License: LPGL-2.1+

Files: debian/*
Copyright: 1998-1999 Wichert Akkerman
           1999-2002 Masato Taruishi
           2002-2022 Debian ALSA Maintainers
License: LPGL-2.1+

License: LPGL-2.1+
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as
 published by the Free Software Foundation; either version 2.1 of
 the License, or (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., Foundation, Inc., 51 Franklin Street, Fifth Floor,
 Boston, MA  02110-1301  USA
 .
 On Debian systems, the complete text of the GNU Lesser General Public License
 can be found in /usr/share/common-licenses/LGPL-2.1.



==========================================================================
Package: libasound2-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: alsa-lib
Upstream-Contact: Jarsolav Kysela <perex@suse.cz>
Source: ftp://ftp.alsa-project.org/pub/lib
Comment: This package was debianized by Wichert Akkerman 7 Jun 1998.
         Masato Taruishi took over on 17 Oct 1999.
         Since September 2002 it has been maintained by the participants in
         the pkg-alsa project at alioth.debian.org.

Files: *
Copyright: 1998-2022 Jarsolav Kysela <perex@suse.cz> and others
License: LPGL-2.1+

Files: debian/*
Copyright: 1998-1999 Wichert Akkerman
           1999-2002 Masato Taruishi
           2002-2022 Debian ALSA Maintainers
License: LPGL-2.1+

License: LPGL-2.1+
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as
 published by the Free Software Foundation; either version 2.1 of
 the License, or (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., Foundation, Inc., 51 Franklin Street, Fifth Floor,
 Boston, MA  02110-1301  USA
 .
 On Debian systems, the complete text of the GNU Lesser General Public License
 can be found in /usr/share/common-licenses/LGPL-2.1.



==========================================================================
Package: libasyncns0:arm64
==========================================================================
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libasyncns
Upstream-Contact: Lennart Poettering <mznflapaf@0pointer.de>
Source: http://0pointer.de/lennart/projects/libasyncns/

Files: *
Copyright: 2005-2009 Lennart Poettering
License: LGPL-2.1+

Files: debian/*
Copyright: 2006 CJ van den Berg <cj@vdbonline.com>
    2011 Tanguy Ortolo <tanguy+debian@ortolo.eu>
License: LGPL-2.1+

License: LGPL-2.1+
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.
    .
    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.
    .
    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    .
    On Debian systems, the full text of the GNU Lesser General Public
    License version 2.1 can be found in the file
    `/usr/share/common-licenses/LGPL-2.1`.



==========================================================================
Package: libavcodec-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FFmpeg
Upstream-Contact: ffmpeg-devel@ffmpeg.org
Source: https://ffmpeg.org
Comment:
 Most files in FFmpeg are licensed under the GNU Lesser General Public License
 version 2.1 or later (LGPL v2.1+), but some optional parts of FFmpeg are
 licensed under the GNU General Public License version 2 or later (GPL v2+)
 and a few have different, but compatible licenses.
 .
 For building the default Debian packages some of the GPL licensed files are used,
 so the resulting binaries are licensed under GPL v2+.
 For libavcodec/libavfilter an extra flavor is built, which links against external
 libraries licensed under the Apache License 2.0, which makes it effectively licensed
 under the GPL v3+
 The HTML documentation /usr/share/doc/ffmpeg/manual/*.html in the ffmpeg-doc
 package is effectively licensed under GPL-3+, because during its creation
 the GPL-3+ licensed file doc/t2h.pm is used.
 .
 FFmpeg can also be combined with non-free libraries, which would make the
 resulting binaries unredistributable.
 But this is not done for the Debian packages.

Files: *
Copyright:
  Christian Holschuh
  Sebastien Bechet <s.bechet@av7.net>
  1990, James Ashton - Sydney University
  1993, Computer Science, Speech Group
  1994-2012, the Xiph.Org Foundation and contributors
  1997-1999, H. Dietz
  1997-1999, R. Fisher
  1998-2009, Conifer Software
  1999, Nick Bailey
  1999, Roger Hardiman
  1999-2000, Sebastien Rougeaux <sebastien.rougeaux@anu.edu.au>
  1999-2001, Chris Bagwell <cbagwell@sprynet.com>
  1999-2013, Intel Corporation
  2000, Chris Ausbrooks <weed@bucket.pp.ualr.edu>
  2000, Fabien COELHO <fabien@coelho.net>
  2000, John Walker
  2000-2001, Michel Lespinasse <walken@zoy.org>
  2000-2001, Peter Gubanov <peter@elecard.net.ru>
  2000-2003, Nick Kurshev <nickols_k@mail.ru>
  2000-2010, Fabrice Bellard
  2001, Dan Dennedy <dan@dennedy.org>
  2001, Heikki Leinonen
  2001, Juan J. Sierralta P
  2001, Lionel Ulmer
  2001, Tim Ferguson
  2001-2003, BERO <bero@geocities.co.jp>
  2001-2006, Daniel Maas <dmaas@dcine.com> <dmaas@maasdigital.com>
  2001-2010, Krzysztof Foltman, Markus Schmidt, Thor Harald Johansen, Damien Zammit, Vladimir Sadovnikov and others
  2001-2018, Michael Niedermayer <michaelni@gmx.at>
  2001-2019, Peter Ross <pross@xvid.org>
  2001-2019, The FFmpeg project
  2002, Anders Johansson <ajh@atri.curtin.edu.au>
  2002, Brian Foley
  2002, Daniel Pouzzner
  2002, Dieter Shirley
  2002, Falk Hueffner <falk@debian.org>
  2002, Frederic 'dilb' Boulay <dilb@handhelds.org>
  2002, Gunnar Monell <gmo@linux.nu>
  2002, Laszlo Torok <torokl@alpha.dfmk.hu>
  2002, Lennert Buytenhek <buytenh@gnu.org>
  2002, Mark Hills <mark@pogo.org.uk>
  2002, Remi Guyomarch <rguyom@pobox.com>
  2002, Steve O'Hara-Smith
  2002, The Xine project
  2002, Zdenek Kabelac <kabi@informatics.muni.cz>
  2002-2005, Francois Revol <revol@free.fr>
  2002-2005, Roberto Togni
  2002-2006, Alex Beregszaszi
  2002-2013, Maxim Polia/kovski
  2003, Donnie Smith
  2003, Dr. Tim Ferguson
  2003, Ewald Snel
  2003, Gustavo Sverzut Barbieri <gsbarbieri@yahoo.com.br>
  2003, James Klicman <james@klicman.org>
  2003, Max Krasnyansky <maxk@qualcomm.com>
  2003, Rich Felker
  2003, Thomas Raivio
  2003, Tinic Uro
  2003-2004, Romain Dolbeau <romain@dolbeau.org>
  2003-2005, Christopher R. Hertel <crh@ubiqx.mn.org>
  2003-2006, Roman Shaposhnik
  2003-2007, Michel Bardiaux <mbardiaux@mediaxim.be>
  2003-2007, Mike Melanson <melanson@pcisys.net>
  2003-2011, Sascha Sommer <saschasommer@freenet.de>
  2003-2014, Loren Merritt <lorenm@u.washington.edu>
  2003-2014, Pascal Massimino <skal@planet-d.net> <pascal.massimino@gmail.com>
  2003-2017, Ivan Kalvachev
  2003-2018, x264 project
  2004, AGAWA Koji <i@atty.jp>
  2004, Adam Thayer <krevnik@comcast.net>
  2004, Gildas Bazin <gbazin@videolan.org>
  2004, Maarten Daniels
  2004-2005, Denes Balatoni <dbalatoni@programozo.hu>
  2004-2005, Henryk Ploetz <henryk@ploetzli.ch>
  2004-2006, Lennart Poettering
  2004-2007, Benjamin Zores <ben@geexbox.org>
  2004-2007, Eric Lasota
  2004-2007, Marc Hoffman <marc.hoffman@analog.com>
  2004-2010, Marcel Holtmann <marcel@holtmann.org>
  2004-2014, Konstantin Shishkov <kostya.shishkov@gmail.com>
  2005, Alban Bedel <albeu@free.fr>
  2005, Anonymous
  2005, David Hammerton
  2005, DivX, Inc
  2005, Jeff Muizelaar
  2005, Matthieu CASTET
  2005, Neal Symms <tivo@freakinzoo.com>
  2005, Ole André Vadla Ravnås <oleavr@gmail.com>
  2005, Roine Gustafsson
  2005, Steve Underwood <steveu@coppice.org>
  2005, Vidar Madsen
  2005, Wim Taymans
  2005, Zoltan Hidvegi <hzoli@hzoli.com>
  2005-2006, Brad Midgley <bmidgley@xmission.com>
  2005-2006, Oded Shimon <ods15@ods15.dyndns.org>
  2005-2006, Robert Edele <yartrebo@earthlink.net>
  2005-2007, Wolfram Gloger
  2005-2008, Ian Caulfield
  2005-2011, Benjamin Larsson
  2005-2012, Måns Rullgård <mans@mansr.com>
  2005-2012, VLC authors and VideoLAN
  2005-2013, Diego Biurrun <diego@biurrun.de>
  2005-2015, Luca Barbato <lu_zero@gentoo.org>
  2005-2016, Reimar Döffinger <Reimar.Doeffinger@gmx.de>
  2006, Corey Hickey
  2006, Cyril Zorin
  2006, Guillaume Poirier <gpoirier@mplayerhq.hu>
  2006, Industrial Light & Magic, a division of Lucas Digital Ltd. LLC
  2006, John Maddock
  2006, Kartikey Mahendra BHATT <bhattkm@gmail.com>
  2006, Patrick Guimond
  2006, Paul Richards <paul.richards@gmail.com>
  2006, Thijs Vermeir <thijs.vermeir@barco.com>
  2006-2007, Maxim Gavrilov <maxim.gavrilov@gmail.com>
  2006-2007, Reynaldo H. Verdejo Pinochet
  2006-2007, Ryan Martell <rdm4@martellventures.com>
  2006-2008, Gregory Montoir <cyx@users.sourceforge.net>
  2006-2009, Luca Abeni <lucabe72@email.it>
  2006-2009, Robert Swain <rob@opendot.cl>
  2006-2009, Stefan Gehrer <stefan.gehrer@gmx.de>
  2006-2010, Prakash Punnoor <prakash@punnoor.de>
  2006-2011, Baptiste Coudurier <baptiste.coudurier@free.fr> <baptiste.coudurier@smartjog.com>
  2006-2011, Xvid Solutions GmbH
  2006-2012, Rob Sykes <robs@users.sourceforge.net>
  2006-2013, Justin Ruggles <justin.ruggles@gmail.com>
  2006-2014, Ramiro Polla <ramiro.polla@gmail.com>
  2006-2015, Steve Lhomme
  2006-2017, Aurelien Jacobs <aurel@gnuage.org>
  2007, Alexis Ballier
  2007, Christian Ohm
  2007, Clemens Fruhwirth <clemens@endorphin.org>
  2007, Kamil Nowosad
  2007, Nicholas Tung
  2007, Philippe Kalaf
  2007, Richard Spindler
  2007, Ulion
  2007-2008, Ivo van Poorten
  2007-2008, Joseph Artsimovich <jart@users.sourceforge.net>
  2007-2008, Marco Gerards <marco@gnu.org>
  2007-2008, Siarhei Siamashka <ssvb@users.sourceforge.net>
  2007-2008, UAB "DKD
  2007-2009, Bartlomiej Wolowiec <bartek.wolowiec@gmail.com>
  2007-2009, Björn Axelsson
  2007-2010, Bobby Bingham
  2007-2010, David Conrad <lessen42@gmail.com>
  2007-2010, Nokia Corporation
  2007-2011, Vitor Sessak <vitor1001@gmail.com>
  2007-2011, Vladimir Voroshilov
  2007-2013, Anssi Hannula <anssi.hannula@gmail.com> <anssi.hannula@iki.fi>
  2007-2013, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2007-2014, Benoit Fouet <benoit.fouet@free.fr>
  2007-2015, Christophe GISQUET <christophe.gisquet@free.fr> <word1.word2@gmail.com> <christophe.gisquet@gmail.com>
  2007-2015, Collabora Ltd
  2007-2015, Edward Hervey
  2007-2016, David Robillard
  2007-2016,2020, Nicolas George <nicolas.george@normalesup.org>
  2007-2018, Ronald S. Bultje <rsbultje@gmail.com>
  2008, Affine Systems, Inc (Michael Sullivan, Bobby Impollonia)
  2008, Alessandro Sappia
  2008, BBC, Anuradha Suraparaju <asuraparaju@gmail.com>
  2008, NVIDIA
  2008, Robert Marston
  2008, Sisir Koppaka
  2008, Victor Paesa
  2008, vmrsss
  2008-2009, Andrej Stepanchuk
  2008-2009, Jaikrishnan Menon <realityman@gmx.net>
  2008-2009, Splitted-Desktop Systems
  2008-2010, Alexander Strange <astrange@ithinksw.com>
  2008-2010, Eli Friedman <eli.friedman@gmail.com>
  2008-2010, Paul Kendall <paul@kcbbs.gen.nz>
  2008-2011, Zhentan Feng <spyfeng@gmail.com>
  2008-2012, Alexander E. Patrakov
  2008-2012, Laurent Aimar <fenrir@videolan.org>
  2008-2013, Alex Converse <alex.converse@gmail.com>
  2009, Colin McQuillan
  2009, Dylan Yudaken
  2009, Giliard B. de Freitas <giliarde@gmail.com>
  2009, Jimmy Christensen
  2009, Joshua Warner
  2009, Kenan Gillet
  2009, Michael Tison
  2009, Naotoshi Nojiri
  2009, Nicolas Martin <martinic@iro.umontreal.ca>
  2009, Peter Holik
  2009, Samalyse
  2009, Sebastien Lucas <sebastien.lucas@gmail.com>
  2009, Stephen Backway
  2009, Thomas P. Higdon <thomas.p.higdon@gmail.com>
  2009, Tobias Bindhammer
  2009, Toshimitsu Kimura
  2009, Xuggle Incorporated
  2009, Zuxy Meng <zuxy.meng@gmail.com>
  2009-2010, Fiona Glaser <fiona@x264.com>
  2009-2010, Howard Chu
  2009-2011, Sebastian Gesemann
  2009-2012, Nathan Caldwell <saintdev@gmail.com>
  2009-2013, Christian Schmidt
  2009-2013, Daniel Verkamp <daniel@drv.nu>
  2009-2015, James Darnley <james.darnley@gmail.com>
  2009-2016, Thilo Borgmann <thilo.borgmann@mail.de>
  2009-2018, Kostya Shishkov
  2009-2020, Martin Storsjo
  2010, Adrian Daerr
  2010, Amanda, Y.N. Wu <amanda11192003@gmail.com>
  2010, Andrzej Szombierski
  2010, Brandon Mintern
  2010, Daniel G. Taylor <dan@programmer-art.org>
  2010, Francesco Lavra <francescolavra@interfree.it>
  2010, Hans de Goede <hdegoede@redhat.com>
  2010, Holger Lubitz
  2010, Jacob Meuser
  2010, Josh Allmann
  2010, Marcelo Galvao Povoa
  2010, Mark Heath <mjpeg0@silicontrip.org>
  2010, Mark Nauwelaerts
  2010, Michael Chinen
  2010, Michele Orrù
  2010, Mohamed Naufal Basheer <naufal11@gmail.com>
  2010, Nolan Lum <nol888@gmail.com>
  2010, Rob Clark <rob@ti.com>
  2010, Romain Degez
  2010, S.N. Hemanth Meenakshisundaram <smeenaks@ucsd.edu>
  2010, Sebastian Vater <cdgs.basty@googlemail.com>
  2010-2011, Anatoly Nenashev
  2010-2011, Elvis Presley
  2010-2012, Rafaël Carré <funman@videolan.org>
  2010-2013, Georg Martius <georg.martius@web.de>
  2010-2013, Rémi Denis-Courmont
  2010-2015, Carl Eugen Hoyos
  2010-2015, Janne Grunau <janne-libav@jannau.net>
  2010-2017, Anton Khirnov <anton@khirnov.net>
  2010-2017, Google, Inc
  2010-2017, Tomas Härdin
  2010-2018, Philip Langdale <ffmpeg.philipl@overt.org> <philipl@overt.org>
  2011, Anatoliy Wasserman
  2011, Andreas Öman
  2011, Jordi Ortiz
  2011, Juan Carlos Rodriguez <ing.juancarlosrodriguez@hotmail.com>
  2011-2017, KO Myung-Hun <komh@chollian.net>
  2011, Matthew Hoops <clone2727@gmail.com>
  2011, Max Horn
  2011, Michael Karcher
  2011, Mina Nagy Zaki
  2011, Miroslav Slugeň <Thunder.m@seznam.cz>
  2011, MirriAd Ltd
  2011, Oskar Arvidsson
  2011, Roger Pau Monné <roger.pau@entel.upc.edu>
  2011, Sven Hesse <drmccoy@drmccoy.de>
  2011, Thomas Kuehnel
  2011-2012, Hyllian/Jararaca <sergiogdb@gmail.com>
  2011-2012, Mark Himsley
  2011-2012, Mashiat Sarker Shakkhar
  2011-2012, Michael Bradshaw <mjbshaw@gmail.com>
  2011-2012, Smartjog S.A.S, Clément Bœsch <clement.boesch@smartjog.com>
  2011-2013, Daniel Kang <daniel.d.kang@gmail.com>
  2011-2015,2019, Derek Buitenhuis
  2011-2016, Kieran Kunhya <kieran@kunhya.com>
  2011-2018, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2011-2020, Paul B Mahol
  2012, Aleksi Nurmi
  2012, Andrew D'Addesio
  2012, Antti Seppälä
  2012, AvxSynth Team
  2012, British Broadcasting Corporation
  2012, David Kment
  2012, Jeremy Tran
  2012, Krzysztof Klinikowski
  2012, Laurent de Soras
  2012, Pavel Koshevoy <pkoshevoy@gmail.com>
  2012, Petri Hintukainen <phintuka@users.sourceforge.net>
  2012, Robert Nagy <ronag89@gmail.com>
  2012, Samuel Pitoiset
  2012, Sebastien Zwickert
  2012, Steven Robertson
  2012, Youness Alaoui <kakaroto@kakaroto.homelinux.net>
  2012, Vitaliy E Sugrobov
  2012-2013, Andrey Utkin <andrey.krieger.utkin@gmail.com>
  2012-2013, Aneesh Dogra (lionaneesh) <lionaneesh@gmail.com>
  2012-2013, Fredrik Mellbin
  2012-2013, Gildas Cocherel
  2012-2013, Guillaume Martres <smarter@ubuntu.com>
  2012-2013, Mickael Raulet
  2012-2013, Oka Motofumi <chikuzen.mo@gmail.com>
  2012-2013, Rudolf Polzer <divverent@xonotic.org>
  2012-2013, Wassim Hamidouche
  2012-2014, Georg Lippitsch <georg.lippitsch@gmx.at>
  2012-2015, Christophe Gisquet <christophe.gisquet@gmail.com>
  2012-2019, James Almer <jamrial@gmail.com>
  2012-2019, Jan Ekström
  2013, Anand Meher Kotra
  2013, Ash Hughes
  2013, Darryl Wallace <wallacdj@gmail.com>
  2013, Dirk Farin <dirk.farin@gmail.com>
  2013, Jeff Moguillansky
  2013, Lenny Wang <lwanghpc@gmail.com>
  2013, MIPS Technologies, Inc., California
  2013, Matthew Heaney
  2013, Rl, Aetey Global Technologies AB
  2013, Vadim Kalinsky <vadim@kalinsky.ru>
  2013, VTT
  2013, Wei Gao <weigao@multicorewareinc.com>
  2013, Xiaolei Yu <dreifachstein@gmail.com>
  2013, Yukinori Yamazoe
  2013-2014, Andrew Kelley
  2013-2014, Deti Fliegl
  2013-2014, Lukasz Marek <lukasz.m.luki@gmail.com>
  2013-2014, Mozilla Corporation
  2013-2014, Nicolas Bertrand <nicoinattendu@gmail.com>
  2013-2014, Pierre-Edouard Lepere
  2013-2014, RISC OS Open Ltd <bavison@riscosopen.org>
  2013-2015, Andreas Fuchs
  2013-2015, Seppo Tomperi <seppo.tomperi@vtt.fi>
  2013-2015, Tiancheng "Timothy" Gu <timothygu99@gmail.com>
  2013-2015, Wolfgang Hrauda
  2013-2016, Vittorio Giovara <vittorio.giovara@gmail.com>
  2013-2018, Andreas Unterweger
  2013-2018, Calvin Walton <calvin.walton@kepstin.ca>
  2013-2018,2020, Marton Balint
  2014, Aman Gupta <ffmpeg@tmm1.net>
  2014, Daniel Oberhoff
  2014, Dave Rice @dericed
  2014, Eejya Singh
  2014, James Yu <james.yu@linaro.org>
  2014, Marvin Scholz
  2014, Nicholas Robbins
  2014, Oleksij Rempel <linux@rempel-privat.de>
  2014, Rong Yan
  2014, Samsung Electronics
  2014, StarBrilliant <m13253@hotmail.com>
  2014, Tim Walker <tdskywalker@gmail.com>
  2014-2015, Arwa Arif <arwaarif1994@gmail.com>
  2014-2020, Hendrik Leppkes
  2014-2015, Peter Meerwald <pmeerw@pmeerw.net>
  2014-2015, Supraja Meedinti
  2014-2015, Vignesh Venkatasubramanian
  2014-2016, Muhammad Faiz <mfcc64@gmail.com>
  2014-2016, Neil Birkbeck <birkbeck@google.com>
  2014-2017, Alexandra Hájková
  2014-2018, Thomas Volkert <thomas@homer-conferencing.com>
  2015, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2015, Anshul Maheshwari
  2015, Claudio Freire
  2015, Donny Yang
  2015, Eran Kornblau <erankor@gmail.com>
  2015, Gilles Chanteperdrix <gch@xenomai.org>
  2015, Himangi Saraogi <himangi774@gmail.com>
  2015, Imagination Technologies Ltd
  2015, Kevin Wheatley <kevin.j.wheatley@gmail.com>
  2015, LoRd_MuldeR <mulder2@gmx.de>
  2015, Mats Peterson
  2015, Matthew Waters <matthew@centricular.com>
  2015, Parag Salasakar <Parag.Salasakar@imgtec.com>
  2015, Pedro Arthur <bygrandao@gmail.com>
  2015, Rick Kern <kernrj@gmail.com>
  2015, Roger Pack
  2015, Sebastian Dröge <sebastian@centricular.com>
  2015, Shivraj Patil <Shivraj.Patil@imgtec.com>
  2015, Stupeflix
  2015, Tampere University of Technology
  2015, Tom Butterworth <bangnoise@gmail.com>
  2015, Urvang Joshi
  2015, Vesselin Bontchev
  2015, Zhang Rui <bbcallen@gmail.com>
  2015, Zhang Shuangshuang <zhangshuangshuang@ict.ac.cn>
  2015-2016, Ganesh Ajjanagadde <gajjanaq@gmail.com>
  2015-2016, Kyle Swanson <k@ylo.ph>
  2015-2016, Open Broadcast Systems Ltd
  2015-2016, Timo Rothenpieler <timo@rothenpieler.org>
  2015-2016, Zhou Xiaoyong <zhouxiaoyong@loongson.cn>
  2015-2017, Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com>
  2015-2017, Matthieu Bouron <matthieu.bouron@stupeflix.com>
  2015-2017, Rostislav Pehlivanov <atomnuker@gmail.com>
  2015-2018, Henrik Gramner <henrik@gramner.com>
  2015-2019, Loongson Technology Corporation Limited
  2015-2021, Rodger Combs <rodger.combs@gmail.com>
  2016, Davinder Singh (DSM_) <ds.mudhar<@gmail.com>
  2016, Floris Sluiter
  2016, Jan Sebechlebsky
  2016, Josh de Kock
  2016, KongQun Yang <kqyang@google.com>
  2016, Marton Balnt <cus@passwd.hu>
  2016, Mobibase, France
  2016, Ståle Kristoffersen
  2016, Thomas Mundt <loudmax@yahoo.de>
  2016, Tobias Rapp
  2016, Umair Khan <omerjerk@gmail.com>
  2016, William Ma, Sofia Kim, Dustin Woo
  2016, foo86
  2016-2018, Jokyo Images
  2016-2019, Jai Luthra
  2017, Felix Matouschek
  2017, Maksym Veremeyenko
  2017, Meng Wang <wangmeng.kids@bytedance.com>
  2017, Paras Chadha
  2017, Richard Ling
  2017, sfan5 <sfan5@live.de>
  2017, Steinar H. Gunderson
  2017-2018, Akamai Technologies, Inc.
  2018, Bjorn Roche
  2018, Dylan Fernando
  2018, Danil Iashchenko
  2018, Falei Luo <falei.luo@gmail.com>
  2018, gxw <guxiwei-hf@loongson.cn>
  2018, Huiwen Ren <hwrenx@gmail.com> <hwrenx@126.com>
  2018, Magnus Röös <mla2.roos@gmail.com>
  2018, Mina Sami
  2018, Misty De Meo
  2018, Mohammad Izadi <moh.izadi at gmail.com>
  2018, Rostislav Pehlivanov <atomnuker@gmail.com>
  2018, Sergey Lavrushkin
  2018, Yingming Fan <yingmingfan@gmail.com>
  2018, Yiqun Xu <yiqun.xu@vipl.ict.ac.cn>
  2018-2019, Shiyou Yin <yinshiyou-hf@loongson.cn>
  2019, Eugene Lyapustin
  2019, Guo Yejun
  2019, Leo Zhang <leozhang@qiyi.com>
  2019, Lynne <dev@lynne.ee>
  2019, Manoj Gupta Bonda
  2019, Swaraj Hota
  2019, Vladimir Panteleev
  2019, Xuewei Meng
  2019-2020, Andriy Gelman
  2020, Alyssa Milburn <amilburn@zall.org>
  2020, David Bryant
  2020, Gautam Ramakrishnan
  2020, Jun Zhao <barryjzhao@tencent.com>
  2020, Vacing Fang <vacingfang@tencent.com>
  2020, Yaroslav Pogrebnyak <yyyaroslav@gmail.com>
  2020, Zane van Iperen <zane@zanevaniperen.com>
  2021, Wu Jianhua <jianhua.wu@intel.com>
License: LGPL-2.1+
Comment:
 The copyright details for Joseph Artsimovich and UAB "DKD" were extracted
 from the referenced source:
 <http://samples.mplayerhq.hu/A-codecs/Nelly_Moser/ASAO/ASAO.zip>.

Files:
  libavfilter/af_chorus.c
  libavfilter/af_earwax.c
Copyright:
  1998, Juergen Mueller And Sundry Contributors
  2000, Edward Beingessner And Sundry Contributors
  2011, Mina Nagy Zaki
  2015, Paul B Mahol
License: LGPL-2.1+ and Sundry

Files:
  doc/texi2pod.pl
  libavcodec/x86/flac_dsp_gpl.asm
  libavfilter/f_ebur128.c
  libavfilter/signature.h
  libavfilter/signature_lookup.c
  libavfilter/tinterlace.h
  libavfilter/vf_blackframe.c
  libavfilter/vf_boxblur.c
  libavfilter/vf_colormatrix.c
  libavfilter/vf_cover_rect.c
  libavfilter/vf_cropdetect.c
  libavfilter/vf_delogo.c
  libavfilter/vf_eq.c
  libavfilter/vf_eq.h
  libavfilter/vf_find_rect.c
  libavfilter/vf_fspp.c
  libavfilter/vf_fspp.h
  libavfilter/vf_histeq.c
  libavfilter/vf_hqdn3d.c
  libavfilter/vf_hqdn3d.h
  libavfilter/vf_kerndeint.c
  libavfilter/vf_mcdeint.c
  libavfilter/vf_mpdecimate.c
  libavfilter/vf_nnedi.c
  libavfilter/vf_owdenoise.c
  libavfilter/vf_perspective.c
  libavfilter/vf_phase.c
  libavfilter/vf_pp.c
  libavfilter/vf_pp7.c
  libavfilter/vf_pp7.h
  libavfilter/vf_pullup.c
  libavfilter/vf_pullup.h
  libavfilter/vf_repeatfields.c
  libavfilter/vf_sab.c
  libavfilter/vf_signature.c
  libavfilter/vf_smartblur.c
  libavfilter/vf_spp.c
  libavfilter/vf_spp.h
  libavfilter/vf_stereo3d.c
  libavfilter/vf_super2xsai.c
  libavfilter/vf_tinterlace.c
  libavfilter/vf_uspp.c
  libavfilter/vf_vaguedenoiser.c
  libavfilter/vsrc_mptestsrc.c
  libavfilter/x86/vf_eq.asm
  libavfilter/x86/vf_eq_init.c
  libavfilter/x86/vf_fspp.asm
  libavfilter/x86/vf_fspp_init.c
  libavfilter/x86/vf_hqdn3d_init.c
  libavfilter/x86/vf_interlace.asm
  libavfilter/x86/vf_pp7.asm
  libavfilter/x86/vf_pp7_init.c
  libavfilter/x86/vf_pullup.asm
  libavfilter/x86/vf_pullup_init.c
  libavfilter/x86/vf_removegrain.asm
  libavfilter/x86/vf_spp.c
  libavfilter/x86/vf_tinterlace_init.c
  libpostproc/postprocess.c
  libpostproc/postprocess.h
  libpostproc/postprocess_altivec_template.c
  libpostproc/postprocess_internal.h
  libpostproc/postprocess_template.c
  libswresample/tests/*
  tests/checkasm/aacpsdsp.c
  tests/checkasm/aarch64/*
  tests/checkasm/alacdsp.c
  tests/checkasm/arm/*
  tests/checkasm/audiodsp.c
  tests/checkasm/blockdsp.c
  tests/checkasm/bswapdsp.c
  tests/checkasm/checkasm.c
  tests/checkasm/checkasm.h
  tests/checkasm/exrdsp.c
  tests/checkasm/fixed_dsp.c
  tests/checkasm/flacdsp.c
  tests/checkasm/float_dsp.c
  tests/checkasm/fmtconvert.c
  tests/checkasm/g722dsp.c
  tests/checkasm/h264dsp.c
  tests/checkasm/h264pred.c
  tests/checkasm/h264qpel.c
  tests/checkasm/hevc_add_res.c
  tests/checkasm/hevc_idct.c
  tests/checkasm/jpeg2000dsp.c
  tests/checkasm/llviddsp.c
  tests/checkasm/opusdsp.c
  tests/checkasm/pixblockdsp.c
  tests/checkasm/sbrdsp.c
  tests/checkasm/sw_scale.c
  tests/checkasm/synth_filter.c
  tests/checkasm/v210dec.c
  tests/checkasm/v210enc.c
  tests/checkasm/vf_blend.c
  tests/checkasm/vf_eq.c
  tests/checkasm/videodsp.c
  tests/checkasm/vp8dsp.c
  tests/checkasm/vp9dsp.c
  tests/checkasm/x86/*
  tests/tiny_ssim.c
  tools/coverity.c
  tools/target_dec_fate.sh
Copyright:
  Wilbert Dijkhof
  1997-2001, ZSNES Team <zsknight@zsnes.com> <_demo_@zsnes.com>
  1999-2001, Free Software Foundation, Inc
  2000-2002, Fabrice Bellard
  2001-2003, Donald A. Graft
  2001-2015, Michael Niedermayer <michaelni@gmx.at>
  2002, A'rpi
  2002, Jindrich Makovicka <makovick@gmail.com>
  2002-2003, Brian J. Murrell
  2003, Daniel Moreno <comac@comac.darktech.org>
  2003, LeFunGus <lefungus@altern.org>
  2003, Michael Zucchi <notzed@ximian.com>
  2003, Rich Felker
  2003-2004, Tobias Diedrich
  2003-2013, Loren Merritt <lorenm@u.washington.edu>
  2004, Romain Dolbeau <romain@dolbeau.org>
  2004, Ville Saari
  2005, Nikolaj Poroshin <porosh3@psu.ru>
  2006, Ivo van Poorten
  2006, Julian Hall
  2006-2011, Kevin Stone
  2010, Baptiste Coudurier <baptiste.coudurier@free.fr>
  2010, Gordon Schmidt <gordon.schmidt@s2000.tu-chemnitz.de>
  2010, Niel van der Westhuizen <nielkie@gmail.com>
  2010-2012, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2012, Jeremy Tran
  2012-2013, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2012-2015, Henrik Gramner
  2013, Vittorio Giovara <vittorio.giovara@gmail.com>
  2013-2015, Jean Delvare <jdelvare@suse.com>
  2013-2017, Paul B Mahol
  2014, Kieran Kunhya <kierank@obe.tv>
  2014, Red Hat, Inc
  2014-2015, Arwa Arif <arwaarif1994@gmail.com>
  2014-2019, James Darnley <james.darnley@gmail.com>
  2015, Janne Grunau
  2015-2016, Martin Storsjo
  2015-2016, Ronald S. Bultje <rsbultje@gmail.com>
  2015-2016, Tiancheng "Timothy" Gu
  2015-2017, James Almer
  2017, Gerion Entrup
License: GPL-2+
 FFmpeg is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
 .
 You should have received a copy of the GNU General Public License
 along with FFmpeg; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files:
  compat/solaris/make_sunver.pl
  doc/t2h.pm
  libavfilter/vf_lensfun.c
Copyright:
  2007, Andrew Zabolotny
  2010-2013, Free Software Foundation, Inc.
  2014, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2014, Tiancheng "Timothy" Gu <timothygu99@gmail.com>
  2018, Stephen Seo
License: GPL-3+
 FFmpeg is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU General Public License
 version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
 .
 You should have received a copy of the GNU General Public
 License along with FFmpeg; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files:
  doc/bootstrap.min.css
  doc/examples/avio_list_dir.c
  doc/examples/avio_reading.c
  doc/examples/decode_audio.c
  doc/examples/decode_video.c
  doc/examples/demuxing_decoding.c
  doc/examples/encode_audio.c
  doc/examples/encode_video.c
  doc/examples/extract_mvs.c
  doc/examples/filtering_audio.c
  doc/examples/filtering_video.c
  doc/examples/http_multiclient.c
  doc/examples/hw_decode.c
  doc/examples/metadata.c
  doc/examples/muxing.c
  doc/examples/qsvdec.c
  doc/examples/remuxing.c
  doc/examples/resampling_audio.c
  doc/examples/scaling_video.c
  doc/examples/transcoding.c
  doc/examples/vaapi_encode.c
  doc/examples/vaapi_transcode.c
  doc/style.min.css
  libavcodec/arm/jrevdct_arm.S
  libavcodec/cinepakenc.c
  libavcodec/nellymoser.c
  libavcodec/nellymoser.h
  libavcodec/nellymoserdec.c
  libavcodec/texturedsp.c
  libavcodec/texturedspenc.c
  libavcodec/x86/vc1dsp_init.c
  libavcodec/x86/vc1dsp_mmx.c
  libavfilter/af_deesser.c
  libavfilter/cuda/vector_helpers.cuh
  libavfilter/vf_avgblur.c
  libavfilter/vf_bilateral.c
  libavfilter/vf_bm3d.c
  libavfilter/vf_deband.c
  libavfilter/vf_morpho.c
  libavfilter/vf_scale_cuda.*
  libavfilter/vf_thumbnail_cuda.c
  libavfilter/vf_thumbnail_cuda.cu
  libavformat/oggdec.c
  libavformat/oggdec.h
  libavformat/oggparseogm.c
  libavformat/oggparsespeex.c
  libavformat/oggparsetheora.c
  libavformat/oggparsevorbis.c
  libavutil/avsscanf.c
  tests/api/api-band-test.c
  tests/api/api-flac-test.c
  tests/api/api-h264-test.c
  tests/api/api-seek-test.c
  tests/api/api-threadmessage-test.c
  tests/reference.pnm
Copyright:
  2001, Lionel Ulmer <lionel.ulmer@free.fr> <bbrox@bbrox.org>
  2001-2003, Fabrice Bellard
  2005, Alex Beregszaszi
  2005, Matthieu CASTET
  2005, Michael Ahlberg
  2005, Måns Rullgård
  2005-2014, Rich Felker, et al.
  2007, Benjamin Larsson
  2007, Christophe GISQUET <christophe.gisquet@free.fr>
  2007, Loic Minier <lool@dooz.org>
  2008, Reimar Döffinger <Reimar.Doeffinger@gmx.de>
  2009, Benjamin Dobell
  2009, Glass Echidna
  2010, Nicolas George
  2010-2017, NVIDIA Corporation
  2011, Tomas Härdin
  2011-2014, Reinhard Tartler
  2011-2014, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2011-2014, Twitter, Inc
  2012, Matthäus G. "Anteru" Chajdas (http://anteru.net)
  2012-2014, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2013-2014, Rl, Aetey Global Technologies AB
  2014, Andrey Utkin
  2014, Barbara Lepage <db0company@gmail.com>
  2014, Lukasz Marek <lukasz.m.luki@gmail.com>
  2015, Anton Khirnov <anton@khirnov.net>
  2015, Ludmila Glinskih
  2015, Matthieu Bouron <matthieu.bouron@stupeflix.com>
  2015, Niklas Haas
  2015, Stephan Holljes
  2015, Vittorio Giovara <vittorio.giovara@gmail.com>
  2015-2021, Paul B Mahol
  2015-2016, mawen1250
  2016, ReneBrals
  2017, Ming Yang
  2018, Chris Johnson
License: Expat

Files:
  libavcodec/aacdec_fixed.c
  libavcodec/aacsbr_fixed.c
  libavcodec/ac3dec_fixed.c
  libavcodec/arm/vp8dsp_armv6.S
  libavcodec/fft_fixed_32.c
  libavcodec/fft_init_table.c
  libavcodec/fft_table.h
  libavcodec/ilbcdata.h
  libavcodec/ilbcdec.c
  libavcodec/mdct_fixed_32.c
  libavcodec/mips/aaccoder_mips.c
  libavcodec/mips/aacdec_mips.c
  libavcodec/mips/aacdec_mips.h
  libavcodec/mips/aacpsdsp_mips.c
  libavcodec/mips/aacpsy_mips.h
  libavcodec/mips/aacsbr_mips.c
  libavcodec/mips/aacsbr_mips.h
  libavcodec/mips/ac3dsp_mips.c
  libavcodec/mips/acelp_filters_mips.c
  libavcodec/mips/acelp_vectors_mips.c
  libavcodec/mips/amrwbdec_mips.c
  libavcodec/mips/amrwbdec_mips.h
  libavcodec/mips/celp_filters_mips.c
  libavcodec/mips/celp_math_mips.c
  libavcodec/mips/compute_antialias_fixed.h
  libavcodec/mips/compute_antialias_float.h
  libavcodec/mips/fft_mips.c
  libavcodec/mips/fmtconvert_mips.c
  libavcodec/mips/iirfilter_mips.c
  libavcodec/mips/lsp_mips.h
  libavcodec/mips/mpegaudiodsp_mips_fixed.c
  libavcodec/mips/mpegaudiodsp_mips_float.c
  libavcodec/mips/sbrdsp_mips.c
  libavfilter/opencl/deshake.cl
  libavfilter/vf_deshake_opencl.c
  libavutil/fixed_dsp.c
  libavutil/fixed_dsp.h
  libavutil/mips/float_dsp_mips.c
  libavutil/mips/libm_mips.h
  libavutil/softfloat_tables.h
Copyright:
  2000-2008, Intel Corporation
  2005-2006, Oded Shimon <ods15@ods15.dyndns.org>
  2006-2007, Maxim Gavrilov <maxim.gavrilov@gmail.com>
  2008-2009, Robert Swain <rob@opendot.cl>
  2009, Willow Garage Inc.
  2009-2010, Alex Converse <alex.converse@gmail.com>
  2010, Google Inc
  2010, Rob Clark <rob@ti.com>
  2011, Mans Rullgard <mans@mansr.com>
  2012-2013, MIPS Technologies, Inc., California
  2013, The WebRTC project authors
  2013, OpenCV Foundation
License: LGPL-2.1+ and BSD-3-clause

Files:
  tools/cws2fws.c
  tools/qt-faststart.c
Copyright:
  Alex Beregszaszi
  Mike Melanson <melanson@pcisys.net>
License: public-domain
 This file is placed in the public domain. Use the program however you see fit.

Files:
  compat/windows/makedef
  libavcodec/faandct.c
  libavcodec/interplayacm.c
  libavcodec/libfdk-aacdec.c
  libavcodec/libfdk-aacenc.c
  libavcodec/zerocodec.c
  libavdevice/openal-dec.c
  libavfilter/vf_hqx.c
  libavutil/x86/x86inc.asm
Copyright:
  2003, Michael Niedermayer <michaelni@gmx.at>
  2003, Roman Shaposhnik
  2004-2008, Marko Kreen
  2005-2016, x264 project
  2008, Adam Gashlin
  2011, Jonathan Baldwin
  2012-2013, Derek Buitenhuis
  2012, Martin Storsjo
  2014, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2015, Paul B Mahol
License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files:
  libavcodec/jfdctfst.c
  libavcodec/jfdctint_template.c
  libavcodec/jrevdct.c
Copyright: 1991-1996, Thomas G. Lane
License: IJG
 The authors make NO WARRANTY or representation, either express or implied,
 with respect to this software, its quality, accuracy, merchantability, or
 fitness for a particular purpose.  This software is provided "AS IS", and
 you, its user, assume the entire risk as to its quality and accuracy.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 software (or portions thereof) for any purpose, without fee, subject to
 these conditions:
 (1) If any part of the source code for this software is distributed, then
 this README file must be included, with this copyright and no-warranty
 notice unaltered; and any additions, deletions, or changes to the original
 files must be clearly indicated in accompanying documentation.
 (2) If only executable code is distributed, then the accompanying
 documentation must state that "this software is based in part on the work
 of the Independent JPEG Group".
 (3) Permission for use of this software is granted only if the user accepts
 full responsibility for any undesirable consequences; the authors accept
 NO LIABILITY for damages of any kind.
 .
 These conditions apply to any software derived from or based on the IJG
 code, not just to the unmodified library.  If you use our work, you ought
 to acknowledge us.
 .
 Permission is NOT granted for the use of any IJG author's name or company
 name in advertising or publicity relating to this software or products
 derived from it.  This software may be referred to only as "the Independent
 JPEG Group's software".
 .
 We specifically permit and encourage the use of this software as the basis
 of commercial products, provided that all warranty or liability claims are
 assumed by the product vendor.

Files:
  libavcodec/j2kenc.c
  libavformat/imf*
  libavformat/tests/imf*
Copyright:
  2001-2003, David Janssens
  2002-2003, Yannick Verschueren
  2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
  2002-2007, Professor Benoit Macq
  2003-2007, Francois-Olivier Devaux and Antonin Descampe
  2005, Herve Drolon, FreeImage Team
  2007, Callum Lerwick <seg@haxxed.com>
  2007, Kamil Nowosad
  Sandflow Consulting LLC
License: LGPL-2.1+ and BSD-2-clause

Files: libavutil/adler32.c
Copyright: 1995, Mark Adler
License: Zlib
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.

Files:
  libavfilter/af_hdcd.c
  libavcodec/speexdata.h
  libavcodec/speexdec.c
Copyright:
  2010, Chris Moeller
  2002-2008, Xiph.org Foundation
  2002-2008, Jean-Marc Valin
  2005-2007, Analog Devices Inc.
  2005-2008, Commonwealth Scientific and Industrial Research Organisation (CSIRO)
  1993,2002,2006, David Rowe
  2003, EpicGames
  1992-1994, Jutta Degener
  1992-1994, Carsten Bormann
License: BSD-3-clause

Files:
 libavfilter/ebur128.c
 libavfilter/ebur128.h
Copyright:
 2011, Jan Kokemüller
License: LGPL-2.1+ and Expat

Files:
  libavfilter/af_arnndn.c
  libavfilter/gblur.h
  libavfilter/vf_gblur.c
Copyright:
  2005-2009 Xiph.Org Foundation
  2007-2008 CSIRO
  2008-2011 Octasic Inc.
  2011, Pascal Getreuer
  2016,2019, Paul B Mahol
  2017 Mozilla
  2018 Gregor Richards
  Jean-Marc Valin
License: BSD-2-clause

Files: libavformat/aadec.c
Copyright:
  2001-2014, Jim Teeuwen
  2015, Vesselin Bontchev
License: BSD-1-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

Files: libavcodec/libzvbi-teletextdec.c
Copyright:
  2005-2012, Wolfram Gloger
  2013, Marton Balint
License: LGPL-2+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU Lesser General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files: libswresample/resample.c
Copyright:
  2004-2012, Michael Niedermayer <michaelni@gmx.at>
  2006, Xiaogang Zhang
License: LGPL-2.1+ and BSL

Files: debian/*
Copyright:
  2014-2017, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2016-2021, Sebastian Ramacher <sramacher@debian.org>
  2017-2018, James Cowgill <jcowgill@debian.org>
  2020, Jonas Smedegaard <dr@jones.dk>
License: LGPL-2.1+

Files: debian/missing-sources/ffmpeg-web/src/less/style.less
Copyright: 2014, Barbara Lepage <db0company@gmail.com>
License: Expat
Comment:
 This is the source of doc/style.min.css.
 It was obtained from the FFmpeg web repository:
 <https://github.com/FFmpeg/web>

Files: debian/qt-faststart.1
Copyright: Andres Mejia <mcitadel@gmail.com>
License: man-page
 This manual page was written by Andres Mejia <mcitadel@gmail.com>
 for the Debian GNU/Linux system, but may be used by others.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the MIPS Technologies, Inc., nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSL
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare derivative works of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

License: LGPL-2.1+
 FFmpeg is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU Lesser General Public License
 version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this packaging; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

License: Sundry
 This source code is freely redistributable and may be used for
 any purpose.  This copyright notice must be maintained.
 Juergen Mueller/Edward Beingessner And Sundry Contributors are not responsible for
 the consequences of using this software.



==========================================================================
Package: libavcodec59:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FFmpeg
Upstream-Contact: ffmpeg-devel@ffmpeg.org
Source: https://ffmpeg.org
Comment:
 Most files in FFmpeg are licensed under the GNU Lesser General Public License
 version 2.1 or later (LGPL v2.1+), but some optional parts of FFmpeg are
 licensed under the GNU General Public License version 2 or later (GPL v2+)
 and a few have different, but compatible licenses.
 .
 For building the default Debian packages some of the GPL licensed files are used,
 so the resulting binaries are licensed under GPL v2+.
 For libavcodec/libavfilter an extra flavor is built, which links against external
 libraries licensed under the Apache License 2.0, which makes it effectively licensed
 under the GPL v3+
 The HTML documentation /usr/share/doc/ffmpeg/manual/*.html in the ffmpeg-doc
 package is effectively licensed under GPL-3+, because during its creation
 the GPL-3+ licensed file doc/t2h.pm is used.
 .
 FFmpeg can also be combined with non-free libraries, which would make the
 resulting binaries unredistributable.
 But this is not done for the Debian packages.

Files: *
Copyright:
  Christian Holschuh
  Sebastien Bechet <s.bechet@av7.net>
  1990, James Ashton - Sydney University
  1993, Computer Science, Speech Group
  1994-2012, the Xiph.Org Foundation and contributors
  1997-1999, H. Dietz
  1997-1999, R. Fisher
  1998-2009, Conifer Software
  1999, Nick Bailey
  1999, Roger Hardiman
  1999-2000, Sebastien Rougeaux <sebastien.rougeaux@anu.edu.au>
  1999-2001, Chris Bagwell <cbagwell@sprynet.com>
  1999-2013, Intel Corporation
  2000, Chris Ausbrooks <weed@bucket.pp.ualr.edu>
  2000, Fabien COELHO <fabien@coelho.net>
  2000, John Walker
  2000-2001, Michel Lespinasse <walken@zoy.org>
  2000-2001, Peter Gubanov <peter@elecard.net.ru>
  2000-2003, Nick Kurshev <nickols_k@mail.ru>
  2000-2010, Fabrice Bellard
  2001, Dan Dennedy <dan@dennedy.org>
  2001, Heikki Leinonen
  2001, Juan J. Sierralta P
  2001, Lionel Ulmer
  2001, Tim Ferguson
  2001-2003, BERO <bero@geocities.co.jp>
  2001-2006, Daniel Maas <dmaas@dcine.com> <dmaas@maasdigital.com>
  2001-2010, Krzysztof Foltman, Markus Schmidt, Thor Harald Johansen, Damien Zammit, Vladimir Sadovnikov and others
  2001-2018, Michael Niedermayer <michaelni@gmx.at>
  2001-2019, Peter Ross <pross@xvid.org>
  2001-2019, The FFmpeg project
  2002, Anders Johansson <ajh@atri.curtin.edu.au>
  2002, Brian Foley
  2002, Daniel Pouzzner
  2002, Dieter Shirley
  2002, Falk Hueffner <falk@debian.org>
  2002, Frederic 'dilb' Boulay <dilb@handhelds.org>
  2002, Gunnar Monell <gmo@linux.nu>
  2002, Laszlo Torok <torokl@alpha.dfmk.hu>
  2002, Lennert Buytenhek <buytenh@gnu.org>
  2002, Mark Hills <mark@pogo.org.uk>
  2002, Remi Guyomarch <rguyom@pobox.com>
  2002, Steve O'Hara-Smith
  2002, The Xine project
  2002, Zdenek Kabelac <kabi@informatics.muni.cz>
  2002-2005, Francois Revol <revol@free.fr>
  2002-2005, Roberto Togni
  2002-2006, Alex Beregszaszi
  2002-2013, Maxim Polia/kovski
  2003, Donnie Smith
  2003, Dr. Tim Ferguson
  2003, Ewald Snel
  2003, Gustavo Sverzut Barbieri <gsbarbieri@yahoo.com.br>
  2003, James Klicman <james@klicman.org>
  2003, Max Krasnyansky <maxk@qualcomm.com>
  2003, Rich Felker
  2003, Thomas Raivio
  2003, Tinic Uro
  2003-2004, Romain Dolbeau <romain@dolbeau.org>
  2003-2005, Christopher R. Hertel <crh@ubiqx.mn.org>
  2003-2006, Roman Shaposhnik
  2003-2007, Michel Bardiaux <mbardiaux@mediaxim.be>
  2003-2007, Mike Melanson <melanson@pcisys.net>
  2003-2011, Sascha Sommer <saschasommer@freenet.de>
  2003-2014, Loren Merritt <lorenm@u.washington.edu>
  2003-2014, Pascal Massimino <skal@planet-d.net> <pascal.massimino@gmail.com>
  2003-2017, Ivan Kalvachev
  2003-2018, x264 project
  2004, AGAWA Koji <i@atty.jp>
  2004, Adam Thayer <krevnik@comcast.net>
  2004, Gildas Bazin <gbazin@videolan.org>
  2004, Maarten Daniels
  2004-2005, Denes Balatoni <dbalatoni@programozo.hu>
  2004-2005, Henryk Ploetz <henryk@ploetzli.ch>
  2004-2006, Lennart Poettering
  2004-2007, Benjamin Zores <ben@geexbox.org>
  2004-2007, Eric Lasota
  2004-2007, Marc Hoffman <marc.hoffman@analog.com>
  2004-2010, Marcel Holtmann <marcel@holtmann.org>
  2004-2014, Konstantin Shishkov <kostya.shishkov@gmail.com>
  2005, Alban Bedel <albeu@free.fr>
  2005, Anonymous
  2005, David Hammerton
  2005, DivX, Inc
  2005, Jeff Muizelaar
  2005, Matthieu CASTET
  2005, Neal Symms <tivo@freakinzoo.com>
  2005, Ole André Vadla Ravnås <oleavr@gmail.com>
  2005, Roine Gustafsson
  2005, Steve Underwood <steveu@coppice.org>
  2005, Vidar Madsen
  2005, Wim Taymans
  2005, Zoltan Hidvegi <hzoli@hzoli.com>
  2005-2006, Brad Midgley <bmidgley@xmission.com>
  2005-2006, Oded Shimon <ods15@ods15.dyndns.org>
  2005-2006, Robert Edele <yartrebo@earthlink.net>
  2005-2007, Wolfram Gloger
  2005-2008, Ian Caulfield
  2005-2011, Benjamin Larsson
  2005-2012, Måns Rullgård <mans@mansr.com>
  2005-2012, VLC authors and VideoLAN
  2005-2013, Diego Biurrun <diego@biurrun.de>
  2005-2015, Luca Barbato <lu_zero@gentoo.org>
  2005-2016, Reimar Döffinger <Reimar.Doeffinger@gmx.de>
  2006, Corey Hickey
  2006, Cyril Zorin
  2006, Guillaume Poirier <gpoirier@mplayerhq.hu>
  2006, Industrial Light & Magic, a division of Lucas Digital Ltd. LLC
  2006, John Maddock
  2006, Kartikey Mahendra BHATT <bhattkm@gmail.com>
  2006, Patrick Guimond
  2006, Paul Richards <paul.richards@gmail.com>
  2006, Thijs Vermeir <thijs.vermeir@barco.com>
  2006-2007, Maxim Gavrilov <maxim.gavrilov@gmail.com>
  2006-2007, Reynaldo H. Verdejo Pinochet
  2006-2007, Ryan Martell <rdm4@martellventures.com>
  2006-2008, Gregory Montoir <cyx@users.sourceforge.net>
  2006-2009, Luca Abeni <lucabe72@email.it>
  2006-2009, Robert Swain <rob@opendot.cl>
  2006-2009, Stefan Gehrer <stefan.gehrer@gmx.de>
  2006-2010, Prakash Punnoor <prakash@punnoor.de>
  2006-2011, Baptiste Coudurier <baptiste.coudurier@free.fr> <baptiste.coudurier@smartjog.com>
  2006-2011, Xvid Solutions GmbH
  2006-2012, Rob Sykes <robs@users.sourceforge.net>
  2006-2013, Justin Ruggles <justin.ruggles@gmail.com>
  2006-2014, Ramiro Polla <ramiro.polla@gmail.com>
  2006-2015, Steve Lhomme
  2006-2017, Aurelien Jacobs <aurel@gnuage.org>
  2007, Alexis Ballier
  2007, Christian Ohm
  2007, Clemens Fruhwirth <clemens@endorphin.org>
  2007, Kamil Nowosad
  2007, Nicholas Tung
  2007, Philippe Kalaf
  2007, Richard Spindler
  2007, Ulion
  2007-2008, Ivo van Poorten
  2007-2008, Joseph Artsimovich <jart@users.sourceforge.net>
  2007-2008, Marco Gerards <marco@gnu.org>
  2007-2008, Siarhei Siamashka <ssvb@users.sourceforge.net>
  2007-2008, UAB "DKD
  2007-2009, Bartlomiej Wolowiec <bartek.wolowiec@gmail.com>
  2007-2009, Björn Axelsson
  2007-2010, Bobby Bingham
  2007-2010, David Conrad <lessen42@gmail.com>
  2007-2010, Nokia Corporation
  2007-2011, Vitor Sessak <vitor1001@gmail.com>
  2007-2011, Vladimir Voroshilov
  2007-2013, Anssi Hannula <anssi.hannula@gmail.com> <anssi.hannula@iki.fi>
  2007-2013, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2007-2014, Benoit Fouet <benoit.fouet@free.fr>
  2007-2015, Christophe GISQUET <christophe.gisquet@free.fr> <word1.word2@gmail.com> <christophe.gisquet@gmail.com>
  2007-2015, Collabora Ltd
  2007-2015, Edward Hervey
  2007-2016, David Robillard
  2007-2016,2020, Nicolas George <nicolas.george@normalesup.org>
  2007-2018, Ronald S. Bultje <rsbultje@gmail.com>
  2008, Affine Systems, Inc (Michael Sullivan, Bobby Impollonia)
  2008, Alessandro Sappia
  2008, BBC, Anuradha Suraparaju <asuraparaju@gmail.com>
  2008, NVIDIA
  2008, Robert Marston
  2008, Sisir Koppaka
  2008, Victor Paesa
  2008, vmrsss
  2008-2009, Andrej Stepanchuk
  2008-2009, Jaikrishnan Menon <realityman@gmx.net>
  2008-2009, Splitted-Desktop Systems
  2008-2010, Alexander Strange <astrange@ithinksw.com>
  2008-2010, Eli Friedman <eli.friedman@gmail.com>
  2008-2010, Paul Kendall <paul@kcbbs.gen.nz>
  2008-2011, Zhentan Feng <spyfeng@gmail.com>
  2008-2012, Alexander E. Patrakov
  2008-2012, Laurent Aimar <fenrir@videolan.org>
  2008-2013, Alex Converse <alex.converse@gmail.com>
  2009, Colin McQuillan
  2009, Dylan Yudaken
  2009, Giliard B. de Freitas <giliarde@gmail.com>
  2009, Jimmy Christensen
  2009, Joshua Warner
  2009, Kenan Gillet
  2009, Michael Tison
  2009, Naotoshi Nojiri
  2009, Nicolas Martin <martinic@iro.umontreal.ca>
  2009, Peter Holik
  2009, Samalyse
  2009, Sebastien Lucas <sebastien.lucas@gmail.com>
  2009, Stephen Backway
  2009, Thomas P. Higdon <thomas.p.higdon@gmail.com>
  2009, Tobias Bindhammer
  2009, Toshimitsu Kimura
  2009, Xuggle Incorporated
  2009, Zuxy Meng <zuxy.meng@gmail.com>
  2009-2010, Fiona Glaser <fiona@x264.com>
  2009-2010, Howard Chu
  2009-2011, Sebastian Gesemann
  2009-2012, Nathan Caldwell <saintdev@gmail.com>
  2009-2013, Christian Schmidt
  2009-2013, Daniel Verkamp <daniel@drv.nu>
  2009-2015, James Darnley <james.darnley@gmail.com>
  2009-2016, Thilo Borgmann <thilo.borgmann@mail.de>
  2009-2018, Kostya Shishkov
  2009-2020, Martin Storsjo
  2010, Adrian Daerr
  2010, Amanda, Y.N. Wu <amanda11192003@gmail.com>
  2010, Andrzej Szombierski
  2010, Brandon Mintern
  2010, Daniel G. Taylor <dan@programmer-art.org>
  2010, Francesco Lavra <francescolavra@interfree.it>
  2010, Hans de Goede <hdegoede@redhat.com>
  2010, Holger Lubitz
  2010, Jacob Meuser
  2010, Josh Allmann
  2010, Marcelo Galvao Povoa
  2010, Mark Heath <mjpeg0@silicontrip.org>
  2010, Mark Nauwelaerts
  2010, Michael Chinen
  2010, Michele Orrù
  2010, Mohamed Naufal Basheer <naufal11@gmail.com>
  2010, Nolan Lum <nol888@gmail.com>
  2010, Rob Clark <rob@ti.com>
  2010, Romain Degez
  2010, S.N. Hemanth Meenakshisundaram <smeenaks@ucsd.edu>
  2010, Sebastian Vater <cdgs.basty@googlemail.com>
  2010-2011, Anatoly Nenashev
  2010-2011, Elvis Presley
  2010-2012, Rafaël Carré <funman@videolan.org>
  2010-2013, Georg Martius <georg.martius@web.de>
  2010-2013, Rémi Denis-Courmont
  2010-2015, Carl Eugen Hoyos
  2010-2015, Janne Grunau <janne-libav@jannau.net>
  2010-2017, Anton Khirnov <anton@khirnov.net>
  2010-2017, Google, Inc
  2010-2017, Tomas Härdin
  2010-2018, Philip Langdale <ffmpeg.philipl@overt.org> <philipl@overt.org>
  2011, Anatoliy Wasserman
  2011, Andreas Öman
  2011, Jordi Ortiz
  2011, Juan Carlos Rodriguez <ing.juancarlosrodriguez@hotmail.com>
  2011-2017, KO Myung-Hun <komh@chollian.net>
  2011, Matthew Hoops <clone2727@gmail.com>
  2011, Max Horn
  2011, Michael Karcher
  2011, Mina Nagy Zaki
  2011, Miroslav Slugeň <Thunder.m@seznam.cz>
  2011, MirriAd Ltd
  2011, Oskar Arvidsson
  2011, Roger Pau Monné <roger.pau@entel.upc.edu>
  2011, Sven Hesse <drmccoy@drmccoy.de>
  2011, Thomas Kuehnel
  2011-2012, Hyllian/Jararaca <sergiogdb@gmail.com>
  2011-2012, Mark Himsley
  2011-2012, Mashiat Sarker Shakkhar
  2011-2012, Michael Bradshaw <mjbshaw@gmail.com>
  2011-2012, Smartjog S.A.S, Clément Bœsch <clement.boesch@smartjog.com>
  2011-2013, Daniel Kang <daniel.d.kang@gmail.com>
  2011-2015,2019, Derek Buitenhuis
  2011-2016, Kieran Kunhya <kieran@kunhya.com>
  2011-2018, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2011-2020, Paul B Mahol
  2012, Aleksi Nurmi
  2012, Andrew D'Addesio
  2012, Antti Seppälä
  2012, AvxSynth Team
  2012, British Broadcasting Corporation
  2012, David Kment
  2012, Jeremy Tran
  2012, Krzysztof Klinikowski
  2012, Laurent de Soras
  2012, Pavel Koshevoy <pkoshevoy@gmail.com>
  2012, Petri Hintukainen <phintuka@users.sourceforge.net>
  2012, Robert Nagy <ronag89@gmail.com>
  2012, Samuel Pitoiset
  2012, Sebastien Zwickert
  2012, Steven Robertson
  2012, Youness Alaoui <kakaroto@kakaroto.homelinux.net>
  2012, Vitaliy E Sugrobov
  2012-2013, Andrey Utkin <andrey.krieger.utkin@gmail.com>
  2012-2013, Aneesh Dogra (lionaneesh) <lionaneesh@gmail.com>
  2012-2013, Fredrik Mellbin
  2012-2013, Gildas Cocherel
  2012-2013, Guillaume Martres <smarter@ubuntu.com>
  2012-2013, Mickael Raulet
  2012-2013, Oka Motofumi <chikuzen.mo@gmail.com>
  2012-2013, Rudolf Polzer <divverent@xonotic.org>
  2012-2013, Wassim Hamidouche
  2012-2014, Georg Lippitsch <georg.lippitsch@gmx.at>
  2012-2015, Christophe Gisquet <christophe.gisquet@gmail.com>
  2012-2019, James Almer <jamrial@gmail.com>
  2012-2019, Jan Ekström
  2013, Anand Meher Kotra
  2013, Ash Hughes
  2013, Darryl Wallace <wallacdj@gmail.com>
  2013, Dirk Farin <dirk.farin@gmail.com>
  2013, Jeff Moguillansky
  2013, Lenny Wang <lwanghpc@gmail.com>
  2013, MIPS Technologies, Inc., California
  2013, Matthew Heaney
  2013, Rl, Aetey Global Technologies AB
  2013, Vadim Kalinsky <vadim@kalinsky.ru>
  2013, VTT
  2013, Wei Gao <weigao@multicorewareinc.com>
  2013, Xiaolei Yu <dreifachstein@gmail.com>
  2013, Yukinori Yamazoe
  2013-2014, Andrew Kelley
  2013-2014, Deti Fliegl
  2013-2014, Lukasz Marek <lukasz.m.luki@gmail.com>
  2013-2014, Mozilla Corporation
  2013-2014, Nicolas Bertrand <nicoinattendu@gmail.com>
  2013-2014, Pierre-Edouard Lepere
  2013-2014, RISC OS Open Ltd <bavison@riscosopen.org>
  2013-2015, Andreas Fuchs
  2013-2015, Seppo Tomperi <seppo.tomperi@vtt.fi>
  2013-2015, Tiancheng "Timothy" Gu <timothygu99@gmail.com>
  2013-2015, Wolfgang Hrauda
  2013-2016, Vittorio Giovara <vittorio.giovara@gmail.com>
  2013-2018, Andreas Unterweger
  2013-2018, Calvin Walton <calvin.walton@kepstin.ca>
  2013-2018,2020, Marton Balint
  2014, Aman Gupta <ffmpeg@tmm1.net>
  2014, Daniel Oberhoff
  2014, Dave Rice @dericed
  2014, Eejya Singh
  2014, James Yu <james.yu@linaro.org>
  2014, Marvin Scholz
  2014, Nicholas Robbins
  2014, Oleksij Rempel <linux@rempel-privat.de>
  2014, Rong Yan
  2014, Samsung Electronics
  2014, StarBrilliant <m13253@hotmail.com>
  2014, Tim Walker <tdskywalker@gmail.com>
  2014-2015, Arwa Arif <arwaarif1994@gmail.com>
  2014-2020, Hendrik Leppkes
  2014-2015, Peter Meerwald <pmeerw@pmeerw.net>
  2014-2015, Supraja Meedinti
  2014-2015, Vignesh Venkatasubramanian
  2014-2016, Muhammad Faiz <mfcc64@gmail.com>
  2014-2016, Neil Birkbeck <birkbeck@google.com>
  2014-2017, Alexandra Hájková
  2014-2018, Thomas Volkert <thomas@homer-conferencing.com>
  2015, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2015, Anshul Maheshwari
  2015, Claudio Freire
  2015, Donny Yang
  2015, Eran Kornblau <erankor@gmail.com>
  2015, Gilles Chanteperdrix <gch@xenomai.org>
  2015, Himangi Saraogi <himangi774@gmail.com>
  2015, Imagination Technologies Ltd
  2015, Kevin Wheatley <kevin.j.wheatley@gmail.com>
  2015, LoRd_MuldeR <mulder2@gmx.de>
  2015, Mats Peterson
  2015, Matthew Waters <matthew@centricular.com>
  2015, Parag Salasakar <Parag.Salasakar@imgtec.com>
  2015, Pedro Arthur <bygrandao@gmail.com>
  2015, Rick Kern <kernrj@gmail.com>
  2015, Roger Pack
  2015, Sebastian Dröge <sebastian@centricular.com>
  2015, Shivraj Patil <Shivraj.Patil@imgtec.com>
  2015, Stupeflix
  2015, Tampere University of Technology
  2015, Tom Butterworth <bangnoise@gmail.com>
  2015, Urvang Joshi
  2015, Vesselin Bontchev
  2015, Zhang Rui <bbcallen@gmail.com>
  2015, Zhang Shuangshuang <zhangshuangshuang@ict.ac.cn>
  2015-2016, Ganesh Ajjanagadde <gajjanaq@gmail.com>
  2015-2016, Kyle Swanson <k@ylo.ph>
  2015-2016, Open Broadcast Systems Ltd
  2015-2016, Timo Rothenpieler <timo@rothenpieler.org>
  2015-2016, Zhou Xiaoyong <zhouxiaoyong@loongson.cn>
  2015-2017, Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com>
  2015-2017, Matthieu Bouron <matthieu.bouron@stupeflix.com>
  2015-2017, Rostislav Pehlivanov <atomnuker@gmail.com>
  2015-2018, Henrik Gramner <henrik@gramner.com>
  2015-2019, Loongson Technology Corporation Limited
  2015-2021, Rodger Combs <rodger.combs@gmail.com>
  2016, Davinder Singh (DSM_) <ds.mudhar<@gmail.com>
  2016, Floris Sluiter
  2016, Jan Sebechlebsky
  2016, Josh de Kock
  2016, KongQun Yang <kqyang@google.com>
  2016, Marton Balnt <cus@passwd.hu>
  2016, Mobibase, France
  2016, Ståle Kristoffersen
  2016, Thomas Mundt <loudmax@yahoo.de>
  2016, Tobias Rapp
  2016, Umair Khan <omerjerk@gmail.com>
  2016, William Ma, Sofia Kim, Dustin Woo
  2016, foo86
  2016-2018, Jokyo Images
  2016-2019, Jai Luthra
  2017, Felix Matouschek
  2017, Maksym Veremeyenko
  2017, Meng Wang <wangmeng.kids@bytedance.com>
  2017, Paras Chadha
  2017, Richard Ling
  2017, sfan5 <sfan5@live.de>
  2017, Steinar H. Gunderson
  2017-2018, Akamai Technologies, Inc.
  2018, Bjorn Roche
  2018, Dylan Fernando
  2018, Danil Iashchenko
  2018, Falei Luo <falei.luo@gmail.com>
  2018, gxw <guxiwei-hf@loongson.cn>
  2018, Huiwen Ren <hwrenx@gmail.com> <hwrenx@126.com>
  2018, Magnus Röös <mla2.roos@gmail.com>
  2018, Mina Sami
  2018, Misty De Meo
  2018, Mohammad Izadi <moh.izadi at gmail.com>
  2018, Rostislav Pehlivanov <atomnuker@gmail.com>
  2018, Sergey Lavrushkin
  2018, Yingming Fan <yingmingfan@gmail.com>
  2018, Yiqun Xu <yiqun.xu@vipl.ict.ac.cn>
  2018-2019, Shiyou Yin <yinshiyou-hf@loongson.cn>
  2019, Eugene Lyapustin
  2019, Guo Yejun
  2019, Leo Zhang <leozhang@qiyi.com>
  2019, Lynne <dev@lynne.ee>
  2019, Manoj Gupta Bonda
  2019, Swaraj Hota
  2019, Vladimir Panteleev
  2019, Xuewei Meng
  2019-2020, Andriy Gelman
  2020, Alyssa Milburn <amilburn@zall.org>
  2020, David Bryant
  2020, Gautam Ramakrishnan
  2020, Jun Zhao <barryjzhao@tencent.com>
  2020, Vacing Fang <vacingfang@tencent.com>
  2020, Yaroslav Pogrebnyak <yyyaroslav@gmail.com>
  2020, Zane van Iperen <zane@zanevaniperen.com>
  2021, Wu Jianhua <jianhua.wu@intel.com>
License: LGPL-2.1+
Comment:
 The copyright details for Joseph Artsimovich and UAB "DKD" were extracted
 from the referenced source:
 <http://samples.mplayerhq.hu/A-codecs/Nelly_Moser/ASAO/ASAO.zip>.

Files:
  libavfilter/af_chorus.c
  libavfilter/af_earwax.c
Copyright:
  1998, Juergen Mueller And Sundry Contributors
  2000, Edward Beingessner And Sundry Contributors
  2011, Mina Nagy Zaki
  2015, Paul B Mahol
License: LGPL-2.1+ and Sundry

Files:
  doc/texi2pod.pl
  libavcodec/x86/flac_dsp_gpl.asm
  libavfilter/f_ebur128.c
  libavfilter/signature.h
  libavfilter/signature_lookup.c
  libavfilter/tinterlace.h
  libavfilter/vf_blackframe.c
  libavfilter/vf_boxblur.c
  libavfilter/vf_colormatrix.c
  libavfilter/vf_cover_rect.c
  libavfilter/vf_cropdetect.c
  libavfilter/vf_delogo.c
  libavfilter/vf_eq.c
  libavfilter/vf_eq.h
  libavfilter/vf_find_rect.c
  libavfilter/vf_fspp.c
  libavfilter/vf_fspp.h
  libavfilter/vf_histeq.c
  libavfilter/vf_hqdn3d.c
  libavfilter/vf_hqdn3d.h
  libavfilter/vf_kerndeint.c
  libavfilter/vf_mcdeint.c
  libavfilter/vf_mpdecimate.c
  libavfilter/vf_nnedi.c
  libavfilter/vf_owdenoise.c
  libavfilter/vf_perspective.c
  libavfilter/vf_phase.c
  libavfilter/vf_pp.c
  libavfilter/vf_pp7.c
  libavfilter/vf_pp7.h
  libavfilter/vf_pullup.c
  libavfilter/vf_pullup.h
  libavfilter/vf_repeatfields.c
  libavfilter/vf_sab.c
  libavfilter/vf_signature.c
  libavfilter/vf_smartblur.c
  libavfilter/vf_spp.c
  libavfilter/vf_spp.h
  libavfilter/vf_stereo3d.c
  libavfilter/vf_super2xsai.c
  libavfilter/vf_tinterlace.c
  libavfilter/vf_uspp.c
  libavfilter/vf_vaguedenoiser.c
  libavfilter/vsrc_mptestsrc.c
  libavfilter/x86/vf_eq.asm
  libavfilter/x86/vf_eq_init.c
  libavfilter/x86/vf_fspp.asm
  libavfilter/x86/vf_fspp_init.c
  libavfilter/x86/vf_hqdn3d_init.c
  libavfilter/x86/vf_interlace.asm
  libavfilter/x86/vf_pp7.asm
  libavfilter/x86/vf_pp7_init.c
  libavfilter/x86/vf_pullup.asm
  libavfilter/x86/vf_pullup_init.c
  libavfilter/x86/vf_removegrain.asm
  libavfilter/x86/vf_spp.c
  libavfilter/x86/vf_tinterlace_init.c
  libpostproc/postprocess.c
  libpostproc/postprocess.h
  libpostproc/postprocess_altivec_template.c
  libpostproc/postprocess_internal.h
  libpostproc/postprocess_template.c
  libswresample/tests/*
  tests/checkasm/aacpsdsp.c
  tests/checkasm/aarch64/*
  tests/checkasm/alacdsp.c
  tests/checkasm/arm/*
  tests/checkasm/audiodsp.c
  tests/checkasm/blockdsp.c
  tests/checkasm/bswapdsp.c
  tests/checkasm/checkasm.c
  tests/checkasm/checkasm.h
  tests/checkasm/exrdsp.c
  tests/checkasm/fixed_dsp.c
  tests/checkasm/flacdsp.c
  tests/checkasm/float_dsp.c
  tests/checkasm/fmtconvert.c
  tests/checkasm/g722dsp.c
  tests/checkasm/h264dsp.c
  tests/checkasm/h264pred.c
  tests/checkasm/h264qpel.c
  tests/checkasm/hevc_add_res.c
  tests/checkasm/hevc_idct.c
  tests/checkasm/jpeg2000dsp.c
  tests/checkasm/llviddsp.c
  tests/checkasm/opusdsp.c
  tests/checkasm/pixblockdsp.c
  tests/checkasm/sbrdsp.c
  tests/checkasm/sw_scale.c
  tests/checkasm/synth_filter.c
  tests/checkasm/v210dec.c
  tests/checkasm/v210enc.c
  tests/checkasm/vf_blend.c
  tests/checkasm/vf_eq.c
  tests/checkasm/videodsp.c
  tests/checkasm/vp8dsp.c
  tests/checkasm/vp9dsp.c
  tests/checkasm/x86/*
  tests/tiny_ssim.c
  tools/coverity.c
  tools/target_dec_fate.sh
Copyright:
  Wilbert Dijkhof
  1997-2001, ZSNES Team <zsknight@zsnes.com> <_demo_@zsnes.com>
  1999-2001, Free Software Foundation, Inc
  2000-2002, Fabrice Bellard
  2001-2003, Donald A. Graft
  2001-2015, Michael Niedermayer <michaelni@gmx.at>
  2002, A'rpi
  2002, Jindrich Makovicka <makovick@gmail.com>
  2002-2003, Brian J. Murrell
  2003, Daniel Moreno <comac@comac.darktech.org>
  2003, LeFunGus <lefungus@altern.org>
  2003, Michael Zucchi <notzed@ximian.com>
  2003, Rich Felker
  2003-2004, Tobias Diedrich
  2003-2013, Loren Merritt <lorenm@u.washington.edu>
  2004, Romain Dolbeau <romain@dolbeau.org>
  2004, Ville Saari
  2005, Nikolaj Poroshin <porosh3@psu.ru>
  2006, Ivo van Poorten
  2006, Julian Hall
  2006-2011, Kevin Stone
  2010, Baptiste Coudurier <baptiste.coudurier@free.fr>
  2010, Gordon Schmidt <gordon.schmidt@s2000.tu-chemnitz.de>
  2010, Niel van der Westhuizen <nielkie@gmail.com>
  2010-2012, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2012, Jeremy Tran
  2012-2013, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2012-2015, Henrik Gramner
  2013, Vittorio Giovara <vittorio.giovara@gmail.com>
  2013-2015, Jean Delvare <jdelvare@suse.com>
  2013-2017, Paul B Mahol
  2014, Kieran Kunhya <kierank@obe.tv>
  2014, Red Hat, Inc
  2014-2015, Arwa Arif <arwaarif1994@gmail.com>
  2014-2019, James Darnley <james.darnley@gmail.com>
  2015, Janne Grunau
  2015-2016, Martin Storsjo
  2015-2016, Ronald S. Bultje <rsbultje@gmail.com>
  2015-2016, Tiancheng "Timothy" Gu
  2015-2017, James Almer
  2017, Gerion Entrup
License: GPL-2+
 FFmpeg is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
 .
 You should have received a copy of the GNU General Public License
 along with FFmpeg; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files:
  compat/solaris/make_sunver.pl
  doc/t2h.pm
  libavfilter/vf_lensfun.c
Copyright:
  2007, Andrew Zabolotny
  2010-2013, Free Software Foundation, Inc.
  2014, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2014, Tiancheng "Timothy" Gu <timothygu99@gmail.com>
  2018, Stephen Seo
License: GPL-3+
 FFmpeg is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU General Public License
 version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
 .
 You should have received a copy of the GNU General Public
 License along with FFmpeg; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files:
  doc/bootstrap.min.css
  doc/examples/avio_list_dir.c
  doc/examples/avio_reading.c
  doc/examples/decode_audio.c
  doc/examples/decode_video.c
  doc/examples/demuxing_decoding.c
  doc/examples/encode_audio.c
  doc/examples/encode_video.c
  doc/examples/extract_mvs.c
  doc/examples/filtering_audio.c
  doc/examples/filtering_video.c
  doc/examples/http_multiclient.c
  doc/examples/hw_decode.c
  doc/examples/metadata.c
  doc/examples/muxing.c
  doc/examples/qsvdec.c
  doc/examples/remuxing.c
  doc/examples/resampling_audio.c
  doc/examples/scaling_video.c
  doc/examples/transcoding.c
  doc/examples/vaapi_encode.c
  doc/examples/vaapi_transcode.c
  doc/style.min.css
  libavcodec/arm/jrevdct_arm.S
  libavcodec/cinepakenc.c
  libavcodec/nellymoser.c
  libavcodec/nellymoser.h
  libavcodec/nellymoserdec.c
  libavcodec/texturedsp.c
  libavcodec/texturedspenc.c
  libavcodec/x86/vc1dsp_init.c
  libavcodec/x86/vc1dsp_mmx.c
  libavfilter/af_deesser.c
  libavfilter/cuda/vector_helpers.cuh
  libavfilter/vf_avgblur.c
  libavfilter/vf_bilateral.c
  libavfilter/vf_bm3d.c
  libavfilter/vf_deband.c
  libavfilter/vf_morpho.c
  libavfilter/vf_scale_cuda.*
  libavfilter/vf_thumbnail_cuda.c
  libavfilter/vf_thumbnail_cuda.cu
  libavformat/oggdec.c
  libavformat/oggdec.h
  libavformat/oggparseogm.c
  libavformat/oggparsespeex.c
  libavformat/oggparsetheora.c
  libavformat/oggparsevorbis.c
  libavutil/avsscanf.c
  tests/api/api-band-test.c
  tests/api/api-flac-test.c
  tests/api/api-h264-test.c
  tests/api/api-seek-test.c
  tests/api/api-threadmessage-test.c
  tests/reference.pnm
Copyright:
  2001, Lionel Ulmer <lionel.ulmer@free.fr> <bbrox@bbrox.org>
  2001-2003, Fabrice Bellard
  2005, Alex Beregszaszi
  2005, Matthieu CASTET
  2005, Michael Ahlberg
  2005, Måns Rullgård
  2005-2014, Rich Felker, et al.
  2007, Benjamin Larsson
  2007, Christophe GISQUET <christophe.gisquet@free.fr>
  2007, Loic Minier <lool@dooz.org>
  2008, Reimar Döffinger <Reimar.Doeffinger@gmx.de>
  2009, Benjamin Dobell
  2009, Glass Echidna
  2010, Nicolas George
  2010-2017, NVIDIA Corporation
  2011, Tomas Härdin
  2011-2014, Reinhard Tartler
  2011-2014, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2011-2014, Twitter, Inc
  2012, Matthäus G. "Anteru" Chajdas (http://anteru.net)
  2012-2014, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2013-2014, Rl, Aetey Global Technologies AB
  2014, Andrey Utkin
  2014, Barbara Lepage <db0company@gmail.com>
  2014, Lukasz Marek <lukasz.m.luki@gmail.com>
  2015, Anton Khirnov <anton@khirnov.net>
  2015, Ludmila Glinskih
  2015, Matthieu Bouron <matthieu.bouron@stupeflix.com>
  2015, Niklas Haas
  2015, Stephan Holljes
  2015, Vittorio Giovara <vittorio.giovara@gmail.com>
  2015-2021, Paul B Mahol
  2015-2016, mawen1250
  2016, ReneBrals
  2017, Ming Yang
  2018, Chris Johnson
License: Expat

Files:
  libavcodec/aacdec_fixed.c
  libavcodec/aacsbr_fixed.c
  libavcodec/ac3dec_fixed.c
  libavcodec/arm/vp8dsp_armv6.S
  libavcodec/fft_fixed_32.c
  libavcodec/fft_init_table.c
  libavcodec/fft_table.h
  libavcodec/ilbcdata.h
  libavcodec/ilbcdec.c
  libavcodec/mdct_fixed_32.c
  libavcodec/mips/aaccoder_mips.c
  libavcodec/mips/aacdec_mips.c
  libavcodec/mips/aacdec_mips.h
  libavcodec/mips/aacpsdsp_mips.c
  libavcodec/mips/aacpsy_mips.h
  libavcodec/mips/aacsbr_mips.c
  libavcodec/mips/aacsbr_mips.h
  libavcodec/mips/ac3dsp_mips.c
  libavcodec/mips/acelp_filters_mips.c
  libavcodec/mips/acelp_vectors_mips.c
  libavcodec/mips/amrwbdec_mips.c
  libavcodec/mips/amrwbdec_mips.h
  libavcodec/mips/celp_filters_mips.c
  libavcodec/mips/celp_math_mips.c
  libavcodec/mips/compute_antialias_fixed.h
  libavcodec/mips/compute_antialias_float.h
  libavcodec/mips/fft_mips.c
  libavcodec/mips/fmtconvert_mips.c
  libavcodec/mips/iirfilter_mips.c
  libavcodec/mips/lsp_mips.h
  libavcodec/mips/mpegaudiodsp_mips_fixed.c
  libavcodec/mips/mpegaudiodsp_mips_float.c
  libavcodec/mips/sbrdsp_mips.c
  libavfilter/opencl/deshake.cl
  libavfilter/vf_deshake_opencl.c
  libavutil/fixed_dsp.c
  libavutil/fixed_dsp.h
  libavutil/mips/float_dsp_mips.c
  libavutil/mips/libm_mips.h
  libavutil/softfloat_tables.h
Copyright:
  2000-2008, Intel Corporation
  2005-2006, Oded Shimon <ods15@ods15.dyndns.org>
  2006-2007, Maxim Gavrilov <maxim.gavrilov@gmail.com>
  2008-2009, Robert Swain <rob@opendot.cl>
  2009, Willow Garage Inc.
  2009-2010, Alex Converse <alex.converse@gmail.com>
  2010, Google Inc
  2010, Rob Clark <rob@ti.com>
  2011, Mans Rullgard <mans@mansr.com>
  2012-2013, MIPS Technologies, Inc., California
  2013, The WebRTC project authors
  2013, OpenCV Foundation
License: LGPL-2.1+ and BSD-3-clause

Files:
  tools/cws2fws.c
  tools/qt-faststart.c
Copyright:
  Alex Beregszaszi
  Mike Melanson <melanson@pcisys.net>
License: public-domain
 This file is placed in the public domain. Use the program however you see fit.

Files:
  compat/windows/makedef
  libavcodec/faandct.c
  libavcodec/interplayacm.c
  libavcodec/libfdk-aacdec.c
  libavcodec/libfdk-aacenc.c
  libavcodec/zerocodec.c
  libavdevice/openal-dec.c
  libavfilter/vf_hqx.c
  libavutil/x86/x86inc.asm
Copyright:
  2003, Michael Niedermayer <michaelni@gmx.at>
  2003, Roman Shaposhnik
  2004-2008, Marko Kreen
  2005-2016, x264 project
  2008, Adam Gashlin
  2011, Jonathan Baldwin
  2012-2013, Derek Buitenhuis
  2012, Martin Storsjo
  2014, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2015, Paul B Mahol
License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files:
  libavcodec/jfdctfst.c
  libavcodec/jfdctint_template.c
  libavcodec/jrevdct.c
Copyright: 1991-1996, Thomas G. Lane
License: IJG
 The authors make NO WARRANTY or representation, either express or implied,
 with respect to this software, its quality, accuracy, merchantability, or
 fitness for a particular purpose.  This software is provided "AS IS", and
 you, its user, assume the entire risk as to its quality and accuracy.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 software (or portions thereof) for any purpose, without fee, subject to
 these conditions:
 (1) If any part of the source code for this software is distributed, then
 this README file must be included, with this copyright and no-warranty
 notice unaltered; and any additions, deletions, or changes to the original
 files must be clearly indicated in accompanying documentation.
 (2) If only executable code is distributed, then the accompanying
 documentation must state that "this software is based in part on the work
 of the Independent JPEG Group".
 (3) Permission for use of this software is granted only if the user accepts
 full responsibility for any undesirable consequences; the authors accept
 NO LIABILITY for damages of any kind.
 .
 These conditions apply to any software derived from or based on the IJG
 code, not just to the unmodified library.  If you use our work, you ought
 to acknowledge us.
 .
 Permission is NOT granted for the use of any IJG author's name or company
 name in advertising or publicity relating to this software or products
 derived from it.  This software may be referred to only as "the Independent
 JPEG Group's software".
 .
 We specifically permit and encourage the use of this software as the basis
 of commercial products, provided that all warranty or liability claims are
 assumed by the product vendor.

Files:
  libavcodec/j2kenc.c
  libavformat/imf*
  libavformat/tests/imf*
Copyright:
  2001-2003, David Janssens
  2002-2003, Yannick Verschueren
  2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
  2002-2007, Professor Benoit Macq
  2003-2007, Francois-Olivier Devaux and Antonin Descampe
  2005, Herve Drolon, FreeImage Team
  2007, Callum Lerwick <seg@haxxed.com>
  2007, Kamil Nowosad
  Sandflow Consulting LLC
License: LGPL-2.1+ and BSD-2-clause

Files: libavutil/adler32.c
Copyright: 1995, Mark Adler
License: Zlib
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.

Files:
  libavfilter/af_hdcd.c
  libavcodec/speexdata.h
  libavcodec/speexdec.c
Copyright:
  2010, Chris Moeller
  2002-2008, Xiph.org Foundation
  2002-2008, Jean-Marc Valin
  2005-2007, Analog Devices Inc.
  2005-2008, Commonwealth Scientific and Industrial Research Organisation (CSIRO)
  1993,2002,2006, David Rowe
  2003, EpicGames
  1992-1994, Jutta Degener
  1992-1994, Carsten Bormann
License: BSD-3-clause

Files:
 libavfilter/ebur128.c
 libavfilter/ebur128.h
Copyright:
 2011, Jan Kokemüller
License: LGPL-2.1+ and Expat

Files:
  libavfilter/af_arnndn.c
  libavfilter/gblur.h
  libavfilter/vf_gblur.c
Copyright:
  2005-2009 Xiph.Org Foundation
  2007-2008 CSIRO
  2008-2011 Octasic Inc.
  2011, Pascal Getreuer
  2016,2019, Paul B Mahol
  2017 Mozilla
  2018 Gregor Richards
  Jean-Marc Valin
License: BSD-2-clause

Files: libavformat/aadec.c
Copyright:
  2001-2014, Jim Teeuwen
  2015, Vesselin Bontchev
License: BSD-1-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

Files: libavcodec/libzvbi-teletextdec.c
Copyright:
  2005-2012, Wolfram Gloger
  2013, Marton Balint
License: LGPL-2+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU Lesser General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files: libswresample/resample.c
Copyright:
  2004-2012, Michael Niedermayer <michaelni@gmx.at>
  2006, Xiaogang Zhang
License: LGPL-2.1+ and BSL

Files: debian/*
Copyright:
  2014-2017, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2016-2021, Sebastian Ramacher <sramacher@debian.org>
  2017-2018, James Cowgill <jcowgill@debian.org>
  2020, Jonas Smedegaard <dr@jones.dk>
License: LGPL-2.1+

Files: debian/missing-sources/ffmpeg-web/src/less/style.less
Copyright: 2014, Barbara Lepage <db0company@gmail.com>
License: Expat
Comment:
 This is the source of doc/style.min.css.
 It was obtained from the FFmpeg web repository:
 <https://github.com/FFmpeg/web>

Files: debian/qt-faststart.1
Copyright: Andres Mejia <mcitadel@gmail.com>
License: man-page
 This manual page was written by Andres Mejia <mcitadel@gmail.com>
 for the Debian GNU/Linux system, but may be used by others.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the MIPS Technologies, Inc., nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSL
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare derivative works of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

License: LGPL-2.1+
 FFmpeg is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU Lesser General Public License
 version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this packaging; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

License: Sundry
 This source code is freely redistributable and may be used for
 any purpose.  This copyright notice must be maintained.
 Juergen Mueller/Edward Beingessner And Sundry Contributors are not responsible for
 the consequences of using this software.



==========================================================================
Package: libavformat-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FFmpeg
Upstream-Contact: ffmpeg-devel@ffmpeg.org
Source: https://ffmpeg.org
Comment:
 Most files in FFmpeg are licensed under the GNU Lesser General Public License
 version 2.1 or later (LGPL v2.1+), but some optional parts of FFmpeg are
 licensed under the GNU General Public License version 2 or later (GPL v2+)
 and a few have different, but compatible licenses.
 .
 For building the default Debian packages some of the GPL licensed files are used,
 so the resulting binaries are licensed under GPL v2+.
 For libavcodec/libavfilter an extra flavor is built, which links against external
 libraries licensed under the Apache License 2.0, which makes it effectively licensed
 under the GPL v3+
 The HTML documentation /usr/share/doc/ffmpeg/manual/*.html in the ffmpeg-doc
 package is effectively licensed under GPL-3+, because during its creation
 the GPL-3+ licensed file doc/t2h.pm is used.
 .
 FFmpeg can also be combined with non-free libraries, which would make the
 resulting binaries unredistributable.
 But this is not done for the Debian packages.

Files: *
Copyright:
  Christian Holschuh
  Sebastien Bechet <s.bechet@av7.net>
  1990, James Ashton - Sydney University
  1993, Computer Science, Speech Group
  1994-2012, the Xiph.Org Foundation and contributors
  1997-1999, H. Dietz
  1997-1999, R. Fisher
  1998-2009, Conifer Software
  1999, Nick Bailey
  1999, Roger Hardiman
  1999-2000, Sebastien Rougeaux <sebastien.rougeaux@anu.edu.au>
  1999-2001, Chris Bagwell <cbagwell@sprynet.com>
  1999-2013, Intel Corporation
  2000, Chris Ausbrooks <weed@bucket.pp.ualr.edu>
  2000, Fabien COELHO <fabien@coelho.net>
  2000, John Walker
  2000-2001, Michel Lespinasse <walken@zoy.org>
  2000-2001, Peter Gubanov <peter@elecard.net.ru>
  2000-2003, Nick Kurshev <nickols_k@mail.ru>
  2000-2010, Fabrice Bellard
  2001, Dan Dennedy <dan@dennedy.org>
  2001, Heikki Leinonen
  2001, Juan J. Sierralta P
  2001, Lionel Ulmer
  2001, Tim Ferguson
  2001-2003, BERO <bero@geocities.co.jp>
  2001-2006, Daniel Maas <dmaas@dcine.com> <dmaas@maasdigital.com>
  2001-2010, Krzysztof Foltman, Markus Schmidt, Thor Harald Johansen, Damien Zammit, Vladimir Sadovnikov and others
  2001-2018, Michael Niedermayer <michaelni@gmx.at>
  2001-2019, Peter Ross <pross@xvid.org>
  2001-2019, The FFmpeg project
  2002, Anders Johansson <ajh@atri.curtin.edu.au>
  2002, Brian Foley
  2002, Daniel Pouzzner
  2002, Dieter Shirley
  2002, Falk Hueffner <falk@debian.org>
  2002, Frederic 'dilb' Boulay <dilb@handhelds.org>
  2002, Gunnar Monell <gmo@linux.nu>
  2002, Laszlo Torok <torokl@alpha.dfmk.hu>
  2002, Lennert Buytenhek <buytenh@gnu.org>
  2002, Mark Hills <mark@pogo.org.uk>
  2002, Remi Guyomarch <rguyom@pobox.com>
  2002, Steve O'Hara-Smith
  2002, The Xine project
  2002, Zdenek Kabelac <kabi@informatics.muni.cz>
  2002-2005, Francois Revol <revol@free.fr>
  2002-2005, Roberto Togni
  2002-2006, Alex Beregszaszi
  2002-2013, Maxim Polia/kovski
  2003, Donnie Smith
  2003, Dr. Tim Ferguson
  2003, Ewald Snel
  2003, Gustavo Sverzut Barbieri <gsbarbieri@yahoo.com.br>
  2003, James Klicman <james@klicman.org>
  2003, Max Krasnyansky <maxk@qualcomm.com>
  2003, Rich Felker
  2003, Thomas Raivio
  2003, Tinic Uro
  2003-2004, Romain Dolbeau <romain@dolbeau.org>
  2003-2005, Christopher R. Hertel <crh@ubiqx.mn.org>
  2003-2006, Roman Shaposhnik
  2003-2007, Michel Bardiaux <mbardiaux@mediaxim.be>
  2003-2007, Mike Melanson <melanson@pcisys.net>
  2003-2011, Sascha Sommer <saschasommer@freenet.de>
  2003-2014, Loren Merritt <lorenm@u.washington.edu>
  2003-2014, Pascal Massimino <skal@planet-d.net> <pascal.massimino@gmail.com>
  2003-2017, Ivan Kalvachev
  2003-2018, x264 project
  2004, AGAWA Koji <i@atty.jp>
  2004, Adam Thayer <krevnik@comcast.net>
  2004, Gildas Bazin <gbazin@videolan.org>
  2004, Maarten Daniels
  2004-2005, Denes Balatoni <dbalatoni@programozo.hu>
  2004-2005, Henryk Ploetz <henryk@ploetzli.ch>
  2004-2006, Lennart Poettering
  2004-2007, Benjamin Zores <ben@geexbox.org>
  2004-2007, Eric Lasota
  2004-2007, Marc Hoffman <marc.hoffman@analog.com>
  2004-2010, Marcel Holtmann <marcel@holtmann.org>
  2004-2014, Konstantin Shishkov <kostya.shishkov@gmail.com>
  2005, Alban Bedel <albeu@free.fr>
  2005, Anonymous
  2005, David Hammerton
  2005, DivX, Inc
  2005, Jeff Muizelaar
  2005, Matthieu CASTET
  2005, Neal Symms <tivo@freakinzoo.com>
  2005, Ole André Vadla Ravnås <oleavr@gmail.com>
  2005, Roine Gustafsson
  2005, Steve Underwood <steveu@coppice.org>
  2005, Vidar Madsen
  2005, Wim Taymans
  2005, Zoltan Hidvegi <hzoli@hzoli.com>
  2005-2006, Brad Midgley <bmidgley@xmission.com>
  2005-2006, Oded Shimon <ods15@ods15.dyndns.org>
  2005-2006, Robert Edele <yartrebo@earthlink.net>
  2005-2007, Wolfram Gloger
  2005-2008, Ian Caulfield
  2005-2011, Benjamin Larsson
  2005-2012, Måns Rullgård <mans@mansr.com>
  2005-2012, VLC authors and VideoLAN
  2005-2013, Diego Biurrun <diego@biurrun.de>
  2005-2015, Luca Barbato <lu_zero@gentoo.org>
  2005-2016, Reimar Döffinger <Reimar.Doeffinger@gmx.de>
  2006, Corey Hickey
  2006, Cyril Zorin
  2006, Guillaume Poirier <gpoirier@mplayerhq.hu>
  2006, Industrial Light & Magic, a division of Lucas Digital Ltd. LLC
  2006, John Maddock
  2006, Kartikey Mahendra BHATT <bhattkm@gmail.com>
  2006, Patrick Guimond
  2006, Paul Richards <paul.richards@gmail.com>
  2006, Thijs Vermeir <thijs.vermeir@barco.com>
  2006-2007, Maxim Gavrilov <maxim.gavrilov@gmail.com>
  2006-2007, Reynaldo H. Verdejo Pinochet
  2006-2007, Ryan Martell <rdm4@martellventures.com>
  2006-2008, Gregory Montoir <cyx@users.sourceforge.net>
  2006-2009, Luca Abeni <lucabe72@email.it>
  2006-2009, Robert Swain <rob@opendot.cl>
  2006-2009, Stefan Gehrer <stefan.gehrer@gmx.de>
  2006-2010, Prakash Punnoor <prakash@punnoor.de>
  2006-2011, Baptiste Coudurier <baptiste.coudurier@free.fr> <baptiste.coudurier@smartjog.com>
  2006-2011, Xvid Solutions GmbH
  2006-2012, Rob Sykes <robs@users.sourceforge.net>
  2006-2013, Justin Ruggles <justin.ruggles@gmail.com>
  2006-2014, Ramiro Polla <ramiro.polla@gmail.com>
  2006-2015, Steve Lhomme
  2006-2017, Aurelien Jacobs <aurel@gnuage.org>
  2007, Alexis Ballier
  2007, Christian Ohm
  2007, Clemens Fruhwirth <clemens@endorphin.org>
  2007, Kamil Nowosad
  2007, Nicholas Tung
  2007, Philippe Kalaf
  2007, Richard Spindler
  2007, Ulion
  2007-2008, Ivo van Poorten
  2007-2008, Joseph Artsimovich <jart@users.sourceforge.net>
  2007-2008, Marco Gerards <marco@gnu.org>
  2007-2008, Siarhei Siamashka <ssvb@users.sourceforge.net>
  2007-2008, UAB "DKD
  2007-2009, Bartlomiej Wolowiec <bartek.wolowiec@gmail.com>
  2007-2009, Björn Axelsson
  2007-2010, Bobby Bingham
  2007-2010, David Conrad <lessen42@gmail.com>
  2007-2010, Nokia Corporation
  2007-2011, Vitor Sessak <vitor1001@gmail.com>
  2007-2011, Vladimir Voroshilov
  2007-2013, Anssi Hannula <anssi.hannula@gmail.com> <anssi.hannula@iki.fi>
  2007-2013, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2007-2014, Benoit Fouet <benoit.fouet@free.fr>
  2007-2015, Christophe GISQUET <christophe.gisquet@free.fr> <word1.word2@gmail.com> <christophe.gisquet@gmail.com>
  2007-2015, Collabora Ltd
  2007-2015, Edward Hervey
  2007-2016, David Robillard
  2007-2016,2020, Nicolas George <nicolas.george@normalesup.org>
  2007-2018, Ronald S. Bultje <rsbultje@gmail.com>
  2008, Affine Systems, Inc (Michael Sullivan, Bobby Impollonia)
  2008, Alessandro Sappia
  2008, BBC, Anuradha Suraparaju <asuraparaju@gmail.com>
  2008, NVIDIA
  2008, Robert Marston
  2008, Sisir Koppaka
  2008, Victor Paesa
  2008, vmrsss
  2008-2009, Andrej Stepanchuk
  2008-2009, Jaikrishnan Menon <realityman@gmx.net>
  2008-2009, Splitted-Desktop Systems
  2008-2010, Alexander Strange <astrange@ithinksw.com>
  2008-2010, Eli Friedman <eli.friedman@gmail.com>
  2008-2010, Paul Kendall <paul@kcbbs.gen.nz>
  2008-2011, Zhentan Feng <spyfeng@gmail.com>
  2008-2012, Alexander E. Patrakov
  2008-2012, Laurent Aimar <fenrir@videolan.org>
  2008-2013, Alex Converse <alex.converse@gmail.com>
  2009, Colin McQuillan
  2009, Dylan Yudaken
  2009, Giliard B. de Freitas <giliarde@gmail.com>
  2009, Jimmy Christensen
  2009, Joshua Warner
  2009, Kenan Gillet
  2009, Michael Tison
  2009, Naotoshi Nojiri
  2009, Nicolas Martin <martinic@iro.umontreal.ca>
  2009, Peter Holik
  2009, Samalyse
  2009, Sebastien Lucas <sebastien.lucas@gmail.com>
  2009, Stephen Backway
  2009, Thomas P. Higdon <thomas.p.higdon@gmail.com>
  2009, Tobias Bindhammer
  2009, Toshimitsu Kimura
  2009, Xuggle Incorporated
  2009, Zuxy Meng <zuxy.meng@gmail.com>
  2009-2010, Fiona Glaser <fiona@x264.com>
  2009-2010, Howard Chu
  2009-2011, Sebastian Gesemann
  2009-2012, Nathan Caldwell <saintdev@gmail.com>
  2009-2013, Christian Schmidt
  2009-2013, Daniel Verkamp <daniel@drv.nu>
  2009-2015, James Darnley <james.darnley@gmail.com>
  2009-2016, Thilo Borgmann <thilo.borgmann@mail.de>
  2009-2018, Kostya Shishkov
  2009-2020, Martin Storsjo
  2010, Adrian Daerr
  2010, Amanda, Y.N. Wu <amanda11192003@gmail.com>
  2010, Andrzej Szombierski
  2010, Brandon Mintern
  2010, Daniel G. Taylor <dan@programmer-art.org>
  2010, Francesco Lavra <francescolavra@interfree.it>
  2010, Hans de Goede <hdegoede@redhat.com>
  2010, Holger Lubitz
  2010, Jacob Meuser
  2010, Josh Allmann
  2010, Marcelo Galvao Povoa
  2010, Mark Heath <mjpeg0@silicontrip.org>
  2010, Mark Nauwelaerts
  2010, Michael Chinen
  2010, Michele Orrù
  2010, Mohamed Naufal Basheer <naufal11@gmail.com>
  2010, Nolan Lum <nol888@gmail.com>
  2010, Rob Clark <rob@ti.com>
  2010, Romain Degez
  2010, S.N. Hemanth Meenakshisundaram <smeenaks@ucsd.edu>
  2010, Sebastian Vater <cdgs.basty@googlemail.com>
  2010-2011, Anatoly Nenashev
  2010-2011, Elvis Presley
  2010-2012, Rafaël Carré <funman@videolan.org>
  2010-2013, Georg Martius <georg.martius@web.de>
  2010-2013, Rémi Denis-Courmont
  2010-2015, Carl Eugen Hoyos
  2010-2015, Janne Grunau <janne-libav@jannau.net>
  2010-2017, Anton Khirnov <anton@khirnov.net>
  2010-2017, Google, Inc
  2010-2017, Tomas Härdin
  2010-2018, Philip Langdale <ffmpeg.philipl@overt.org> <philipl@overt.org>
  2011, Anatoliy Wasserman
  2011, Andreas Öman
  2011, Jordi Ortiz
  2011, Juan Carlos Rodriguez <ing.juancarlosrodriguez@hotmail.com>
  2011-2017, KO Myung-Hun <komh@chollian.net>
  2011, Matthew Hoops <clone2727@gmail.com>
  2011, Max Horn
  2011, Michael Karcher
  2011, Mina Nagy Zaki
  2011, Miroslav Slugeň <Thunder.m@seznam.cz>
  2011, MirriAd Ltd
  2011, Oskar Arvidsson
  2011, Roger Pau Monné <roger.pau@entel.upc.edu>
  2011, Sven Hesse <drmccoy@drmccoy.de>
  2011, Thomas Kuehnel
  2011-2012, Hyllian/Jararaca <sergiogdb@gmail.com>
  2011-2012, Mark Himsley
  2011-2012, Mashiat Sarker Shakkhar
  2011-2012, Michael Bradshaw <mjbshaw@gmail.com>
  2011-2012, Smartjog S.A.S, Clément Bœsch <clement.boesch@smartjog.com>
  2011-2013, Daniel Kang <daniel.d.kang@gmail.com>
  2011-2015,2019, Derek Buitenhuis
  2011-2016, Kieran Kunhya <kieran@kunhya.com>
  2011-2018, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2011-2020, Paul B Mahol
  2012, Aleksi Nurmi
  2012, Andrew D'Addesio
  2012, Antti Seppälä
  2012, AvxSynth Team
  2012, British Broadcasting Corporation
  2012, David Kment
  2012, Jeremy Tran
  2012, Krzysztof Klinikowski
  2012, Laurent de Soras
  2012, Pavel Koshevoy <pkoshevoy@gmail.com>
  2012, Petri Hintukainen <phintuka@users.sourceforge.net>
  2012, Robert Nagy <ronag89@gmail.com>
  2012, Samuel Pitoiset
  2012, Sebastien Zwickert
  2012, Steven Robertson
  2012, Youness Alaoui <kakaroto@kakaroto.homelinux.net>
  2012, Vitaliy E Sugrobov
  2012-2013, Andrey Utkin <andrey.krieger.utkin@gmail.com>
  2012-2013, Aneesh Dogra (lionaneesh) <lionaneesh@gmail.com>
  2012-2013, Fredrik Mellbin
  2012-2013, Gildas Cocherel
  2012-2013, Guillaume Martres <smarter@ubuntu.com>
  2012-2013, Mickael Raulet
  2012-2013, Oka Motofumi <chikuzen.mo@gmail.com>
  2012-2013, Rudolf Polzer <divverent@xonotic.org>
  2012-2013, Wassim Hamidouche
  2012-2014, Georg Lippitsch <georg.lippitsch@gmx.at>
  2012-2015, Christophe Gisquet <christophe.gisquet@gmail.com>
  2012-2019, James Almer <jamrial@gmail.com>
  2012-2019, Jan Ekström
  2013, Anand Meher Kotra
  2013, Ash Hughes
  2013, Darryl Wallace <wallacdj@gmail.com>
  2013, Dirk Farin <dirk.farin@gmail.com>
  2013, Jeff Moguillansky
  2013, Lenny Wang <lwanghpc@gmail.com>
  2013, MIPS Technologies, Inc., California
  2013, Matthew Heaney
  2013, Rl, Aetey Global Technologies AB
  2013, Vadim Kalinsky <vadim@kalinsky.ru>
  2013, VTT
  2013, Wei Gao <weigao@multicorewareinc.com>
  2013, Xiaolei Yu <dreifachstein@gmail.com>
  2013, Yukinori Yamazoe
  2013-2014, Andrew Kelley
  2013-2014, Deti Fliegl
  2013-2014, Lukasz Marek <lukasz.m.luki@gmail.com>
  2013-2014, Mozilla Corporation
  2013-2014, Nicolas Bertrand <nicoinattendu@gmail.com>
  2013-2014, Pierre-Edouard Lepere
  2013-2014, RISC OS Open Ltd <bavison@riscosopen.org>
  2013-2015, Andreas Fuchs
  2013-2015, Seppo Tomperi <seppo.tomperi@vtt.fi>
  2013-2015, Tiancheng "Timothy" Gu <timothygu99@gmail.com>
  2013-2015, Wolfgang Hrauda
  2013-2016, Vittorio Giovara <vittorio.giovara@gmail.com>
  2013-2018, Andreas Unterweger
  2013-2018, Calvin Walton <calvin.walton@kepstin.ca>
  2013-2018,2020, Marton Balint
  2014, Aman Gupta <ffmpeg@tmm1.net>
  2014, Daniel Oberhoff
  2014, Dave Rice @dericed
  2014, Eejya Singh
  2014, James Yu <james.yu@linaro.org>
  2014, Marvin Scholz
  2014, Nicholas Robbins
  2014, Oleksij Rempel <linux@rempel-privat.de>
  2014, Rong Yan
  2014, Samsung Electronics
  2014, StarBrilliant <m13253@hotmail.com>
  2014, Tim Walker <tdskywalker@gmail.com>
  2014-2015, Arwa Arif <arwaarif1994@gmail.com>
  2014-2020, Hendrik Leppkes
  2014-2015, Peter Meerwald <pmeerw@pmeerw.net>
  2014-2015, Supraja Meedinti
  2014-2015, Vignesh Venkatasubramanian
  2014-2016, Muhammad Faiz <mfcc64@gmail.com>
  2014-2016, Neil Birkbeck <birkbeck@google.com>
  2014-2017, Alexandra Hájková
  2014-2018, Thomas Volkert <thomas@homer-conferencing.com>
  2015, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2015, Anshul Maheshwari
  2015, Claudio Freire
  2015, Donny Yang
  2015, Eran Kornblau <erankor@gmail.com>
  2015, Gilles Chanteperdrix <gch@xenomai.org>
  2015, Himangi Saraogi <himangi774@gmail.com>
  2015, Imagination Technologies Ltd
  2015, Kevin Wheatley <kevin.j.wheatley@gmail.com>
  2015, LoRd_MuldeR <mulder2@gmx.de>
  2015, Mats Peterson
  2015, Matthew Waters <matthew@centricular.com>
  2015, Parag Salasakar <Parag.Salasakar@imgtec.com>
  2015, Pedro Arthur <bygrandao@gmail.com>
  2015, Rick Kern <kernrj@gmail.com>
  2015, Roger Pack
  2015, Sebastian Dröge <sebastian@centricular.com>
  2015, Shivraj Patil <Shivraj.Patil@imgtec.com>
  2015, Stupeflix
  2015, Tampere University of Technology
  2015, Tom Butterworth <bangnoise@gmail.com>
  2015, Urvang Joshi
  2015, Vesselin Bontchev
  2015, Zhang Rui <bbcallen@gmail.com>
  2015, Zhang Shuangshuang <zhangshuangshuang@ict.ac.cn>
  2015-2016, Ganesh Ajjanagadde <gajjanaq@gmail.com>
  2015-2016, Kyle Swanson <k@ylo.ph>
  2015-2016, Open Broadcast Systems Ltd
  2015-2016, Timo Rothenpieler <timo@rothenpieler.org>
  2015-2016, Zhou Xiaoyong <zhouxiaoyong@loongson.cn>
  2015-2017, Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com>
  2015-2017, Matthieu Bouron <matthieu.bouron@stupeflix.com>
  2015-2017, Rostislav Pehlivanov <atomnuker@gmail.com>
  2015-2018, Henrik Gramner <henrik@gramner.com>
  2015-2019, Loongson Technology Corporation Limited
  2015-2021, Rodger Combs <rodger.combs@gmail.com>
  2016, Davinder Singh (DSM_) <ds.mudhar<@gmail.com>
  2016, Floris Sluiter
  2016, Jan Sebechlebsky
  2016, Josh de Kock
  2016, KongQun Yang <kqyang@google.com>
  2016, Marton Balnt <cus@passwd.hu>
  2016, Mobibase, France
  2016, Ståle Kristoffersen
  2016, Thomas Mundt <loudmax@yahoo.de>
  2016, Tobias Rapp
  2016, Umair Khan <omerjerk@gmail.com>
  2016, William Ma, Sofia Kim, Dustin Woo
  2016, foo86
  2016-2018, Jokyo Images
  2016-2019, Jai Luthra
  2017, Felix Matouschek
  2017, Maksym Veremeyenko
  2017, Meng Wang <wangmeng.kids@bytedance.com>
  2017, Paras Chadha
  2017, Richard Ling
  2017, sfan5 <sfan5@live.de>
  2017, Steinar H. Gunderson
  2017-2018, Akamai Technologies, Inc.
  2018, Bjorn Roche
  2018, Dylan Fernando
  2018, Danil Iashchenko
  2018, Falei Luo <falei.luo@gmail.com>
  2018, gxw <guxiwei-hf@loongson.cn>
  2018, Huiwen Ren <hwrenx@gmail.com> <hwrenx@126.com>
  2018, Magnus Röös <mla2.roos@gmail.com>
  2018, Mina Sami
  2018, Misty De Meo
  2018, Mohammad Izadi <moh.izadi at gmail.com>
  2018, Rostislav Pehlivanov <atomnuker@gmail.com>
  2018, Sergey Lavrushkin
  2018, Yingming Fan <yingmingfan@gmail.com>
  2018, Yiqun Xu <yiqun.xu@vipl.ict.ac.cn>
  2018-2019, Shiyou Yin <yinshiyou-hf@loongson.cn>
  2019, Eugene Lyapustin
  2019, Guo Yejun
  2019, Leo Zhang <leozhang@qiyi.com>
  2019, Lynne <dev@lynne.ee>
  2019, Manoj Gupta Bonda
  2019, Swaraj Hota
  2019, Vladimir Panteleev
  2019, Xuewei Meng
  2019-2020, Andriy Gelman
  2020, Alyssa Milburn <amilburn@zall.org>
  2020, David Bryant
  2020, Gautam Ramakrishnan
  2020, Jun Zhao <barryjzhao@tencent.com>
  2020, Vacing Fang <vacingfang@tencent.com>
  2020, Yaroslav Pogrebnyak <yyyaroslav@gmail.com>
  2020, Zane van Iperen <zane@zanevaniperen.com>
  2021, Wu Jianhua <jianhua.wu@intel.com>
License: LGPL-2.1+
Comment:
 The copyright details for Joseph Artsimovich and UAB "DKD" were extracted
 from the referenced source:
 <http://samples.mplayerhq.hu/A-codecs/Nelly_Moser/ASAO/ASAO.zip>.

Files:
  libavfilter/af_chorus.c
  libavfilter/af_earwax.c
Copyright:
  1998, Juergen Mueller And Sundry Contributors
  2000, Edward Beingessner And Sundry Contributors
  2011, Mina Nagy Zaki
  2015, Paul B Mahol
License: LGPL-2.1+ and Sundry

Files:
  doc/texi2pod.pl
  libavcodec/x86/flac_dsp_gpl.asm
  libavfilter/f_ebur128.c
  libavfilter/signature.h
  libavfilter/signature_lookup.c
  libavfilter/tinterlace.h
  libavfilter/vf_blackframe.c
  libavfilter/vf_boxblur.c
  libavfilter/vf_colormatrix.c
  libavfilter/vf_cover_rect.c
  libavfilter/vf_cropdetect.c
  libavfilter/vf_delogo.c
  libavfilter/vf_eq.c
  libavfilter/vf_eq.h
  libavfilter/vf_find_rect.c
  libavfilter/vf_fspp.c
  libavfilter/vf_fspp.h
  libavfilter/vf_histeq.c
  libavfilter/vf_hqdn3d.c
  libavfilter/vf_hqdn3d.h
  libavfilter/vf_kerndeint.c
  libavfilter/vf_mcdeint.c
  libavfilter/vf_mpdecimate.c
  libavfilter/vf_nnedi.c
  libavfilter/vf_owdenoise.c
  libavfilter/vf_perspective.c
  libavfilter/vf_phase.c
  libavfilter/vf_pp.c
  libavfilter/vf_pp7.c
  libavfilter/vf_pp7.h
  libavfilter/vf_pullup.c
  libavfilter/vf_pullup.h
  libavfilter/vf_repeatfields.c
  libavfilter/vf_sab.c
  libavfilter/vf_signature.c
  libavfilter/vf_smartblur.c
  libavfilter/vf_spp.c
  libavfilter/vf_spp.h
  libavfilter/vf_stereo3d.c
  libavfilter/vf_super2xsai.c
  libavfilter/vf_tinterlace.c
  libavfilter/vf_uspp.c
  libavfilter/vf_vaguedenoiser.c
  libavfilter/vsrc_mptestsrc.c
  libavfilter/x86/vf_eq.asm
  libavfilter/x86/vf_eq_init.c
  libavfilter/x86/vf_fspp.asm
  libavfilter/x86/vf_fspp_init.c
  libavfilter/x86/vf_hqdn3d_init.c
  libavfilter/x86/vf_interlace.asm
  libavfilter/x86/vf_pp7.asm
  libavfilter/x86/vf_pp7_init.c
  libavfilter/x86/vf_pullup.asm
  libavfilter/x86/vf_pullup_init.c
  libavfilter/x86/vf_removegrain.asm
  libavfilter/x86/vf_spp.c
  libavfilter/x86/vf_tinterlace_init.c
  libpostproc/postprocess.c
  libpostproc/postprocess.h
  libpostproc/postprocess_altivec_template.c
  libpostproc/postprocess_internal.h
  libpostproc/postprocess_template.c
  libswresample/tests/*
  tests/checkasm/aacpsdsp.c
  tests/checkasm/aarch64/*
  tests/checkasm/alacdsp.c
  tests/checkasm/arm/*
  tests/checkasm/audiodsp.c
  tests/checkasm/blockdsp.c
  tests/checkasm/bswapdsp.c
  tests/checkasm/checkasm.c
  tests/checkasm/checkasm.h
  tests/checkasm/exrdsp.c
  tests/checkasm/fixed_dsp.c
  tests/checkasm/flacdsp.c
  tests/checkasm/float_dsp.c
  tests/checkasm/fmtconvert.c
  tests/checkasm/g722dsp.c
  tests/checkasm/h264dsp.c
  tests/checkasm/h264pred.c
  tests/checkasm/h264qpel.c
  tests/checkasm/hevc_add_res.c
  tests/checkasm/hevc_idct.c
  tests/checkasm/jpeg2000dsp.c
  tests/checkasm/llviddsp.c
  tests/checkasm/opusdsp.c
  tests/checkasm/pixblockdsp.c
  tests/checkasm/sbrdsp.c
  tests/checkasm/sw_scale.c
  tests/checkasm/synth_filter.c
  tests/checkasm/v210dec.c
  tests/checkasm/v210enc.c
  tests/checkasm/vf_blend.c
  tests/checkasm/vf_eq.c
  tests/checkasm/videodsp.c
  tests/checkasm/vp8dsp.c
  tests/checkasm/vp9dsp.c
  tests/checkasm/x86/*
  tests/tiny_ssim.c
  tools/coverity.c
  tools/target_dec_fate.sh
Copyright:
  Wilbert Dijkhof
  1997-2001, ZSNES Team <zsknight@zsnes.com> <_demo_@zsnes.com>
  1999-2001, Free Software Foundation, Inc
  2000-2002, Fabrice Bellard
  2001-2003, Donald A. Graft
  2001-2015, Michael Niedermayer <michaelni@gmx.at>
  2002, A'rpi
  2002, Jindrich Makovicka <makovick@gmail.com>
  2002-2003, Brian J. Murrell
  2003, Daniel Moreno <comac@comac.darktech.org>
  2003, LeFunGus <lefungus@altern.org>
  2003, Michael Zucchi <notzed@ximian.com>
  2003, Rich Felker
  2003-2004, Tobias Diedrich
  2003-2013, Loren Merritt <lorenm@u.washington.edu>
  2004, Romain Dolbeau <romain@dolbeau.org>
  2004, Ville Saari
  2005, Nikolaj Poroshin <porosh3@psu.ru>
  2006, Ivo van Poorten
  2006, Julian Hall
  2006-2011, Kevin Stone
  2010, Baptiste Coudurier <baptiste.coudurier@free.fr>
  2010, Gordon Schmidt <gordon.schmidt@s2000.tu-chemnitz.de>
  2010, Niel van der Westhuizen <nielkie@gmail.com>
  2010-2012, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2012, Jeremy Tran
  2012-2013, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2012-2015, Henrik Gramner
  2013, Vittorio Giovara <vittorio.giovara@gmail.com>
  2013-2015, Jean Delvare <jdelvare@suse.com>
  2013-2017, Paul B Mahol
  2014, Kieran Kunhya <kierank@obe.tv>
  2014, Red Hat, Inc
  2014-2015, Arwa Arif <arwaarif1994@gmail.com>
  2014-2019, James Darnley <james.darnley@gmail.com>
  2015, Janne Grunau
  2015-2016, Martin Storsjo
  2015-2016, Ronald S. Bultje <rsbultje@gmail.com>
  2015-2016, Tiancheng "Timothy" Gu
  2015-2017, James Almer
  2017, Gerion Entrup
License: GPL-2+
 FFmpeg is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
 .
 You should have received a copy of the GNU General Public License
 along with FFmpeg; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files:
  compat/solaris/make_sunver.pl
  doc/t2h.pm
  libavfilter/vf_lensfun.c
Copyright:
  2007, Andrew Zabolotny
  2010-2013, Free Software Foundation, Inc.
  2014, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2014, Tiancheng "Timothy" Gu <timothygu99@gmail.com>
  2018, Stephen Seo
License: GPL-3+
 FFmpeg is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU General Public License
 version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
 .
 You should have received a copy of the GNU General Public
 License along with FFmpeg; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files:
  doc/bootstrap.min.css
  doc/examples/avio_list_dir.c
  doc/examples/avio_reading.c
  doc/examples/decode_audio.c
  doc/examples/decode_video.c
  doc/examples/demuxing_decoding.c
  doc/examples/encode_audio.c
  doc/examples/encode_video.c
  doc/examples/extract_mvs.c
  doc/examples/filtering_audio.c
  doc/examples/filtering_video.c
  doc/examples/http_multiclient.c
  doc/examples/hw_decode.c
  doc/examples/metadata.c
  doc/examples/muxing.c
  doc/examples/qsvdec.c
  doc/examples/remuxing.c
  doc/examples/resampling_audio.c
  doc/examples/scaling_video.c
  doc/examples/transcoding.c
  doc/examples/vaapi_encode.c
  doc/examples/vaapi_transcode.c
  doc/style.min.css
  libavcodec/arm/jrevdct_arm.S
  libavcodec/cinepakenc.c
  libavcodec/nellymoser.c
  libavcodec/nellymoser.h
  libavcodec/nellymoserdec.c
  libavcodec/texturedsp.c
  libavcodec/texturedspenc.c
  libavcodec/x86/vc1dsp_init.c
  libavcodec/x86/vc1dsp_mmx.c
  libavfilter/af_deesser.c
  libavfilter/cuda/vector_helpers.cuh
  libavfilter/vf_avgblur.c
  libavfilter/vf_bilateral.c
  libavfilter/vf_bm3d.c
  libavfilter/vf_deband.c
  libavfilter/vf_morpho.c
  libavfilter/vf_scale_cuda.*
  libavfilter/vf_thumbnail_cuda.c
  libavfilter/vf_thumbnail_cuda.cu
  libavformat/oggdec.c
  libavformat/oggdec.h
  libavformat/oggparseogm.c
  libavformat/oggparsespeex.c
  libavformat/oggparsetheora.c
  libavformat/oggparsevorbis.c
  libavutil/avsscanf.c
  tests/api/api-band-test.c
  tests/api/api-flac-test.c
  tests/api/api-h264-test.c
  tests/api/api-seek-test.c
  tests/api/api-threadmessage-test.c
  tests/reference.pnm
Copyright:
  2001, Lionel Ulmer <lionel.ulmer@free.fr> <bbrox@bbrox.org>
  2001-2003, Fabrice Bellard
  2005, Alex Beregszaszi
  2005, Matthieu CASTET
  2005, Michael Ahlberg
  2005, Måns Rullgård
  2005-2014, Rich Felker, et al.
  2007, Benjamin Larsson
  2007, Christophe GISQUET <christophe.gisquet@free.fr>
  2007, Loic Minier <lool@dooz.org>
  2008, Reimar Döffinger <Reimar.Doeffinger@gmx.de>
  2009, Benjamin Dobell
  2009, Glass Echidna
  2010, Nicolas George
  2010-2017, NVIDIA Corporation
  2011, Tomas Härdin
  2011-2014, Reinhard Tartler
  2011-2014, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2011-2014, Twitter, Inc
  2012, Matthäus G. "Anteru" Chajdas (http://anteru.net)
  2012-2014, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2013-2014, Rl, Aetey Global Technologies AB
  2014, Andrey Utkin
  2014, Barbara Lepage <db0company@gmail.com>
  2014, Lukasz Marek <lukasz.m.luki@gmail.com>
  2015, Anton Khirnov <anton@khirnov.net>
  2015, Ludmila Glinskih
  2015, Matthieu Bouron <matthieu.bouron@stupeflix.com>
  2015, Niklas Haas
  2015, Stephan Holljes
  2015, Vittorio Giovara <vittorio.giovara@gmail.com>
  2015-2021, Paul B Mahol
  2015-2016, mawen1250
  2016, ReneBrals
  2017, Ming Yang
  2018, Chris Johnson
License: Expat

Files:
  libavcodec/aacdec_fixed.c
  libavcodec/aacsbr_fixed.c
  libavcodec/ac3dec_fixed.c
  libavcodec/arm/vp8dsp_armv6.S
  libavcodec/fft_fixed_32.c
  libavcodec/fft_init_table.c
  libavcodec/fft_table.h
  libavcodec/ilbcdata.h
  libavcodec/ilbcdec.c
  libavcodec/mdct_fixed_32.c
  libavcodec/mips/aaccoder_mips.c
  libavcodec/mips/aacdec_mips.c
  libavcodec/mips/aacdec_mips.h
  libavcodec/mips/aacpsdsp_mips.c
  libavcodec/mips/aacpsy_mips.h
  libavcodec/mips/aacsbr_mips.c
  libavcodec/mips/aacsbr_mips.h
  libavcodec/mips/ac3dsp_mips.c
  libavcodec/mips/acelp_filters_mips.c
  libavcodec/mips/acelp_vectors_mips.c
  libavcodec/mips/amrwbdec_mips.c
  libavcodec/mips/amrwbdec_mips.h
  libavcodec/mips/celp_filters_mips.c
  libavcodec/mips/celp_math_mips.c
  libavcodec/mips/compute_antialias_fixed.h
  libavcodec/mips/compute_antialias_float.h
  libavcodec/mips/fft_mips.c
  libavcodec/mips/fmtconvert_mips.c
  libavcodec/mips/iirfilter_mips.c
  libavcodec/mips/lsp_mips.h
  libavcodec/mips/mpegaudiodsp_mips_fixed.c
  libavcodec/mips/mpegaudiodsp_mips_float.c
  libavcodec/mips/sbrdsp_mips.c
  libavfilter/opencl/deshake.cl
  libavfilter/vf_deshake_opencl.c
  libavutil/fixed_dsp.c
  libavutil/fixed_dsp.h
  libavutil/mips/float_dsp_mips.c
  libavutil/mips/libm_mips.h
  libavutil/softfloat_tables.h
Copyright:
  2000-2008, Intel Corporation
  2005-2006, Oded Shimon <ods15@ods15.dyndns.org>
  2006-2007, Maxim Gavrilov <maxim.gavrilov@gmail.com>
  2008-2009, Robert Swain <rob@opendot.cl>
  2009, Willow Garage Inc.
  2009-2010, Alex Converse <alex.converse@gmail.com>
  2010, Google Inc
  2010, Rob Clark <rob@ti.com>
  2011, Mans Rullgard <mans@mansr.com>
  2012-2013, MIPS Technologies, Inc., California
  2013, The WebRTC project authors
  2013, OpenCV Foundation
License: LGPL-2.1+ and BSD-3-clause

Files:
  tools/cws2fws.c
  tools/qt-faststart.c
Copyright:
  Alex Beregszaszi
  Mike Melanson <melanson@pcisys.net>
License: public-domain
 This file is placed in the public domain. Use the program however you see fit.

Files:
  compat/windows/makedef
  libavcodec/faandct.c
  libavcodec/interplayacm.c
  libavcodec/libfdk-aacdec.c
  libavcodec/libfdk-aacenc.c
  libavcodec/zerocodec.c
  libavdevice/openal-dec.c
  libavfilter/vf_hqx.c
  libavutil/x86/x86inc.asm
Copyright:
  2003, Michael Niedermayer <michaelni@gmx.at>
  2003, Roman Shaposhnik
  2004-2008, Marko Kreen
  2005-2016, x264 project
  2008, Adam Gashlin
  2011, Jonathan Baldwin
  2012-2013, Derek Buitenhuis
  2012, Martin Storsjo
  2014, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2015, Paul B Mahol
License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files:
  libavcodec/jfdctfst.c
  libavcodec/jfdctint_template.c
  libavcodec/jrevdct.c
Copyright: 1991-1996, Thomas G. Lane
License: IJG
 The authors make NO WARRANTY or representation, either express or implied,
 with respect to this software, its quality, accuracy, merchantability, or
 fitness for a particular purpose.  This software is provided "AS IS", and
 you, its user, assume the entire risk as to its quality and accuracy.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 software (or portions thereof) for any purpose, without fee, subject to
 these conditions:
 (1) If any part of the source code for this software is distributed, then
 this README file must be included, with this copyright and no-warranty
 notice unaltered; and any additions, deletions, or changes to the original
 files must be clearly indicated in accompanying documentation.
 (2) If only executable code is distributed, then the accompanying
 documentation must state that "this software is based in part on the work
 of the Independent JPEG Group".
 (3) Permission for use of this software is granted only if the user accepts
 full responsibility for any undesirable consequences; the authors accept
 NO LIABILITY for damages of any kind.
 .
 These conditions apply to any software derived from or based on the IJG
 code, not just to the unmodified library.  If you use our work, you ought
 to acknowledge us.
 .
 Permission is NOT granted for the use of any IJG author's name or company
 name in advertising or publicity relating to this software or products
 derived from it.  This software may be referred to only as "the Independent
 JPEG Group's software".
 .
 We specifically permit and encourage the use of this software as the basis
 of commercial products, provided that all warranty or liability claims are
 assumed by the product vendor.

Files:
  libavcodec/j2kenc.c
  libavformat/imf*
  libavformat/tests/imf*
Copyright:
  2001-2003, David Janssens
  2002-2003, Yannick Verschueren
  2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
  2002-2007, Professor Benoit Macq
  2003-2007, Francois-Olivier Devaux and Antonin Descampe
  2005, Herve Drolon, FreeImage Team
  2007, Callum Lerwick <seg@haxxed.com>
  2007, Kamil Nowosad
  Sandflow Consulting LLC
License: LGPL-2.1+ and BSD-2-clause

Files: libavutil/adler32.c
Copyright: 1995, Mark Adler
License: Zlib
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.

Files:
  libavfilter/af_hdcd.c
  libavcodec/speexdata.h
  libavcodec/speexdec.c
Copyright:
  2010, Chris Moeller
  2002-2008, Xiph.org Foundation
  2002-2008, Jean-Marc Valin
  2005-2007, Analog Devices Inc.
  2005-2008, Commonwealth Scientific and Industrial Research Organisation (CSIRO)
  1993,2002,2006, David Rowe
  2003, EpicGames
  1992-1994, Jutta Degener
  1992-1994, Carsten Bormann
License: BSD-3-clause

Files:
 libavfilter/ebur128.c
 libavfilter/ebur128.h
Copyright:
 2011, Jan Kokemüller
License: LGPL-2.1+ and Expat

Files:
  libavfilter/af_arnndn.c
  libavfilter/gblur.h
  libavfilter/vf_gblur.c
Copyright:
  2005-2009 Xiph.Org Foundation
  2007-2008 CSIRO
  2008-2011 Octasic Inc.
  2011, Pascal Getreuer
  2016,2019, Paul B Mahol
  2017 Mozilla
  2018 Gregor Richards
  Jean-Marc Valin
License: BSD-2-clause

Files: libavformat/aadec.c
Copyright:
  2001-2014, Jim Teeuwen
  2015, Vesselin Bontchev
License: BSD-1-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

Files: libavcodec/libzvbi-teletextdec.c
Copyright:
  2005-2012, Wolfram Gloger
  2013, Marton Balint
License: LGPL-2+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU Lesser General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files: libswresample/resample.c
Copyright:
  2004-2012, Michael Niedermayer <michaelni@gmx.at>
  2006, Xiaogang Zhang
License: LGPL-2.1+ and BSL

Files: debian/*
Copyright:
  2014-2017, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2016-2021, Sebastian Ramacher <sramacher@debian.org>
  2017-2018, James Cowgill <jcowgill@debian.org>
  2020, Jonas Smedegaard <dr@jones.dk>
License: LGPL-2.1+

Files: debian/missing-sources/ffmpeg-web/src/less/style.less
Copyright: 2014, Barbara Lepage <db0company@gmail.com>
License: Expat
Comment:
 This is the source of doc/style.min.css.
 It was obtained from the FFmpeg web repository:
 <https://github.com/FFmpeg/web>

Files: debian/qt-faststart.1
Copyright: Andres Mejia <mcitadel@gmail.com>
License: man-page
 This manual page was written by Andres Mejia <mcitadel@gmail.com>
 for the Debian GNU/Linux system, but may be used by others.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the MIPS Technologies, Inc., nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSL
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare derivative works of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

License: LGPL-2.1+
 FFmpeg is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU Lesser General Public License
 version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this packaging; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

License: Sundry
 This source code is freely redistributable and may be used for
 any purpose.  This copyright notice must be maintained.
 Juergen Mueller/Edward Beingessner And Sundry Contributors are not responsible for
 the consequences of using this software.



==========================================================================
Package: libavformat59:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FFmpeg
Upstream-Contact: ffmpeg-devel@ffmpeg.org
Source: https://ffmpeg.org
Comment:
 Most files in FFmpeg are licensed under the GNU Lesser General Public License
 version 2.1 or later (LGPL v2.1+), but some optional parts of FFmpeg are
 licensed under the GNU General Public License version 2 or later (GPL v2+)
 and a few have different, but compatible licenses.
 .
 For building the default Debian packages some of the GPL licensed files are used,
 so the resulting binaries are licensed under GPL v2+.
 For libavcodec/libavfilter an extra flavor is built, which links against external
 libraries licensed under the Apache License 2.0, which makes it effectively licensed
 under the GPL v3+
 The HTML documentation /usr/share/doc/ffmpeg/manual/*.html in the ffmpeg-doc
 package is effectively licensed under GPL-3+, because during its creation
 the GPL-3+ licensed file doc/t2h.pm is used.
 .
 FFmpeg can also be combined with non-free libraries, which would make the
 resulting binaries unredistributable.
 But this is not done for the Debian packages.

Files: *
Copyright:
  Christian Holschuh
  Sebastien Bechet <s.bechet@av7.net>
  1990, James Ashton - Sydney University
  1993, Computer Science, Speech Group
  1994-2012, the Xiph.Org Foundation and contributors
  1997-1999, H. Dietz
  1997-1999, R. Fisher
  1998-2009, Conifer Software
  1999, Nick Bailey
  1999, Roger Hardiman
  1999-2000, Sebastien Rougeaux <sebastien.rougeaux@anu.edu.au>
  1999-2001, Chris Bagwell <cbagwell@sprynet.com>
  1999-2013, Intel Corporation
  2000, Chris Ausbrooks <weed@bucket.pp.ualr.edu>
  2000, Fabien COELHO <fabien@coelho.net>
  2000, John Walker
  2000-2001, Michel Lespinasse <walken@zoy.org>
  2000-2001, Peter Gubanov <peter@elecard.net.ru>
  2000-2003, Nick Kurshev <nickols_k@mail.ru>
  2000-2010, Fabrice Bellard
  2001, Dan Dennedy <dan@dennedy.org>
  2001, Heikki Leinonen
  2001, Juan J. Sierralta P
  2001, Lionel Ulmer
  2001, Tim Ferguson
  2001-2003, BERO <bero@geocities.co.jp>
  2001-2006, Daniel Maas <dmaas@dcine.com> <dmaas@maasdigital.com>
  2001-2010, Krzysztof Foltman, Markus Schmidt, Thor Harald Johansen, Damien Zammit, Vladimir Sadovnikov and others
  2001-2018, Michael Niedermayer <michaelni@gmx.at>
  2001-2019, Peter Ross <pross@xvid.org>
  2001-2019, The FFmpeg project
  2002, Anders Johansson <ajh@atri.curtin.edu.au>
  2002, Brian Foley
  2002, Daniel Pouzzner
  2002, Dieter Shirley
  2002, Falk Hueffner <falk@debian.org>
  2002, Frederic 'dilb' Boulay <dilb@handhelds.org>
  2002, Gunnar Monell <gmo@linux.nu>
  2002, Laszlo Torok <torokl@alpha.dfmk.hu>
  2002, Lennert Buytenhek <buytenh@gnu.org>
  2002, Mark Hills <mark@pogo.org.uk>
  2002, Remi Guyomarch <rguyom@pobox.com>
  2002, Steve O'Hara-Smith
  2002, The Xine project
  2002, Zdenek Kabelac <kabi@informatics.muni.cz>
  2002-2005, Francois Revol <revol@free.fr>
  2002-2005, Roberto Togni
  2002-2006, Alex Beregszaszi
  2002-2013, Maxim Polia/kovski
  2003, Donnie Smith
  2003, Dr. Tim Ferguson
  2003, Ewald Snel
  2003, Gustavo Sverzut Barbieri <gsbarbieri@yahoo.com.br>
  2003, James Klicman <james@klicman.org>
  2003, Max Krasnyansky <maxk@qualcomm.com>
  2003, Rich Felker
  2003, Thomas Raivio
  2003, Tinic Uro
  2003-2004, Romain Dolbeau <romain@dolbeau.org>
  2003-2005, Christopher R. Hertel <crh@ubiqx.mn.org>
  2003-2006, Roman Shaposhnik
  2003-2007, Michel Bardiaux <mbardiaux@mediaxim.be>
  2003-2007, Mike Melanson <melanson@pcisys.net>
  2003-2011, Sascha Sommer <saschasommer@freenet.de>
  2003-2014, Loren Merritt <lorenm@u.washington.edu>
  2003-2014, Pascal Massimino <skal@planet-d.net> <pascal.massimino@gmail.com>
  2003-2017, Ivan Kalvachev
  2003-2018, x264 project
  2004, AGAWA Koji <i@atty.jp>
  2004, Adam Thayer <krevnik@comcast.net>
  2004, Gildas Bazin <gbazin@videolan.org>
  2004, Maarten Daniels
  2004-2005, Denes Balatoni <dbalatoni@programozo.hu>
  2004-2005, Henryk Ploetz <henryk@ploetzli.ch>
  2004-2006, Lennart Poettering
  2004-2007, Benjamin Zores <ben@geexbox.org>
  2004-2007, Eric Lasota
  2004-2007, Marc Hoffman <marc.hoffman@analog.com>
  2004-2010, Marcel Holtmann <marcel@holtmann.org>
  2004-2014, Konstantin Shishkov <kostya.shishkov@gmail.com>
  2005, Alban Bedel <albeu@free.fr>
  2005, Anonymous
  2005, David Hammerton
  2005, DivX, Inc
  2005, Jeff Muizelaar
  2005, Matthieu CASTET
  2005, Neal Symms <tivo@freakinzoo.com>
  2005, Ole André Vadla Ravnås <oleavr@gmail.com>
  2005, Roine Gustafsson
  2005, Steve Underwood <steveu@coppice.org>
  2005, Vidar Madsen
  2005, Wim Taymans
  2005, Zoltan Hidvegi <hzoli@hzoli.com>
  2005-2006, Brad Midgley <bmidgley@xmission.com>
  2005-2006, Oded Shimon <ods15@ods15.dyndns.org>
  2005-2006, Robert Edele <yartrebo@earthlink.net>
  2005-2007, Wolfram Gloger
  2005-2008, Ian Caulfield
  2005-2011, Benjamin Larsson
  2005-2012, Måns Rullgård <mans@mansr.com>
  2005-2012, VLC authors and VideoLAN
  2005-2013, Diego Biurrun <diego@biurrun.de>
  2005-2015, Luca Barbato <lu_zero@gentoo.org>
  2005-2016, Reimar Döffinger <Reimar.Doeffinger@gmx.de>
  2006, Corey Hickey
  2006, Cyril Zorin
  2006, Guillaume Poirier <gpoirier@mplayerhq.hu>
  2006, Industrial Light & Magic, a division of Lucas Digital Ltd. LLC
  2006, John Maddock
  2006, Kartikey Mahendra BHATT <bhattkm@gmail.com>
  2006, Patrick Guimond
  2006, Paul Richards <paul.richards@gmail.com>
  2006, Thijs Vermeir <thijs.vermeir@barco.com>
  2006-2007, Maxim Gavrilov <maxim.gavrilov@gmail.com>
  2006-2007, Reynaldo H. Verdejo Pinochet
  2006-2007, Ryan Martell <rdm4@martellventures.com>
  2006-2008, Gregory Montoir <cyx@users.sourceforge.net>
  2006-2009, Luca Abeni <lucabe72@email.it>
  2006-2009, Robert Swain <rob@opendot.cl>
  2006-2009, Stefan Gehrer <stefan.gehrer@gmx.de>
  2006-2010, Prakash Punnoor <prakash@punnoor.de>
  2006-2011, Baptiste Coudurier <baptiste.coudurier@free.fr> <baptiste.coudurier@smartjog.com>
  2006-2011, Xvid Solutions GmbH
  2006-2012, Rob Sykes <robs@users.sourceforge.net>
  2006-2013, Justin Ruggles <justin.ruggles@gmail.com>
  2006-2014, Ramiro Polla <ramiro.polla@gmail.com>
  2006-2015, Steve Lhomme
  2006-2017, Aurelien Jacobs <aurel@gnuage.org>
  2007, Alexis Ballier
  2007, Christian Ohm
  2007, Clemens Fruhwirth <clemens@endorphin.org>
  2007, Kamil Nowosad
  2007, Nicholas Tung
  2007, Philippe Kalaf
  2007, Richard Spindler
  2007, Ulion
  2007-2008, Ivo van Poorten
  2007-2008, Joseph Artsimovich <jart@users.sourceforge.net>
  2007-2008, Marco Gerards <marco@gnu.org>
  2007-2008, Siarhei Siamashka <ssvb@users.sourceforge.net>
  2007-2008, UAB "DKD
  2007-2009, Bartlomiej Wolowiec <bartek.wolowiec@gmail.com>
  2007-2009, Björn Axelsson
  2007-2010, Bobby Bingham
  2007-2010, David Conrad <lessen42@gmail.com>
  2007-2010, Nokia Corporation
  2007-2011, Vitor Sessak <vitor1001@gmail.com>
  2007-2011, Vladimir Voroshilov
  2007-2013, Anssi Hannula <anssi.hannula@gmail.com> <anssi.hannula@iki.fi>
  2007-2013, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2007-2014, Benoit Fouet <benoit.fouet@free.fr>
  2007-2015, Christophe GISQUET <christophe.gisquet@free.fr> <word1.word2@gmail.com> <christophe.gisquet@gmail.com>
  2007-2015, Collabora Ltd
  2007-2015, Edward Hervey
  2007-2016, David Robillard
  2007-2016,2020, Nicolas George <nicolas.george@normalesup.org>
  2007-2018, Ronald S. Bultje <rsbultje@gmail.com>
  2008, Affine Systems, Inc (Michael Sullivan, Bobby Impollonia)
  2008, Alessandro Sappia
  2008, BBC, Anuradha Suraparaju <asuraparaju@gmail.com>
  2008, NVIDIA
  2008, Robert Marston
  2008, Sisir Koppaka
  2008, Victor Paesa
  2008, vmrsss
  2008-2009, Andrej Stepanchuk
  2008-2009, Jaikrishnan Menon <realityman@gmx.net>
  2008-2009, Splitted-Desktop Systems
  2008-2010, Alexander Strange <astrange@ithinksw.com>
  2008-2010, Eli Friedman <eli.friedman@gmail.com>
  2008-2010, Paul Kendall <paul@kcbbs.gen.nz>
  2008-2011, Zhentan Feng <spyfeng@gmail.com>
  2008-2012, Alexander E. Patrakov
  2008-2012, Laurent Aimar <fenrir@videolan.org>
  2008-2013, Alex Converse <alex.converse@gmail.com>
  2009, Colin McQuillan
  2009, Dylan Yudaken
  2009, Giliard B. de Freitas <giliarde@gmail.com>
  2009, Jimmy Christensen
  2009, Joshua Warner
  2009, Kenan Gillet
  2009, Michael Tison
  2009, Naotoshi Nojiri
  2009, Nicolas Martin <martinic@iro.umontreal.ca>
  2009, Peter Holik
  2009, Samalyse
  2009, Sebastien Lucas <sebastien.lucas@gmail.com>
  2009, Stephen Backway
  2009, Thomas P. Higdon <thomas.p.higdon@gmail.com>
  2009, Tobias Bindhammer
  2009, Toshimitsu Kimura
  2009, Xuggle Incorporated
  2009, Zuxy Meng <zuxy.meng@gmail.com>
  2009-2010, Fiona Glaser <fiona@x264.com>
  2009-2010, Howard Chu
  2009-2011, Sebastian Gesemann
  2009-2012, Nathan Caldwell <saintdev@gmail.com>
  2009-2013, Christian Schmidt
  2009-2013, Daniel Verkamp <daniel@drv.nu>
  2009-2015, James Darnley <james.darnley@gmail.com>
  2009-2016, Thilo Borgmann <thilo.borgmann@mail.de>
  2009-2018, Kostya Shishkov
  2009-2020, Martin Storsjo
  2010, Adrian Daerr
  2010, Amanda, Y.N. Wu <amanda11192003@gmail.com>
  2010, Andrzej Szombierski
  2010, Brandon Mintern
  2010, Daniel G. Taylor <dan@programmer-art.org>
  2010, Francesco Lavra <francescolavra@interfree.it>
  2010, Hans de Goede <hdegoede@redhat.com>
  2010, Holger Lubitz
  2010, Jacob Meuser
  2010, Josh Allmann
  2010, Marcelo Galvao Povoa
  2010, Mark Heath <mjpeg0@silicontrip.org>
  2010, Mark Nauwelaerts
  2010, Michael Chinen
  2010, Michele Orrù
  2010, Mohamed Naufal Basheer <naufal11@gmail.com>
  2010, Nolan Lum <nol888@gmail.com>
  2010, Rob Clark <rob@ti.com>
  2010, Romain Degez
  2010, S.N. Hemanth Meenakshisundaram <smeenaks@ucsd.edu>
  2010, Sebastian Vater <cdgs.basty@googlemail.com>
  2010-2011, Anatoly Nenashev
  2010-2011, Elvis Presley
  2010-2012, Rafaël Carré <funman@videolan.org>
  2010-2013, Georg Martius <georg.martius@web.de>
  2010-2013, Rémi Denis-Courmont
  2010-2015, Carl Eugen Hoyos
  2010-2015, Janne Grunau <janne-libav@jannau.net>
  2010-2017, Anton Khirnov <anton@khirnov.net>
  2010-2017, Google, Inc
  2010-2017, Tomas Härdin
  2010-2018, Philip Langdale <ffmpeg.philipl@overt.org> <philipl@overt.org>
  2011, Anatoliy Wasserman
  2011, Andreas Öman
  2011, Jordi Ortiz
  2011, Juan Carlos Rodriguez <ing.juancarlosrodriguez@hotmail.com>
  2011-2017, KO Myung-Hun <komh@chollian.net>
  2011, Matthew Hoops <clone2727@gmail.com>
  2011, Max Horn
  2011, Michael Karcher
  2011, Mina Nagy Zaki
  2011, Miroslav Slugeň <Thunder.m@seznam.cz>
  2011, MirriAd Ltd
  2011, Oskar Arvidsson
  2011, Roger Pau Monné <roger.pau@entel.upc.edu>
  2011, Sven Hesse <drmccoy@drmccoy.de>
  2011, Thomas Kuehnel
  2011-2012, Hyllian/Jararaca <sergiogdb@gmail.com>
  2011-2012, Mark Himsley
  2011-2012, Mashiat Sarker Shakkhar
  2011-2012, Michael Bradshaw <mjbshaw@gmail.com>
  2011-2012, Smartjog S.A.S, Clément Bœsch <clement.boesch@smartjog.com>
  2011-2013, Daniel Kang <daniel.d.kang@gmail.com>
  2011-2015,2019, Derek Buitenhuis
  2011-2016, Kieran Kunhya <kieran@kunhya.com>
  2011-2018, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2011-2020, Paul B Mahol
  2012, Aleksi Nurmi
  2012, Andrew D'Addesio
  2012, Antti Seppälä
  2012, AvxSynth Team
  2012, British Broadcasting Corporation
  2012, David Kment
  2012, Jeremy Tran
  2012, Krzysztof Klinikowski
  2012, Laurent de Soras
  2012, Pavel Koshevoy <pkoshevoy@gmail.com>
  2012, Petri Hintukainen <phintuka@users.sourceforge.net>
  2012, Robert Nagy <ronag89@gmail.com>
  2012, Samuel Pitoiset
  2012, Sebastien Zwickert
  2012, Steven Robertson
  2012, Youness Alaoui <kakaroto@kakaroto.homelinux.net>
  2012, Vitaliy E Sugrobov
  2012-2013, Andrey Utkin <andrey.krieger.utkin@gmail.com>
  2012-2013, Aneesh Dogra (lionaneesh) <lionaneesh@gmail.com>
  2012-2013, Fredrik Mellbin
  2012-2013, Gildas Cocherel
  2012-2013, Guillaume Martres <smarter@ubuntu.com>
  2012-2013, Mickael Raulet
  2012-2013, Oka Motofumi <chikuzen.mo@gmail.com>
  2012-2013, Rudolf Polzer <divverent@xonotic.org>
  2012-2013, Wassim Hamidouche
  2012-2014, Georg Lippitsch <georg.lippitsch@gmx.at>
  2012-2015, Christophe Gisquet <christophe.gisquet@gmail.com>
  2012-2019, James Almer <jamrial@gmail.com>
  2012-2019, Jan Ekström
  2013, Anand Meher Kotra
  2013, Ash Hughes
  2013, Darryl Wallace <wallacdj@gmail.com>
  2013, Dirk Farin <dirk.farin@gmail.com>
  2013, Jeff Moguillansky
  2013, Lenny Wang <lwanghpc@gmail.com>
  2013, MIPS Technologies, Inc., California
  2013, Matthew Heaney
  2013, Rl, Aetey Global Technologies AB
  2013, Vadim Kalinsky <vadim@kalinsky.ru>
  2013, VTT
  2013, Wei Gao <weigao@multicorewareinc.com>
  2013, Xiaolei Yu <dreifachstein@gmail.com>
  2013, Yukinori Yamazoe
  2013-2014, Andrew Kelley
  2013-2014, Deti Fliegl
  2013-2014, Lukasz Marek <lukasz.m.luki@gmail.com>
  2013-2014, Mozilla Corporation
  2013-2014, Nicolas Bertrand <nicoinattendu@gmail.com>
  2013-2014, Pierre-Edouard Lepere
  2013-2014, RISC OS Open Ltd <bavison@riscosopen.org>
  2013-2015, Andreas Fuchs
  2013-2015, Seppo Tomperi <seppo.tomperi@vtt.fi>
  2013-2015, Tiancheng "Timothy" Gu <timothygu99@gmail.com>
  2013-2015, Wolfgang Hrauda
  2013-2016, Vittorio Giovara <vittorio.giovara@gmail.com>
  2013-2018, Andreas Unterweger
  2013-2018, Calvin Walton <calvin.walton@kepstin.ca>
  2013-2018,2020, Marton Balint
  2014, Aman Gupta <ffmpeg@tmm1.net>
  2014, Daniel Oberhoff
  2014, Dave Rice @dericed
  2014, Eejya Singh
  2014, James Yu <james.yu@linaro.org>
  2014, Marvin Scholz
  2014, Nicholas Robbins
  2014, Oleksij Rempel <linux@rempel-privat.de>
  2014, Rong Yan
  2014, Samsung Electronics
  2014, StarBrilliant <m13253@hotmail.com>
  2014, Tim Walker <tdskywalker@gmail.com>
  2014-2015, Arwa Arif <arwaarif1994@gmail.com>
  2014-2020, Hendrik Leppkes
  2014-2015, Peter Meerwald <pmeerw@pmeerw.net>
  2014-2015, Supraja Meedinti
  2014-2015, Vignesh Venkatasubramanian
  2014-2016, Muhammad Faiz <mfcc64@gmail.com>
  2014-2016, Neil Birkbeck <birkbeck@google.com>
  2014-2017, Alexandra Hájková
  2014-2018, Thomas Volkert <thomas@homer-conferencing.com>
  2015, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2015, Anshul Maheshwari
  2015, Claudio Freire
  2015, Donny Yang
  2015, Eran Kornblau <erankor@gmail.com>
  2015, Gilles Chanteperdrix <gch@xenomai.org>
  2015, Himangi Saraogi <himangi774@gmail.com>
  2015, Imagination Technologies Ltd
  2015, Kevin Wheatley <kevin.j.wheatley@gmail.com>
  2015, LoRd_MuldeR <mulder2@gmx.de>
  2015, Mats Peterson
  2015, Matthew Waters <matthew@centricular.com>
  2015, Parag Salasakar <Parag.Salasakar@imgtec.com>
  2015, Pedro Arthur <bygrandao@gmail.com>
  2015, Rick Kern <kernrj@gmail.com>
  2015, Roger Pack
  2015, Sebastian Dröge <sebastian@centricular.com>
  2015, Shivraj Patil <Shivraj.Patil@imgtec.com>
  2015, Stupeflix
  2015, Tampere University of Technology
  2015, Tom Butterworth <bangnoise@gmail.com>
  2015, Urvang Joshi
  2015, Vesselin Bontchev
  2015, Zhang Rui <bbcallen@gmail.com>
  2015, Zhang Shuangshuang <zhangshuangshuang@ict.ac.cn>
  2015-2016, Ganesh Ajjanagadde <gajjanaq@gmail.com>
  2015-2016, Kyle Swanson <k@ylo.ph>
  2015-2016, Open Broadcast Systems Ltd
  2015-2016, Timo Rothenpieler <timo@rothenpieler.org>
  2015-2016, Zhou Xiaoyong <zhouxiaoyong@loongson.cn>
  2015-2017, Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com>
  2015-2017, Matthieu Bouron <matthieu.bouron@stupeflix.com>
  2015-2017, Rostislav Pehlivanov <atomnuker@gmail.com>
  2015-2018, Henrik Gramner <henrik@gramner.com>
  2015-2019, Loongson Technology Corporation Limited
  2015-2021, Rodger Combs <rodger.combs@gmail.com>
  2016, Davinder Singh (DSM_) <ds.mudhar<@gmail.com>
  2016, Floris Sluiter
  2016, Jan Sebechlebsky
  2016, Josh de Kock
  2016, KongQun Yang <kqyang@google.com>
  2016, Marton Balnt <cus@passwd.hu>
  2016, Mobibase, France
  2016, Ståle Kristoffersen
  2016, Thomas Mundt <loudmax@yahoo.de>
  2016, Tobias Rapp
  2016, Umair Khan <omerjerk@gmail.com>
  2016, William Ma, Sofia Kim, Dustin Woo
  2016, foo86
  2016-2018, Jokyo Images
  2016-2019, Jai Luthra
  2017, Felix Matouschek
  2017, Maksym Veremeyenko
  2017, Meng Wang <wangmeng.kids@bytedance.com>
  2017, Paras Chadha
  2017, Richard Ling
  2017, sfan5 <sfan5@live.de>
  2017, Steinar H. Gunderson
  2017-2018, Akamai Technologies, Inc.
  2018, Bjorn Roche
  2018, Dylan Fernando
  2018, Danil Iashchenko
  2018, Falei Luo <falei.luo@gmail.com>
  2018, gxw <guxiwei-hf@loongson.cn>
  2018, Huiwen Ren <hwrenx@gmail.com> <hwrenx@126.com>
  2018, Magnus Röös <mla2.roos@gmail.com>
  2018, Mina Sami
  2018, Misty De Meo
  2018, Mohammad Izadi <moh.izadi at gmail.com>
  2018, Rostislav Pehlivanov <atomnuker@gmail.com>
  2018, Sergey Lavrushkin
  2018, Yingming Fan <yingmingfan@gmail.com>
  2018, Yiqun Xu <yiqun.xu@vipl.ict.ac.cn>
  2018-2019, Shiyou Yin <yinshiyou-hf@loongson.cn>
  2019, Eugene Lyapustin
  2019, Guo Yejun
  2019, Leo Zhang <leozhang@qiyi.com>
  2019, Lynne <dev@lynne.ee>
  2019, Manoj Gupta Bonda
  2019, Swaraj Hota
  2019, Vladimir Panteleev
  2019, Xuewei Meng
  2019-2020, Andriy Gelman
  2020, Alyssa Milburn <amilburn@zall.org>
  2020, David Bryant
  2020, Gautam Ramakrishnan
  2020, Jun Zhao <barryjzhao@tencent.com>
  2020, Vacing Fang <vacingfang@tencent.com>
  2020, Yaroslav Pogrebnyak <yyyaroslav@gmail.com>
  2020, Zane van Iperen <zane@zanevaniperen.com>
  2021, Wu Jianhua <jianhua.wu@intel.com>
License: LGPL-2.1+
Comment:
 The copyright details for Joseph Artsimovich and UAB "DKD" were extracted
 from the referenced source:
 <http://samples.mplayerhq.hu/A-codecs/Nelly_Moser/ASAO/ASAO.zip>.

Files:
  libavfilter/af_chorus.c
  libavfilter/af_earwax.c
Copyright:
  1998, Juergen Mueller And Sundry Contributors
  2000, Edward Beingessner And Sundry Contributors
  2011, Mina Nagy Zaki
  2015, Paul B Mahol
License: LGPL-2.1+ and Sundry

Files:
  doc/texi2pod.pl
  libavcodec/x86/flac_dsp_gpl.asm
  libavfilter/f_ebur128.c
  libavfilter/signature.h
  libavfilter/signature_lookup.c
  libavfilter/tinterlace.h
  libavfilter/vf_blackframe.c
  libavfilter/vf_boxblur.c
  libavfilter/vf_colormatrix.c
  libavfilter/vf_cover_rect.c
  libavfilter/vf_cropdetect.c
  libavfilter/vf_delogo.c
  libavfilter/vf_eq.c
  libavfilter/vf_eq.h
  libavfilter/vf_find_rect.c
  libavfilter/vf_fspp.c
  libavfilter/vf_fspp.h
  libavfilter/vf_histeq.c
  libavfilter/vf_hqdn3d.c
  libavfilter/vf_hqdn3d.h
  libavfilter/vf_kerndeint.c
  libavfilter/vf_mcdeint.c
  libavfilter/vf_mpdecimate.c
  libavfilter/vf_nnedi.c
  libavfilter/vf_owdenoise.c
  libavfilter/vf_perspective.c
  libavfilter/vf_phase.c
  libavfilter/vf_pp.c
  libavfilter/vf_pp7.c
  libavfilter/vf_pp7.h
  libavfilter/vf_pullup.c
  libavfilter/vf_pullup.h
  libavfilter/vf_repeatfields.c
  libavfilter/vf_sab.c
  libavfilter/vf_signature.c
  libavfilter/vf_smartblur.c
  libavfilter/vf_spp.c
  libavfilter/vf_spp.h
  libavfilter/vf_stereo3d.c
  libavfilter/vf_super2xsai.c
  libavfilter/vf_tinterlace.c
  libavfilter/vf_uspp.c
  libavfilter/vf_vaguedenoiser.c
  libavfilter/vsrc_mptestsrc.c
  libavfilter/x86/vf_eq.asm
  libavfilter/x86/vf_eq_init.c
  libavfilter/x86/vf_fspp.asm
  libavfilter/x86/vf_fspp_init.c
  libavfilter/x86/vf_hqdn3d_init.c
  libavfilter/x86/vf_interlace.asm
  libavfilter/x86/vf_pp7.asm
  libavfilter/x86/vf_pp7_init.c
  libavfilter/x86/vf_pullup.asm
  libavfilter/x86/vf_pullup_init.c
  libavfilter/x86/vf_removegrain.asm
  libavfilter/x86/vf_spp.c
  libavfilter/x86/vf_tinterlace_init.c
  libpostproc/postprocess.c
  libpostproc/postprocess.h
  libpostproc/postprocess_altivec_template.c
  libpostproc/postprocess_internal.h
  libpostproc/postprocess_template.c
  libswresample/tests/*
  tests/checkasm/aacpsdsp.c
  tests/checkasm/aarch64/*
  tests/checkasm/alacdsp.c
  tests/checkasm/arm/*
  tests/checkasm/audiodsp.c
  tests/checkasm/blockdsp.c
  tests/checkasm/bswapdsp.c
  tests/checkasm/checkasm.c
  tests/checkasm/checkasm.h
  tests/checkasm/exrdsp.c
  tests/checkasm/fixed_dsp.c
  tests/checkasm/flacdsp.c
  tests/checkasm/float_dsp.c
  tests/checkasm/fmtconvert.c
  tests/checkasm/g722dsp.c
  tests/checkasm/h264dsp.c
  tests/checkasm/h264pred.c
  tests/checkasm/h264qpel.c
  tests/checkasm/hevc_add_res.c
  tests/checkasm/hevc_idct.c
  tests/checkasm/jpeg2000dsp.c
  tests/checkasm/llviddsp.c
  tests/checkasm/opusdsp.c
  tests/checkasm/pixblockdsp.c
  tests/checkasm/sbrdsp.c
  tests/checkasm/sw_scale.c
  tests/checkasm/synth_filter.c
  tests/checkasm/v210dec.c
  tests/checkasm/v210enc.c
  tests/checkasm/vf_blend.c
  tests/checkasm/vf_eq.c
  tests/checkasm/videodsp.c
  tests/checkasm/vp8dsp.c
  tests/checkasm/vp9dsp.c
  tests/checkasm/x86/*
  tests/tiny_ssim.c
  tools/coverity.c
  tools/target_dec_fate.sh
Copyright:
  Wilbert Dijkhof
  1997-2001, ZSNES Team <zsknight@zsnes.com> <_demo_@zsnes.com>
  1999-2001, Free Software Foundation, Inc
  2000-2002, Fabrice Bellard
  2001-2003, Donald A. Graft
  2001-2015, Michael Niedermayer <michaelni@gmx.at>
  2002, A'rpi
  2002, Jindrich Makovicka <makovick@gmail.com>
  2002-2003, Brian J. Murrell
  2003, Daniel Moreno <comac@comac.darktech.org>
  2003, LeFunGus <lefungus@altern.org>
  2003, Michael Zucchi <notzed@ximian.com>
  2003, Rich Felker
  2003-2004, Tobias Diedrich
  2003-2013, Loren Merritt <lorenm@u.washington.edu>
  2004, Romain Dolbeau <romain@dolbeau.org>
  2004, Ville Saari
  2005, Nikolaj Poroshin <porosh3@psu.ru>
  2006, Ivo van Poorten
  2006, Julian Hall
  2006-2011, Kevin Stone
  2010, Baptiste Coudurier <baptiste.coudurier@free.fr>
  2010, Gordon Schmidt <gordon.schmidt@s2000.tu-chemnitz.de>
  2010, Niel van der Westhuizen <nielkie@gmail.com>
  2010-2012, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2012, Jeremy Tran
  2012-2013, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2012-2015, Henrik Gramner
  2013, Vittorio Giovara <vittorio.giovara@gmail.com>
  2013-2015, Jean Delvare <jdelvare@suse.com>
  2013-2017, Paul B Mahol
  2014, Kieran Kunhya <kierank@obe.tv>
  2014, Red Hat, Inc
  2014-2015, Arwa Arif <arwaarif1994@gmail.com>
  2014-2019, James Darnley <james.darnley@gmail.com>
  2015, Janne Grunau
  2015-2016, Martin Storsjo
  2015-2016, Ronald S. Bultje <rsbultje@gmail.com>
  2015-2016, Tiancheng "Timothy" Gu
  2015-2017, James Almer
  2017, Gerion Entrup
License: GPL-2+
 FFmpeg is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
 .
 You should have received a copy of the GNU General Public License
 along with FFmpeg; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files:
  compat/solaris/make_sunver.pl
  doc/t2h.pm
  libavfilter/vf_lensfun.c
Copyright:
  2007, Andrew Zabolotny
  2010-2013, Free Software Foundation, Inc.
  2014, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2014, Tiancheng "Timothy" Gu <timothygu99@gmail.com>
  2018, Stephen Seo
License: GPL-3+
 FFmpeg is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU General Public License
 version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
 .
 You should have received a copy of the GNU General Public
 License along with FFmpeg; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files:
  doc/bootstrap.min.css
  doc/examples/avio_list_dir.c
  doc/examples/avio_reading.c
  doc/examples/decode_audio.c
  doc/examples/decode_video.c
  doc/examples/demuxing_decoding.c
  doc/examples/encode_audio.c
  doc/examples/encode_video.c
  doc/examples/extract_mvs.c
  doc/examples/filtering_audio.c
  doc/examples/filtering_video.c
  doc/examples/http_multiclient.c
  doc/examples/hw_decode.c
  doc/examples/metadata.c
  doc/examples/muxing.c
  doc/examples/qsvdec.c
  doc/examples/remuxing.c
  doc/examples/resampling_audio.c
  doc/examples/scaling_video.c
  doc/examples/transcoding.c
  doc/examples/vaapi_encode.c
  doc/examples/vaapi_transcode.c
  doc/style.min.css
  libavcodec/arm/jrevdct_arm.S
  libavcodec/cinepakenc.c
  libavcodec/nellymoser.c
  libavcodec/nellymoser.h
  libavcodec/nellymoserdec.c
  libavcodec/texturedsp.c
  libavcodec/texturedspenc.c
  libavcodec/x86/vc1dsp_init.c
  libavcodec/x86/vc1dsp_mmx.c
  libavfilter/af_deesser.c
  libavfilter/cuda/vector_helpers.cuh
  libavfilter/vf_avgblur.c
  libavfilter/vf_bilateral.c
  libavfilter/vf_bm3d.c
  libavfilter/vf_deband.c
  libavfilter/vf_morpho.c
  libavfilter/vf_scale_cuda.*
  libavfilter/vf_thumbnail_cuda.c
  libavfilter/vf_thumbnail_cuda.cu
  libavformat/oggdec.c
  libavformat/oggdec.h
  libavformat/oggparseogm.c
  libavformat/oggparsespeex.c
  libavformat/oggparsetheora.c
  libavformat/oggparsevorbis.c
  libavutil/avsscanf.c
  tests/api/api-band-test.c
  tests/api/api-flac-test.c
  tests/api/api-h264-test.c
  tests/api/api-seek-test.c
  tests/api/api-threadmessage-test.c
  tests/reference.pnm
Copyright:
  2001, Lionel Ulmer <lionel.ulmer@free.fr> <bbrox@bbrox.org>
  2001-2003, Fabrice Bellard
  2005, Alex Beregszaszi
  2005, Matthieu CASTET
  2005, Michael Ahlberg
  2005, Måns Rullgård
  2005-2014, Rich Felker, et al.
  2007, Benjamin Larsson
  2007, Christophe GISQUET <christophe.gisquet@free.fr>
  2007, Loic Minier <lool@dooz.org>
  2008, Reimar Döffinger <Reimar.Doeffinger@gmx.de>
  2009, Benjamin Dobell
  2009, Glass Echidna
  2010, Nicolas George
  2010-2017, NVIDIA Corporation
  2011, Tomas Härdin
  2011-2014, Reinhard Tartler
  2011-2014, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2011-2014, Twitter, Inc
  2012, Matthäus G. "Anteru" Chajdas (http://anteru.net)
  2012-2014, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2013-2014, Rl, Aetey Global Technologies AB
  2014, Andrey Utkin
  2014, Barbara Lepage <db0company@gmail.com>
  2014, Lukasz Marek <lukasz.m.luki@gmail.com>
  2015, Anton Khirnov <anton@khirnov.net>
  2015, Ludmila Glinskih
  2015, Matthieu Bouron <matthieu.bouron@stupeflix.com>
  2015, Niklas Haas
  2015, Stephan Holljes
  2015, Vittorio Giovara <vittorio.giovara@gmail.com>
  2015-2021, Paul B Mahol
  2015-2016, mawen1250
  2016, ReneBrals
  2017, Ming Yang
  2018, Chris Johnson
License: Expat

Files:
  libavcodec/aacdec_fixed.c
  libavcodec/aacsbr_fixed.c
  libavcodec/ac3dec_fixed.c
  libavcodec/arm/vp8dsp_armv6.S
  libavcodec/fft_fixed_32.c
  libavcodec/fft_init_table.c
  libavcodec/fft_table.h
  libavcodec/ilbcdata.h
  libavcodec/ilbcdec.c
  libavcodec/mdct_fixed_32.c
  libavcodec/mips/aaccoder_mips.c
  libavcodec/mips/aacdec_mips.c
  libavcodec/mips/aacdec_mips.h
  libavcodec/mips/aacpsdsp_mips.c
  libavcodec/mips/aacpsy_mips.h
  libavcodec/mips/aacsbr_mips.c
  libavcodec/mips/aacsbr_mips.h
  libavcodec/mips/ac3dsp_mips.c
  libavcodec/mips/acelp_filters_mips.c
  libavcodec/mips/acelp_vectors_mips.c
  libavcodec/mips/amrwbdec_mips.c
  libavcodec/mips/amrwbdec_mips.h
  libavcodec/mips/celp_filters_mips.c
  libavcodec/mips/celp_math_mips.c
  libavcodec/mips/compute_antialias_fixed.h
  libavcodec/mips/compute_antialias_float.h
  libavcodec/mips/fft_mips.c
  libavcodec/mips/fmtconvert_mips.c
  libavcodec/mips/iirfilter_mips.c
  libavcodec/mips/lsp_mips.h
  libavcodec/mips/mpegaudiodsp_mips_fixed.c
  libavcodec/mips/mpegaudiodsp_mips_float.c
  libavcodec/mips/sbrdsp_mips.c
  libavfilter/opencl/deshake.cl
  libavfilter/vf_deshake_opencl.c
  libavutil/fixed_dsp.c
  libavutil/fixed_dsp.h
  libavutil/mips/float_dsp_mips.c
  libavutil/mips/libm_mips.h
  libavutil/softfloat_tables.h
Copyright:
  2000-2008, Intel Corporation
  2005-2006, Oded Shimon <ods15@ods15.dyndns.org>
  2006-2007, Maxim Gavrilov <maxim.gavrilov@gmail.com>
  2008-2009, Robert Swain <rob@opendot.cl>
  2009, Willow Garage Inc.
  2009-2010, Alex Converse <alex.converse@gmail.com>
  2010, Google Inc
  2010, Rob Clark <rob@ti.com>
  2011, Mans Rullgard <mans@mansr.com>
  2012-2013, MIPS Technologies, Inc., California
  2013, The WebRTC project authors
  2013, OpenCV Foundation
License: LGPL-2.1+ and BSD-3-clause

Files:
  tools/cws2fws.c
  tools/qt-faststart.c
Copyright:
  Alex Beregszaszi
  Mike Melanson <melanson@pcisys.net>
License: public-domain
 This file is placed in the public domain. Use the program however you see fit.

Files:
  compat/windows/makedef
  libavcodec/faandct.c
  libavcodec/interplayacm.c
  libavcodec/libfdk-aacdec.c
  libavcodec/libfdk-aacenc.c
  libavcodec/zerocodec.c
  libavdevice/openal-dec.c
  libavfilter/vf_hqx.c
  libavutil/x86/x86inc.asm
Copyright:
  2003, Michael Niedermayer <michaelni@gmx.at>
  2003, Roman Shaposhnik
  2004-2008, Marko Kreen
  2005-2016, x264 project
  2008, Adam Gashlin
  2011, Jonathan Baldwin
  2012-2013, Derek Buitenhuis
  2012, Martin Storsjo
  2014, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2015, Paul B Mahol
License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files:
  libavcodec/jfdctfst.c
  libavcodec/jfdctint_template.c
  libavcodec/jrevdct.c
Copyright: 1991-1996, Thomas G. Lane
License: IJG
 The authors make NO WARRANTY or representation, either express or implied,
 with respect to this software, its quality, accuracy, merchantability, or
 fitness for a particular purpose.  This software is provided "AS IS", and
 you, its user, assume the entire risk as to its quality and accuracy.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 software (or portions thereof) for any purpose, without fee, subject to
 these conditions:
 (1) If any part of the source code for this software is distributed, then
 this README file must be included, with this copyright and no-warranty
 notice unaltered; and any additions, deletions, or changes to the original
 files must be clearly indicated in accompanying documentation.
 (2) If only executable code is distributed, then the accompanying
 documentation must state that "this software is based in part on the work
 of the Independent JPEG Group".
 (3) Permission for use of this software is granted only if the user accepts
 full responsibility for any undesirable consequences; the authors accept
 NO LIABILITY for damages of any kind.
 .
 These conditions apply to any software derived from or based on the IJG
 code, not just to the unmodified library.  If you use our work, you ought
 to acknowledge us.
 .
 Permission is NOT granted for the use of any IJG author's name or company
 name in advertising or publicity relating to this software or products
 derived from it.  This software may be referred to only as "the Independent
 JPEG Group's software".
 .
 We specifically permit and encourage the use of this software as the basis
 of commercial products, provided that all warranty or liability claims are
 assumed by the product vendor.

Files:
  libavcodec/j2kenc.c
  libavformat/imf*
  libavformat/tests/imf*
Copyright:
  2001-2003, David Janssens
  2002-2003, Yannick Verschueren
  2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
  2002-2007, Professor Benoit Macq
  2003-2007, Francois-Olivier Devaux and Antonin Descampe
  2005, Herve Drolon, FreeImage Team
  2007, Callum Lerwick <seg@haxxed.com>
  2007, Kamil Nowosad
  Sandflow Consulting LLC
License: LGPL-2.1+ and BSD-2-clause

Files: libavutil/adler32.c
Copyright: 1995, Mark Adler
License: Zlib
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.

Files:
  libavfilter/af_hdcd.c
  libavcodec/speexdata.h
  libavcodec/speexdec.c
Copyright:
  2010, Chris Moeller
  2002-2008, Xiph.org Foundation
  2002-2008, Jean-Marc Valin
  2005-2007, Analog Devices Inc.
  2005-2008, Commonwealth Scientific and Industrial Research Organisation (CSIRO)
  1993,2002,2006, David Rowe
  2003, EpicGames
  1992-1994, Jutta Degener
  1992-1994, Carsten Bormann
License: BSD-3-clause

Files:
 libavfilter/ebur128.c
 libavfilter/ebur128.h
Copyright:
 2011, Jan Kokemüller
License: LGPL-2.1+ and Expat

Files:
  libavfilter/af_arnndn.c
  libavfilter/gblur.h
  libavfilter/vf_gblur.c
Copyright:
  2005-2009 Xiph.Org Foundation
  2007-2008 CSIRO
  2008-2011 Octasic Inc.
  2011, Pascal Getreuer
  2016,2019, Paul B Mahol
  2017 Mozilla
  2018 Gregor Richards
  Jean-Marc Valin
License: BSD-2-clause

Files: libavformat/aadec.c
Copyright:
  2001-2014, Jim Teeuwen
  2015, Vesselin Bontchev
License: BSD-1-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

Files: libavcodec/libzvbi-teletextdec.c
Copyright:
  2005-2012, Wolfram Gloger
  2013, Marton Balint
License: LGPL-2+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU Lesser General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files: libswresample/resample.c
Copyright:
  2004-2012, Michael Niedermayer <michaelni@gmx.at>
  2006, Xiaogang Zhang
License: LGPL-2.1+ and BSL

Files: debian/*
Copyright:
  2014-2017, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2016-2021, Sebastian Ramacher <sramacher@debian.org>
  2017-2018, James Cowgill <jcowgill@debian.org>
  2020, Jonas Smedegaard <dr@jones.dk>
License: LGPL-2.1+

Files: debian/missing-sources/ffmpeg-web/src/less/style.less
Copyright: 2014, Barbara Lepage <db0company@gmail.com>
License: Expat
Comment:
 This is the source of doc/style.min.css.
 It was obtained from the FFmpeg web repository:
 <https://github.com/FFmpeg/web>

Files: debian/qt-faststart.1
Copyright: Andres Mejia <mcitadel@gmail.com>
License: man-page
 This manual page was written by Andres Mejia <mcitadel@gmail.com>
 for the Debian GNU/Linux system, but may be used by others.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the MIPS Technologies, Inc., nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSL
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare derivative works of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

License: LGPL-2.1+
 FFmpeg is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU Lesser General Public License
 version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this packaging; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

License: Sundry
 This source code is freely redistributable and may be used for
 any purpose.  This copyright notice must be maintained.
 Juergen Mueller/Edward Beingessner And Sundry Contributors are not responsible for
 the consequences of using this software.



==========================================================================
Package: libavutil-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FFmpeg
Upstream-Contact: ffmpeg-devel@ffmpeg.org
Source: https://ffmpeg.org
Comment:
 Most files in FFmpeg are licensed under the GNU Lesser General Public License
 version 2.1 or later (LGPL v2.1+), but some optional parts of FFmpeg are
 licensed under the GNU General Public License version 2 or later (GPL v2+)
 and a few have different, but compatible licenses.
 .
 For building the default Debian packages some of the GPL licensed files are used,
 so the resulting binaries are licensed under GPL v2+.
 For libavcodec/libavfilter an extra flavor is built, which links against external
 libraries licensed under the Apache License 2.0, which makes it effectively licensed
 under the GPL v3+
 The HTML documentation /usr/share/doc/ffmpeg/manual/*.html in the ffmpeg-doc
 package is effectively licensed under GPL-3+, because during its creation
 the GPL-3+ licensed file doc/t2h.pm is used.
 .
 FFmpeg can also be combined with non-free libraries, which would make the
 resulting binaries unredistributable.
 But this is not done for the Debian packages.

Files: *
Copyright:
  Christian Holschuh
  Sebastien Bechet <s.bechet@av7.net>
  1990, James Ashton - Sydney University
  1993, Computer Science, Speech Group
  1994-2012, the Xiph.Org Foundation and contributors
  1997-1999, H. Dietz
  1997-1999, R. Fisher
  1998-2009, Conifer Software
  1999, Nick Bailey
  1999, Roger Hardiman
  1999-2000, Sebastien Rougeaux <sebastien.rougeaux@anu.edu.au>
  1999-2001, Chris Bagwell <cbagwell@sprynet.com>
  1999-2013, Intel Corporation
  2000, Chris Ausbrooks <weed@bucket.pp.ualr.edu>
  2000, Fabien COELHO <fabien@coelho.net>
  2000, John Walker
  2000-2001, Michel Lespinasse <walken@zoy.org>
  2000-2001, Peter Gubanov <peter@elecard.net.ru>
  2000-2003, Nick Kurshev <nickols_k@mail.ru>
  2000-2010, Fabrice Bellard
  2001, Dan Dennedy <dan@dennedy.org>
  2001, Heikki Leinonen
  2001, Juan J. Sierralta P
  2001, Lionel Ulmer
  2001, Tim Ferguson
  2001-2003, BERO <bero@geocities.co.jp>
  2001-2006, Daniel Maas <dmaas@dcine.com> <dmaas@maasdigital.com>
  2001-2010, Krzysztof Foltman, Markus Schmidt, Thor Harald Johansen, Damien Zammit, Vladimir Sadovnikov and others
  2001-2018, Michael Niedermayer <michaelni@gmx.at>
  2001-2019, Peter Ross <pross@xvid.org>
  2001-2019, The FFmpeg project
  2002, Anders Johansson <ajh@atri.curtin.edu.au>
  2002, Brian Foley
  2002, Daniel Pouzzner
  2002, Dieter Shirley
  2002, Falk Hueffner <falk@debian.org>
  2002, Frederic 'dilb' Boulay <dilb@handhelds.org>
  2002, Gunnar Monell <gmo@linux.nu>
  2002, Laszlo Torok <torokl@alpha.dfmk.hu>
  2002, Lennert Buytenhek <buytenh@gnu.org>
  2002, Mark Hills <mark@pogo.org.uk>
  2002, Remi Guyomarch <rguyom@pobox.com>
  2002, Steve O'Hara-Smith
  2002, The Xine project
  2002, Zdenek Kabelac <kabi@informatics.muni.cz>
  2002-2005, Francois Revol <revol@free.fr>
  2002-2005, Roberto Togni
  2002-2006, Alex Beregszaszi
  2002-2013, Maxim Polia/kovski
  2003, Donnie Smith
  2003, Dr. Tim Ferguson
  2003, Ewald Snel
  2003, Gustavo Sverzut Barbieri <gsbarbieri@yahoo.com.br>
  2003, James Klicman <james@klicman.org>
  2003, Max Krasnyansky <maxk@qualcomm.com>
  2003, Rich Felker
  2003, Thomas Raivio
  2003, Tinic Uro
  2003-2004, Romain Dolbeau <romain@dolbeau.org>
  2003-2005, Christopher R. Hertel <crh@ubiqx.mn.org>
  2003-2006, Roman Shaposhnik
  2003-2007, Michel Bardiaux <mbardiaux@mediaxim.be>
  2003-2007, Mike Melanson <melanson@pcisys.net>
  2003-2011, Sascha Sommer <saschasommer@freenet.de>
  2003-2014, Loren Merritt <lorenm@u.washington.edu>
  2003-2014, Pascal Massimino <skal@planet-d.net> <pascal.massimino@gmail.com>
  2003-2017, Ivan Kalvachev
  2003-2018, x264 project
  2004, AGAWA Koji <i@atty.jp>
  2004, Adam Thayer <krevnik@comcast.net>
  2004, Gildas Bazin <gbazin@videolan.org>
  2004, Maarten Daniels
  2004-2005, Denes Balatoni <dbalatoni@programozo.hu>
  2004-2005, Henryk Ploetz <henryk@ploetzli.ch>
  2004-2006, Lennart Poettering
  2004-2007, Benjamin Zores <ben@geexbox.org>
  2004-2007, Eric Lasota
  2004-2007, Marc Hoffman <marc.hoffman@analog.com>
  2004-2010, Marcel Holtmann <marcel@holtmann.org>
  2004-2014, Konstantin Shishkov <kostya.shishkov@gmail.com>
  2005, Alban Bedel <albeu@free.fr>
  2005, Anonymous
  2005, David Hammerton
  2005, DivX, Inc
  2005, Jeff Muizelaar
  2005, Matthieu CASTET
  2005, Neal Symms <tivo@freakinzoo.com>
  2005, Ole André Vadla Ravnås <oleavr@gmail.com>
  2005, Roine Gustafsson
  2005, Steve Underwood <steveu@coppice.org>
  2005, Vidar Madsen
  2005, Wim Taymans
  2005, Zoltan Hidvegi <hzoli@hzoli.com>
  2005-2006, Brad Midgley <bmidgley@xmission.com>
  2005-2006, Oded Shimon <ods15@ods15.dyndns.org>
  2005-2006, Robert Edele <yartrebo@earthlink.net>
  2005-2007, Wolfram Gloger
  2005-2008, Ian Caulfield
  2005-2011, Benjamin Larsson
  2005-2012, Måns Rullgård <mans@mansr.com>
  2005-2012, VLC authors and VideoLAN
  2005-2013, Diego Biurrun <diego@biurrun.de>
  2005-2015, Luca Barbato <lu_zero@gentoo.org>
  2005-2016, Reimar Döffinger <Reimar.Doeffinger@gmx.de>
  2006, Corey Hickey
  2006, Cyril Zorin
  2006, Guillaume Poirier <gpoirier@mplayerhq.hu>
  2006, Industrial Light & Magic, a division of Lucas Digital Ltd. LLC
  2006, John Maddock
  2006, Kartikey Mahendra BHATT <bhattkm@gmail.com>
  2006, Patrick Guimond
  2006, Paul Richards <paul.richards@gmail.com>
  2006, Thijs Vermeir <thijs.vermeir@barco.com>
  2006-2007, Maxim Gavrilov <maxim.gavrilov@gmail.com>
  2006-2007, Reynaldo H. Verdejo Pinochet
  2006-2007, Ryan Martell <rdm4@martellventures.com>
  2006-2008, Gregory Montoir <cyx@users.sourceforge.net>
  2006-2009, Luca Abeni <lucabe72@email.it>
  2006-2009, Robert Swain <rob@opendot.cl>
  2006-2009, Stefan Gehrer <stefan.gehrer@gmx.de>
  2006-2010, Prakash Punnoor <prakash@punnoor.de>
  2006-2011, Baptiste Coudurier <baptiste.coudurier@free.fr> <baptiste.coudurier@smartjog.com>
  2006-2011, Xvid Solutions GmbH
  2006-2012, Rob Sykes <robs@users.sourceforge.net>
  2006-2013, Justin Ruggles <justin.ruggles@gmail.com>
  2006-2014, Ramiro Polla <ramiro.polla@gmail.com>
  2006-2015, Steve Lhomme
  2006-2017, Aurelien Jacobs <aurel@gnuage.org>
  2007, Alexis Ballier
  2007, Christian Ohm
  2007, Clemens Fruhwirth <clemens@endorphin.org>
  2007, Kamil Nowosad
  2007, Nicholas Tung
  2007, Philippe Kalaf
  2007, Richard Spindler
  2007, Ulion
  2007-2008, Ivo van Poorten
  2007-2008, Joseph Artsimovich <jart@users.sourceforge.net>
  2007-2008, Marco Gerards <marco@gnu.org>
  2007-2008, Siarhei Siamashka <ssvb@users.sourceforge.net>
  2007-2008, UAB "DKD
  2007-2009, Bartlomiej Wolowiec <bartek.wolowiec@gmail.com>
  2007-2009, Björn Axelsson
  2007-2010, Bobby Bingham
  2007-2010, David Conrad <lessen42@gmail.com>
  2007-2010, Nokia Corporation
  2007-2011, Vitor Sessak <vitor1001@gmail.com>
  2007-2011, Vladimir Voroshilov
  2007-2013, Anssi Hannula <anssi.hannula@gmail.com> <anssi.hannula@iki.fi>
  2007-2013, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2007-2014, Benoit Fouet <benoit.fouet@free.fr>
  2007-2015, Christophe GISQUET <christophe.gisquet@free.fr> <word1.word2@gmail.com> <christophe.gisquet@gmail.com>
  2007-2015, Collabora Ltd
  2007-2015, Edward Hervey
  2007-2016, David Robillard
  2007-2016,2020, Nicolas George <nicolas.george@normalesup.org>
  2007-2018, Ronald S. Bultje <rsbultje@gmail.com>
  2008, Affine Systems, Inc (Michael Sullivan, Bobby Impollonia)
  2008, Alessandro Sappia
  2008, BBC, Anuradha Suraparaju <asuraparaju@gmail.com>
  2008, NVIDIA
  2008, Robert Marston
  2008, Sisir Koppaka
  2008, Victor Paesa
  2008, vmrsss
  2008-2009, Andrej Stepanchuk
  2008-2009, Jaikrishnan Menon <realityman@gmx.net>
  2008-2009, Splitted-Desktop Systems
  2008-2010, Alexander Strange <astrange@ithinksw.com>
  2008-2010, Eli Friedman <eli.friedman@gmail.com>
  2008-2010, Paul Kendall <paul@kcbbs.gen.nz>
  2008-2011, Zhentan Feng <spyfeng@gmail.com>
  2008-2012, Alexander E. Patrakov
  2008-2012, Laurent Aimar <fenrir@videolan.org>
  2008-2013, Alex Converse <alex.converse@gmail.com>
  2009, Colin McQuillan
  2009, Dylan Yudaken
  2009, Giliard B. de Freitas <giliarde@gmail.com>
  2009, Jimmy Christensen
  2009, Joshua Warner
  2009, Kenan Gillet
  2009, Michael Tison
  2009, Naotoshi Nojiri
  2009, Nicolas Martin <martinic@iro.umontreal.ca>
  2009, Peter Holik
  2009, Samalyse
  2009, Sebastien Lucas <sebastien.lucas@gmail.com>
  2009, Stephen Backway
  2009, Thomas P. Higdon <thomas.p.higdon@gmail.com>
  2009, Tobias Bindhammer
  2009, Toshimitsu Kimura
  2009, Xuggle Incorporated
  2009, Zuxy Meng <zuxy.meng@gmail.com>
  2009-2010, Fiona Glaser <fiona@x264.com>
  2009-2010, Howard Chu
  2009-2011, Sebastian Gesemann
  2009-2012, Nathan Caldwell <saintdev@gmail.com>
  2009-2013, Christian Schmidt
  2009-2013, Daniel Verkamp <daniel@drv.nu>
  2009-2015, James Darnley <james.darnley@gmail.com>
  2009-2016, Thilo Borgmann <thilo.borgmann@mail.de>
  2009-2018, Kostya Shishkov
  2009-2020, Martin Storsjo
  2010, Adrian Daerr
  2010, Amanda, Y.N. Wu <amanda11192003@gmail.com>
  2010, Andrzej Szombierski
  2010, Brandon Mintern
  2010, Daniel G. Taylor <dan@programmer-art.org>
  2010, Francesco Lavra <francescolavra@interfree.it>
  2010, Hans de Goede <hdegoede@redhat.com>
  2010, Holger Lubitz
  2010, Jacob Meuser
  2010, Josh Allmann
  2010, Marcelo Galvao Povoa
  2010, Mark Heath <mjpeg0@silicontrip.org>
  2010, Mark Nauwelaerts
  2010, Michael Chinen
  2010, Michele Orrù
  2010, Mohamed Naufal Basheer <naufal11@gmail.com>
  2010, Nolan Lum <nol888@gmail.com>
  2010, Rob Clark <rob@ti.com>
  2010, Romain Degez
  2010, S.N. Hemanth Meenakshisundaram <smeenaks@ucsd.edu>
  2010, Sebastian Vater <cdgs.basty@googlemail.com>
  2010-2011, Anatoly Nenashev
  2010-2011, Elvis Presley
  2010-2012, Rafaël Carré <funman@videolan.org>
  2010-2013, Georg Martius <georg.martius@web.de>
  2010-2013, Rémi Denis-Courmont
  2010-2015, Carl Eugen Hoyos
  2010-2015, Janne Grunau <janne-libav@jannau.net>
  2010-2017, Anton Khirnov <anton@khirnov.net>
  2010-2017, Google, Inc
  2010-2017, Tomas Härdin
  2010-2018, Philip Langdale <ffmpeg.philipl@overt.org> <philipl@overt.org>
  2011, Anatoliy Wasserman
  2011, Andreas Öman
  2011, Jordi Ortiz
  2011, Juan Carlos Rodriguez <ing.juancarlosrodriguez@hotmail.com>
  2011-2017, KO Myung-Hun <komh@chollian.net>
  2011, Matthew Hoops <clone2727@gmail.com>
  2011, Max Horn
  2011, Michael Karcher
  2011, Mina Nagy Zaki
  2011, Miroslav Slugeň <Thunder.m@seznam.cz>
  2011, MirriAd Ltd
  2011, Oskar Arvidsson
  2011, Roger Pau Monné <roger.pau@entel.upc.edu>
  2011, Sven Hesse <drmccoy@drmccoy.de>
  2011, Thomas Kuehnel
  2011-2012, Hyllian/Jararaca <sergiogdb@gmail.com>
  2011-2012, Mark Himsley
  2011-2012, Mashiat Sarker Shakkhar
  2011-2012, Michael Bradshaw <mjbshaw@gmail.com>
  2011-2012, Smartjog S.A.S, Clément Bœsch <clement.boesch@smartjog.com>
  2011-2013, Daniel Kang <daniel.d.kang@gmail.com>
  2011-2015,2019, Derek Buitenhuis
  2011-2016, Kieran Kunhya <kieran@kunhya.com>
  2011-2018, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2011-2020, Paul B Mahol
  2012, Aleksi Nurmi
  2012, Andrew D'Addesio
  2012, Antti Seppälä
  2012, AvxSynth Team
  2012, British Broadcasting Corporation
  2012, David Kment
  2012, Jeremy Tran
  2012, Krzysztof Klinikowski
  2012, Laurent de Soras
  2012, Pavel Koshevoy <pkoshevoy@gmail.com>
  2012, Petri Hintukainen <phintuka@users.sourceforge.net>
  2012, Robert Nagy <ronag89@gmail.com>
  2012, Samuel Pitoiset
  2012, Sebastien Zwickert
  2012, Steven Robertson
  2012, Youness Alaoui <kakaroto@kakaroto.homelinux.net>
  2012, Vitaliy E Sugrobov
  2012-2013, Andrey Utkin <andrey.krieger.utkin@gmail.com>
  2012-2013, Aneesh Dogra (lionaneesh) <lionaneesh@gmail.com>
  2012-2013, Fredrik Mellbin
  2012-2013, Gildas Cocherel
  2012-2013, Guillaume Martres <smarter@ubuntu.com>
  2012-2013, Mickael Raulet
  2012-2013, Oka Motofumi <chikuzen.mo@gmail.com>
  2012-2013, Rudolf Polzer <divverent@xonotic.org>
  2012-2013, Wassim Hamidouche
  2012-2014, Georg Lippitsch <georg.lippitsch@gmx.at>
  2012-2015, Christophe Gisquet <christophe.gisquet@gmail.com>
  2012-2019, James Almer <jamrial@gmail.com>
  2012-2019, Jan Ekström
  2013, Anand Meher Kotra
  2013, Ash Hughes
  2013, Darryl Wallace <wallacdj@gmail.com>
  2013, Dirk Farin <dirk.farin@gmail.com>
  2013, Jeff Moguillansky
  2013, Lenny Wang <lwanghpc@gmail.com>
  2013, MIPS Technologies, Inc., California
  2013, Matthew Heaney
  2013, Rl, Aetey Global Technologies AB
  2013, Vadim Kalinsky <vadim@kalinsky.ru>
  2013, VTT
  2013, Wei Gao <weigao@multicorewareinc.com>
  2013, Xiaolei Yu <dreifachstein@gmail.com>
  2013, Yukinori Yamazoe
  2013-2014, Andrew Kelley
  2013-2014, Deti Fliegl
  2013-2014, Lukasz Marek <lukasz.m.luki@gmail.com>
  2013-2014, Mozilla Corporation
  2013-2014, Nicolas Bertrand <nicoinattendu@gmail.com>
  2013-2014, Pierre-Edouard Lepere
  2013-2014, RISC OS Open Ltd <bavison@riscosopen.org>
  2013-2015, Andreas Fuchs
  2013-2015, Seppo Tomperi <seppo.tomperi@vtt.fi>
  2013-2015, Tiancheng "Timothy" Gu <timothygu99@gmail.com>
  2013-2015, Wolfgang Hrauda
  2013-2016, Vittorio Giovara <vittorio.giovara@gmail.com>
  2013-2018, Andreas Unterweger
  2013-2018, Calvin Walton <calvin.walton@kepstin.ca>
  2013-2018,2020, Marton Balint
  2014, Aman Gupta <ffmpeg@tmm1.net>
  2014, Daniel Oberhoff
  2014, Dave Rice @dericed
  2014, Eejya Singh
  2014, James Yu <james.yu@linaro.org>
  2014, Marvin Scholz
  2014, Nicholas Robbins
  2014, Oleksij Rempel <linux@rempel-privat.de>
  2014, Rong Yan
  2014, Samsung Electronics
  2014, StarBrilliant <m13253@hotmail.com>
  2014, Tim Walker <tdskywalker@gmail.com>
  2014-2015, Arwa Arif <arwaarif1994@gmail.com>
  2014-2020, Hendrik Leppkes
  2014-2015, Peter Meerwald <pmeerw@pmeerw.net>
  2014-2015, Supraja Meedinti
  2014-2015, Vignesh Venkatasubramanian
  2014-2016, Muhammad Faiz <mfcc64@gmail.com>
  2014-2016, Neil Birkbeck <birkbeck@google.com>
  2014-2017, Alexandra Hájková
  2014-2018, Thomas Volkert <thomas@homer-conferencing.com>
  2015, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2015, Anshul Maheshwari
  2015, Claudio Freire
  2015, Donny Yang
  2015, Eran Kornblau <erankor@gmail.com>
  2015, Gilles Chanteperdrix <gch@xenomai.org>
  2015, Himangi Saraogi <himangi774@gmail.com>
  2015, Imagination Technologies Ltd
  2015, Kevin Wheatley <kevin.j.wheatley@gmail.com>
  2015, LoRd_MuldeR <mulder2@gmx.de>
  2015, Mats Peterson
  2015, Matthew Waters <matthew@centricular.com>
  2015, Parag Salasakar <Parag.Salasakar@imgtec.com>
  2015, Pedro Arthur <bygrandao@gmail.com>
  2015, Rick Kern <kernrj@gmail.com>
  2015, Roger Pack
  2015, Sebastian Dröge <sebastian@centricular.com>
  2015, Shivraj Patil <Shivraj.Patil@imgtec.com>
  2015, Stupeflix
  2015, Tampere University of Technology
  2015, Tom Butterworth <bangnoise@gmail.com>
  2015, Urvang Joshi
  2015, Vesselin Bontchev
  2015, Zhang Rui <bbcallen@gmail.com>
  2015, Zhang Shuangshuang <zhangshuangshuang@ict.ac.cn>
  2015-2016, Ganesh Ajjanagadde <gajjanaq@gmail.com>
  2015-2016, Kyle Swanson <k@ylo.ph>
  2015-2016, Open Broadcast Systems Ltd
  2015-2016, Timo Rothenpieler <timo@rothenpieler.org>
  2015-2016, Zhou Xiaoyong <zhouxiaoyong@loongson.cn>
  2015-2017, Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com>
  2015-2017, Matthieu Bouron <matthieu.bouron@stupeflix.com>
  2015-2017, Rostislav Pehlivanov <atomnuker@gmail.com>
  2015-2018, Henrik Gramner <henrik@gramner.com>
  2015-2019, Loongson Technology Corporation Limited
  2015-2021, Rodger Combs <rodger.combs@gmail.com>
  2016, Davinder Singh (DSM_) <ds.mudhar<@gmail.com>
  2016, Floris Sluiter
  2016, Jan Sebechlebsky
  2016, Josh de Kock
  2016, KongQun Yang <kqyang@google.com>
  2016, Marton Balnt <cus@passwd.hu>
  2016, Mobibase, France
  2016, Ståle Kristoffersen
  2016, Thomas Mundt <loudmax@yahoo.de>
  2016, Tobias Rapp
  2016, Umair Khan <omerjerk@gmail.com>
  2016, William Ma, Sofia Kim, Dustin Woo
  2016, foo86
  2016-2018, Jokyo Images
  2016-2019, Jai Luthra
  2017, Felix Matouschek
  2017, Maksym Veremeyenko
  2017, Meng Wang <wangmeng.kids@bytedance.com>
  2017, Paras Chadha
  2017, Richard Ling
  2017, sfan5 <sfan5@live.de>
  2017, Steinar H. Gunderson
  2017-2018, Akamai Technologies, Inc.
  2018, Bjorn Roche
  2018, Dylan Fernando
  2018, Danil Iashchenko
  2018, Falei Luo <falei.luo@gmail.com>
  2018, gxw <guxiwei-hf@loongson.cn>
  2018, Huiwen Ren <hwrenx@gmail.com> <hwrenx@126.com>
  2018, Magnus Röös <mla2.roos@gmail.com>
  2018, Mina Sami
  2018, Misty De Meo
  2018, Mohammad Izadi <moh.izadi at gmail.com>
  2018, Rostislav Pehlivanov <atomnuker@gmail.com>
  2018, Sergey Lavrushkin
  2018, Yingming Fan <yingmingfan@gmail.com>
  2018, Yiqun Xu <yiqun.xu@vipl.ict.ac.cn>
  2018-2019, Shiyou Yin <yinshiyou-hf@loongson.cn>
  2019, Eugene Lyapustin
  2019, Guo Yejun
  2019, Leo Zhang <leozhang@qiyi.com>
  2019, Lynne <dev@lynne.ee>
  2019, Manoj Gupta Bonda
  2019, Swaraj Hota
  2019, Vladimir Panteleev
  2019, Xuewei Meng
  2019-2020, Andriy Gelman
  2020, Alyssa Milburn <amilburn@zall.org>
  2020, David Bryant
  2020, Gautam Ramakrishnan
  2020, Jun Zhao <barryjzhao@tencent.com>
  2020, Vacing Fang <vacingfang@tencent.com>
  2020, Yaroslav Pogrebnyak <yyyaroslav@gmail.com>
  2020, Zane van Iperen <zane@zanevaniperen.com>
  2021, Wu Jianhua <jianhua.wu@intel.com>
License: LGPL-2.1+
Comment:
 The copyright details for Joseph Artsimovich and UAB "DKD" were extracted
 from the referenced source:
 <http://samples.mplayerhq.hu/A-codecs/Nelly_Moser/ASAO/ASAO.zip>.

Files:
  libavfilter/af_chorus.c
  libavfilter/af_earwax.c
Copyright:
  1998, Juergen Mueller And Sundry Contributors
  2000, Edward Beingessner And Sundry Contributors
  2011, Mina Nagy Zaki
  2015, Paul B Mahol
License: LGPL-2.1+ and Sundry

Files:
  doc/texi2pod.pl
  libavcodec/x86/flac_dsp_gpl.asm
  libavfilter/f_ebur128.c
  libavfilter/signature.h
  libavfilter/signature_lookup.c
  libavfilter/tinterlace.h
  libavfilter/vf_blackframe.c
  libavfilter/vf_boxblur.c
  libavfilter/vf_colormatrix.c
  libavfilter/vf_cover_rect.c
  libavfilter/vf_cropdetect.c
  libavfilter/vf_delogo.c
  libavfilter/vf_eq.c
  libavfilter/vf_eq.h
  libavfilter/vf_find_rect.c
  libavfilter/vf_fspp.c
  libavfilter/vf_fspp.h
  libavfilter/vf_histeq.c
  libavfilter/vf_hqdn3d.c
  libavfilter/vf_hqdn3d.h
  libavfilter/vf_kerndeint.c
  libavfilter/vf_mcdeint.c
  libavfilter/vf_mpdecimate.c
  libavfilter/vf_nnedi.c
  libavfilter/vf_owdenoise.c
  libavfilter/vf_perspective.c
  libavfilter/vf_phase.c
  libavfilter/vf_pp.c
  libavfilter/vf_pp7.c
  libavfilter/vf_pp7.h
  libavfilter/vf_pullup.c
  libavfilter/vf_pullup.h
  libavfilter/vf_repeatfields.c
  libavfilter/vf_sab.c
  libavfilter/vf_signature.c
  libavfilter/vf_smartblur.c
  libavfilter/vf_spp.c
  libavfilter/vf_spp.h
  libavfilter/vf_stereo3d.c
  libavfilter/vf_super2xsai.c
  libavfilter/vf_tinterlace.c
  libavfilter/vf_uspp.c
  libavfilter/vf_vaguedenoiser.c
  libavfilter/vsrc_mptestsrc.c
  libavfilter/x86/vf_eq.asm
  libavfilter/x86/vf_eq_init.c
  libavfilter/x86/vf_fspp.asm
  libavfilter/x86/vf_fspp_init.c
  libavfilter/x86/vf_hqdn3d_init.c
  libavfilter/x86/vf_interlace.asm
  libavfilter/x86/vf_pp7.asm
  libavfilter/x86/vf_pp7_init.c
  libavfilter/x86/vf_pullup.asm
  libavfilter/x86/vf_pullup_init.c
  libavfilter/x86/vf_removegrain.asm
  libavfilter/x86/vf_spp.c
  libavfilter/x86/vf_tinterlace_init.c
  libpostproc/postprocess.c
  libpostproc/postprocess.h
  libpostproc/postprocess_altivec_template.c
  libpostproc/postprocess_internal.h
  libpostproc/postprocess_template.c
  libswresample/tests/*
  tests/checkasm/aacpsdsp.c
  tests/checkasm/aarch64/*
  tests/checkasm/alacdsp.c
  tests/checkasm/arm/*
  tests/checkasm/audiodsp.c
  tests/checkasm/blockdsp.c
  tests/checkasm/bswapdsp.c
  tests/checkasm/checkasm.c
  tests/checkasm/checkasm.h
  tests/checkasm/exrdsp.c
  tests/checkasm/fixed_dsp.c
  tests/checkasm/flacdsp.c
  tests/checkasm/float_dsp.c
  tests/checkasm/fmtconvert.c
  tests/checkasm/g722dsp.c
  tests/checkasm/h264dsp.c
  tests/checkasm/h264pred.c
  tests/checkasm/h264qpel.c
  tests/checkasm/hevc_add_res.c
  tests/checkasm/hevc_idct.c
  tests/checkasm/jpeg2000dsp.c
  tests/checkasm/llviddsp.c
  tests/checkasm/opusdsp.c
  tests/checkasm/pixblockdsp.c
  tests/checkasm/sbrdsp.c
  tests/checkasm/sw_scale.c
  tests/checkasm/synth_filter.c
  tests/checkasm/v210dec.c
  tests/checkasm/v210enc.c
  tests/checkasm/vf_blend.c
  tests/checkasm/vf_eq.c
  tests/checkasm/videodsp.c
  tests/checkasm/vp8dsp.c
  tests/checkasm/vp9dsp.c
  tests/checkasm/x86/*
  tests/tiny_ssim.c
  tools/coverity.c
  tools/target_dec_fate.sh
Copyright:
  Wilbert Dijkhof
  1997-2001, ZSNES Team <zsknight@zsnes.com> <_demo_@zsnes.com>
  1999-2001, Free Software Foundation, Inc
  2000-2002, Fabrice Bellard
  2001-2003, Donald A. Graft
  2001-2015, Michael Niedermayer <michaelni@gmx.at>
  2002, A'rpi
  2002, Jindrich Makovicka <makovick@gmail.com>
  2002-2003, Brian J. Murrell
  2003, Daniel Moreno <comac@comac.darktech.org>
  2003, LeFunGus <lefungus@altern.org>
  2003, Michael Zucchi <notzed@ximian.com>
  2003, Rich Felker
  2003-2004, Tobias Diedrich
  2003-2013, Loren Merritt <lorenm@u.washington.edu>
  2004, Romain Dolbeau <romain@dolbeau.org>
  2004, Ville Saari
  2005, Nikolaj Poroshin <porosh3@psu.ru>
  2006, Ivo van Poorten
  2006, Julian Hall
  2006-2011, Kevin Stone
  2010, Baptiste Coudurier <baptiste.coudurier@free.fr>
  2010, Gordon Schmidt <gordon.schmidt@s2000.tu-chemnitz.de>
  2010, Niel van der Westhuizen <nielkie@gmail.com>
  2010-2012, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2012, Jeremy Tran
  2012-2013, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2012-2015, Henrik Gramner
  2013, Vittorio Giovara <vittorio.giovara@gmail.com>
  2013-2015, Jean Delvare <jdelvare@suse.com>
  2013-2017, Paul B Mahol
  2014, Kieran Kunhya <kierank@obe.tv>
  2014, Red Hat, Inc
  2014-2015, Arwa Arif <arwaarif1994@gmail.com>
  2014-2019, James Darnley <james.darnley@gmail.com>
  2015, Janne Grunau
  2015-2016, Martin Storsjo
  2015-2016, Ronald S. Bultje <rsbultje@gmail.com>
  2015-2016, Tiancheng "Timothy" Gu
  2015-2017, James Almer
  2017, Gerion Entrup
License: GPL-2+
 FFmpeg is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
 .
 You should have received a copy of the GNU General Public License
 along with FFmpeg; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files:
  compat/solaris/make_sunver.pl
  doc/t2h.pm
  libavfilter/vf_lensfun.c
Copyright:
  2007, Andrew Zabolotny
  2010-2013, Free Software Foundation, Inc.
  2014, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2014, Tiancheng "Timothy" Gu <timothygu99@gmail.com>
  2018, Stephen Seo
License: GPL-3+
 FFmpeg is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU General Public License
 version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
 .
 You should have received a copy of the GNU General Public
 License along with FFmpeg; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files:
  doc/bootstrap.min.css
  doc/examples/avio_list_dir.c
  doc/examples/avio_reading.c
  doc/examples/decode_audio.c
  doc/examples/decode_video.c
  doc/examples/demuxing_decoding.c
  doc/examples/encode_audio.c
  doc/examples/encode_video.c
  doc/examples/extract_mvs.c
  doc/examples/filtering_audio.c
  doc/examples/filtering_video.c
  doc/examples/http_multiclient.c
  doc/examples/hw_decode.c
  doc/examples/metadata.c
  doc/examples/muxing.c
  doc/examples/qsvdec.c
  doc/examples/remuxing.c
  doc/examples/resampling_audio.c
  doc/examples/scaling_video.c
  doc/examples/transcoding.c
  doc/examples/vaapi_encode.c
  doc/examples/vaapi_transcode.c
  doc/style.min.css
  libavcodec/arm/jrevdct_arm.S
  libavcodec/cinepakenc.c
  libavcodec/nellymoser.c
  libavcodec/nellymoser.h
  libavcodec/nellymoserdec.c
  libavcodec/texturedsp.c
  libavcodec/texturedspenc.c
  libavcodec/x86/vc1dsp_init.c
  libavcodec/x86/vc1dsp_mmx.c
  libavfilter/af_deesser.c
  libavfilter/cuda/vector_helpers.cuh
  libavfilter/vf_avgblur.c
  libavfilter/vf_bilateral.c
  libavfilter/vf_bm3d.c
  libavfilter/vf_deband.c
  libavfilter/vf_morpho.c
  libavfilter/vf_scale_cuda.*
  libavfilter/vf_thumbnail_cuda.c
  libavfilter/vf_thumbnail_cuda.cu
  libavformat/oggdec.c
  libavformat/oggdec.h
  libavformat/oggparseogm.c
  libavformat/oggparsespeex.c
  libavformat/oggparsetheora.c
  libavformat/oggparsevorbis.c
  libavutil/avsscanf.c
  tests/api/api-band-test.c
  tests/api/api-flac-test.c
  tests/api/api-h264-test.c
  tests/api/api-seek-test.c
  tests/api/api-threadmessage-test.c
  tests/reference.pnm
Copyright:
  2001, Lionel Ulmer <lionel.ulmer@free.fr> <bbrox@bbrox.org>
  2001-2003, Fabrice Bellard
  2005, Alex Beregszaszi
  2005, Matthieu CASTET
  2005, Michael Ahlberg
  2005, Måns Rullgård
  2005-2014, Rich Felker, et al.
  2007, Benjamin Larsson
  2007, Christophe GISQUET <christophe.gisquet@free.fr>
  2007, Loic Minier <lool@dooz.org>
  2008, Reimar Döffinger <Reimar.Doeffinger@gmx.de>
  2009, Benjamin Dobell
  2009, Glass Echidna
  2010, Nicolas George
  2010-2017, NVIDIA Corporation
  2011, Tomas Härdin
  2011-2014, Reinhard Tartler
  2011-2014, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2011-2014, Twitter, Inc
  2012, Matthäus G. "Anteru" Chajdas (http://anteru.net)
  2012-2014, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2013-2014, Rl, Aetey Global Technologies AB
  2014, Andrey Utkin
  2014, Barbara Lepage <db0company@gmail.com>
  2014, Lukasz Marek <lukasz.m.luki@gmail.com>
  2015, Anton Khirnov <anton@khirnov.net>
  2015, Ludmila Glinskih
  2015, Matthieu Bouron <matthieu.bouron@stupeflix.com>
  2015, Niklas Haas
  2015, Stephan Holljes
  2015, Vittorio Giovara <vittorio.giovara@gmail.com>
  2015-2021, Paul B Mahol
  2015-2016, mawen1250
  2016, ReneBrals
  2017, Ming Yang
  2018, Chris Johnson
License: Expat

Files:
  libavcodec/aacdec_fixed.c
  libavcodec/aacsbr_fixed.c
  libavcodec/ac3dec_fixed.c
  libavcodec/arm/vp8dsp_armv6.S
  libavcodec/fft_fixed_32.c
  libavcodec/fft_init_table.c
  libavcodec/fft_table.h
  libavcodec/ilbcdata.h
  libavcodec/ilbcdec.c
  libavcodec/mdct_fixed_32.c
  libavcodec/mips/aaccoder_mips.c
  libavcodec/mips/aacdec_mips.c
  libavcodec/mips/aacdec_mips.h
  libavcodec/mips/aacpsdsp_mips.c
  libavcodec/mips/aacpsy_mips.h
  libavcodec/mips/aacsbr_mips.c
  libavcodec/mips/aacsbr_mips.h
  libavcodec/mips/ac3dsp_mips.c
  libavcodec/mips/acelp_filters_mips.c
  libavcodec/mips/acelp_vectors_mips.c
  libavcodec/mips/amrwbdec_mips.c
  libavcodec/mips/amrwbdec_mips.h
  libavcodec/mips/celp_filters_mips.c
  libavcodec/mips/celp_math_mips.c
  libavcodec/mips/compute_antialias_fixed.h
  libavcodec/mips/compute_antialias_float.h
  libavcodec/mips/fft_mips.c
  libavcodec/mips/fmtconvert_mips.c
  libavcodec/mips/iirfilter_mips.c
  libavcodec/mips/lsp_mips.h
  libavcodec/mips/mpegaudiodsp_mips_fixed.c
  libavcodec/mips/mpegaudiodsp_mips_float.c
  libavcodec/mips/sbrdsp_mips.c
  libavfilter/opencl/deshake.cl
  libavfilter/vf_deshake_opencl.c
  libavutil/fixed_dsp.c
  libavutil/fixed_dsp.h
  libavutil/mips/float_dsp_mips.c
  libavutil/mips/libm_mips.h
  libavutil/softfloat_tables.h
Copyright:
  2000-2008, Intel Corporation
  2005-2006, Oded Shimon <ods15@ods15.dyndns.org>
  2006-2007, Maxim Gavrilov <maxim.gavrilov@gmail.com>
  2008-2009, Robert Swain <rob@opendot.cl>
  2009, Willow Garage Inc.
  2009-2010, Alex Converse <alex.converse@gmail.com>
  2010, Google Inc
  2010, Rob Clark <rob@ti.com>
  2011, Mans Rullgard <mans@mansr.com>
  2012-2013, MIPS Technologies, Inc., California
  2013, The WebRTC project authors
  2013, OpenCV Foundation
License: LGPL-2.1+ and BSD-3-clause

Files:
  tools/cws2fws.c
  tools/qt-faststart.c
Copyright:
  Alex Beregszaszi
  Mike Melanson <melanson@pcisys.net>
License: public-domain
 This file is placed in the public domain. Use the program however you see fit.

Files:
  compat/windows/makedef
  libavcodec/faandct.c
  libavcodec/interplayacm.c
  libavcodec/libfdk-aacdec.c
  libavcodec/libfdk-aacenc.c
  libavcodec/zerocodec.c
  libavdevice/openal-dec.c
  libavfilter/vf_hqx.c
  libavutil/x86/x86inc.asm
Copyright:
  2003, Michael Niedermayer <michaelni@gmx.at>
  2003, Roman Shaposhnik
  2004-2008, Marko Kreen
  2005-2016, x264 project
  2008, Adam Gashlin
  2011, Jonathan Baldwin
  2012-2013, Derek Buitenhuis
  2012, Martin Storsjo
  2014, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2015, Paul B Mahol
License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files:
  libavcodec/jfdctfst.c
  libavcodec/jfdctint_template.c
  libavcodec/jrevdct.c
Copyright: 1991-1996, Thomas G. Lane
License: IJG
 The authors make NO WARRANTY or representation, either express or implied,
 with respect to this software, its quality, accuracy, merchantability, or
 fitness for a particular purpose.  This software is provided "AS IS", and
 you, its user, assume the entire risk as to its quality and accuracy.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 software (or portions thereof) for any purpose, without fee, subject to
 these conditions:
 (1) If any part of the source code for this software is distributed, then
 this README file must be included, with this copyright and no-warranty
 notice unaltered; and any additions, deletions, or changes to the original
 files must be clearly indicated in accompanying documentation.
 (2) If only executable code is distributed, then the accompanying
 documentation must state that "this software is based in part on the work
 of the Independent JPEG Group".
 (3) Permission for use of this software is granted only if the user accepts
 full responsibility for any undesirable consequences; the authors accept
 NO LIABILITY for damages of any kind.
 .
 These conditions apply to any software derived from or based on the IJG
 code, not just to the unmodified library.  If you use our work, you ought
 to acknowledge us.
 .
 Permission is NOT granted for the use of any IJG author's name or company
 name in advertising or publicity relating to this software or products
 derived from it.  This software may be referred to only as "the Independent
 JPEG Group's software".
 .
 We specifically permit and encourage the use of this software as the basis
 of commercial products, provided that all warranty or liability claims are
 assumed by the product vendor.

Files:
  libavcodec/j2kenc.c
  libavformat/imf*
  libavformat/tests/imf*
Copyright:
  2001-2003, David Janssens
  2002-2003, Yannick Verschueren
  2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
  2002-2007, Professor Benoit Macq
  2003-2007, Francois-Olivier Devaux and Antonin Descampe
  2005, Herve Drolon, FreeImage Team
  2007, Callum Lerwick <seg@haxxed.com>
  2007, Kamil Nowosad
  Sandflow Consulting LLC
License: LGPL-2.1+ and BSD-2-clause

Files: libavutil/adler32.c
Copyright: 1995, Mark Adler
License: Zlib
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.

Files:
  libavfilter/af_hdcd.c
  libavcodec/speexdata.h
  libavcodec/speexdec.c
Copyright:
  2010, Chris Moeller
  2002-2008, Xiph.org Foundation
  2002-2008, Jean-Marc Valin
  2005-2007, Analog Devices Inc.
  2005-2008, Commonwealth Scientific and Industrial Research Organisation (CSIRO)
  1993,2002,2006, David Rowe
  2003, EpicGames
  1992-1994, Jutta Degener
  1992-1994, Carsten Bormann
License: BSD-3-clause

Files:
 libavfilter/ebur128.c
 libavfilter/ebur128.h
Copyright:
 2011, Jan Kokemüller
License: LGPL-2.1+ and Expat

Files:
  libavfilter/af_arnndn.c
  libavfilter/gblur.h
  libavfilter/vf_gblur.c
Copyright:
  2005-2009 Xiph.Org Foundation
  2007-2008 CSIRO
  2008-2011 Octasic Inc.
  2011, Pascal Getreuer
  2016,2019, Paul B Mahol
  2017 Mozilla
  2018 Gregor Richards
  Jean-Marc Valin
License: BSD-2-clause

Files: libavformat/aadec.c
Copyright:
  2001-2014, Jim Teeuwen
  2015, Vesselin Bontchev
License: BSD-1-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

Files: libavcodec/libzvbi-teletextdec.c
Copyright:
  2005-2012, Wolfram Gloger
  2013, Marton Balint
License: LGPL-2+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU Lesser General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files: libswresample/resample.c
Copyright:
  2004-2012, Michael Niedermayer <michaelni@gmx.at>
  2006, Xiaogang Zhang
License: LGPL-2.1+ and BSL

Files: debian/*
Copyright:
  2014-2017, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2016-2021, Sebastian Ramacher <sramacher@debian.org>
  2017-2018, James Cowgill <jcowgill@debian.org>
  2020, Jonas Smedegaard <dr@jones.dk>
License: LGPL-2.1+

Files: debian/missing-sources/ffmpeg-web/src/less/style.less
Copyright: 2014, Barbara Lepage <db0company@gmail.com>
License: Expat
Comment:
 This is the source of doc/style.min.css.
 It was obtained from the FFmpeg web repository:
 <https://github.com/FFmpeg/web>

Files: debian/qt-faststart.1
Copyright: Andres Mejia <mcitadel@gmail.com>
License: man-page
 This manual page was written by Andres Mejia <mcitadel@gmail.com>
 for the Debian GNU/Linux system, but may be used by others.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the MIPS Technologies, Inc., nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSL
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare derivative works of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

License: LGPL-2.1+
 FFmpeg is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU Lesser General Public License
 version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this packaging; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

License: Sundry
 This source code is freely redistributable and may be used for
 any purpose.  This copyright notice must be maintained.
 Juergen Mueller/Edward Beingessner And Sundry Contributors are not responsible for
 the consequences of using this software.



==========================================================================
Package: libavutil57:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FFmpeg
Upstream-Contact: ffmpeg-devel@ffmpeg.org
Source: https://ffmpeg.org
Comment:
 Most files in FFmpeg are licensed under the GNU Lesser General Public License
 version 2.1 or later (LGPL v2.1+), but some optional parts of FFmpeg are
 licensed under the GNU General Public License version 2 or later (GPL v2+)
 and a few have different, but compatible licenses.
 .
 For building the default Debian packages some of the GPL licensed files are used,
 so the resulting binaries are licensed under GPL v2+.
 For libavcodec/libavfilter an extra flavor is built, which links against external
 libraries licensed under the Apache License 2.0, which makes it effectively licensed
 under the GPL v3+
 The HTML documentation /usr/share/doc/ffmpeg/manual/*.html in the ffmpeg-doc
 package is effectively licensed under GPL-3+, because during its creation
 the GPL-3+ licensed file doc/t2h.pm is used.
 .
 FFmpeg can also be combined with non-free libraries, which would make the
 resulting binaries unredistributable.
 But this is not done for the Debian packages.

Files: *
Copyright:
  Christian Holschuh
  Sebastien Bechet <s.bechet@av7.net>
  1990, James Ashton - Sydney University
  1993, Computer Science, Speech Group
  1994-2012, the Xiph.Org Foundation and contributors
  1997-1999, H. Dietz
  1997-1999, R. Fisher
  1998-2009, Conifer Software
  1999, Nick Bailey
  1999, Roger Hardiman
  1999-2000, Sebastien Rougeaux <sebastien.rougeaux@anu.edu.au>
  1999-2001, Chris Bagwell <cbagwell@sprynet.com>
  1999-2013, Intel Corporation
  2000, Chris Ausbrooks <weed@bucket.pp.ualr.edu>
  2000, Fabien COELHO <fabien@coelho.net>
  2000, John Walker
  2000-2001, Michel Lespinasse <walken@zoy.org>
  2000-2001, Peter Gubanov <peter@elecard.net.ru>
  2000-2003, Nick Kurshev <nickols_k@mail.ru>
  2000-2010, Fabrice Bellard
  2001, Dan Dennedy <dan@dennedy.org>
  2001, Heikki Leinonen
  2001, Juan J. Sierralta P
  2001, Lionel Ulmer
  2001, Tim Ferguson
  2001-2003, BERO <bero@geocities.co.jp>
  2001-2006, Daniel Maas <dmaas@dcine.com> <dmaas@maasdigital.com>
  2001-2010, Krzysztof Foltman, Markus Schmidt, Thor Harald Johansen, Damien Zammit, Vladimir Sadovnikov and others
  2001-2018, Michael Niedermayer <michaelni@gmx.at>
  2001-2019, Peter Ross <pross@xvid.org>
  2001-2019, The FFmpeg project
  2002, Anders Johansson <ajh@atri.curtin.edu.au>
  2002, Brian Foley
  2002, Daniel Pouzzner
  2002, Dieter Shirley
  2002, Falk Hueffner <falk@debian.org>
  2002, Frederic 'dilb' Boulay <dilb@handhelds.org>
  2002, Gunnar Monell <gmo@linux.nu>
  2002, Laszlo Torok <torokl@alpha.dfmk.hu>
  2002, Lennert Buytenhek <buytenh@gnu.org>
  2002, Mark Hills <mark@pogo.org.uk>
  2002, Remi Guyomarch <rguyom@pobox.com>
  2002, Steve O'Hara-Smith
  2002, The Xine project
  2002, Zdenek Kabelac <kabi@informatics.muni.cz>
  2002-2005, Francois Revol <revol@free.fr>
  2002-2005, Roberto Togni
  2002-2006, Alex Beregszaszi
  2002-2013, Maxim Polia/kovski
  2003, Donnie Smith
  2003, Dr. Tim Ferguson
  2003, Ewald Snel
  2003, Gustavo Sverzut Barbieri <gsbarbieri@yahoo.com.br>
  2003, James Klicman <james@klicman.org>
  2003, Max Krasnyansky <maxk@qualcomm.com>
  2003, Rich Felker
  2003, Thomas Raivio
  2003, Tinic Uro
  2003-2004, Romain Dolbeau <romain@dolbeau.org>
  2003-2005, Christopher R. Hertel <crh@ubiqx.mn.org>
  2003-2006, Roman Shaposhnik
  2003-2007, Michel Bardiaux <mbardiaux@mediaxim.be>
  2003-2007, Mike Melanson <melanson@pcisys.net>
  2003-2011, Sascha Sommer <saschasommer@freenet.de>
  2003-2014, Loren Merritt <lorenm@u.washington.edu>
  2003-2014, Pascal Massimino <skal@planet-d.net> <pascal.massimino@gmail.com>
  2003-2017, Ivan Kalvachev
  2003-2018, x264 project
  2004, AGAWA Koji <i@atty.jp>
  2004, Adam Thayer <krevnik@comcast.net>
  2004, Gildas Bazin <gbazin@videolan.org>
  2004, Maarten Daniels
  2004-2005, Denes Balatoni <dbalatoni@programozo.hu>
  2004-2005, Henryk Ploetz <henryk@ploetzli.ch>
  2004-2006, Lennart Poettering
  2004-2007, Benjamin Zores <ben@geexbox.org>
  2004-2007, Eric Lasota
  2004-2007, Marc Hoffman <marc.hoffman@analog.com>
  2004-2010, Marcel Holtmann <marcel@holtmann.org>
  2004-2014, Konstantin Shishkov <kostya.shishkov@gmail.com>
  2005, Alban Bedel <albeu@free.fr>
  2005, Anonymous
  2005, David Hammerton
  2005, DivX, Inc
  2005, Jeff Muizelaar
  2005, Matthieu CASTET
  2005, Neal Symms <tivo@freakinzoo.com>
  2005, Ole André Vadla Ravnås <oleavr@gmail.com>
  2005, Roine Gustafsson
  2005, Steve Underwood <steveu@coppice.org>
  2005, Vidar Madsen
  2005, Wim Taymans
  2005, Zoltan Hidvegi <hzoli@hzoli.com>
  2005-2006, Brad Midgley <bmidgley@xmission.com>
  2005-2006, Oded Shimon <ods15@ods15.dyndns.org>
  2005-2006, Robert Edele <yartrebo@earthlink.net>
  2005-2007, Wolfram Gloger
  2005-2008, Ian Caulfield
  2005-2011, Benjamin Larsson
  2005-2012, Måns Rullgård <mans@mansr.com>
  2005-2012, VLC authors and VideoLAN
  2005-2013, Diego Biurrun <diego@biurrun.de>
  2005-2015, Luca Barbato <lu_zero@gentoo.org>
  2005-2016, Reimar Döffinger <Reimar.Doeffinger@gmx.de>
  2006, Corey Hickey
  2006, Cyril Zorin
  2006, Guillaume Poirier <gpoirier@mplayerhq.hu>
  2006, Industrial Light & Magic, a division of Lucas Digital Ltd. LLC
  2006, John Maddock
  2006, Kartikey Mahendra BHATT <bhattkm@gmail.com>
  2006, Patrick Guimond
  2006, Paul Richards <paul.richards@gmail.com>
  2006, Thijs Vermeir <thijs.vermeir@barco.com>
  2006-2007, Maxim Gavrilov <maxim.gavrilov@gmail.com>
  2006-2007, Reynaldo H. Verdejo Pinochet
  2006-2007, Ryan Martell <rdm4@martellventures.com>
  2006-2008, Gregory Montoir <cyx@users.sourceforge.net>
  2006-2009, Luca Abeni <lucabe72@email.it>
  2006-2009, Robert Swain <rob@opendot.cl>
  2006-2009, Stefan Gehrer <stefan.gehrer@gmx.de>
  2006-2010, Prakash Punnoor <prakash@punnoor.de>
  2006-2011, Baptiste Coudurier <baptiste.coudurier@free.fr> <baptiste.coudurier@smartjog.com>
  2006-2011, Xvid Solutions GmbH
  2006-2012, Rob Sykes <robs@users.sourceforge.net>
  2006-2013, Justin Ruggles <justin.ruggles@gmail.com>
  2006-2014, Ramiro Polla <ramiro.polla@gmail.com>
  2006-2015, Steve Lhomme
  2006-2017, Aurelien Jacobs <aurel@gnuage.org>
  2007, Alexis Ballier
  2007, Christian Ohm
  2007, Clemens Fruhwirth <clemens@endorphin.org>
  2007, Kamil Nowosad
  2007, Nicholas Tung
  2007, Philippe Kalaf
  2007, Richard Spindler
  2007, Ulion
  2007-2008, Ivo van Poorten
  2007-2008, Joseph Artsimovich <jart@users.sourceforge.net>
  2007-2008, Marco Gerards <marco@gnu.org>
  2007-2008, Siarhei Siamashka <ssvb@users.sourceforge.net>
  2007-2008, UAB "DKD
  2007-2009, Bartlomiej Wolowiec <bartek.wolowiec@gmail.com>
  2007-2009, Björn Axelsson
  2007-2010, Bobby Bingham
  2007-2010, David Conrad <lessen42@gmail.com>
  2007-2010, Nokia Corporation
  2007-2011, Vitor Sessak <vitor1001@gmail.com>
  2007-2011, Vladimir Voroshilov
  2007-2013, Anssi Hannula <anssi.hannula@gmail.com> <anssi.hannula@iki.fi>
  2007-2013, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2007-2014, Benoit Fouet <benoit.fouet@free.fr>
  2007-2015, Christophe GISQUET <christophe.gisquet@free.fr> <word1.word2@gmail.com> <christophe.gisquet@gmail.com>
  2007-2015, Collabora Ltd
  2007-2015, Edward Hervey
  2007-2016, David Robillard
  2007-2016,2020, Nicolas George <nicolas.george@normalesup.org>
  2007-2018, Ronald S. Bultje <rsbultje@gmail.com>
  2008, Affine Systems, Inc (Michael Sullivan, Bobby Impollonia)
  2008, Alessandro Sappia
  2008, BBC, Anuradha Suraparaju <asuraparaju@gmail.com>
  2008, NVIDIA
  2008, Robert Marston
  2008, Sisir Koppaka
  2008, Victor Paesa
  2008, vmrsss
  2008-2009, Andrej Stepanchuk
  2008-2009, Jaikrishnan Menon <realityman@gmx.net>
  2008-2009, Splitted-Desktop Systems
  2008-2010, Alexander Strange <astrange@ithinksw.com>
  2008-2010, Eli Friedman <eli.friedman@gmail.com>
  2008-2010, Paul Kendall <paul@kcbbs.gen.nz>
  2008-2011, Zhentan Feng <spyfeng@gmail.com>
  2008-2012, Alexander E. Patrakov
  2008-2012, Laurent Aimar <fenrir@videolan.org>
  2008-2013, Alex Converse <alex.converse@gmail.com>
  2009, Colin McQuillan
  2009, Dylan Yudaken
  2009, Giliard B. de Freitas <giliarde@gmail.com>
  2009, Jimmy Christensen
  2009, Joshua Warner
  2009, Kenan Gillet
  2009, Michael Tison
  2009, Naotoshi Nojiri
  2009, Nicolas Martin <martinic@iro.umontreal.ca>
  2009, Peter Holik
  2009, Samalyse
  2009, Sebastien Lucas <sebastien.lucas@gmail.com>
  2009, Stephen Backway
  2009, Thomas P. Higdon <thomas.p.higdon@gmail.com>
  2009, Tobias Bindhammer
  2009, Toshimitsu Kimura
  2009, Xuggle Incorporated
  2009, Zuxy Meng <zuxy.meng@gmail.com>
  2009-2010, Fiona Glaser <fiona@x264.com>
  2009-2010, Howard Chu
  2009-2011, Sebastian Gesemann
  2009-2012, Nathan Caldwell <saintdev@gmail.com>
  2009-2013, Christian Schmidt
  2009-2013, Daniel Verkamp <daniel@drv.nu>
  2009-2015, James Darnley <james.darnley@gmail.com>
  2009-2016, Thilo Borgmann <thilo.borgmann@mail.de>
  2009-2018, Kostya Shishkov
  2009-2020, Martin Storsjo
  2010, Adrian Daerr
  2010, Amanda, Y.N. Wu <amanda11192003@gmail.com>
  2010, Andrzej Szombierski
  2010, Brandon Mintern
  2010, Daniel G. Taylor <dan@programmer-art.org>
  2010, Francesco Lavra <francescolavra@interfree.it>
  2010, Hans de Goede <hdegoede@redhat.com>
  2010, Holger Lubitz
  2010, Jacob Meuser
  2010, Josh Allmann
  2010, Marcelo Galvao Povoa
  2010, Mark Heath <mjpeg0@silicontrip.org>
  2010, Mark Nauwelaerts
  2010, Michael Chinen
  2010, Michele Orrù
  2010, Mohamed Naufal Basheer <naufal11@gmail.com>
  2010, Nolan Lum <nol888@gmail.com>
  2010, Rob Clark <rob@ti.com>
  2010, Romain Degez
  2010, S.N. Hemanth Meenakshisundaram <smeenaks@ucsd.edu>
  2010, Sebastian Vater <cdgs.basty@googlemail.com>
  2010-2011, Anatoly Nenashev
  2010-2011, Elvis Presley
  2010-2012, Rafaël Carré <funman@videolan.org>
  2010-2013, Georg Martius <georg.martius@web.de>
  2010-2013, Rémi Denis-Courmont
  2010-2015, Carl Eugen Hoyos
  2010-2015, Janne Grunau <janne-libav@jannau.net>
  2010-2017, Anton Khirnov <anton@khirnov.net>
  2010-2017, Google, Inc
  2010-2017, Tomas Härdin
  2010-2018, Philip Langdale <ffmpeg.philipl@overt.org> <philipl@overt.org>
  2011, Anatoliy Wasserman
  2011, Andreas Öman
  2011, Jordi Ortiz
  2011, Juan Carlos Rodriguez <ing.juancarlosrodriguez@hotmail.com>
  2011-2017, KO Myung-Hun <komh@chollian.net>
  2011, Matthew Hoops <clone2727@gmail.com>
  2011, Max Horn
  2011, Michael Karcher
  2011, Mina Nagy Zaki
  2011, Miroslav Slugeň <Thunder.m@seznam.cz>
  2011, MirriAd Ltd
  2011, Oskar Arvidsson
  2011, Roger Pau Monné <roger.pau@entel.upc.edu>
  2011, Sven Hesse <drmccoy@drmccoy.de>
  2011, Thomas Kuehnel
  2011-2012, Hyllian/Jararaca <sergiogdb@gmail.com>
  2011-2012, Mark Himsley
  2011-2012, Mashiat Sarker Shakkhar
  2011-2012, Michael Bradshaw <mjbshaw@gmail.com>
  2011-2012, Smartjog S.A.S, Clément Bœsch <clement.boesch@smartjog.com>
  2011-2013, Daniel Kang <daniel.d.kang@gmail.com>
  2011-2015,2019, Derek Buitenhuis
  2011-2016, Kieran Kunhya <kieran@kunhya.com>
  2011-2018, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2011-2020, Paul B Mahol
  2012, Aleksi Nurmi
  2012, Andrew D'Addesio
  2012, Antti Seppälä
  2012, AvxSynth Team
  2012, British Broadcasting Corporation
  2012, David Kment
  2012, Jeremy Tran
  2012, Krzysztof Klinikowski
  2012, Laurent de Soras
  2012, Pavel Koshevoy <pkoshevoy@gmail.com>
  2012, Petri Hintukainen <phintuka@users.sourceforge.net>
  2012, Robert Nagy <ronag89@gmail.com>
  2012, Samuel Pitoiset
  2012, Sebastien Zwickert
  2012, Steven Robertson
  2012, Youness Alaoui <kakaroto@kakaroto.homelinux.net>
  2012, Vitaliy E Sugrobov
  2012-2013, Andrey Utkin <andrey.krieger.utkin@gmail.com>
  2012-2013, Aneesh Dogra (lionaneesh) <lionaneesh@gmail.com>
  2012-2013, Fredrik Mellbin
  2012-2013, Gildas Cocherel
  2012-2013, Guillaume Martres <smarter@ubuntu.com>
  2012-2013, Mickael Raulet
  2012-2013, Oka Motofumi <chikuzen.mo@gmail.com>
  2012-2013, Rudolf Polzer <divverent@xonotic.org>
  2012-2013, Wassim Hamidouche
  2012-2014, Georg Lippitsch <georg.lippitsch@gmx.at>
  2012-2015, Christophe Gisquet <christophe.gisquet@gmail.com>
  2012-2019, James Almer <jamrial@gmail.com>
  2012-2019, Jan Ekström
  2013, Anand Meher Kotra
  2013, Ash Hughes
  2013, Darryl Wallace <wallacdj@gmail.com>
  2013, Dirk Farin <dirk.farin@gmail.com>
  2013, Jeff Moguillansky
  2013, Lenny Wang <lwanghpc@gmail.com>
  2013, MIPS Technologies, Inc., California
  2013, Matthew Heaney
  2013, Rl, Aetey Global Technologies AB
  2013, Vadim Kalinsky <vadim@kalinsky.ru>
  2013, VTT
  2013, Wei Gao <weigao@multicorewareinc.com>
  2013, Xiaolei Yu <dreifachstein@gmail.com>
  2013, Yukinori Yamazoe
  2013-2014, Andrew Kelley
  2013-2014, Deti Fliegl
  2013-2014, Lukasz Marek <lukasz.m.luki@gmail.com>
  2013-2014, Mozilla Corporation
  2013-2014, Nicolas Bertrand <nicoinattendu@gmail.com>
  2013-2014, Pierre-Edouard Lepere
  2013-2014, RISC OS Open Ltd <bavison@riscosopen.org>
  2013-2015, Andreas Fuchs
  2013-2015, Seppo Tomperi <seppo.tomperi@vtt.fi>
  2013-2015, Tiancheng "Timothy" Gu <timothygu99@gmail.com>
  2013-2015, Wolfgang Hrauda
  2013-2016, Vittorio Giovara <vittorio.giovara@gmail.com>
  2013-2018, Andreas Unterweger
  2013-2018, Calvin Walton <calvin.walton@kepstin.ca>
  2013-2018,2020, Marton Balint
  2014, Aman Gupta <ffmpeg@tmm1.net>
  2014, Daniel Oberhoff
  2014, Dave Rice @dericed
  2014, Eejya Singh
  2014, James Yu <james.yu@linaro.org>
  2014, Marvin Scholz
  2014, Nicholas Robbins
  2014, Oleksij Rempel <linux@rempel-privat.de>
  2014, Rong Yan
  2014, Samsung Electronics
  2014, StarBrilliant <m13253@hotmail.com>
  2014, Tim Walker <tdskywalker@gmail.com>
  2014-2015, Arwa Arif <arwaarif1994@gmail.com>
  2014-2020, Hendrik Leppkes
  2014-2015, Peter Meerwald <pmeerw@pmeerw.net>
  2014-2015, Supraja Meedinti
  2014-2015, Vignesh Venkatasubramanian
  2014-2016, Muhammad Faiz <mfcc64@gmail.com>
  2014-2016, Neil Birkbeck <birkbeck@google.com>
  2014-2017, Alexandra Hájková
  2014-2018, Thomas Volkert <thomas@homer-conferencing.com>
  2015, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2015, Anshul Maheshwari
  2015, Claudio Freire
  2015, Donny Yang
  2015, Eran Kornblau <erankor@gmail.com>
  2015, Gilles Chanteperdrix <gch@xenomai.org>
  2015, Himangi Saraogi <himangi774@gmail.com>
  2015, Imagination Technologies Ltd
  2015, Kevin Wheatley <kevin.j.wheatley@gmail.com>
  2015, LoRd_MuldeR <mulder2@gmx.de>
  2015, Mats Peterson
  2015, Matthew Waters <matthew@centricular.com>
  2015, Parag Salasakar <Parag.Salasakar@imgtec.com>
  2015, Pedro Arthur <bygrandao@gmail.com>
  2015, Rick Kern <kernrj@gmail.com>
  2015, Roger Pack
  2015, Sebastian Dröge <sebastian@centricular.com>
  2015, Shivraj Patil <Shivraj.Patil@imgtec.com>
  2015, Stupeflix
  2015, Tampere University of Technology
  2015, Tom Butterworth <bangnoise@gmail.com>
  2015, Urvang Joshi
  2015, Vesselin Bontchev
  2015, Zhang Rui <bbcallen@gmail.com>
  2015, Zhang Shuangshuang <zhangshuangshuang@ict.ac.cn>
  2015-2016, Ganesh Ajjanagadde <gajjanaq@gmail.com>
  2015-2016, Kyle Swanson <k@ylo.ph>
  2015-2016, Open Broadcast Systems Ltd
  2015-2016, Timo Rothenpieler <timo@rothenpieler.org>
  2015-2016, Zhou Xiaoyong <zhouxiaoyong@loongson.cn>
  2015-2017, Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com>
  2015-2017, Matthieu Bouron <matthieu.bouron@stupeflix.com>
  2015-2017, Rostislav Pehlivanov <atomnuker@gmail.com>
  2015-2018, Henrik Gramner <henrik@gramner.com>
  2015-2019, Loongson Technology Corporation Limited
  2015-2021, Rodger Combs <rodger.combs@gmail.com>
  2016, Davinder Singh (DSM_) <ds.mudhar<@gmail.com>
  2016, Floris Sluiter
  2016, Jan Sebechlebsky
  2016, Josh de Kock
  2016, KongQun Yang <kqyang@google.com>
  2016, Marton Balnt <cus@passwd.hu>
  2016, Mobibase, France
  2016, Ståle Kristoffersen
  2016, Thomas Mundt <loudmax@yahoo.de>
  2016, Tobias Rapp
  2016, Umair Khan <omerjerk@gmail.com>
  2016, William Ma, Sofia Kim, Dustin Woo
  2016, foo86
  2016-2018, Jokyo Images
  2016-2019, Jai Luthra
  2017, Felix Matouschek
  2017, Maksym Veremeyenko
  2017, Meng Wang <wangmeng.kids@bytedance.com>
  2017, Paras Chadha
  2017, Richard Ling
  2017, sfan5 <sfan5@live.de>
  2017, Steinar H. Gunderson
  2017-2018, Akamai Technologies, Inc.
  2018, Bjorn Roche
  2018, Dylan Fernando
  2018, Danil Iashchenko
  2018, Falei Luo <falei.luo@gmail.com>
  2018, gxw <guxiwei-hf@loongson.cn>
  2018, Huiwen Ren <hwrenx@gmail.com> <hwrenx@126.com>
  2018, Magnus Röös <mla2.roos@gmail.com>
  2018, Mina Sami
  2018, Misty De Meo
  2018, Mohammad Izadi <moh.izadi at gmail.com>
  2018, Rostislav Pehlivanov <atomnuker@gmail.com>
  2018, Sergey Lavrushkin
  2018, Yingming Fan <yingmingfan@gmail.com>
  2018, Yiqun Xu <yiqun.xu@vipl.ict.ac.cn>
  2018-2019, Shiyou Yin <yinshiyou-hf@loongson.cn>
  2019, Eugene Lyapustin
  2019, Guo Yejun
  2019, Leo Zhang <leozhang@qiyi.com>
  2019, Lynne <dev@lynne.ee>
  2019, Manoj Gupta Bonda
  2019, Swaraj Hota
  2019, Vladimir Panteleev
  2019, Xuewei Meng
  2019-2020, Andriy Gelman
  2020, Alyssa Milburn <amilburn@zall.org>
  2020, David Bryant
  2020, Gautam Ramakrishnan
  2020, Jun Zhao <barryjzhao@tencent.com>
  2020, Vacing Fang <vacingfang@tencent.com>
  2020, Yaroslav Pogrebnyak <yyyaroslav@gmail.com>
  2020, Zane van Iperen <zane@zanevaniperen.com>
  2021, Wu Jianhua <jianhua.wu@intel.com>
License: LGPL-2.1+
Comment:
 The copyright details for Joseph Artsimovich and UAB "DKD" were extracted
 from the referenced source:
 <http://samples.mplayerhq.hu/A-codecs/Nelly_Moser/ASAO/ASAO.zip>.

Files:
  libavfilter/af_chorus.c
  libavfilter/af_earwax.c
Copyright:
  1998, Juergen Mueller And Sundry Contributors
  2000, Edward Beingessner And Sundry Contributors
  2011, Mina Nagy Zaki
  2015, Paul B Mahol
License: LGPL-2.1+ and Sundry

Files:
  doc/texi2pod.pl
  libavcodec/x86/flac_dsp_gpl.asm
  libavfilter/f_ebur128.c
  libavfilter/signature.h
  libavfilter/signature_lookup.c
  libavfilter/tinterlace.h
  libavfilter/vf_blackframe.c
  libavfilter/vf_boxblur.c
  libavfilter/vf_colormatrix.c
  libavfilter/vf_cover_rect.c
  libavfilter/vf_cropdetect.c
  libavfilter/vf_delogo.c
  libavfilter/vf_eq.c
  libavfilter/vf_eq.h
  libavfilter/vf_find_rect.c
  libavfilter/vf_fspp.c
  libavfilter/vf_fspp.h
  libavfilter/vf_histeq.c
  libavfilter/vf_hqdn3d.c
  libavfilter/vf_hqdn3d.h
  libavfilter/vf_kerndeint.c
  libavfilter/vf_mcdeint.c
  libavfilter/vf_mpdecimate.c
  libavfilter/vf_nnedi.c
  libavfilter/vf_owdenoise.c
  libavfilter/vf_perspective.c
  libavfilter/vf_phase.c
  libavfilter/vf_pp.c
  libavfilter/vf_pp7.c
  libavfilter/vf_pp7.h
  libavfilter/vf_pullup.c
  libavfilter/vf_pullup.h
  libavfilter/vf_repeatfields.c
  libavfilter/vf_sab.c
  libavfilter/vf_signature.c
  libavfilter/vf_smartblur.c
  libavfilter/vf_spp.c
  libavfilter/vf_spp.h
  libavfilter/vf_stereo3d.c
  libavfilter/vf_super2xsai.c
  libavfilter/vf_tinterlace.c
  libavfilter/vf_uspp.c
  libavfilter/vf_vaguedenoiser.c
  libavfilter/vsrc_mptestsrc.c
  libavfilter/x86/vf_eq.asm
  libavfilter/x86/vf_eq_init.c
  libavfilter/x86/vf_fspp.asm
  libavfilter/x86/vf_fspp_init.c
  libavfilter/x86/vf_hqdn3d_init.c
  libavfilter/x86/vf_interlace.asm
  libavfilter/x86/vf_pp7.asm
  libavfilter/x86/vf_pp7_init.c
  libavfilter/x86/vf_pullup.asm
  libavfilter/x86/vf_pullup_init.c
  libavfilter/x86/vf_removegrain.asm
  libavfilter/x86/vf_spp.c
  libavfilter/x86/vf_tinterlace_init.c
  libpostproc/postprocess.c
  libpostproc/postprocess.h
  libpostproc/postprocess_altivec_template.c
  libpostproc/postprocess_internal.h
  libpostproc/postprocess_template.c
  libswresample/tests/*
  tests/checkasm/aacpsdsp.c
  tests/checkasm/aarch64/*
  tests/checkasm/alacdsp.c
  tests/checkasm/arm/*
  tests/checkasm/audiodsp.c
  tests/checkasm/blockdsp.c
  tests/checkasm/bswapdsp.c
  tests/checkasm/checkasm.c
  tests/checkasm/checkasm.h
  tests/checkasm/exrdsp.c
  tests/checkasm/fixed_dsp.c
  tests/checkasm/flacdsp.c
  tests/checkasm/float_dsp.c
  tests/checkasm/fmtconvert.c
  tests/checkasm/g722dsp.c
  tests/checkasm/h264dsp.c
  tests/checkasm/h264pred.c
  tests/checkasm/h264qpel.c
  tests/checkasm/hevc_add_res.c
  tests/checkasm/hevc_idct.c
  tests/checkasm/jpeg2000dsp.c
  tests/checkasm/llviddsp.c
  tests/checkasm/opusdsp.c
  tests/checkasm/pixblockdsp.c
  tests/checkasm/sbrdsp.c
  tests/checkasm/sw_scale.c
  tests/checkasm/synth_filter.c
  tests/checkasm/v210dec.c
  tests/checkasm/v210enc.c
  tests/checkasm/vf_blend.c
  tests/checkasm/vf_eq.c
  tests/checkasm/videodsp.c
  tests/checkasm/vp8dsp.c
  tests/checkasm/vp9dsp.c
  tests/checkasm/x86/*
  tests/tiny_ssim.c
  tools/coverity.c
  tools/target_dec_fate.sh
Copyright:
  Wilbert Dijkhof
  1997-2001, ZSNES Team <zsknight@zsnes.com> <_demo_@zsnes.com>
  1999-2001, Free Software Foundation, Inc
  2000-2002, Fabrice Bellard
  2001-2003, Donald A. Graft
  2001-2015, Michael Niedermayer <michaelni@gmx.at>
  2002, A'rpi
  2002, Jindrich Makovicka <makovick@gmail.com>
  2002-2003, Brian J. Murrell
  2003, Daniel Moreno <comac@comac.darktech.org>
  2003, LeFunGus <lefungus@altern.org>
  2003, Michael Zucchi <notzed@ximian.com>
  2003, Rich Felker
  2003-2004, Tobias Diedrich
  2003-2013, Loren Merritt <lorenm@u.washington.edu>
  2004, Romain Dolbeau <romain@dolbeau.org>
  2004, Ville Saari
  2005, Nikolaj Poroshin <porosh3@psu.ru>
  2006, Ivo van Poorten
  2006, Julian Hall
  2006-2011, Kevin Stone
  2010, Baptiste Coudurier <baptiste.coudurier@free.fr>
  2010, Gordon Schmidt <gordon.schmidt@s2000.tu-chemnitz.de>
  2010, Niel van der Westhuizen <nielkie@gmail.com>
  2010-2012, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2012, Jeremy Tran
  2012-2013, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2012-2015, Henrik Gramner
  2013, Vittorio Giovara <vittorio.giovara@gmail.com>
  2013-2015, Jean Delvare <jdelvare@suse.com>
  2013-2017, Paul B Mahol
  2014, Kieran Kunhya <kierank@obe.tv>
  2014, Red Hat, Inc
  2014-2015, Arwa Arif <arwaarif1994@gmail.com>
  2014-2019, James Darnley <james.darnley@gmail.com>
  2015, Janne Grunau
  2015-2016, Martin Storsjo
  2015-2016, Ronald S. Bultje <rsbultje@gmail.com>
  2015-2016, Tiancheng "Timothy" Gu
  2015-2017, James Almer
  2017, Gerion Entrup
License: GPL-2+
 FFmpeg is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
 .
 You should have received a copy of the GNU General Public License
 along with FFmpeg; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files:
  compat/solaris/make_sunver.pl
  doc/t2h.pm
  libavfilter/vf_lensfun.c
Copyright:
  2007, Andrew Zabolotny
  2010-2013, Free Software Foundation, Inc.
  2014, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2014, Tiancheng "Timothy" Gu <timothygu99@gmail.com>
  2018, Stephen Seo
License: GPL-3+
 FFmpeg is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU General Public License
 version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
 .
 You should have received a copy of the GNU General Public
 License along with FFmpeg; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files:
  doc/bootstrap.min.css
  doc/examples/avio_list_dir.c
  doc/examples/avio_reading.c
  doc/examples/decode_audio.c
  doc/examples/decode_video.c
  doc/examples/demuxing_decoding.c
  doc/examples/encode_audio.c
  doc/examples/encode_video.c
  doc/examples/extract_mvs.c
  doc/examples/filtering_audio.c
  doc/examples/filtering_video.c
  doc/examples/http_multiclient.c
  doc/examples/hw_decode.c
  doc/examples/metadata.c
  doc/examples/muxing.c
  doc/examples/qsvdec.c
  doc/examples/remuxing.c
  doc/examples/resampling_audio.c
  doc/examples/scaling_video.c
  doc/examples/transcoding.c
  doc/examples/vaapi_encode.c
  doc/examples/vaapi_transcode.c
  doc/style.min.css
  libavcodec/arm/jrevdct_arm.S
  libavcodec/cinepakenc.c
  libavcodec/nellymoser.c
  libavcodec/nellymoser.h
  libavcodec/nellymoserdec.c
  libavcodec/texturedsp.c
  libavcodec/texturedspenc.c
  libavcodec/x86/vc1dsp_init.c
  libavcodec/x86/vc1dsp_mmx.c
  libavfilter/af_deesser.c
  libavfilter/cuda/vector_helpers.cuh
  libavfilter/vf_avgblur.c
  libavfilter/vf_bilateral.c
  libavfilter/vf_bm3d.c
  libavfilter/vf_deband.c
  libavfilter/vf_morpho.c
  libavfilter/vf_scale_cuda.*
  libavfilter/vf_thumbnail_cuda.c
  libavfilter/vf_thumbnail_cuda.cu
  libavformat/oggdec.c
  libavformat/oggdec.h
  libavformat/oggparseogm.c
  libavformat/oggparsespeex.c
  libavformat/oggparsetheora.c
  libavformat/oggparsevorbis.c
  libavutil/avsscanf.c
  tests/api/api-band-test.c
  tests/api/api-flac-test.c
  tests/api/api-h264-test.c
  tests/api/api-seek-test.c
  tests/api/api-threadmessage-test.c
  tests/reference.pnm
Copyright:
  2001, Lionel Ulmer <lionel.ulmer@free.fr> <bbrox@bbrox.org>
  2001-2003, Fabrice Bellard
  2005, Alex Beregszaszi
  2005, Matthieu CASTET
  2005, Michael Ahlberg
  2005, Måns Rullgård
  2005-2014, Rich Felker, et al.
  2007, Benjamin Larsson
  2007, Christophe GISQUET <christophe.gisquet@free.fr>
  2007, Loic Minier <lool@dooz.org>
  2008, Reimar Döffinger <Reimar.Doeffinger@gmx.de>
  2009, Benjamin Dobell
  2009, Glass Echidna
  2010, Nicolas George
  2010-2017, NVIDIA Corporation
  2011, Tomas Härdin
  2011-2014, Reinhard Tartler
  2011-2014, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2011-2014, Twitter, Inc
  2012, Matthäus G. "Anteru" Chajdas (http://anteru.net)
  2012-2014, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2013-2014, Rl, Aetey Global Technologies AB
  2014, Andrey Utkin
  2014, Barbara Lepage <db0company@gmail.com>
  2014, Lukasz Marek <lukasz.m.luki@gmail.com>
  2015, Anton Khirnov <anton@khirnov.net>
  2015, Ludmila Glinskih
  2015, Matthieu Bouron <matthieu.bouron@stupeflix.com>
  2015, Niklas Haas
  2015, Stephan Holljes
  2015, Vittorio Giovara <vittorio.giovara@gmail.com>
  2015-2021, Paul B Mahol
  2015-2016, mawen1250
  2016, ReneBrals
  2017, Ming Yang
  2018, Chris Johnson
License: Expat

Files:
  libavcodec/aacdec_fixed.c
  libavcodec/aacsbr_fixed.c
  libavcodec/ac3dec_fixed.c
  libavcodec/arm/vp8dsp_armv6.S
  libavcodec/fft_fixed_32.c
  libavcodec/fft_init_table.c
  libavcodec/fft_table.h
  libavcodec/ilbcdata.h
  libavcodec/ilbcdec.c
  libavcodec/mdct_fixed_32.c
  libavcodec/mips/aaccoder_mips.c
  libavcodec/mips/aacdec_mips.c
  libavcodec/mips/aacdec_mips.h
  libavcodec/mips/aacpsdsp_mips.c
  libavcodec/mips/aacpsy_mips.h
  libavcodec/mips/aacsbr_mips.c
  libavcodec/mips/aacsbr_mips.h
  libavcodec/mips/ac3dsp_mips.c
  libavcodec/mips/acelp_filters_mips.c
  libavcodec/mips/acelp_vectors_mips.c
  libavcodec/mips/amrwbdec_mips.c
  libavcodec/mips/amrwbdec_mips.h
  libavcodec/mips/celp_filters_mips.c
  libavcodec/mips/celp_math_mips.c
  libavcodec/mips/compute_antialias_fixed.h
  libavcodec/mips/compute_antialias_float.h
  libavcodec/mips/fft_mips.c
  libavcodec/mips/fmtconvert_mips.c
  libavcodec/mips/iirfilter_mips.c
  libavcodec/mips/lsp_mips.h
  libavcodec/mips/mpegaudiodsp_mips_fixed.c
  libavcodec/mips/mpegaudiodsp_mips_float.c
  libavcodec/mips/sbrdsp_mips.c
  libavfilter/opencl/deshake.cl
  libavfilter/vf_deshake_opencl.c
  libavutil/fixed_dsp.c
  libavutil/fixed_dsp.h
  libavutil/mips/float_dsp_mips.c
  libavutil/mips/libm_mips.h
  libavutil/softfloat_tables.h
Copyright:
  2000-2008, Intel Corporation
  2005-2006, Oded Shimon <ods15@ods15.dyndns.org>
  2006-2007, Maxim Gavrilov <maxim.gavrilov@gmail.com>
  2008-2009, Robert Swain <rob@opendot.cl>
  2009, Willow Garage Inc.
  2009-2010, Alex Converse <alex.converse@gmail.com>
  2010, Google Inc
  2010, Rob Clark <rob@ti.com>
  2011, Mans Rullgard <mans@mansr.com>
  2012-2013, MIPS Technologies, Inc., California
  2013, The WebRTC project authors
  2013, OpenCV Foundation
License: LGPL-2.1+ and BSD-3-clause

Files:
  tools/cws2fws.c
  tools/qt-faststart.c
Copyright:
  Alex Beregszaszi
  Mike Melanson <melanson@pcisys.net>
License: public-domain
 This file is placed in the public domain. Use the program however you see fit.

Files:
  compat/windows/makedef
  libavcodec/faandct.c
  libavcodec/interplayacm.c
  libavcodec/libfdk-aacdec.c
  libavcodec/libfdk-aacenc.c
  libavcodec/zerocodec.c
  libavdevice/openal-dec.c
  libavfilter/vf_hqx.c
  libavutil/x86/x86inc.asm
Copyright:
  2003, Michael Niedermayer <michaelni@gmx.at>
  2003, Roman Shaposhnik
  2004-2008, Marko Kreen
  2005-2016, x264 project
  2008, Adam Gashlin
  2011, Jonathan Baldwin
  2012-2013, Derek Buitenhuis
  2012, Martin Storsjo
  2014, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2015, Paul B Mahol
License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files:
  libavcodec/jfdctfst.c
  libavcodec/jfdctint_template.c
  libavcodec/jrevdct.c
Copyright: 1991-1996, Thomas G. Lane
License: IJG
 The authors make NO WARRANTY or representation, either express or implied,
 with respect to this software, its quality, accuracy, merchantability, or
 fitness for a particular purpose.  This software is provided "AS IS", and
 you, its user, assume the entire risk as to its quality and accuracy.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 software (or portions thereof) for any purpose, without fee, subject to
 these conditions:
 (1) If any part of the source code for this software is distributed, then
 this README file must be included, with this copyright and no-warranty
 notice unaltered; and any additions, deletions, or changes to the original
 files must be clearly indicated in accompanying documentation.
 (2) If only executable code is distributed, then the accompanying
 documentation must state that "this software is based in part on the work
 of the Independent JPEG Group".
 (3) Permission for use of this software is granted only if the user accepts
 full responsibility for any undesirable consequences; the authors accept
 NO LIABILITY for damages of any kind.
 .
 These conditions apply to any software derived from or based on the IJG
 code, not just to the unmodified library.  If you use our work, you ought
 to acknowledge us.
 .
 Permission is NOT granted for the use of any IJG author's name or company
 name in advertising or publicity relating to this software or products
 derived from it.  This software may be referred to only as "the Independent
 JPEG Group's software".
 .
 We specifically permit and encourage the use of this software as the basis
 of commercial products, provided that all warranty or liability claims are
 assumed by the product vendor.

Files:
  libavcodec/j2kenc.c
  libavformat/imf*
  libavformat/tests/imf*
Copyright:
  2001-2003, David Janssens
  2002-2003, Yannick Verschueren
  2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
  2002-2007, Professor Benoit Macq
  2003-2007, Francois-Olivier Devaux and Antonin Descampe
  2005, Herve Drolon, FreeImage Team
  2007, Callum Lerwick <seg@haxxed.com>
  2007, Kamil Nowosad
  Sandflow Consulting LLC
License: LGPL-2.1+ and BSD-2-clause

Files: libavutil/adler32.c
Copyright: 1995, Mark Adler
License: Zlib
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.

Files:
  libavfilter/af_hdcd.c
  libavcodec/speexdata.h
  libavcodec/speexdec.c
Copyright:
  2010, Chris Moeller
  2002-2008, Xiph.org Foundation
  2002-2008, Jean-Marc Valin
  2005-2007, Analog Devices Inc.
  2005-2008, Commonwealth Scientific and Industrial Research Organisation (CSIRO)
  1993,2002,2006, David Rowe
  2003, EpicGames
  1992-1994, Jutta Degener
  1992-1994, Carsten Bormann
License: BSD-3-clause

Files:
 libavfilter/ebur128.c
 libavfilter/ebur128.h
Copyright:
 2011, Jan Kokemüller
License: LGPL-2.1+ and Expat

Files:
  libavfilter/af_arnndn.c
  libavfilter/gblur.h
  libavfilter/vf_gblur.c
Copyright:
  2005-2009 Xiph.Org Foundation
  2007-2008 CSIRO
  2008-2011 Octasic Inc.
  2011, Pascal Getreuer
  2016,2019, Paul B Mahol
  2017 Mozilla
  2018 Gregor Richards
  Jean-Marc Valin
License: BSD-2-clause

Files: libavformat/aadec.c
Copyright:
  2001-2014, Jim Teeuwen
  2015, Vesselin Bontchev
License: BSD-1-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

Files: libavcodec/libzvbi-teletextdec.c
Copyright:
  2005-2012, Wolfram Gloger
  2013, Marton Balint
License: LGPL-2+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU Lesser General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files: libswresample/resample.c
Copyright:
  2004-2012, Michael Niedermayer <michaelni@gmx.at>
  2006, Xiaogang Zhang
License: LGPL-2.1+ and BSL

Files: debian/*
Copyright:
  2014-2017, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2016-2021, Sebastian Ramacher <sramacher@debian.org>
  2017-2018, James Cowgill <jcowgill@debian.org>
  2020, Jonas Smedegaard <dr@jones.dk>
License: LGPL-2.1+

Files: debian/missing-sources/ffmpeg-web/src/less/style.less
Copyright: 2014, Barbara Lepage <db0company@gmail.com>
License: Expat
Comment:
 This is the source of doc/style.min.css.
 It was obtained from the FFmpeg web repository:
 <https://github.com/FFmpeg/web>

Files: debian/qt-faststart.1
Copyright: Andres Mejia <mcitadel@gmail.com>
License: man-page
 This manual page was written by Andres Mejia <mcitadel@gmail.com>
 for the Debian GNU/Linux system, but may be used by others.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the MIPS Technologies, Inc., nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSL
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare derivative works of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

License: LGPL-2.1+
 FFmpeg is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU Lesser General Public License
 version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this packaging; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

License: Sundry
 This source code is freely redistributable and may be used for
 any purpose.  This copyright notice must be maintained.
 Juergen Mueller/Edward Beingessner And Sundry Contributors are not responsible for
 the consequences of using this software.



==========================================================================
Package: libbdplus0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libbdplus
Upstream-Contact: libbdplus-devel mailing list <libbdplus-devel@videolan.org>
Source: ftp://ftp.videolan.org/pub/videolan/libbdplus/
License: LGPL-2.1+
Comment: This package DOES NOT provide any key, certificate, configuration
 file or virtual machine that could be used to decode encrypted
 copyrighted material.

Files: *
Copyright:
  2008-2010 Accident
  2009-2010 Obliter0n
  2009-2010 John Stebbins
  2010-2014 hpi1
  2011-2015 VideoLAN
  2012 Konstantin Pavlov
  2013 Petri Hintukainen
License: LGPL-2.1+

Files: src/libbdplus/bdsvm/sha1.*
Copyright: No copyright claimed
License: public-domain
 SHA-1 in C
 By Steve Reid <sreid@sea-to-sky.net>
 100% Public Domain
 -----------------
 Modified 7/98
 By James H. Brown <jbrown@burgoyne.com>
 Still 100% Public Domain
 -----------------
 Modified 8/98
 By Steve Reid <sreid@sea-to-sky.net>
 Still 100% public domain
 -----------------
 Modified 4/01
 By Saul Kravitz <Saul.Kravitz@celera.com>
 Still 100% PD
 -----------------
 Modified 07/2002
 By Ralph Giles <giles@ghostscript.com>
 Still 100% public domain

Files: debian/*
Copyright: 2014-2022 Dylan Aïssi <daissi@debian.org>
License: LGPL-2.1+

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as
 published by the Free Software Foundation; either version 2.1 of
 the License, or (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Lesser General Public License for more details.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.




==========================================================================
Package: libblkid-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: util-linux
Upstream-Contact: util-linux@vger.kernel.org
Source: https://www.kernel.org/pub/linux/utils/util-linux/

Files: *
Copyright:      Michal Luscon <mluscon@redhat.com>
           1986 Gary S. Brown
           1990 Gordon Irlam (gordoni@cs.ua.oz.au)
           1991, 1992 Linus Torvalds
           1991-2004 Miquel van Smoorenburg
           1992  A. V. Le Blanc (LeBlanc@mcc.ac.uk)
           1992-1997 Michael K. Johnson, johnsonm@redhat.com
           1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                 2003, 2004, 2005, 2008 Theodore Ts'o <tytso@mit.edu>
           1994 Kevin E. Martin (martin@cs.unc.edu)
           1994 Salvatore Valente <svalente@mit.edu>
           1994,1996 Alessandro Rubini (rubini@ipvvis.unipv.it)
           1994-2005 Jeff Tranter (tranter@pobox.com)
           1995, 1999, 2000 Andries E. Brouwer <aeb@cwi.nl>
           1997-2005 Frodo Looijaard <frodo@frodo.looijaard.name>
           1998 Danek Duvall <duvall@alumni.princeton.edu>
           1999 Andreas Dilger
           1999-2002 Transmeta Corporation
           1999, 2000, 2002-2009, 2010, 2011, 2012, 2014 Red Hat, Inc.
           2000 Werner Almesberger
           2004-2006 Michael Holzt, kju -at- fqdn.org
           2005 Adrian Bunk
           2007-2020 Karel Zak <kzak@redhat.com>
           2007, 2011, 2012, 2016 SuSE LINUX Products GmbH
           2008 Cai Qian <qcai@redhat.com>
           2008 Hayden A. James (hayden.james@gmail.com)
           2008 James Youngman <jay@gnu.org>
           2008 Roy Peled, the.roy.peled  -at-  gmail.com
           2009 Mikhail Gusarov <dottedmag@dottedmag.net>
           2010, 2011, 2012 Davidlohr Bueso <dave@gnu.org>
           2010 Jason Borden <jborden@bluehost.com>A
           2010 Hajime Taira <htaira@redhat.com>
           2010 Masatake Yamato <yamato@redhat.com>
           2011 IBM Corp.
           2012 Andy Lutomirski <luto@amacapital.net>
           2012 Lennart Poettering
           2012 Sami Kerola <kerolasa@iki.fi>
           2012 Cody Maloney <cmaloney@theoreticalchaos.com>
           2012 Werner Fink <werner@suse.de>
           2013,2014 Ondrej Oprala <ooprala@redhat.com>
License: GPL-2+

Files: schedutils/ionice.c
Copyright: 2005 Jens Axboe <jens@axboe.dk>
License: GPL-2

Files: schedutils/chrt.c
       schedutils/taskset.c
Copyright: 2004 Robert Love <rml@tech9.net>
           2010 Karel Zak <kzak@redhat.com>
License: GPL-2

Files: disk-utils/raw.c
Copyright: 1999, 2000, Red Hat Software
License: GPL-2

Files: sys-utils/hwclock-parse-date.y
Copyright: Steven M. Bellovin <smb@research.att.com>
           Unknown Authors on Usenet
           1990 Rich $alz <rsalz@bbn.com>
           1990 Jim Berets <jberets@bbn.com>
           1999, 2004 Paul Eggert <eggert@twinsun.com>
License: GPL-3+

Files: sys-utils/nsenter.c
Copyright: 2012-2013 Eric Biederman <ebiederm@xmission.com>
License: GPL-2

Files: disk-utils/mkfs.minix.c
       disk-utils/mkswap.c
Copyright: 1991, 1992 Linus Torvalds
License: GPL-2

Files: lib/blkdev.c
       lib/loopdev.c
       lib/sysfs.c
       lib/ttyutils.c
       misc-utils/mcookie.c
       sys-utils/setsid.c
       text-utils/line.c
Copyright: n/a
License: public-domain

Files: login-utils/vipw.c
       misc-utils/cal.c
       misc-utils/kill.c
       misc-utils/logger.c
       misc-utils/look.c
       misc-utils/whereis.c
       sys-utils/renice.c
       term-utils/mesg.c
       term-utils/script.c
       term-utils/ttymsg.c
       term-utils/wall.c
       term-utils/write.c
       text-utils/col.c
       text-utils/colcrt.c
       text-utils/colrm.c
       text-utils/column.c
       text-utils/hexdump.c
       text-utils/hexdump.h
       text-utils/hexdump-conv.c
       text-utils/hexdump-display.c
       text-utils/hexdump-parse.c
       text-utils/rev.c
       text-utils/ul.c
Copyright: 1980, 1983, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994
                The Regents of the University of California
           2014 Sami Kerola <kerolasa@iki.fi>
           2014 Karel Zak <kzak@redhat.com>
License: BSD-4-clause

Files: sys-utils/flock.c
Copyright: 2003-2005 H. Peter Anvin
License: MIT

Files: text-utils/pg.c
Copyright: 2000-2001 Gunnar Ritter
License: BSD-3-clause

Files: login-utils/login.c
Copyright: 1980, 1987, 1988 The Regents of the University of California.
           2011 Karel Zak <kzak@redhat.com>
License: BSLA

Files: login-utils/logindefs.c
Copyright: 2003, 2004, 2005 Thorsten Kukuk
License: BSD-3-clause

Files: libuuid/*
       libuuid/src/*
       libuuid/man/*
Copyright: 1996, 1997, 1998, 1999, 2007 Theodore Ts'o.
           1999 Andreas Dilger (adilger@enel.ucalgary.ca)
License: BSD-3-clause

Files: lib/procutils.c
       include/xalloc.h
Copyright: 2010, 2011 Davidlohr Bueso <dave@gnu.org>
License: LGPL-2+

Files: */colors.*
Copyright: 2012 Ondrej Oprala <ooprala@redhat.com>
           2012-2014 Karel Zak <kzak@redhat.com>
License: LGPL-2+

Files: login-utils/setpwnam.h
       login-utils/setpwnam.c
Copyright: 1994 Martin Schulze <joey@infodrom.north.de>
           1994 Salvatore Valente <svalente@mit.edu>
License: LGPL-2+

Files: libfdisk/*
       libfdisk/src/*
Copyright: 2007-2013 Karel Zak <kzak@redhat.com>
           2012 Davidlohr Bueso <dave@gnu.org>
License: LGPL-2.1+

Files: lib/cpuset.c
       */match.*
       lib/canonicalize.c
Copyright: 2008-2009, 2010, 2011, 2012 Karel Zak <kzak@redhat.com>
License: LGPL-2.1+

Files: */mbsalign.*
Copyright: 2009-2010 Free Software Foundation, Inc.
           2010-2013 Karel Zak <kzak@redhat.com>
License: LGPL-2.1+

Files: */timeutils.*
Copyright: 2010 Lennart Poettering
License: LGPL-2.1+

Files: include/list.h
Copyright: 2008 Karel Zak <kzak@redhat.com>
           1999-2008 by Theodore Ts'o
License: LGPL

Files: libblkid/*
       libblkid/src/*
       libblkid/samples/*
       libblkid/src/partitions/*
       libblkid/src/superblocks/*
       libblkid/src/topology/*
Copyright: 1999, 2001 Andries Brouwer
           1995, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004
               Theodore Ts'o.
           2001 Andreas Dilger (adilger@turbolinux.com)
           2004-2008 Kay Sievers <kay.sievers@vrfy.org>
           2008-2013 Karel Zak <kzak@redhat.com>
           2009 Bastian Friedrich <bastian.friedrich@collax.com>
           2009 Corentin Chary <corentincj@iksaif.net>
           2009 Mike Hommey <mh@glandium.org>
           2009 Red Hat, Inc.
           2009-2010 Andreas Dilger <adilger@sun.com>
           2010 Andrew Nayenko <resver@gmail.com>
           2010 Jeroen Oortwijn <oortwijn@gmail.com>
           2010 Jiro SEKIBA <jir@unicus.jp>
           2011 Philipp Marek <philipp.marek@linbit.com>
           2012 Milan Broz <mbroz@redhat.com>
           2013 Alejandro Martinez Ruiz <alex@nowcomputing.com>
           2013 Eric Sandeen <sandeen@redhat.com>
           2013 Rolf Fokkens <rolf@fokkens.nl>
           2013 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
License: LGPL-2.1+

Files: include/cpuset.h
       lib/randutils.c
Copyright: *unknown*
License: LGPL

Files: misc-utils/blkid.c
Copyright: 2001 Andreas Dilger
License: LGPL

Files: libmount/*
       libmount/src/*
Copyright: 2008-2012 Karel Zak <kzak@redhat.com>
License: LGPL-2.1+

Files: libmount/python/*
Copyright: 2013, Red Hat, Inc.
License: LGPL-3+

Files: libsmartcols/*
Copyright:  2009-2014 Karel Zak <kzak@redhat.com>
            2014 Ondrej Oprala <ooprala@redhat.com>
License: LGPL-2.1+

Files: debian/*
Copyright:           Guy Maor <maor@debian.org>
                     Sean 'Shaleh' Perry <shaleh@debian.org>
                     Adrian Bunk <bunk@stusta.de>
                     LaMont Jones <lamont@debian.org>
           1996-2003 Martin Mitchell (martin@debian.org)
           2008-2012 Frank Lichtenheld (djpig@debian.org)
           2014      Andreas Henriksson <andreas@fatal.se>
           2017-2020 Michael Biebl <biebl@debian.org>
           2019      Petter Reinholdtsen <pere@debian.org>
           2017-2020 Chris Hofstaedtler <zeha@debian.org>
License: GPL-2+

Files: debian/po/*
Copyright:           Aiet Kolkhi <aietkolkhi@gmail.com>
                     Anton Gladky <gladky.anton@gmail.com>
                     Arief S F (arief@gurame.fisika.ui.ac.id>
                     Armin Beširović <armin@linux.org.ba>
                     astur <malditoastur@gmail.com>
                     Axel Bojer <axelb@skolelinux.no>
                     Bart Cornelis <cobaco@skolelinux.no>
                     Bartosz Fe�ski <fenio@o2.pl>
                     Basil Shubin <bashu@surgut.ru>
                     Baurzhan Muftakhidinov <baurthefirst@gmail.com>
                     Bjorn Steensrud <bjornst@powertech.no>
                     Claus Hindsgaul <claus_h@image.dk>
                     Clytie Siddall <clytie@riverland.net.au>
                     Dafydd Tomos <l10n@da.fydd.org>
                     Damyan Ivanov <dam@modsoftsys.com>
                     Daniel Franganillo <dfranganillo@gmail.com>
                     Daniel Nylander <po@danielnylander.se>
                     Danishka Navin <danishka@gmail.com>
                     Dauren Sarsenov <daur88@inbox.ru>
                     Dominik Zablotny <dominz@wp.pl>
                     Dr.T.Vasudevan <agnihot3@gmail.com>
                     Eddy Petrisor <eddy.petrisor@gmail.com>
                     Eder L. Marques <frolic@debian-ce.org>
                     Elian Myftiu <elian.myftiu@gmail.com>
                     Emmanuel Galatoulas <galas@tee.gr>
                     Esko Arajärvi <edu@iki.fi>
                     Frank Lichtenheld <djpig@debian.org>
                     Frédéric Bothamy <frederic.bothamy@free.fr>
                     Gabor Burjan <buga@buvoshetes.hu>
                     George Papamichelakis <george@step.gr>
                     Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
                     Håvard Korsvoll <korsvoll@gmail.com>
                     Hideki Yamane <henrich@samba.gr.jp>
                     Hleb Rubanau <g.rubanau@gmail.com>
                     I Gede Wijaya S <gwijayas@yahoo.com>
                     Ivan Masár <helix84@centrum.sk>
                     Jacobo Tarrio <jtarrio@debian.org>
                     Jamil Ahmed <jamil@ankur.org.bd>
                     Janos Guljas <janos@resenje.org>
                     Jordi Mallach <jordi@debian.org>
                     Josip Rodin <joy+ditrans@linux.hr>
                     Karolina Kalic <karolina@resenje.org>
                     Kartik Mistry <kartik.mistry@gmail.com>
                     Kęstutis Biliūnas <kebil@kaunas.init.lt>
                     Kevin Scannell <kscanne@gmail.com>
                     Khoem Sokhem <khoemsokhem@khmeros.info>
                     Klaus Ade Johnstad <klaus@skolelinux.no>
                     Knut Yrvin <knuty@skolelinux.no>
                     Konstantinos Margaritis <markos@debian.org>
                     Kostas Papadimas <pkst@gnome.org>
                     Kumar Appaiah <a.kumar@alumni.iitm.ac.in>
                     Lior Kaplan <kaplan@debian.org>
                     Luiz Portella <lfpor@lujz.org>
                     Mallikarjuna <Mallikarjunasj@gmail.com>
                     Mert Dirik <mertdirik@gmail.com>
                     Milo Casagrande <milo@ubuntu.com>
                     Ming Hua <minghua@ubuntu.com>
                     Miroslav Kure <kurem@debian.cz>
                     Mouhamadou Mamoune Mbacke <mouhamadoumamoune@gmail.com>
                     Nabin Gautam <nabin@mpp.org.np>
                     Ossama M. Khayat <okhayat@yahoo.com>
                     Ovidiu Damian <deelerious@gmail.com>
                     Parlin Imanuel Toh <parlin_i@yahoo.com>
                     Pavel Piatruk <berserker@neolocation.com>
                     Piarres Beobide <pi@beobide.net>
                     Praveen|പ്രവീണ്‍ A|എ <pravi.a@gmail.com>
                     Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>
                     Sahran <Sahran.ug@gmail.com>
                     Sampada Nakhare <sampadanakhare@gmail.com>
                     Setyo Nugroho <setyo@gmx.net>
                     Simão Pedro Cardoso <pthell@gmail.com>
                     Stefano Melchior <stefano.melchior@openlabs.it>
                     Sunjae Park <darehanl@gmail.com>
                     Sveinn í Felli <sveinki@nett.is>
                     Tetralet <tetralet@gmail.com>
                     Theppitak Karoonboonyanan <thep@linux.thai.net>
                     Tshewang Norbu <bumthap2006@hotmail.com>
                     Vahid Ghaderi <vahid_male1384@yahoo.com>
                     Vanja Cvelbar <cvelbar@gmail.com>
                     Veeven <veeven@gmail.com>
                     Vikram Vincent <vincentvikram@gmail.com>
                     Yoppy Hidayanto <yoppy.hidayanto@gmail.com>
License: GPL-2+


License: public-domain
 The files tagged with this license contains the following paragraphs:
 .
 No copyright is claimed.  This code is in the public domain; do with
 it what you wish.
 .
 Written by Karel Zak <kzak@redhat.com>

License: GPL-2
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License, v2, as
 published by the Free Software Foundation
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License: GPL-3+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 3 can be found in `/usr/share/common-licenses/GPL-3'.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 1) Redistributions of source code must retain the above copyright notice,
 this list of conditions and the following disclaimer.
 .
 2) Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimer in the documentation
 and/or other materials provided with the distribution.
 .
 3) Neither the name of the ORGANIZATION nor the names of its contributors
 may be used to endorse or promote products derived from this software
 without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: BSD-4-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. All advertising materials mentioning features or use of this software
    must display the following acknowledgement:
    This product includes software developed by the University of
    California, Berkeley and its contributors.
 4. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSLA
 Redistribution and use in source and binary forms are permitted
 provided that the above copyright notice and this paragraph are
 duplicated in all such forms and that any documentation,
 advertising materials, and other materials related to such
 distribution and use acknowledge that the software was developed
 by the University of California, Berkeley.  The name of the
 University may not be used to endorse or promote products derived
 from this software without specific prior written permission.
 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

License: LGPL
 This file may be redistributed under the terms of the
 GNU Lesser General Public License.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License can be found in ‘/usr/share/common-licenses/LGPL’.

License: LGPL-2+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation, either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 The complete text of the GNU Lesser General Public License
 can be found in /usr/share/common-licenses/LGPL-2 file.

License: LGPL-2.1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License along
 with this program; if not, write to the Free Software Foundation,
 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in ‘/usr/share/common-licenses/LGPL-2.1’.

License: LGPL-3+
 This package is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 3 of the License, or (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in "/usr/share/common-licenses/LGPL-3".

License: MIT
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation files
 (the "Software"), to deal in the Software without restriction,
 including without limitation the rights to use, copy, modify, merge,
 publish, distribute, sublicense, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.



==========================================================================
Package: libblkid1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: util-linux
Upstream-Contact: util-linux@vger.kernel.org
Source: https://www.kernel.org/pub/linux/utils/util-linux/

Files: *
Copyright:      Michal Luscon <mluscon@redhat.com>
           1986 Gary S. Brown
           1990 Gordon Irlam (gordoni@cs.ua.oz.au)
           1991, 1992 Linus Torvalds
           1991-2004 Miquel van Smoorenburg
           1992  A. V. Le Blanc (LeBlanc@mcc.ac.uk)
           1992-1997 Michael K. Johnson, johnsonm@redhat.com
           1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                 2003, 2004, 2005, 2008 Theodore Ts'o <tytso@mit.edu>
           1994 Kevin E. Martin (martin@cs.unc.edu)
           1994 Salvatore Valente <svalente@mit.edu>
           1994,1996 Alessandro Rubini (rubini@ipvvis.unipv.it)
           1994-2005 Jeff Tranter (tranter@pobox.com)
           1995, 1999, 2000 Andries E. Brouwer <aeb@cwi.nl>
           1997-2005 Frodo Looijaard <frodo@frodo.looijaard.name>
           1998 Danek Duvall <duvall@alumni.princeton.edu>
           1999 Andreas Dilger
           1999-2002 Transmeta Corporation
           1999, 2000, 2002-2009, 2010, 2011, 2012, 2014 Red Hat, Inc.
           2000 Werner Almesberger
           2004-2006 Michael Holzt, kju -at- fqdn.org
           2005 Adrian Bunk
           2007-2020 Karel Zak <kzak@redhat.com>
           2007, 2011, 2012, 2016 SuSE LINUX Products GmbH
           2008 Cai Qian <qcai@redhat.com>
           2008 Hayden A. James (hayden.james@gmail.com)
           2008 James Youngman <jay@gnu.org>
           2008 Roy Peled, the.roy.peled  -at-  gmail.com
           2009 Mikhail Gusarov <dottedmag@dottedmag.net>
           2010, 2011, 2012 Davidlohr Bueso <dave@gnu.org>
           2010 Jason Borden <jborden@bluehost.com>A
           2010 Hajime Taira <htaira@redhat.com>
           2010 Masatake Yamato <yamato@redhat.com>
           2011 IBM Corp.
           2012 Andy Lutomirski <luto@amacapital.net>
           2012 Lennart Poettering
           2012 Sami Kerola <kerolasa@iki.fi>
           2012 Cody Maloney <cmaloney@theoreticalchaos.com>
           2012 Werner Fink <werner@suse.de>
           2013,2014 Ondrej Oprala <ooprala@redhat.com>
License: GPL-2+

Files: schedutils/ionice.c
Copyright: 2005 Jens Axboe <jens@axboe.dk>
License: GPL-2

Files: schedutils/chrt.c
       schedutils/taskset.c
Copyright: 2004 Robert Love <rml@tech9.net>
           2010 Karel Zak <kzak@redhat.com>
License: GPL-2

Files: disk-utils/raw.c
Copyright: 1999, 2000, Red Hat Software
License: GPL-2

Files: sys-utils/hwclock-parse-date.y
Copyright: Steven M. Bellovin <smb@research.att.com>
           Unknown Authors on Usenet
           1990 Rich $alz <rsalz@bbn.com>
           1990 Jim Berets <jberets@bbn.com>
           1999, 2004 Paul Eggert <eggert@twinsun.com>
License: GPL-3+

Files: sys-utils/nsenter.c
Copyright: 2012-2013 Eric Biederman <ebiederm@xmission.com>
License: GPL-2

Files: disk-utils/mkfs.minix.c
       disk-utils/mkswap.c
Copyright: 1991, 1992 Linus Torvalds
License: GPL-2

Files: lib/blkdev.c
       lib/loopdev.c
       lib/sysfs.c
       lib/ttyutils.c
       misc-utils/mcookie.c
       sys-utils/setsid.c
       text-utils/line.c
Copyright: n/a
License: public-domain

Files: login-utils/vipw.c
       misc-utils/cal.c
       misc-utils/kill.c
       misc-utils/logger.c
       misc-utils/look.c
       misc-utils/whereis.c
       sys-utils/renice.c
       term-utils/mesg.c
       term-utils/script.c
       term-utils/ttymsg.c
       term-utils/wall.c
       term-utils/write.c
       text-utils/col.c
       text-utils/colcrt.c
       text-utils/colrm.c
       text-utils/column.c
       text-utils/hexdump.c
       text-utils/hexdump.h
       text-utils/hexdump-conv.c
       text-utils/hexdump-display.c
       text-utils/hexdump-parse.c
       text-utils/rev.c
       text-utils/ul.c
Copyright: 1980, 1983, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994
                The Regents of the University of California
           2014 Sami Kerola <kerolasa@iki.fi>
           2014 Karel Zak <kzak@redhat.com>
License: BSD-4-clause

Files: sys-utils/flock.c
Copyright: 2003-2005 H. Peter Anvin
License: MIT

Files: text-utils/pg.c
Copyright: 2000-2001 Gunnar Ritter
License: BSD-3-clause

Files: login-utils/login.c
Copyright: 1980, 1987, 1988 The Regents of the University of California.
           2011 Karel Zak <kzak@redhat.com>
License: BSLA

Files: login-utils/logindefs.c
Copyright: 2003, 2004, 2005 Thorsten Kukuk
License: BSD-3-clause

Files: libuuid/*
       libuuid/src/*
       libuuid/man/*
Copyright: 1996, 1997, 1998, 1999, 2007 Theodore Ts'o.
           1999 Andreas Dilger (adilger@enel.ucalgary.ca)
License: BSD-3-clause

Files: lib/procutils.c
       include/xalloc.h
Copyright: 2010, 2011 Davidlohr Bueso <dave@gnu.org>
License: LGPL-2+

Files: */colors.*
Copyright: 2012 Ondrej Oprala <ooprala@redhat.com>
           2012-2014 Karel Zak <kzak@redhat.com>
License: LGPL-2+

Files: login-utils/setpwnam.h
       login-utils/setpwnam.c
Copyright: 1994 Martin Schulze <joey@infodrom.north.de>
           1994 Salvatore Valente <svalente@mit.edu>
License: LGPL-2+

Files: libfdisk/*
       libfdisk/src/*
Copyright: 2007-2013 Karel Zak <kzak@redhat.com>
           2012 Davidlohr Bueso <dave@gnu.org>
License: LGPL-2.1+

Files: lib/cpuset.c
       */match.*
       lib/canonicalize.c
Copyright: 2008-2009, 2010, 2011, 2012 Karel Zak <kzak@redhat.com>
License: LGPL-2.1+

Files: */mbsalign.*
Copyright: 2009-2010 Free Software Foundation, Inc.
           2010-2013 Karel Zak <kzak@redhat.com>
License: LGPL-2.1+

Files: */timeutils.*
Copyright: 2010 Lennart Poettering
License: LGPL-2.1+

Files: include/list.h
Copyright: 2008 Karel Zak <kzak@redhat.com>
           1999-2008 by Theodore Ts'o
License: LGPL

Files: libblkid/*
       libblkid/src/*
       libblkid/samples/*
       libblkid/src/partitions/*
       libblkid/src/superblocks/*
       libblkid/src/topology/*
Copyright: 1999, 2001 Andries Brouwer
           1995, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004
               Theodore Ts'o.
           2001 Andreas Dilger (adilger@turbolinux.com)
           2004-2008 Kay Sievers <kay.sievers@vrfy.org>
           2008-2013 Karel Zak <kzak@redhat.com>
           2009 Bastian Friedrich <bastian.friedrich@collax.com>
           2009 Corentin Chary <corentincj@iksaif.net>
           2009 Mike Hommey <mh@glandium.org>
           2009 Red Hat, Inc.
           2009-2010 Andreas Dilger <adilger@sun.com>
           2010 Andrew Nayenko <resver@gmail.com>
           2010 Jeroen Oortwijn <oortwijn@gmail.com>
           2010 Jiro SEKIBA <jir@unicus.jp>
           2011 Philipp Marek <philipp.marek@linbit.com>
           2012 Milan Broz <mbroz@redhat.com>
           2013 Alejandro Martinez Ruiz <alex@nowcomputing.com>
           2013 Eric Sandeen <sandeen@redhat.com>
           2013 Rolf Fokkens <rolf@fokkens.nl>
           2013 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
License: LGPL-2.1+

Files: include/cpuset.h
       lib/randutils.c
Copyright: *unknown*
License: LGPL

Files: misc-utils/blkid.c
Copyright: 2001 Andreas Dilger
License: LGPL

Files: libmount/*
       libmount/src/*
Copyright: 2008-2012 Karel Zak <kzak@redhat.com>
License: LGPL-2.1+

Files: libmount/python/*
Copyright: 2013, Red Hat, Inc.
License: LGPL-3+

Files: libsmartcols/*
Copyright:  2009-2014 Karel Zak <kzak@redhat.com>
            2014 Ondrej Oprala <ooprala@redhat.com>
License: LGPL-2.1+

Files: debian/*
Copyright:           Guy Maor <maor@debian.org>
                     Sean 'Shaleh' Perry <shaleh@debian.org>
                     Adrian Bunk <bunk@stusta.de>
                     LaMont Jones <lamont@debian.org>
           1996-2003 Martin Mitchell (martin@debian.org)
           2008-2012 Frank Lichtenheld (djpig@debian.org)
           2014      Andreas Henriksson <andreas@fatal.se>
           2017-2020 Michael Biebl <biebl@debian.org>
           2019      Petter Reinholdtsen <pere@debian.org>
           2017-2020 Chris Hofstaedtler <zeha@debian.org>
License: GPL-2+

Files: debian/po/*
Copyright:           Aiet Kolkhi <aietkolkhi@gmail.com>
                     Anton Gladky <gladky.anton@gmail.com>
                     Arief S F (arief@gurame.fisika.ui.ac.id>
                     Armin Beširović <armin@linux.org.ba>
                     astur <malditoastur@gmail.com>
                     Axel Bojer <axelb@skolelinux.no>
                     Bart Cornelis <cobaco@skolelinux.no>
                     Bartosz Fe�ski <fenio@o2.pl>
                     Basil Shubin <bashu@surgut.ru>
                     Baurzhan Muftakhidinov <baurthefirst@gmail.com>
                     Bjorn Steensrud <bjornst@powertech.no>
                     Claus Hindsgaul <claus_h@image.dk>
                     Clytie Siddall <clytie@riverland.net.au>
                     Dafydd Tomos <l10n@da.fydd.org>
                     Damyan Ivanov <dam@modsoftsys.com>
                     Daniel Franganillo <dfranganillo@gmail.com>
                     Daniel Nylander <po@danielnylander.se>
                     Danishka Navin <danishka@gmail.com>
                     Dauren Sarsenov <daur88@inbox.ru>
                     Dominik Zablotny <dominz@wp.pl>
                     Dr.T.Vasudevan <agnihot3@gmail.com>
                     Eddy Petrisor <eddy.petrisor@gmail.com>
                     Eder L. Marques <frolic@debian-ce.org>
                     Elian Myftiu <elian.myftiu@gmail.com>
                     Emmanuel Galatoulas <galas@tee.gr>
                     Esko Arajärvi <edu@iki.fi>
                     Frank Lichtenheld <djpig@debian.org>
                     Frédéric Bothamy <frederic.bothamy@free.fr>
                     Gabor Burjan <buga@buvoshetes.hu>
                     George Papamichelakis <george@step.gr>
                     Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
                     Håvard Korsvoll <korsvoll@gmail.com>
                     Hideki Yamane <henrich@samba.gr.jp>
                     Hleb Rubanau <g.rubanau@gmail.com>
                     I Gede Wijaya S <gwijayas@yahoo.com>
                     Ivan Masár <helix84@centrum.sk>
                     Jacobo Tarrio <jtarrio@debian.org>
                     Jamil Ahmed <jamil@ankur.org.bd>
                     Janos Guljas <janos@resenje.org>
                     Jordi Mallach <jordi@debian.org>
                     Josip Rodin <joy+ditrans@linux.hr>
                     Karolina Kalic <karolina@resenje.org>
                     Kartik Mistry <kartik.mistry@gmail.com>
                     Kęstutis Biliūnas <kebil@kaunas.init.lt>
                     Kevin Scannell <kscanne@gmail.com>
                     Khoem Sokhem <khoemsokhem@khmeros.info>
                     Klaus Ade Johnstad <klaus@skolelinux.no>
                     Knut Yrvin <knuty@skolelinux.no>
                     Konstantinos Margaritis <markos@debian.org>
                     Kostas Papadimas <pkst@gnome.org>
                     Kumar Appaiah <a.kumar@alumni.iitm.ac.in>
                     Lior Kaplan <kaplan@debian.org>
                     Luiz Portella <lfpor@lujz.org>
                     Mallikarjuna <Mallikarjunasj@gmail.com>
                     Mert Dirik <mertdirik@gmail.com>
                     Milo Casagrande <milo@ubuntu.com>
                     Ming Hua <minghua@ubuntu.com>
                     Miroslav Kure <kurem@debian.cz>
                     Mouhamadou Mamoune Mbacke <mouhamadoumamoune@gmail.com>
                     Nabin Gautam <nabin@mpp.org.np>
                     Ossama M. Khayat <okhayat@yahoo.com>
                     Ovidiu Damian <deelerious@gmail.com>
                     Parlin Imanuel Toh <parlin_i@yahoo.com>
                     Pavel Piatruk <berserker@neolocation.com>
                     Piarres Beobide <pi@beobide.net>
                     Praveen|പ്രവീണ്‍ A|എ <pravi.a@gmail.com>
                     Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>
                     Sahran <Sahran.ug@gmail.com>
                     Sampada Nakhare <sampadanakhare@gmail.com>
                     Setyo Nugroho <setyo@gmx.net>
                     Simão Pedro Cardoso <pthell@gmail.com>
                     Stefano Melchior <stefano.melchior@openlabs.it>
                     Sunjae Park <darehanl@gmail.com>
                     Sveinn í Felli <sveinki@nett.is>
                     Tetralet <tetralet@gmail.com>
                     Theppitak Karoonboonyanan <thep@linux.thai.net>
                     Tshewang Norbu <bumthap2006@hotmail.com>
                     Vahid Ghaderi <vahid_male1384@yahoo.com>
                     Vanja Cvelbar <cvelbar@gmail.com>
                     Veeven <veeven@gmail.com>
                     Vikram Vincent <vincentvikram@gmail.com>
                     Yoppy Hidayanto <yoppy.hidayanto@gmail.com>
License: GPL-2+


License: public-domain
 The files tagged with this license contains the following paragraphs:
 .
 No copyright is claimed.  This code is in the public domain; do with
 it what you wish.
 .
 Written by Karel Zak <kzak@redhat.com>

License: GPL-2
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License, v2, as
 published by the Free Software Foundation
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License: GPL-3+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 3 can be found in `/usr/share/common-licenses/GPL-3'.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 1) Redistributions of source code must retain the above copyright notice,
 this list of conditions and the following disclaimer.
 .
 2) Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimer in the documentation
 and/or other materials provided with the distribution.
 .
 3) Neither the name of the ORGANIZATION nor the names of its contributors
 may be used to endorse or promote products derived from this software
 without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: BSD-4-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. All advertising materials mentioning features or use of this software
    must display the following acknowledgement:
    This product includes software developed by the University of
    California, Berkeley and its contributors.
 4. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSLA
 Redistribution and use in source and binary forms are permitted
 provided that the above copyright notice and this paragraph are
 duplicated in all such forms and that any documentation,
 advertising materials, and other materials related to such
 distribution and use acknowledge that the software was developed
 by the University of California, Berkeley.  The name of the
 University may not be used to endorse or promote products derived
 from this software without specific prior written permission.
 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

License: LGPL
 This file may be redistributed under the terms of the
 GNU Lesser General Public License.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License can be found in ‘/usr/share/common-licenses/LGPL’.

License: LGPL-2+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation, either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 The complete text of the GNU Lesser General Public License
 can be found in /usr/share/common-licenses/LGPL-2 file.

License: LGPL-2.1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License along
 with this program; if not, write to the Free Software Foundation,
 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in ‘/usr/share/common-licenses/LGPL-2.1’.

License: LGPL-3+
 This package is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 3 of the License, or (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in "/usr/share/common-licenses/LGPL-3".

License: MIT
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation files
 (the "Software"), to deal in the Software without restriction,
 including without limitation the rights to use, copy, modify, merge,
 publish, distribute, sublicense, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.



==========================================================================
Package: libbluray2:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libbluray
Source: http://git.videolan.org/?p=libbluray.git

Files: *
Copyright: 2009-2010, hpi1
           2010, fraxinas
           2009-2010, John Stebbins
           2010, Joakim
           2009-2010, Obliter0n
           2010, William Hahne
           2003,2011-2021, the VideoLAN team
           2010-2017, Petri Hintukainen
           2012, Konstantin Pavlov
License: LGPL-2.1+

Files: contrib/libudfread/src/*
Copyright: 2014-2017, VLC authors and VideoLAN
License: LGPL-2.1+

Files: doxygen-include.am
       m4/ax_prog_doxygen.m4
Copyright: 2009, Oren Ben-Kiki <oren@ben-kiki.org>
License: custom
 Copying and distribution of this file, with or without modification, are
 permitted in any medium without royalty provided the copyright notice
 and this notice are preserved.

Files: m4/attributes.m4
       m4/pkg.m4
       player_wrappers/*
Copyright: 2006-2007, Diego Pettenò <flameeyes@gmail.com>
           2000-2007, xine project
           2009-2013, Petri Hintukainen
           2004, Scott James Remnant <scott@netsplit.com>
License: GPL-2+

Files: contrib/asm/*
Copyright: 2000-2011 INRIA, France Telecom
License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the copyright holders nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
 THE POSSIBILITY OF SUCH DAMAGE.

Files: jni/*
Copyright: 1993-1996 Netscape Communications Corporation and Sun Microsystems, Inc.
License: MPL-1.0 or GPL-2+ or LGPL-2.1+

Files: src/devtools/bdj_test.c
Copyright: 2010, William Hahne
License: GPL-2+

Files: debian/*
Copyright: 2010-2011, Andres Mejia <amejia@debian.org>
           2011, Rico Tzschichholz <ricotz@ubuntu.com>
           2013, Alessio Treglia <alessio@debian.org>
           2014-2022, Sebastian Ramacher <sramacher@debian.org>
License: LGPL-2.1+

License: LGPL-2.1+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation, either version 2.1 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Lesser General Public License for more details.
 .
 On Debian systems, the full text of the GNU Lesser General Public License
 version 2.1 can be found in the file '/usr/share/common-licenses/LGPL-2.1'.

License: GPL-2+
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
 as published by the Free Software Foundation; either version 2
 of the License, or (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
Comment: You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 In addition, as a special exception, the copyright holders of libbluray
 gives permission to link the code of its release of libbluray with the
 OpenSSL project's "OpenSSL" library (or with modified versions of it
 that use the same license as the "OpenSSL" library), and distribute
 the linked executables.  You must obey the GNU General Public License
 in all respects for all of the code used other than "OpenSSL".  If you
 modify this file, you may extend this exception to your version of the
 file, but you are not obligated to do so.  If you do not wish to do
 so, delete this exception statement from your version.
 .
 On Debian systems, the full text of the GNU General Public License
 version 2 can be found in the file '/usr/share/common-licenses/GPL-2'.

License: MPL-1.0
 Mozilla Public License Version 1.0
 .
   1. Definitions.
   1.1. "Contributor" means each entity that creates or contributes to
       the creation of Modifications.
       1.2. "Contributor Version" means the combination of the Original
       Code, prior Modifications used by a Contributor, and the
       Modifications made by that particular Contributor.
       1.3. "Covered Code" means the Original Code or Modifications or
       the combination of the Original Code and Modifications, in each
       case including portions thereof.
       1.4. "Electronic Distribution Mechanism" means a mechanism
       generally accepted in the software development community for the
       electronic transfer of data.
       1.5. "Executable" means Covered Code in any form other than Source
       Code.
       1.6. "Initial Developer" means the individual or entity identified
       as the Initial Developer in the Source Code notice required by
       Exhibit A.
       1.7. "Larger Work" means a work which combines Covered Code or
       portions thereof with code not governed by the terms of this
       License.
       1.8. "License" means this document.
       1.9. "Modifications" means any addition to or deletion from the
       substance or structure of either the Original Code or any previous
       Modifications. When Covered Code is released as a series of files,
       a Modification is:
 .
   A. Any addition to or deletion from the contents of a file containing
       Original Code or previous Modifications.
       B. Any new file that contains any part of the Original Code or
       previous Modifications.
 .
   1.10. "Original Code" means Source Code of computer software code
   which is described in the Source Code notice required by Exhibit A as
   Original Code, and which, at the time of its release under this
   License is not already Covered Code governed by this License.
 .
   1.11. "Source Code" means the preferred form of the Covered Code for
   making modifications to it, including all modules it contains, plus
   any associated interface definition files, scripts used to control
   compilation and installation of an Executable, or a list of source
   code differential comparisons against either the Original Code or
   another well known, available Covered Code of the Contributor's
   choice. The Source Code can be in a compressed or archival form,
   provided the appropriate decompression or de-archiving software is
   widely available for no charge.
 .
   1.12. "You" means an individual or a legal entity exercising rights
   under, and complying with all of the terms of, this License or a
   future version of this License issued under Section 6.1. For legal
   entities, "You" includes any entity which controls, is controlled by,
   or is under common control with You. For purposes of this definition,
   "control" means (a) the power, direct or indirect, to cause the
   direction or management of such entity, whether by contract or
   otherwise, or (b) ownership of fifty percent (50%) or more of the
   outstanding shares or beneficial ownership of such entity.
   2. Source Code License.
   2.1. The Initial Developer Grant.
       The Initial Developer hereby grants You a world-wide,
       royalty-free, non-exclusive license, subject to third party
       intellectual property claims:
 .
       (a) to use, reproduce, modify, display, perform, sublicense and
       distribute the Original Code (or portions thereof) with or without
       Modifications, or as part of a Larger Work; and
       (b) under patents now or hereafter owned or controlled by Initial
       Developer, to make, have made, use and sell ("Utilize") the
       Original Code (or portions thereof), but solely to the extent that
       any such patent is reasonably necessary to enable You to Utilize
       the Original Code (or portions thereof) and not to any greater
       extent that may be necessary to Utilize further Modifications or
       combinations.
 .
   2.2. Contributor Grant.
   Each Contributor hereby grants You a world-wide, royalty-free,
   non-exclusive license, subject to third party intellectual property
   claims:
   (a) to use, reproduce, modify, display, perform, sublicense and
       distribute the Modifications created by such Contributor (or
       portions thereof) either on an unmodified basis, with other
       Modifications, as Covered Code or as part of a Larger Work; and
       (b) under patents now or hereafter owned or controlled by
       Contributor, to Utilize the Contributor Version (or portions
       thereof), but solely to the extent that any such patent is
       reasonably necessary to enable You to Utilize the Contributor
       Version (or portions thereof), and not to any greater extent that
       may be necessary to Utilize further Modifications or combinations.
 .
   3. Distribution Obligations.
   3.1. Application of License.
       The Modifications which You create or to which You contribute are
       governed by the terms of this License, including without
       limitation Section 2.2. The Source Code version of Covered Code
       may be distributed only under the terms of this License or a
       future version of this License released under Section 6.1, and You
       must include a copy of this License with every copy of the Source
       Code You distribute. You may not offer or impose any terms on any
       Source Code version that alters or restricts the applicable
       version of this License or the recipients' rights hereunder.
       However, You may include an additional document offering the
       additional rights described in Section 3.5.
       3.2. Availability of Source Code.
       Any Modification which You create or to which You contribute must
       be made available in Source Code form under the terms of this
       License either on the same media as an Executable version or via
       an accepted Electronic Distribution Mechanism to anyone to whom
       you made an Executable version available; and if made available
       via Electronic Distribution Mechanism, must remain available for
       at least twelve (12) months after the date it initially became
       available, or at least six (6) months after a subsequent version
       of that particular Modification has been made available to such
       recipients. You are responsible for ensuring that the Source Code
       version remains available even if the Electronic Distribution
       Mechanism is maintained by a third party.
       3.3. Description of Modifications.
       You must cause all Covered Code to which you contribute to contain
       a file documenting the changes You made to create that Covered
       Code and the date of any change. You must include a prominent
       statement that the Modification is derived, directly or
       indirectly, from Original Code provided by the Initial Developer
       and including the name of the Initial Developer in (a) the Source
       Code, and (b) in any notice in an Executable version or related
       documentation in which You describe the origin or ownership of the
       Covered Code.
       3.4. Intellectual Property Matters
 .
   (a) Third Party Claims.
       If You have knowledge that a party claims an intellectual property
       right in particular functionality or code (or its utilization
       under this License), you must include a text file with the source
       code distribution titled "LEGAL" which describes the claim and the
       party making the claim in sufficient detail that a recipient will
       know whom to contact. If you obtain such knowledge after You make
       Your Modification available as described in Section 3.2, You shall
       promptly modify the LEGAL file in all copies You make available
       thereafter and shall take other steps (such as notifying
       appropriate mailing lists or newsgroups) reasonably calculated to
       inform those who received the Covered Code that new knowledge has
       been obtained.
       (b) Contributor APIs.
       If Your Modification is an application programming interface and
       You own or control patents which are reasonably necessary to
       implement that API, you must also include this information in the
       LEGAL file.
 .
   3.5. Required Notices.
   You must duplicate the notice in Exhibit A in each file of the Source
   Code, and this License in any documentation for the Source Code, where
   You describe recipients' rights relating to Covered Code. If You
   created one or more Modification(s), You may add your name as a
   Contributor to the notice described in Exhibit A. If it is not
   possible to put such notice in a particular Source Code file due to
   its structure, then you must include such notice in a location (such
   as a relevant directory file) where a user would be likely to look for
   such a notice. You may choose to offer, and to charge a fee for,
   warranty, support, indemnity or liability obligations to one or more
   recipients of Covered Code. However, You may do so only on Your own
   behalf, and not on behalf of the Initial Developer or any Contributor.
   You must make it absolutely clear than any such warranty, support,
   indemnity or liability obligation is offered by You alone, and You
   hereby agree to indemnify the Initial Developer and every Contributor
   for any liability incurred by the Initial Developer or such
   Contributor as a result of warranty, support, indemnity or liability
   terms You offer.
 .
   3.6. Distribution of Executable Versions.
   You may distribute Covered Code in Executable form only if the
   requirements of Section 3.1-3.5 have been met for that Covered Code,
   and if You include a notice stating that the Source Code version of
   the Covered Code is available under the terms of this License,
   including a description of how and where You have fulfilled the
   obligations of Section 3.2. The notice must be conspicuously included
   in any notice in an Executable version, related documentation or
   collateral in which You describe recipients' rights relating to the
   Covered Code. You may distribute the Executable version of Covered
   Code under a license of Your choice, which may contain terms different
   from this License, provided that You are in compliance with the terms
   of this License and that the license for the Executable version does
   not attempt to limit or alter the recipient's rights in the Source
   Code version from the rights set forth in this License. If You
   distribute the Executable version under a different license You must
   make it absolutely clear that any terms which differ from this License
   are offered by You alone, not by the Initial Developer or any
   Contributor. You hereby agree to indemnify the Initial Developer and
   every Contributor for any liability incurred by the Initial Developer
   or such Contributor as a result of any such terms You offer.
 .
   3.7. Larger Works.
   You may create a Larger Work by combining Covered Code with other code
   not governed by the terms of this License and distribute the Larger
   Work as a single product. In such a case, You must make sure the
   requirements of this License are fulfilled for the Covered Code.
   4. Inability to Comply Due to Statute or Regulation.
       If it is impossible for You to comply with any of the terms of
       this License with respect to some or all of the Covered Code due
       to statute or regulation then You must: (a) comply with the terms
       of this License to the maximum extent possible; and (b) describe
       the limitations and the code they affect. Such description must be
       included in the LEGAL file described in Section 3.4 and must be
       included with all distributions of the Source Code. Except to the
       extent prohibited by statute or regulation, such description must
       be sufficiently detailed for a recipient of ordinary skill to be
       able to understand it.
 .
   5. Application of this License.
   This License applies to code to which the Initial Developer has
       attached the notice in Exhibit A, and to related Covered Code.
 .
   6. Versions of the License.
   6.1. New Versions.
       Netscape Communications Corporation ("Netscape") may publish
       revised and/or new versions of the License from time to time. Each
       version will be given a distinguishing version number.
       6.2. Effect of New Versions.
       Once Covered Code has been published under a particular version of
       the License, You may always continue to use it under the terms of
       that version. You may also choose to use such Covered Code under
       the terms of any subsequent version of the License published by
       Netscape. No one other than Netscape has the right to modify the
       terms applicable to Covered Code created under this License.
       6.3. Derivative Works.
       If you create or use a modified version of this License (which you
       may only do in order to apply it to code which is not already
       Covered Code governed by this License), you must (a) rename Your
       license so that the phrases "Mozilla", "MOZILLAPL", "MOZPL",
       "Netscape", "NPL" or any confusingly similar phrase do not appear
       anywhere in your license and (b) otherwise make it clear that your
       version of the license contains terms which differ from the
       Mozilla Public License and Netscape Public License. (Filling in
       the name of the Initial Developer, Original Code or Contributor in
       the notice described in Exhibit A shall not of themselves be
       deemed to be modifications of this License.)
 .
   7. DISCLAIMER OF WARRANTY.
   COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
       WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
       INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS
       FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR
       NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE
       OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE
       DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY
       OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,
       REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
       ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS
       AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
 .
   8. TERMINATION.
   This License and the rights granted hereunder will terminate
       automatically if You fail to comply with terms herein and fail to
       cure such breach within 30 days of becoming aware of the breach.
       All sublicenses to the Covered Code which are properly granted
       shall survive any termination of this License. Provisions which,
       by their nature, must remain in effect beyond the termination of
       this License shall survive.
 .
   9. LIMITATION OF LIABILITY.
   UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
       (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL
       DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED
       CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU OR
       ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
       CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
       LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER
       FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR
       LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE
       POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL
       NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM
       SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS
       SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
       LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT
       EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
 .
   10. U.S. GOVERNMENT END USERS.
   The Covered Code is a "commercial item," as that term is defined in 48
       C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
       software" and "commercial computer software documentation," as
       such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent
       with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4
       (June 1995), all U.S. Government End Users acquire Covered Code
       with only those rights set forth herein.
 .
   11. MISCELLANEOUS.
   This License represents the complete agreement concerning subject
       matter hereof. If any provision of this License is held to be
       unenforceable, such provision shall be reformed only to the extent
       necessary to make it enforceable. This License shall be governed
       by California law provisions (except to the extent applicable law,
       if any, provides otherwise), excluding its conflict-of-law
       provisions. With respect to disputes in which at least one party
       is a citizen of, or an entity chartered or registered to do
       business in, the United States of America: (a) unless otherwise
       agreed in writing, all disputes relating to this License
       (excepting any dispute relating to intellectual property rights)
       shall be subject to final and binding arbitration, with the losing
       party paying all costs of arbitration; (b) any arbitration
       relating to this Agreement shall be held in Santa Clara County,
       California, under the auspices of JAMS/EndDispute; and (c) any
       litigation relating to this Agreement shall be subject to the
       jurisdiction of the Federal Courts of the Northern District of
       California, with venue lying in Santa Clara County, California,
       with the losing party responsible for costs, including without
       limitation, court costs and reasonable attorneys fees and
       expenses. The application of the United Nations Convention on
       Contracts for the International Sale of Goods is expressly
       excluded. Any law or regulation which provides that the language
       of a contract shall be construed against the drafter shall not
       apply to this License.
 .
   12. RESPONSIBILITY FOR CLAIMS.
   Except in cases where another Contributor has failed to comply with
       Section 3.4, You are responsible for damages arising, directly or
       indirectly, out of Your utilization of rights under this License,
       based on the number of copies of Covered Code you made available,
       the revenues you received from utilizing such rights, and other
       relevant factors. You agree to work with affected parties to
       distribute responsibility on an equitable basis.



==========================================================================
Package: libbrotli1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: brotli
Source: https://github.com/google/brotli

Files: *
Copyright: 2009, 2010, 2013-2015 by the Brotli Authors
License: MIT

Files: debian/*
Copyright: 2015 Tomasz Buchert <tomasz@debian.org>
License: MIT

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.



==========================================================================
Package: libbsd0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

Files:
 *
Copyright:
 Copyright © 2004-2006, 2008-2022 Guillem Jover <guillem@hadrons.org>
License: BSD-3-clause

Files:
 man/arc4random.3bsd
Copyright:
 Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
 All rights reserved.
License: BSD-4-clause-Niels-Provos
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. All advertising materials mentioning features or use of this software
    must display the following acknowledgement:
      This product includes software developed by Niels Provos.
 4. The name of the author may not be used to endorse or promote products
    derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files:
 include/bsd/err.h
 include/bsd/stdlib.h
 include/bsd/sys/param.h
 include/bsd/unistd.h
 src/bsd_getopt.c
 src/err.c
 src/fgetln.c
 src/progname.c
Copyright:
 Copyright © 2005, 2008-2012, 2019 Guillem Jover <guillem@hadrons.org>
 Copyright © 2005 Hector Garcia Alvarez
 Copyright © 2005 Aurelien Jarno
 Copyright © 2006 Robert Millan
 Copyright © 2018 Facebook, Inc.
License: BSD-3-clause

Files:
 include/bsd/netinet/ip_icmp.h
 include/bsd/sys/bitstring.h
 include/bsd/sys/queue.h
 include/bsd/sys/time.h
 include/bsd/timeconv.h
 include/bsd/vis.h
 man/bitstring.3bsd
 man/errc.3bsd
 man/explicit_bzero.3bsd
 man/fgetln.3bsd
 man/fgetwln.3bsd
 man/fpurge.3bsd
 man/funopen.3bsd
 man/getbsize.3bsd
 man/heapsort.3bsd
 man/nlist.3bsd
 man/pwcache.3bsd
 man/queue.3bsd
 man/radixsort.3bsd
 man/reallocarray.3bsd
 man/reallocf.3bsd
 man/setmode.3bsd
 man/strmode.3bsd
 man/strnstr.3bsd
 man/strtoi.3bsd
 man/strtou.3bsd
 man/unvis.3bsd
 man/vis.3bsd
 man/wcslcpy.3bsd
 src/getbsize.c
 src/heapsort.c
 src/merge.c
 src/nlist.c
 src/pwcache.c
 src/radixsort.c
 src/setmode.c
 src/strmode.c
 src/strnstr.c
 src/strtoi.c
 src/strtou.c
 src/unvis.c
Copyright:
 Copyright © 1980, 1982, 1986, 1989-1994
     The Regents of the University of California.  All rights reserved.
 Copyright © 1992 Keith Muller.
 Copyright © 2001 Mike Barcroft <mike@FreeBSD.org>
 .
 Some code is derived from software contributed to Berkeley by
 the American National Standards Committee X3, on Information
 Processing Systems.
 .
 Some code is derived from software contributed to Berkeley by
 Peter McIlroy.
 .
 Some code is derived from software contributed to Berkeley by
 Ronnie Kon at Mindcraft Inc., Kevin Lew and Elmer Yglesias.
 .
 Some code is derived from software contributed to Berkeley by
 Dave Borman at Cray Research, Inc.
 .
 Some code is derived from software contributed to Berkeley by
 Paul Vixie.
 .
 Some code is derived from software contributed to Berkeley by
 Chris Torek.
 .
 Copyright © UNIX System Laboratories, Inc.
 All or some portions of this file are derived from material licensed
 to the University of California by American Telephone and Telegraph
 Co. or Unix System Laboratories, Inc. and are reproduced herein with
 the permission of UNIX System Laboratories, Inc.
License: BSD-3-clause-Regents

Files:
 src/vis.c
Copyright:
 Copyright © 1989, 1993
     The Regents of the University of California.  All rights reserved.
 .
 Copyright © 1999, 2005 The NetBSD Foundation, Inc.
 All rights reserved.
License: BSD-3-clause-Regents and BSD-2-clause-NetBSD

Files:
 include/bsd/libutil.h
Copyright:
 Copyright © 1996  Peter Wemm <peter@FreeBSD.org>.
 All rights reserved.
 Copyright © 2002 Networks Associates Technology, Inc.
 All rights reserved.
License: BSD-3-clause-author

Files:
 man/timeradd.3bsd
Copyright:
 Copyright © 2009 Jukka Ruohonen <jruohonen@iki.fi>
 Copyright © 1999 Kelly Yancey <kbyanc@posi.net>
 All rights reserved.
License: BSD-3-clause-John-Birrell
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the author nor the names of any co-contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY JOHN BIRRELL AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

Files:
 man/setproctitle.3bsd
Copyright:
 Copyright © 1995 Peter Wemm <peter@FreeBSD.org>
 All rights reserved.
License: libutil-David-Nugent
 Redistribution and use in source and binary forms, with or without
 modification, is permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice immediately at the beginning of the file, without modification,
    this list of conditions, and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. This work was done expressly for inclusion into FreeBSD.  Other use
    is permitted provided this notation is included.
 4. Absolutely no warranty of function or purpose is made by the author
    Peter Wemm.
 5. Modifications may be freely made to this file providing the above
    conditions are met.

Files:
 include/bsd/stringlist.h
 man/fmtcheck.3bsd
 man/humanize_number.3bsd
 man/stringlist.3bsd
 man/timeval.3bsd
 src/fmtcheck.c
 src/humanize_number.c
 src/stringlist.c
 src/strtonum.c
Copyright:
 Copyright © 1994, 1997-2000, 2002, 2008, 2010, 2014
     The NetBSD Foundation, Inc.
 Copyright © 2013 John-Mark Gurney <jmg@FreeBSD.org>
 All rights reserved.
 .
 Some code was contributed to The NetBSD Foundation by Allen Briggs.
 .
 Some code was contributed to The NetBSD Foundation by Luke Mewburn.
 .
 Some code is derived from software contributed to The NetBSD Foundation
 by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
 NASA Ames Research Center, by Luke Mewburn and by Tomas Svensson.
 .
 Some code is derived from software contributed to The NetBSD Foundation
 by Julio M. Merino Vidal, developed as part of Google's Summer of Code
 2005 program.
 .
 Some code is derived from software contributed to The NetBSD Foundation
 by Christos Zoulas.
 .
 Some code is derived from software contributed to The NetBSD Foundation
 by Jukka Ruohonen.
License: BSD-2-clause-NetBSD

Files:
 include/bsd/sys/endian.h
 man/byteorder.3bsd
 man/closefrom.3bsd
 man/expand_number.3bsd
 man/flopen.3bsd
 man/getpeereid.3bsd
 man/pidfile.3bsd
 src/expand_number.c
 src/pidfile.c
 src/reallocf.c
 src/timeconv.c
Copyright:
 Copyright © 1998, M. Warner Losh <imp@freebsd.org>
 All rights reserved.
 .
 Copyright © 2001 Dima Dorfman.
 All rights reserved.
 .
 Copyright © 2001 FreeBSD Inc.
 All rights reserved.
 .
 Copyright © 2002 Thomas Moestl <tmm@FreeBSD.org>
 All rights reserved.
 .
 Copyright © 2002 Mike Barcroft <mike@FreeBSD.org>
 All rights reserved.
 .
 Copyright © 2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
 All rights reserved.
 .
 Copyright © 2005 Colin Percival
 All rights reserved.
 .
 Copyright © 2007 Eric Anderson <anderson@FreeBSD.org>
 Copyright © 2007 Pawel Jakub Dawidek <pjd@FreeBSD.org>
 All rights reserved.
 .
 Copyright © 2007 Dag-Erling Coïdan Smørgrav
 All rights reserved.
 .
 Copyright © 2009 Advanced Computing Technologies LLC
 Written by: John H. Baldwin <jhb@FreeBSD.org>
 All rights reserved.
 .
 Copyright © 2011 Guillem Jover <guillem@hadrons.org>
License: BSD-2-clause

Files:
 src/flopen.c
Copyright:
 Copyright © 2007-2009 Dag-Erling Coïdan Smørgrav
 All rights reserved.
License: BSD-2-clause-verbatim
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer
    in this position and unchanged.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

Files:
 include/bsd/sys/tree.h
 man/fparseln.3bsd
 man/tree.3bsd
 src/fparseln.c
Copyright:
 Copyright © 1997 Christos Zoulas.
 All rights reserved.
 .
 Copyright © 2002 Niels Provos <provos@citi.umich.edu>
 All rights reserved.
License: BSD-2-clause-author

Files:
 include/bsd/readpassphrase.h
 man/readpassphrase.3bsd
 man/strlcpy.3bsd
 man/strtonum.3bsd
 src/arc4random.c
 src/arc4random_linux.h
 src/arc4random_uniform.c
 src/arc4random_unix.h
 src/arc4random_win.h
 src/closefrom.c
 src/freezero.c
 src/getentropy_aix.c
 src/getentropy_bsd.c
 src/getentropy_hpux.c
 src/getentropy_hurd.c
 src/getentropy_linux.c
 src/getentropy_osx.c
 src/getentropy_solaris.c
 src/getentropy_win.c
 src/readpassphrase.c
 src/reallocarray.c
 src/recallocarray.c
 src/strlcat.c
 src/strlcpy.c
 test/explicit_bzero.c
 test/strtonum.c
Copyright:
 Copyright © 2004 Ted Unangst and Todd Miller
 All rights reserved.
 .
 Copyright © 1996 David Mazieres <dm@uun.org>
 Copyright © 1998, 2000-2002, 2004-2005, 2007, 2010, 2012-2015
     Todd C. Miller <Todd.Miller@courtesan.com>
 Copyright © 2004 Ted Unangst
 Copyright © 2004 Otto Moerbeek <otto@drijf.net>
 Copyright © 2008 Damien Miller <djm@openbsd.org>
 Copyright © 2008, 2010-2011, 2016-2017 Otto Moerbeek <otto@drijf.net>
 Copyright © 2013 Markus Friedl <markus@openbsd.org>
 Copyright © 2014 Bob Beck <beck@obtuse.com>
 Copyright © 2014 Brent Cook <bcook@openbsd.org>
 Copyright © 2014 Pawel Jakub Dawidek <pjd@FreeBSD.org>
 Copyright © 2014 Theo de Raadt <deraadt@openbsd.org>
 Copyright © 2014 Google Inc.
 Copyright © 2015 Michael Felt <aixtools@gmail.com>
 Copyright © 2015, 2022 Guillem Jover <guillem@hadrons.org>
License: ISC
 Permission to use, copy, modify, and distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files:
 src/inet_net_pton.c
Copyright:
 Copyright © 1996 by Internet Software Consortium.
License: ISC-Original
 Permission to use, copy, modify, and distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
 ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
 CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 SOFTWARE.

Files:
 src/setproctitle.c
Copyright:
 Copyright © 2010 William Ahern
 Copyright © 2012 Guillem Jover <guillem@hadrons.org>
License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to permit
 persons to whom the Software is furnished to do so, subject to the
 following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 USE OR OTHER DEALINGS IN THE SOFTWARE.

Files:
 src/explicit_bzero.c
 src/chacha_private.h
Copyright:
 None
License: public-domain
 Public domain.

Files:
 man/mdX.3bsd
Copyright:
 None
License: Beerware
 "THE BEER-WARE LICENSE" (Revision 42):
 <phk@login.dkuug.dk> wrote this file.  As long as you retain this notice you
 can do whatever you want with this stuff. If we meet some day, and you think
 this stuff is worth it, you can buy me a beer in return.   Poul-Henning Kamp

License: BSD-3-clause-Regents
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSD-3-clause-author
 Redistribution and use in source and binary forms, with or without
 modification, is permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. The name of the author may not be used to endorse or promote
    products derived from this software without specific prior written
    permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. The name of the author may not be used to endorse or promote products
    derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
 THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-2-clause-NetBSD
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: BSD-2-clause-author
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.



==========================================================================
Package: libbz2-1.0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: bzip2
Source: http://www.bzip.org/

Files: *
Copyright: 1996-2010 Julian R Seward <jseward@bzip.org>
License: BSD-variant
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 2. The origin of this software must not be misrepresented; you must
    not claim that you wrote the original software.  If you use this
    software in a product, an acknowledgment in the product
    documentation would be appreciated but is not required.
 .
 3. Altered source versions must be plainly marked as such, and must
    not be misrepresented as being the original software.
 .
 4. The name of the author may not be used to endorse or promote
    products derived from this software without specific prior written
    permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: debian/*
Copyright: 2018 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
	   2012-2015 Santiago Ruano Rincón <santiago@debian.org>
           2014      Canonical Ltd.
           2004-2011 Anibal Monsalve Salazar <anibal@debian.org>
           1999-2002 Philippe Troin <phil@fifi.org>
           1997-1999 Anthony Fok <foka@debian.org>
License: GPL-2
 The full text of the GNU General Public License version 2
 can be found in /usr/share/common-licenses/GPL-2.



==========================================================================
Package: libc6:arm64
==========================================================================
This is the Debian prepackaged version of the GNU C Library version 2.23.

It was put together by the GNU Libc Maintainers <debian-glibc@lists.debian.org>
from <https://sourceware.org/git/glibc.git>

* Most of the GNU C library is under the following copyright:

    Copyright (C) 1991-2015 Free Software Foundation, Inc.

    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    The GNU C Library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, write to the Free
    Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
    02110-1301 USA

  On Debian systems, the complete text of the GNU Library
  General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.

* The utilities associated with GNU C library is under the following
  copyright:

    Copyright (C) 1991-2015 Free Software Foundation, Inc.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
    by the Free Software Foundation; version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.

  On Debian systems, the complete text of the GNU Library
  General Public License can be found in `/usr/share/common-licenses/GPL-2'.

* All code incorporated from 4.4 BSD is distributed under the following
  license:

   Copyright (C) 1991 Regents of the University of California.
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
   2. Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
   3. [This condition was removed.]
   4. Neither the name of the University nor the names of its contributors
      may be used to endorse or promote products derived from this software
      without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

* The DNS resolver code, taken from BIND 4.9.5, is copyrighted both by
  UC Berkeley and by Digital Equipment Corporation.  The DEC portions
  are under the following license:

    Portions Copyright (C) 1993 by Digital Equipment Corporation.

    Permission to use, copy, modify, and distribute this software for any
    purpose with or without fee is hereby granted, provided that the above
    copyright notice and this permission notice appear in all copies, and
    that the name of Digital Equipment Corporation not be used in
    advertising or publicity pertaining to distribution of the document or
    software without specific, written prior permission.

    THE SOFTWARE IS PROVIDED ``AS IS'' AND DIGITAL EQUIPMENT CORP.
    DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL
    DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT,
    INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
    FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
    NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
    WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

* The ISC portions are under the following license:

    Portions Copyright (c) 1996-1999 by Internet Software Consortium.

    Permission to use, copy, modify, and distribute this software for any
    purpose with or without fee is hereby granted, provided that the above
    copyright notice and this permission notice appear in all copies.

    THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
    ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
    OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
    CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
    DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
    PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
    ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
    SOFTWARE.

* The Sun RPC support (from rpcsrc-4.0) is covered by the following
  license:

    Copyright (c) 2010, Oracle America, Inc. 

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are
    met:

        * Redistributions of source code must retain the above copyright
          notice, this list of conditions and the following disclaimer.
        * Redistributions in binary form must reproduce the above
          copyright notice, this list of conditions and the following
          disclaimer in the documentation and/or other materials
          provided with the distribution.
        * Neither the name of the "Oracle America, Inc." nor the names of its
          contributors may be used to endorse or promote products derived
          from this software without specific prior written permission.

      THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
      "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
      LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
      FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
      COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
      INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
      DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
      GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
      INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
      WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
      NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
      OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

* The following CMU license covers some of the support code for Mach,
  derived from Mach 3.0:

    Mach Operating System
    Copyright (C) 1991,1990,1989 Carnegie Mellon University
    All Rights Reserved.

    Permission to use, copy, modify and distribute this software and its
    documentation is hereby granted, provided that both the copyright
    notice and this permission notice appear in all copies of the
    software, derivative works or modified versions, and any portions
    thereof, and that both notices appear in supporting documentation.

    CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS''
    CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
    ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.

    Carnegie Mellon requests users of this software to return to

     Software Distribution Coordinator
     School of Computer Science
     Carnegie Mellon University
     Pittsburgh PA 15213-3890

    or Software.Distribution@CS.CMU.EDU any improvements or
    extensions that they make and grant Carnegie Mellon the rights to
    redistribute these changes.

* The file if_ppp.h is under the following CMU license:

     Redistribution and use in source and binary forms, with or without
     modification, are permitted provided that the following conditions
     are met:
     1. Redistributions of source code must retain the above copyright
        notice, this list of conditions and the following disclaimer.
     2. Redistributions in binary form must reproduce the above copyright
        notice, this list of conditions and the following disclaimer in the
        documentation and/or other materials provided with the distribution.
     3. Neither the name of the University nor the names of its contributors
        may be used to endorse or promote products derived from this software
        without specific prior written permission.

     THIS SOFTWARE IS PROVIDED BY CARNEGIE MELLON UNIVERSITY AND
     CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
     INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
     MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE FOR ANY
     DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
     GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
     IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
     OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
     IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

* The following license covers the files from Intel's "Highly Optimized
  Mathematical Functions for Itanium" collection:

    Intel License Agreement

    Copyright (c) 2000, Intel Corporation

    All rights reserved.

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are
    met:

    * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

    * Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.

    * The name of Intel Corporation may not be used to endorse or promote
    products derived from this software without specific prior written
    permission.

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL OR
    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

* The files inet/getnameinfo.c and sysdeps/posix/getaddrinfo.c are copyright
  (C) by Craig Metz and are distributed under the following license:

    /* The Inner Net License, Version 2.00

      The author(s) grant permission for redistribution and use in source and
    binary forms, with or without modification, of the software and documentation
    provided that the following conditions are met:

    0. If you receive a version of the software that is specifically labelled
       as not being for redistribution (check the version message and/or README),
       you are not permitted to redistribute that version of the software in any
       way or form.
    1. All terms of the all other applicable copyrights and licenses must be
       followed.
    2. Redistributions of source code must retain the authors' copyright
       notice(s), this list of conditions, and the following disclaimer.
    3. Redistributions in binary form must reproduce the authors' copyright
       notice(s), this list of conditions, and the following disclaimer in the
       documentation and/or other materials provided with the distribution.
    4. [The copyright holder has authorized the removal of this clause.]
    5. Neither the name(s) of the author(s) nor the names of its contributors
       may be used to endorse or promote products derived from this software
       without specific prior written permission.

    THIS SOFTWARE IS PROVIDED BY ITS AUTHORS AND CONTRIBUTORS ``AS IS'' AND ANY
    EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY
    DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
    ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

      If these license terms cause you a real problem, contact the author.  */

* The file sunrpc/des_impl.c is copyright Eric Young:

    Copyright (C) 1992 Eric Young
    Collected from libdes and modified for SECURE RPC by Martin Kuck 1994
    This file is distributed under the terms of the GNU Lesser General
    Public License, version 2.1 or later - see the file COPYING.LIB for details.
    If you did not receive a copy of the license with this program, please
    see <http://www.gnu.org/licenses/> to obtain a copy.

* The libidn code is copyright Simon Josefsson, with portions copyright
  The Internet Society, Tom Tromey and Red Hat, Inc.:

    Copyright (C) 2002, 2003, 2004, 2011  Simon Josefsson

    This file is part of GNU Libidn.

    GNU Libidn is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    GNU Libidn is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public
    License along with GNU Libidn; if not, see <http://www.gnu.org/licenses/>.

* The following notice applies to portions of libidn/nfkc.c:

    This file contains functions from GLIB, including gutf8.c and
    gunidecomp.c, all licensed under LGPL and copyright hold by:

    Copyright (C) 1999, 2000 Tom Tromey
    Copyright 2000 Red Hat, Inc.

* The following applies to portions of libidn/punycode.c and
  libidn/punycode.h:

    This file is derived from RFC 3492bis written by Adam M. Costello.

    Disclaimer and license: Regarding this entire document or any
    portion of it (including the pseudocode and C code), the author
    makes no guarantees and is not responsible for any damage resulting
    from its use.  The author grants irrevocable permission to anyone
    to use, modify, and distribute it in any way that does not diminish
    the rights of anyone else to use, modify, and distribute it,
    provided that redistributed derivative works do not contain
    misleading author or version information.  Derivative works need
    not be licensed under similar terms.

    Copyright (C) The Internet Society (2003).  All Rights Reserved.

    This document and translations of it may be copied and furnished to
    others, and derivative works that comment on or otherwise explain it
    or assist in its implementation may be prepared, copied, published
    and distributed, in whole or in part, without restriction of any
    kind, provided that the above copyright notice and this paragraph are
    included on all such copies and derivative works.  However, this
    document itself may not be modified in any way, such as by removing
    the copyright notice or references to the Internet Society or other
    Internet organizations, except as needed for the purpose of
    developing Internet standards in which case the procedures for
    copyrights defined in the Internet Standards process must be
    followed, or as required to translate it into languages other than
    English.

    The limited permissions granted above are perpetual and will not be
    revoked by the Internet Society or its successors or assigns.

    This document and the information contained herein is provided on an
    "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
    TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
    BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
    HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
    MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

* The file inet/rcmd.c is under a UCB copyright and the following:

    Copyright (C) 1998 WIDE Project.
    All rights reserved.

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
    are met:
    1. Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.
    2. Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.
    3. Neither the name of the project nor the names of its contributors
       may be used to endorse or promote products derived from this software
       without specific prior written permission.

    THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    SUCH DAMAGE.

    * The file posix/runtests.c is copyright Tom Lord:

    Copyright 1995 by Tom Lord

                            All Rights Reserved

    Permission to use, copy, modify, and distribute this software and its
    documentation for any purpose and without fee is hereby granted,
    provided that the above copyright notice appear in all copies and that
    both that copyright notice and this permission notice appear in
    supporting documentation, and that the name of the copyright holder not be
    used in advertising or publicity pertaining to distribution of the
    software without specific, written prior permission.

    Tom Lord DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
    EVENT SHALL TOM LORD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
    USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
    OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
    PERFORMANCE OF THIS SOFTWARE.

* The posix/rxspencer tests are copyright Henry Spencer:

    Copyright 1992, 1993, 1994, 1997 Henry Spencer.  All rights reserved.
    This software is not subject to any license of the American Telephone
    and Telegraph Company or of the Regents of the University of California.

    Permission is granted to anyone to use this software for any purpose on
    any computer system, and to alter it and redistribute it, subject
    to the following restrictions:

    1. The author is not responsible for the consequences of use of this
       software, no matter how awful, even if they arise from flaws in it.

    2. The origin of this software must not be misrepresented, either by
       explicit claim or by omission.  Since few users ever read sources,
       credits must appear in the documentation.

    3. Altered versions must be plainly marked as such, and must not be
       misrepresented as being the original software.  Since few users
       ever read sources, credits must appear in the documentation.

    4. This notice may not be removed or altered.

* The file posix/PCRE.tests is copyright University of Cambridge:

    Copyright (c) 1997-2003 University of Cambridge

    Permission is granted to anyone to use this software for any purpose on any
    computer system, and to redistribute it freely, subject to the following
    restrictions:

    1. This software is distributed in the hope that it will be useful,
       but WITHOUT ANY WARRANTY; without even the implied warranty of
       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    2. The origin of this software must not be misrepresented, either by
       explicit claim or by omission. In practice, this means that if you use
       PCRE in software that you distribute to others, commercially or
       otherwise, you must put a sentence like this

         Regular expression support is provided by the PCRE library package,
         which is open source software, written by Philip Hazel, and copyright
         by the University of Cambridge, England.

       somewhere reasonably visible in your documentation and in any relevant
       files or online help data or similar. A reference to the ftp site for
       the source, that is, to

         ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/

       should also be given in the documentation. However, this condition is not
       intended to apply to whole chains of software. If package A includes PCRE,
       it must acknowledge it, but if package B is software that includes package
       A, the condition is not imposed on package B (unless it uses PCRE
       independently).

    3. Altered versions must be plainly marked as such, and must not be
       misrepresented as being the original software.

    4. If PCRE is embedded in any software that is released under the GNU
      General Purpose Licence (GPL), or Lesser General Purpose Licence (LGPL),
      then the terms of that licence shall supersede any condition above with
      which it is incompatible.

* Files from Sun fdlibm are copyright Sun Microsystems, Inc.:

    Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.

    Developed at SunPro, a Sun Microsystems, Inc. business.
    Permission to use, copy, modify, and distribute this
    software is freely granted, provided that this notice
    is preserved.

* Part of stdio-common/tst-printf.c is copyright C E Chew:

    (C) Copyright C E Chew

    Feel free to copy, use and distribute this software provided:

         1. you do not pretend that you wrote it
         2. you leave this copyright notice intact.

* Various long double libm functions are copyright Stephen L. Moshier:

    Copyright 2001 by Stephen L. Moshier <moshier@na-net.ornl.gov>

     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
     License as published by the Free Software Foundation; either
     version 2.1 of the License, or (at your option) any later version.

     This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.

     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
     <http://www.gnu.org/licenses/>.  */



==========================================================================
Package: libc6-dev:arm64
==========================================================================
This is the Debian prepackaged version of the GNU C Library version 2.23.

It was put together by the GNU Libc Maintainers <debian-glibc@lists.debian.org>
from <https://sourceware.org/git/glibc.git>

* Most of the GNU C library is under the following copyright:

    Copyright (C) 1991-2015 Free Software Foundation, Inc.

    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    The GNU C Library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, write to the Free
    Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
    02110-1301 USA

  On Debian systems, the complete text of the GNU Library
  General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.

* The utilities associated with GNU C library is under the following
  copyright:

    Copyright (C) 1991-2015 Free Software Foundation, Inc.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
    by the Free Software Foundation; version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.

  On Debian systems, the complete text of the GNU Library
  General Public License can be found in `/usr/share/common-licenses/GPL-2'.

* All code incorporated from 4.4 BSD is distributed under the following
  license:

   Copyright (C) 1991 Regents of the University of California.
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
   2. Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
   3. [This condition was removed.]
   4. Neither the name of the University nor the names of its contributors
      may be used to endorse or promote products derived from this software
      without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

* The DNS resolver code, taken from BIND 4.9.5, is copyrighted both by
  UC Berkeley and by Digital Equipment Corporation.  The DEC portions
  are under the following license:

    Portions Copyright (C) 1993 by Digital Equipment Corporation.

    Permission to use, copy, modify, and distribute this software for any
    purpose with or without fee is hereby granted, provided that the above
    copyright notice and this permission notice appear in all copies, and
    that the name of Digital Equipment Corporation not be used in
    advertising or publicity pertaining to distribution of the document or
    software without specific, written prior permission.

    THE SOFTWARE IS PROVIDED ``AS IS'' AND DIGITAL EQUIPMENT CORP.
    DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL
    DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT,
    INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
    FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
    NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
    WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

* The ISC portions are under the following license:

    Portions Copyright (c) 1996-1999 by Internet Software Consortium.

    Permission to use, copy, modify, and distribute this software for any
    purpose with or without fee is hereby granted, provided that the above
    copyright notice and this permission notice appear in all copies.

    THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
    ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
    OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
    CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
    DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
    PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
    ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
    SOFTWARE.

* The Sun RPC support (from rpcsrc-4.0) is covered by the following
  license:

    Copyright (c) 2010, Oracle America, Inc. 

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are
    met:

        * Redistributions of source code must retain the above copyright
          notice, this list of conditions and the following disclaimer.
        * Redistributions in binary form must reproduce the above
          copyright notice, this list of conditions and the following
          disclaimer in the documentation and/or other materials
          provided with the distribution.
        * Neither the name of the "Oracle America, Inc." nor the names of its
          contributors may be used to endorse or promote products derived
          from this software without specific prior written permission.

      THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
      "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
      LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
      FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
      COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
      INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
      DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
      GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
      INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
      WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
      NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
      OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

* The following CMU license covers some of the support code for Mach,
  derived from Mach 3.0:

    Mach Operating System
    Copyright (C) 1991,1990,1989 Carnegie Mellon University
    All Rights Reserved.

    Permission to use, copy, modify and distribute this software and its
    documentation is hereby granted, provided that both the copyright
    notice and this permission notice appear in all copies of the
    software, derivative works or modified versions, and any portions
    thereof, and that both notices appear in supporting documentation.

    CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS''
    CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
    ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.

    Carnegie Mellon requests users of this software to return to

     Software Distribution Coordinator
     School of Computer Science
     Carnegie Mellon University
     Pittsburgh PA 15213-3890

    or Software.Distribution@CS.CMU.EDU any improvements or
    extensions that they make and grant Carnegie Mellon the rights to
    redistribute these changes.

* The file if_ppp.h is under the following CMU license:

     Redistribution and use in source and binary forms, with or without
     modification, are permitted provided that the following conditions
     are met:
     1. Redistributions of source code must retain the above copyright
        notice, this list of conditions and the following disclaimer.
     2. Redistributions in binary form must reproduce the above copyright
        notice, this list of conditions and the following disclaimer in the
        documentation and/or other materials provided with the distribution.
     3. Neither the name of the University nor the names of its contributors
        may be used to endorse or promote products derived from this software
        without specific prior written permission.

     THIS SOFTWARE IS PROVIDED BY CARNEGIE MELLON UNIVERSITY AND
     CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
     INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
     MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE FOR ANY
     DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
     GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
     IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
     OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
     IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

* The following license covers the files from Intel's "Highly Optimized
  Mathematical Functions for Itanium" collection:

    Intel License Agreement

    Copyright (c) 2000, Intel Corporation

    All rights reserved.

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are
    met:

    * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

    * Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.

    * The name of Intel Corporation may not be used to endorse or promote
    products derived from this software without specific prior written
    permission.

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL OR
    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

* The files inet/getnameinfo.c and sysdeps/posix/getaddrinfo.c are copyright
  (C) by Craig Metz and are distributed under the following license:

    /* The Inner Net License, Version 2.00

      The author(s) grant permission for redistribution and use in source and
    binary forms, with or without modification, of the software and documentation
    provided that the following conditions are met:

    0. If you receive a version of the software that is specifically labelled
       as not being for redistribution (check the version message and/or README),
       you are not permitted to redistribute that version of the software in any
       way or form.
    1. All terms of the all other applicable copyrights and licenses must be
       followed.
    2. Redistributions of source code must retain the authors' copyright
       notice(s), this list of conditions, and the following disclaimer.
    3. Redistributions in binary form must reproduce the authors' copyright
       notice(s), this list of conditions, and the following disclaimer in the
       documentation and/or other materials provided with the distribution.
    4. [The copyright holder has authorized the removal of this clause.]
    5. Neither the name(s) of the author(s) nor the names of its contributors
       may be used to endorse or promote products derived from this software
       without specific prior written permission.

    THIS SOFTWARE IS PROVIDED BY ITS AUTHORS AND CONTRIBUTORS ``AS IS'' AND ANY
    EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY
    DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
    ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

      If these license terms cause you a real problem, contact the author.  */

* The file sunrpc/des_impl.c is copyright Eric Young:

    Copyright (C) 1992 Eric Young
    Collected from libdes and modified for SECURE RPC by Martin Kuck 1994
    This file is distributed under the terms of the GNU Lesser General
    Public License, version 2.1 or later - see the file COPYING.LIB for details.
    If you did not receive a copy of the license with this program, please
    see <http://www.gnu.org/licenses/> to obtain a copy.

* The libidn code is copyright Simon Josefsson, with portions copyright
  The Internet Society, Tom Tromey and Red Hat, Inc.:

    Copyright (C) 2002, 2003, 2004, 2011  Simon Josefsson

    This file is part of GNU Libidn.

    GNU Libidn is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    GNU Libidn is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public
    License along with GNU Libidn; if not, see <http://www.gnu.org/licenses/>.

* The following notice applies to portions of libidn/nfkc.c:

    This file contains functions from GLIB, including gutf8.c and
    gunidecomp.c, all licensed under LGPL and copyright hold by:

    Copyright (C) 1999, 2000 Tom Tromey
    Copyright 2000 Red Hat, Inc.

* The following applies to portions of libidn/punycode.c and
  libidn/punycode.h:

    This file is derived from RFC 3492bis written by Adam M. Costello.

    Disclaimer and license: Regarding this entire document or any
    portion of it (including the pseudocode and C code), the author
    makes no guarantees and is not responsible for any damage resulting
    from its use.  The author grants irrevocable permission to anyone
    to use, modify, and distribute it in any way that does not diminish
    the rights of anyone else to use, modify, and distribute it,
    provided that redistributed derivative works do not contain
    misleading author or version information.  Derivative works need
    not be licensed under similar terms.

    Copyright (C) The Internet Society (2003).  All Rights Reserved.

    This document and translations of it may be copied and furnished to
    others, and derivative works that comment on or otherwise explain it
    or assist in its implementation may be prepared, copied, published
    and distributed, in whole or in part, without restriction of any
    kind, provided that the above copyright notice and this paragraph are
    included on all such copies and derivative works.  However, this
    document itself may not be modified in any way, such as by removing
    the copyright notice or references to the Internet Society or other
    Internet organizations, except as needed for the purpose of
    developing Internet standards in which case the procedures for
    copyrights defined in the Internet Standards process must be
    followed, or as required to translate it into languages other than
    English.

    The limited permissions granted above are perpetual and will not be
    revoked by the Internet Society or its successors or assigns.

    This document and the information contained herein is provided on an
    "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
    TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
    BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
    HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
    MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

* The file inet/rcmd.c is under a UCB copyright and the following:

    Copyright (C) 1998 WIDE Project.
    All rights reserved.

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
    are met:
    1. Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.
    2. Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.
    3. Neither the name of the project nor the names of its contributors
       may be used to endorse or promote products derived from this software
       without specific prior written permission.

    THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    SUCH DAMAGE.

    * The file posix/runtests.c is copyright Tom Lord:

    Copyright 1995 by Tom Lord

                            All Rights Reserved

    Permission to use, copy, modify, and distribute this software and its
    documentation for any purpose and without fee is hereby granted,
    provided that the above copyright notice appear in all copies and that
    both that copyright notice and this permission notice appear in
    supporting documentation, and that the name of the copyright holder not be
    used in advertising or publicity pertaining to distribution of the
    software without specific, written prior permission.

    Tom Lord DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
    EVENT SHALL TOM LORD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
    USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
    OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
    PERFORMANCE OF THIS SOFTWARE.

* The posix/rxspencer tests are copyright Henry Spencer:

    Copyright 1992, 1993, 1994, 1997 Henry Spencer.  All rights reserved.
    This software is not subject to any license of the American Telephone
    and Telegraph Company or of the Regents of the University of California.

    Permission is granted to anyone to use this software for any purpose on
    any computer system, and to alter it and redistribute it, subject
    to the following restrictions:

    1. The author is not responsible for the consequences of use of this
       software, no matter how awful, even if they arise from flaws in it.

    2. The origin of this software must not be misrepresented, either by
       explicit claim or by omission.  Since few users ever read sources,
       credits must appear in the documentation.

    3. Altered versions must be plainly marked as such, and must not be
       misrepresented as being the original software.  Since few users
       ever read sources, credits must appear in the documentation.

    4. This notice may not be removed or altered.

* The file posix/PCRE.tests is copyright University of Cambridge:

    Copyright (c) 1997-2003 University of Cambridge

    Permission is granted to anyone to use this software for any purpose on any
    computer system, and to redistribute it freely, subject to the following
    restrictions:

    1. This software is distributed in the hope that it will be useful,
       but WITHOUT ANY WARRANTY; without even the implied warranty of
       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    2. The origin of this software must not be misrepresented, either by
       explicit claim or by omission. In practice, this means that if you use
       PCRE in software that you distribute to others, commercially or
       otherwise, you must put a sentence like this

         Regular expression support is provided by the PCRE library package,
         which is open source software, written by Philip Hazel, and copyright
         by the University of Cambridge, England.

       somewhere reasonably visible in your documentation and in any relevant
       files or online help data or similar. A reference to the ftp site for
       the source, that is, to

         ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/

       should also be given in the documentation. However, this condition is not
       intended to apply to whole chains of software. If package A includes PCRE,
       it must acknowledge it, but if package B is software that includes package
       A, the condition is not imposed on package B (unless it uses PCRE
       independently).

    3. Altered versions must be plainly marked as such, and must not be
       misrepresented as being the original software.

    4. If PCRE is embedded in any software that is released under the GNU
      General Purpose Licence (GPL), or Lesser General Purpose Licence (LGPL),
      then the terms of that licence shall supersede any condition above with
      which it is incompatible.

* Files from Sun fdlibm are copyright Sun Microsystems, Inc.:

    Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.

    Developed at SunPro, a Sun Microsystems, Inc. business.
    Permission to use, copy, modify, and distribute this
    software is freely granted, provided that this notice
    is preserved.

* Part of stdio-common/tst-printf.c is copyright C E Chew:

    (C) Copyright C E Chew

    Feel free to copy, use and distribute this software provided:

         1. you do not pretend that you wrote it
         2. you leave this copyright notice intact.

* Various long double libm functions are copyright Stephen L. Moshier:

    Copyright 2001 by Stephen L. Moshier <moshier@na-net.ornl.gov>

     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
     License as published by the Free Software Foundation; either
     version 2.1 of the License, or (at your option) any later version.

     This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.

     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
     <http://www.gnu.org/licenses/>.  */



==========================================================================
Package: libcairo-gobject2:arm64
==========================================================================
This is the Debian package of the Cairo multi-platform 2D graphics library

Packaged by Dave Beckett <dajobe@debian.org>

It was downloaded from https://cairographics.org/snapshots/

----------------------------------------------------------------------
  Copyright 1999 Tom Tromey
  Copyright 2002, 2003 University of Southern California, Information
    Sciences Institute  (ISI)
  Copyright 2000, 2002, 2004, 2005 Keith Packard
  Copyright 2004 Calum Robinson
  Copyright 2004 Richard D. Worth
  Copyright 2004, 2005 Red Hat, Inc.

  Copyright 2004 David Reveman
    Permission to use, copy, modify, distribute, and sell this software
    and its documentation for any purpose is hereby granted without
    fee, provided that the above copyright notice appear in all copies
    and that both that copyright notice and this permission notice
    appear in supporting documentation, and that the name of David
    Reveman not be used in advertising or publicity pertaining to
    distribution of the software without specific, written prior
    permission. David Reveman makes no representations about the
    suitability of this software for any purpose.  It is provided "as
    is" without express or implied warranty.

    DAVID REVEMAN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
    SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
    FITNESS, IN NO EVENT SHALL DAVID REVEMAN BE LIABLE FOR ANY SPECIAL,
    INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
    RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
    OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
    IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

    Author: David Reveman <davidr@novell.com>

----------------------------------------------------------------------

Cairo is free software.

Every source file in the implementation of cairo is available to be
redistributed and/or modified under the terms of either the GNU Lesser
General Public License (LGPL) version 2.1 or the Mozilla Public
License (MPL) version 1.1.  Some files are available under more
liberal terms, but we believe that in all cases, each file may be used
under either the LGPL or the MPL.

See the following files in this directory for the precise terms and
conditions of either license:

	COPYING-LGPL-2.1
	COPYING-MPL-1.1

Please see each file in the implementation for Copyright and licensing
information.

----------------------------------------------------------------------
On Debian systems, the complete text of the GNU General Lesser Public
License 2.1 can be found in /usr/share/common-licenses/LGPL-2.1

The Mozilla Public License 1.1 (COPYING-MPL-1.1 above) follows:

                          MOZILLA PUBLIC LICENSE
                                Version 1.1

                              ---------------

1. Definitions.

     1.0.1. "Commercial Use" means distribution or otherwise making the
     Covered Code available to a third party.

     1.1. "Contributor" means each entity that creates or contributes to
     the creation of Modifications.

     1.2. "Contributor Version" means the combination of the Original
     Code, prior Modifications used by a Contributor, and the Modifications
     made by that particular Contributor.

     1.3. "Covered Code" means the Original Code or Modifications or the
     combination of the Original Code and Modifications, in each case
     including portions thereof.

     1.4. "Electronic Distribution Mechanism" means a mechanism generally
     accepted in the software development community for the electronic
     transfer of data.

     1.5. "Executable" means Covered Code in any form other than Source
     Code.

     1.6. "Initial Developer" means the individual or entity identified
     as the Initial Developer in the Source Code notice required by Exhibit
     A.

     1.7. "Larger Work" means a work which combines Covered Code or
     portions thereof with code not governed by the terms of this License.

     1.8. "License" means this document.

     1.8.1. "Licensable" means having the right to grant, to the maximum
     extent possible, whether at the time of the initial grant or
     subsequently acquired, any and all of the rights conveyed herein.

     1.9. "Modifications" means any addition to or deletion from the
     substance or structure of either the Original Code or any previous
     Modifications. When Covered Code is released as a series of files, a
     Modification is:
          A. Any addition to or deletion from the contents of a file
          containing Original Code or previous Modifications.

          B. Any new file that contains any part of the Original Code or
          previous Modifications.

     1.10. "Original Code" means Source Code of computer software code
     which is described in the Source Code notice required by Exhibit A as
     Original Code, and which, at the time of its release under this
     License is not already Covered Code governed by this License.

     1.10.1. "Patent Claims" means any patent claim(s), now owned or
     hereafter acquired, including without limitation,  method, process,
     and apparatus claims, in any patent Licensable by grantor.

     1.11. "Source Code" means the preferred form of the Covered Code for
     making modifications to it, including all modules it contains, plus
     any associated interface definition files, scripts used to control
     compilation and installation of an Executable, or source code
     differential comparisons against either the Original Code or another
     well known, available Covered Code of the Contributor's choice. The
     Source Code can be in a compressed or archival form, provided the
     appropriate decompression or de-archiving software is widely available
     for no charge.

     1.12. "You" (or "Your")  means an individual or a legal entity
     exercising rights under, and complying with all of the terms of, this
     License or a future version of this License issued under Section 6.1.
     For legal entities, "You" includes any entity which controls, is
     controlled by, or is under common control with You. For purposes of
     this definition, "control" means (a) the power, direct or indirect,
     to cause the direction or management of such entity, whether by
     contract or otherwise, or (b) ownership of more than fifty percent
     (50%) of the outstanding shares or beneficial ownership of such
     entity.

2. Source Code License.

     2.1. The Initial Developer Grant.
     The Initial Developer hereby grants You a world-wide, royalty-free,
     non-exclusive license, subject to third party intellectual property
     claims:
          (a)  under intellectual property rights (other than patent or
          trademark) Licensable by Initial Developer to use, reproduce,
          modify, display, perform, sublicense and distribute the Original
          Code (or portions thereof) with or without Modifications, and/or
          as part of a Larger Work; and

          (b) under Patents Claims infringed by the making, using or
          selling of Original Code, to make, have made, use, practice,
          sell, and offer for sale, and/or otherwise dispose of the
          Original Code (or portions thereof).

          (c) the licenses granted in this Section 2.1(a) and (b) are
          effective on the date Initial Developer first distributes
          Original Code under the terms of this License.

          (d) Notwithstanding Section 2.1(b) above, no patent license is
          granted: 1) for code that You delete from the Original Code; 2)
          separate from the Original Code;  or 3) for infringements caused
          by: i) the modification of the Original Code or ii) the
          combination of the Original Code with other software or devices.

     2.2. Contributor Grant.
     Subject to third party intellectual property claims, each Contributor
     hereby grants You a world-wide, royalty-free, non-exclusive license

          (a)  under intellectual property rights (other than patent or
          trademark) Licensable by Contributor, to use, reproduce, modify,
          display, perform, sublicense and distribute the Modifications
          created by such Contributor (or portions thereof) either on an
          unmodified basis, with other Modifications, as Covered Code
          and/or as part of a Larger Work; and

          (b) under Patent Claims infringed by the making, using, or
          selling of  Modifications made by that Contributor either alone
          and/or in combination with its Contributor Version (or portions
          of such combination), to make, use, sell, offer for sale, have
          made, and/or otherwise dispose of: 1) Modifications made by that
          Contributor (or portions thereof); and 2) the combination of
          Modifications made by that Contributor with its Contributor
          Version (or portions of such combination).

          (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
          effective on the date Contributor first makes Commercial Use of
          the Covered Code.

          (d)    Notwithstanding Section 2.2(b) above, no patent license is
          granted: 1) for any code that Contributor has deleted from the
          Contributor Version; 2)  separate from the Contributor Version;
          3)  for infringements caused by: i) third party modifications of
          Contributor Version or ii)  the combination of Modifications made
          by that Contributor with other software  (except as part of the
          Contributor Version) or other devices; or 4) under Patent Claims
          infringed by Covered Code in the absence of Modifications made by
          that Contributor.

3. Distribution Obligations.

     3.1. Application of License.
     The Modifications which You create or to which You contribute are
     governed by the terms of this License, including without limitation
     Section 2.2. The Source Code version of Covered Code may be
     distributed only under the terms of this License or a future version
     of this License released under Section 6.1, and You must include a
     copy of this License with every copy of the Source Code You
     distribute. You may not offer or impose any terms on any Source Code
     version that alters or restricts the applicable version of this
     License or the recipients' rights hereunder. However, You may include
     an additional document offering the additional rights described in
     Section 3.5.

     3.2. Availability of Source Code.
     Any Modification which You create or to which You contribute must be
     made available in Source Code form under the terms of this License
     either on the same media as an Executable version or via an accepted
     Electronic Distribution Mechanism to anyone to whom you made an
     Executable version available; and if made available via Electronic
     Distribution Mechanism, must remain available for at least twelve (12)
     months after the date it initially became available, or at least six
     (6) months after a subsequent version of that particular Modification
     has been made available to such recipients. You are responsible for
     ensuring that the Source Code version remains available even if the
     Electronic Distribution Mechanism is maintained by a third party.

     3.3. Description of Modifications.
     You must cause all Covered Code to which You contribute to contain a
     file documenting the changes You made to create that Covered Code and
     the date of any change. You must include a prominent statement that
     the Modification is derived, directly or indirectly, from Original
     Code provided by the Initial Developer and including the name of the
     Initial Developer in (a) the Source Code, and (b) in any notice in an
     Executable version or related documentation in which You describe the
     origin or ownership of the Covered Code.

     3.4. Intellectual Property Matters
          (a) Third Party Claims.
          If Contributor has knowledge that a license under a third party's
          intellectual property rights is required to exercise the rights
          granted by such Contributor under Sections 2.1 or 2.2,
          Contributor must include a text file with the Source Code
          distribution titled "LEGAL" which describes the claim and the
          party making the claim in sufficient detail that a recipient will
          know whom to contact. If Contributor obtains such knowledge after
          the Modification is made available as described in Section 3.2,
          Contributor shall promptly modify the LEGAL file in all copies
          Contributor makes available thereafter and shall take other steps
          (such as notifying appropriate mailing lists or newsgroups)
          reasonably calculated to inform those who received the Covered
          Code that new knowledge has been obtained.

          (b) Contributor APIs.
          If Contributor's Modifications include an application programming
          interface and Contributor has knowledge of patent licenses which
          are reasonably necessary to implement that API, Contributor must
          also include this information in the LEGAL file.

               (c)    Representations.
          Contributor represents that, except as disclosed pursuant to
          Section 3.4(a) above, Contributor believes that Contributor's
          Modifications are Contributor's original creation(s) and/or
          Contributor has sufficient rights to grant the rights conveyed by
          this License.

     3.5. Required Notices.
     You must duplicate the notice in Exhibit A in each file of the Source
     Code.  If it is not possible to put such notice in a particular Source
     Code file due to its structure, then You must include such notice in a
     location (such as a relevant directory) where a user would be likely
     to look for such a notice.  If You created one or more Modification(s)
     You may add your name as a Contributor to the notice described in
     Exhibit A.  You must also duplicate this License in any documentation
     for the Source Code where You describe recipients' rights or ownership
     rights relating to Covered Code.  You may choose to offer, and to
     charge a fee for, warranty, support, indemnity or liability
     obligations to one or more recipients of Covered Code. However, You
     may do so only on Your own behalf, and not on behalf of the Initial
     Developer or any Contributor. You must make it absolutely clear than
     any such warranty, support, indemnity or liability obligation is
     offered by You alone, and You hereby agree to indemnify the Initial
     Developer and every Contributor for any liability incurred by the
     Initial Developer or such Contributor as a result of warranty,
     support, indemnity or liability terms You offer.

     3.6. Distribution of Executable Versions.
     You may distribute Covered Code in Executable form only if the
     requirements of Section 3.1-3.5 have been met for that Covered Code,
     and if You include a notice stating that the Source Code version of
     the Covered Code is available under the terms of this License,
     including a description of how and where You have fulfilled the
     obligations of Section 3.2. The notice must be conspicuously included
     in any notice in an Executable version, related documentation or
     collateral in which You describe recipients' rights relating to the
     Covered Code. You may distribute the Executable version of Covered
     Code or ownership rights under a license of Your choice, which may
     contain terms different from this License, provided that You are in
     compliance with the terms of this License and that the license for the
     Executable version does not attempt to limit or alter the recipient's
     rights in the Source Code version from the rights set forth in this
     License. If You distribute the Executable version under a different
     license You must make it absolutely clear that any terms which differ
     from this License are offered by You alone, not by the Initial
     Developer or any Contributor. You hereby agree to indemnify the
     Initial Developer and every Contributor for any liability incurred by
     the Initial Developer or such Contributor as a result of any such
     terms You offer.

     3.7. Larger Works.
     You may create a Larger Work by combining Covered Code with other code
     not governed by the terms of this License and distribute the Larger
     Work as a single product. In such a case, You must make sure the
     requirements of this License are fulfilled for the Covered Code.

4. Inability to Comply Due to Statute or Regulation.

     If it is impossible for You to comply with any of the terms of this
     License with respect to some or all of the Covered Code due to
     statute, judicial order, or regulation then You must: (a) comply with
     the terms of this License to the maximum extent possible; and (b)
     describe the limitations and the code they affect. Such description
     must be included in the LEGAL file described in Section 3.4 and must
     be included with all distributions of the Source Code. Except to the
     extent prohibited by statute or regulation, such description must be
     sufficiently detailed for a recipient of ordinary skill to be able to
     understand it.

5. Application of this License.

     This License applies to code to which the Initial Developer has
     attached the notice in Exhibit A and to related Covered Code.

6. Versions of the License.

     6.1. New Versions.
     Netscape Communications Corporation ("Netscape") may publish revised
     and/or new versions of the License from time to time. Each version
     will be given a distinguishing version number.

     6.2. Effect of New Versions.
     Once Covered Code has been published under a particular version of the
     License, You may always continue to use it under the terms of that
     version. You may also choose to use such Covered Code under the terms
     of any subsequent version of the License published by Netscape. No one
     other than Netscape has the right to modify the terms applicable to
     Covered Code created under this License.

     6.3. Derivative Works.
     If You create or use a modified version of this License (which you may
     only do in order to apply it to code which is not already Covered Code
     governed by this License), You must (a) rename Your license so that
     the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
     "MPL", "NPL" or any confusingly similar phrase do not appear in your
     license (except to note that your license differs from this License)
     and (b) otherwise make it clear that Your version of the license
     contains terms which differ from the Mozilla Public License and
     Netscape Public License. (Filling in the name of the Initial
     Developer, Original Code or Contributor in the notice described in
     Exhibit A shall not of themselves be deemed to be modifications of
     this License.)

7. DISCLAIMER OF WARRANTY.

     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.

8. TERMINATION.

     8.1.  This License and the rights granted hereunder will terminate
     automatically if You fail to comply with terms herein and fail to cure
     such breach within 30 days of becoming aware of the breach. All
     sublicenses to the Covered Code which are properly granted shall
     survive any termination of this License. Provisions which, by their
     nature, must remain in effect beyond the termination of this License
     shall survive.

     8.2.  If You initiate litigation by asserting a patent infringement
     claim (excluding declatory judgment actions) against Initial Developer
     or a Contributor (the Initial Developer or Contributor against whom
     You file such action is referred to as "Participant")  alleging that:

     (a)  such Participant's Contributor Version directly or indirectly
     infringes any patent, then any and all rights granted by such
     Participant to You under Sections 2.1 and/or 2.2 of this License
     shall, upon 60 days notice from Participant terminate prospectively,
     unless if within 60 days after receipt of notice You either: (i)
     agree in writing to pay Participant a mutually agreeable reasonable
     royalty for Your past and future use of Modifications made by such
     Participant, or (ii) withdraw Your litigation claim with respect to
     the Contributor Version against such Participant.  If within 60 days
     of notice, a reasonable royalty and payment arrangement are not
     mutually agreed upon in writing by the parties or the litigation claim
     is not withdrawn, the rights granted by Participant to You under
     Sections 2.1 and/or 2.2 automatically terminate at the expiration of
     the 60 day notice period specified above.

     (b)  any software, hardware, or device, other than such Participant's
     Contributor Version, directly or indirectly infringes any patent, then
     any rights granted to You by such Participant under Sections 2.1(b)
     and 2.2(b) are revoked effective as of the date You first made, used,
     sold, distributed, or had made, Modifications made by that
     Participant.

     8.3.  If You assert a patent infringement claim against Participant
     alleging that such Participant's Contributor Version directly or
     indirectly infringes any patent where such claim is resolved (such as
     by license or settlement) prior to the initiation of patent
     infringement litigation, then the reasonable value of the licenses
     granted by such Participant under Sections 2.1 or 2.2 shall be taken
     into account in determining the amount or value of any payment or
     license.

     8.4.  In the event of termination under Sections 8.1 or 8.2 above,
     all end user license agreements (excluding distributors and resellers)
     which have been validly granted by You or any distributor hereunder
     prior to termination shall survive termination.

9. LIMITATION OF LIABILITY.

     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.

10. U.S. GOVERNMENT END USERS.

     The Covered Code is a "commercial item," as that term is defined in
     48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
     software" and "commercial computer software documentation," as such
     terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
     all U.S. Government End Users acquire Covered Code with only those
     rights set forth herein.

11. MISCELLANEOUS.

     This License represents the complete agreement concerning subject
     matter hereof. If any provision of this License is held to be
     unenforceable, such provision shall be reformed only to the extent
     necessary to make it enforceable. This License shall be governed by
     California law provisions (except to the extent applicable law, if
     any, provides otherwise), excluding its conflict-of-law provisions.
     With respect to disputes in which at least one party is a citizen of,
     or an entity chartered or registered to do business in the United
     States of America, any litigation relating to this License shall be
     subject to the jurisdiction of the Federal Courts of the Northern
     District of California, with venue lying in Santa Clara County,
     California, with the losing party responsible for costs, including
     without limitation, court costs and reasonable attorneys' fees and
     expenses. The application of the United Nations Convention on
     Contracts for the International Sale of Goods is expressly excluded.
     Any law or regulation which provides that the language of a contract
     shall be construed against the drafter shall not apply to this
     License.

12. RESPONSIBILITY FOR CLAIMS.

     As between Initial Developer and the Contributors, each party is
     responsible for claims and damages arising, directly or indirectly,
     out of its utilization of rights under this License and You agree to
     work with Initial Developer and Contributors to distribute such
     responsibility on an equitable basis. Nothing herein is intended or
     shall be deemed to constitute any admission of liability.

13. MULTIPLE-LICENSED CODE.

     Initial Developer may designate portions of the Covered Code as
     "Multiple-Licensed".  "Multiple-Licensed" means that the Initial
     Developer permits you to utilize portions of the Covered Code under
     Your choice of the NPL or the alternative licenses, if any, specified
     by the Initial Developer in the file described in Exhibit A.

EXHIBIT A -Mozilla Public License.

     ``The contents of this file are subject to the Mozilla Public License
     Version 1.1 (the "License"); you may not use this file except in
     compliance with the License. You may obtain a copy of the License at
     http://www.mozilla.org/MPL/

     Software distributed under the License is distributed on an "AS IS"
     basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
     License for the specific language governing rights and limitations
     under the License.

     The Original Code is ______________________________________.

     The Initial Developer of the Original Code is ________________________.
     Portions created by ______________________ are Copyright (C) ______
     _______________________. All Rights Reserved.

     Contributor(s): ______________________________________.

     Alternatively, the contents of this file may be used under the terms
     of the _____ license (the  "[___] License"), in which case the
     provisions of [______] License are applicable instead of those
     above.  If you wish to allow use of your version of this file only
     under the terms of the [____] License and not to allow others to use
     your version of this file under the MPL, indicate your decision by
     deleting  the provisions above and replace  them with the notice and
     other provisions required by the [___] License.  If you do not delete
     the provisions above, a recipient may use your version of this file
     under either the MPL or the [___] License."

     [NOTE: The text of this Exhibit A may differ slightly from the text of
     the notices in the Source Code files of the Original Code. You should
     use the text of this Exhibit A rather than the text found in the
     Original Code Source Code for Your Modifications.]



==========================================================================
Package: libcairo2:arm64
==========================================================================
This is the Debian package of the Cairo multi-platform 2D graphics library

Packaged by Dave Beckett <dajobe@debian.org>

It was downloaded from https://cairographics.org/snapshots/

----------------------------------------------------------------------
  Copyright 1999 Tom Tromey
  Copyright 2002, 2003 University of Southern California, Information
    Sciences Institute  (ISI)
  Copyright 2000, 2002, 2004, 2005 Keith Packard
  Copyright 2004 Calum Robinson
  Copyright 2004 Richard D. Worth
  Copyright 2004, 2005 Red Hat, Inc.

  Copyright 2004 David Reveman
    Permission to use, copy, modify, distribute, and sell this software
    and its documentation for any purpose is hereby granted without
    fee, provided that the above copyright notice appear in all copies
    and that both that copyright notice and this permission notice
    appear in supporting documentation, and that the name of David
    Reveman not be used in advertising or publicity pertaining to
    distribution of the software without specific, written prior
    permission. David Reveman makes no representations about the
    suitability of this software for any purpose.  It is provided "as
    is" without express or implied warranty.

    DAVID REVEMAN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
    SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
    FITNESS, IN NO EVENT SHALL DAVID REVEMAN BE LIABLE FOR ANY SPECIAL,
    INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
    RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
    OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
    IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

    Author: David Reveman <davidr@novell.com>

----------------------------------------------------------------------

Cairo is free software.

Every source file in the implementation of cairo is available to be
redistributed and/or modified under the terms of either the GNU Lesser
General Public License (LGPL) version 2.1 or the Mozilla Public
License (MPL) version 1.1.  Some files are available under more
liberal terms, but we believe that in all cases, each file may be used
under either the LGPL or the MPL.

See the following files in this directory for the precise terms and
conditions of either license:

	COPYING-LGPL-2.1
	COPYING-MPL-1.1

Please see each file in the implementation for Copyright and licensing
information.

----------------------------------------------------------------------
On Debian systems, the complete text of the GNU General Lesser Public
License 2.1 can be found in /usr/share/common-licenses/LGPL-2.1

The Mozilla Public License 1.1 (COPYING-MPL-1.1 above) follows:

                          MOZILLA PUBLIC LICENSE
                                Version 1.1

                              ---------------

1. Definitions.

     1.0.1. "Commercial Use" means distribution or otherwise making the
     Covered Code available to a third party.

     1.1. "Contributor" means each entity that creates or contributes to
     the creation of Modifications.

     1.2. "Contributor Version" means the combination of the Original
     Code, prior Modifications used by a Contributor, and the Modifications
     made by that particular Contributor.

     1.3. "Covered Code" means the Original Code or Modifications or the
     combination of the Original Code and Modifications, in each case
     including portions thereof.

     1.4. "Electronic Distribution Mechanism" means a mechanism generally
     accepted in the software development community for the electronic
     transfer of data.

     1.5. "Executable" means Covered Code in any form other than Source
     Code.

     1.6. "Initial Developer" means the individual or entity identified
     as the Initial Developer in the Source Code notice required by Exhibit
     A.

     1.7. "Larger Work" means a work which combines Covered Code or
     portions thereof with code not governed by the terms of this License.

     1.8. "License" means this document.

     1.8.1. "Licensable" means having the right to grant, to the maximum
     extent possible, whether at the time of the initial grant or
     subsequently acquired, any and all of the rights conveyed herein.

     1.9. "Modifications" means any addition to or deletion from the
     substance or structure of either the Original Code or any previous
     Modifications. When Covered Code is released as a series of files, a
     Modification is:
          A. Any addition to or deletion from the contents of a file
          containing Original Code or previous Modifications.

          B. Any new file that contains any part of the Original Code or
          previous Modifications.

     1.10. "Original Code" means Source Code of computer software code
     which is described in the Source Code notice required by Exhibit A as
     Original Code, and which, at the time of its release under this
     License is not already Covered Code governed by this License.

     1.10.1. "Patent Claims" means any patent claim(s), now owned or
     hereafter acquired, including without limitation,  method, process,
     and apparatus claims, in any patent Licensable by grantor.

     1.11. "Source Code" means the preferred form of the Covered Code for
     making modifications to it, including all modules it contains, plus
     any associated interface definition files, scripts used to control
     compilation and installation of an Executable, or source code
     differential comparisons against either the Original Code or another
     well known, available Covered Code of the Contributor's choice. The
     Source Code can be in a compressed or archival form, provided the
     appropriate decompression or de-archiving software is widely available
     for no charge.

     1.12. "You" (or "Your")  means an individual or a legal entity
     exercising rights under, and complying with all of the terms of, this
     License or a future version of this License issued under Section 6.1.
     For legal entities, "You" includes any entity which controls, is
     controlled by, or is under common control with You. For purposes of
     this definition, "control" means (a) the power, direct or indirect,
     to cause the direction or management of such entity, whether by
     contract or otherwise, or (b) ownership of more than fifty percent
     (50%) of the outstanding shares or beneficial ownership of such
     entity.

2. Source Code License.

     2.1. The Initial Developer Grant.
     The Initial Developer hereby grants You a world-wide, royalty-free,
     non-exclusive license, subject to third party intellectual property
     claims:
          (a)  under intellectual property rights (other than patent or
          trademark) Licensable by Initial Developer to use, reproduce,
          modify, display, perform, sublicense and distribute the Original
          Code (or portions thereof) with or without Modifications, and/or
          as part of a Larger Work; and

          (b) under Patents Claims infringed by the making, using or
          selling of Original Code, to make, have made, use, practice,
          sell, and offer for sale, and/or otherwise dispose of the
          Original Code (or portions thereof).

          (c) the licenses granted in this Section 2.1(a) and (b) are
          effective on the date Initial Developer first distributes
          Original Code under the terms of this License.

          (d) Notwithstanding Section 2.1(b) above, no patent license is
          granted: 1) for code that You delete from the Original Code; 2)
          separate from the Original Code;  or 3) for infringements caused
          by: i) the modification of the Original Code or ii) the
          combination of the Original Code with other software or devices.

     2.2. Contributor Grant.
     Subject to third party intellectual property claims, each Contributor
     hereby grants You a world-wide, royalty-free, non-exclusive license

          (a)  under intellectual property rights (other than patent or
          trademark) Licensable by Contributor, to use, reproduce, modify,
          display, perform, sublicense and distribute the Modifications
          created by such Contributor (or portions thereof) either on an
          unmodified basis, with other Modifications, as Covered Code
          and/or as part of a Larger Work; and

          (b) under Patent Claims infringed by the making, using, or
          selling of  Modifications made by that Contributor either alone
          and/or in combination with its Contributor Version (or portions
          of such combination), to make, use, sell, offer for sale, have
          made, and/or otherwise dispose of: 1) Modifications made by that
          Contributor (or portions thereof); and 2) the combination of
          Modifications made by that Contributor with its Contributor
          Version (or portions of such combination).

          (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
          effective on the date Contributor first makes Commercial Use of
          the Covered Code.

          (d)    Notwithstanding Section 2.2(b) above, no patent license is
          granted: 1) for any code that Contributor has deleted from the
          Contributor Version; 2)  separate from the Contributor Version;
          3)  for infringements caused by: i) third party modifications of
          Contributor Version or ii)  the combination of Modifications made
          by that Contributor with other software  (except as part of the
          Contributor Version) or other devices; or 4) under Patent Claims
          infringed by Covered Code in the absence of Modifications made by
          that Contributor.

3. Distribution Obligations.

     3.1. Application of License.
     The Modifications which You create or to which You contribute are
     governed by the terms of this License, including without limitation
     Section 2.2. The Source Code version of Covered Code may be
     distributed only under the terms of this License or a future version
     of this License released under Section 6.1, and You must include a
     copy of this License with every copy of the Source Code You
     distribute. You may not offer or impose any terms on any Source Code
     version that alters or restricts the applicable version of this
     License or the recipients' rights hereunder. However, You may include
     an additional document offering the additional rights described in
     Section 3.5.

     3.2. Availability of Source Code.
     Any Modification which You create or to which You contribute must be
     made available in Source Code form under the terms of this License
     either on the same media as an Executable version or via an accepted
     Electronic Distribution Mechanism to anyone to whom you made an
     Executable version available; and if made available via Electronic
     Distribution Mechanism, must remain available for at least twelve (12)
     months after the date it initially became available, or at least six
     (6) months after a subsequent version of that particular Modification
     has been made available to such recipients. You are responsible for
     ensuring that the Source Code version remains available even if the
     Electronic Distribution Mechanism is maintained by a third party.

     3.3. Description of Modifications.
     You must cause all Covered Code to which You contribute to contain a
     file documenting the changes You made to create that Covered Code and
     the date of any change. You must include a prominent statement that
     the Modification is derived, directly or indirectly, from Original
     Code provided by the Initial Developer and including the name of the
     Initial Developer in (a) the Source Code, and (b) in any notice in an
     Executable version or related documentation in which You describe the
     origin or ownership of the Covered Code.

     3.4. Intellectual Property Matters
          (a) Third Party Claims.
          If Contributor has knowledge that a license under a third party's
          intellectual property rights is required to exercise the rights
          granted by such Contributor under Sections 2.1 or 2.2,
          Contributor must include a text file with the Source Code
          distribution titled "LEGAL" which describes the claim and the
          party making the claim in sufficient detail that a recipient will
          know whom to contact. If Contributor obtains such knowledge after
          the Modification is made available as described in Section 3.2,
          Contributor shall promptly modify the LEGAL file in all copies
          Contributor makes available thereafter and shall take other steps
          (such as notifying appropriate mailing lists or newsgroups)
          reasonably calculated to inform those who received the Covered
          Code that new knowledge has been obtained.

          (b) Contributor APIs.
          If Contributor's Modifications include an application programming
          interface and Contributor has knowledge of patent licenses which
          are reasonably necessary to implement that API, Contributor must
          also include this information in the LEGAL file.

               (c)    Representations.
          Contributor represents that, except as disclosed pursuant to
          Section 3.4(a) above, Contributor believes that Contributor's
          Modifications are Contributor's original creation(s) and/or
          Contributor has sufficient rights to grant the rights conveyed by
          this License.

     3.5. Required Notices.
     You must duplicate the notice in Exhibit A in each file of the Source
     Code.  If it is not possible to put such notice in a particular Source
     Code file due to its structure, then You must include such notice in a
     location (such as a relevant directory) where a user would be likely
     to look for such a notice.  If You created one or more Modification(s)
     You may add your name as a Contributor to the notice described in
     Exhibit A.  You must also duplicate this License in any documentation
     for the Source Code where You describe recipients' rights or ownership
     rights relating to Covered Code.  You may choose to offer, and to
     charge a fee for, warranty, support, indemnity or liability
     obligations to one or more recipients of Covered Code. However, You
     may do so only on Your own behalf, and not on behalf of the Initial
     Developer or any Contributor. You must make it absolutely clear than
     any such warranty, support, indemnity or liability obligation is
     offered by You alone, and You hereby agree to indemnify the Initial
     Developer and every Contributor for any liability incurred by the
     Initial Developer or such Contributor as a result of warranty,
     support, indemnity or liability terms You offer.

     3.6. Distribution of Executable Versions.
     You may distribute Covered Code in Executable form only if the
     requirements of Section 3.1-3.5 have been met for that Covered Code,
     and if You include a notice stating that the Source Code version of
     the Covered Code is available under the terms of this License,
     including a description of how and where You have fulfilled the
     obligations of Section 3.2. The notice must be conspicuously included
     in any notice in an Executable version, related documentation or
     collateral in which You describe recipients' rights relating to the
     Covered Code. You may distribute the Executable version of Covered
     Code or ownership rights under a license of Your choice, which may
     contain terms different from this License, provided that You are in
     compliance with the terms of this License and that the license for the
     Executable version does not attempt to limit or alter the recipient's
     rights in the Source Code version from the rights set forth in this
     License. If You distribute the Executable version under a different
     license You must make it absolutely clear that any terms which differ
     from this License are offered by You alone, not by the Initial
     Developer or any Contributor. You hereby agree to indemnify the
     Initial Developer and every Contributor for any liability incurred by
     the Initial Developer or such Contributor as a result of any such
     terms You offer.

     3.7. Larger Works.
     You may create a Larger Work by combining Covered Code with other code
     not governed by the terms of this License and distribute the Larger
     Work as a single product. In such a case, You must make sure the
     requirements of this License are fulfilled for the Covered Code.

4. Inability to Comply Due to Statute or Regulation.

     If it is impossible for You to comply with any of the terms of this
     License with respect to some or all of the Covered Code due to
     statute, judicial order, or regulation then You must: (a) comply with
     the terms of this License to the maximum extent possible; and (b)
     describe the limitations and the code they affect. Such description
     must be included in the LEGAL file described in Section 3.4 and must
     be included with all distributions of the Source Code. Except to the
     extent prohibited by statute or regulation, such description must be
     sufficiently detailed for a recipient of ordinary skill to be able to
     understand it.

5. Application of this License.

     This License applies to code to which the Initial Developer has
     attached the notice in Exhibit A and to related Covered Code.

6. Versions of the License.

     6.1. New Versions.
     Netscape Communications Corporation ("Netscape") may publish revised
     and/or new versions of the License from time to time. Each version
     will be given a distinguishing version number.

     6.2. Effect of New Versions.
     Once Covered Code has been published under a particular version of the
     License, You may always continue to use it under the terms of that
     version. You may also choose to use such Covered Code under the terms
     of any subsequent version of the License published by Netscape. No one
     other than Netscape has the right to modify the terms applicable to
     Covered Code created under this License.

     6.3. Derivative Works.
     If You create or use a modified version of this License (which you may
     only do in order to apply it to code which is not already Covered Code
     governed by this License), You must (a) rename Your license so that
     the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
     "MPL", "NPL" or any confusingly similar phrase do not appear in your
     license (except to note that your license differs from this License)
     and (b) otherwise make it clear that Your version of the license
     contains terms which differ from the Mozilla Public License and
     Netscape Public License. (Filling in the name of the Initial
     Developer, Original Code or Contributor in the notice described in
     Exhibit A shall not of themselves be deemed to be modifications of
     this License.)

7. DISCLAIMER OF WARRANTY.

     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.

8. TERMINATION.

     8.1.  This License and the rights granted hereunder will terminate
     automatically if You fail to comply with terms herein and fail to cure
     such breach within 30 days of becoming aware of the breach. All
     sublicenses to the Covered Code which are properly granted shall
     survive any termination of this License. Provisions which, by their
     nature, must remain in effect beyond the termination of this License
     shall survive.

     8.2.  If You initiate litigation by asserting a patent infringement
     claim (excluding declatory judgment actions) against Initial Developer
     or a Contributor (the Initial Developer or Contributor against whom
     You file such action is referred to as "Participant")  alleging that:

     (a)  such Participant's Contributor Version directly or indirectly
     infringes any patent, then any and all rights granted by such
     Participant to You under Sections 2.1 and/or 2.2 of this License
     shall, upon 60 days notice from Participant terminate prospectively,
     unless if within 60 days after receipt of notice You either: (i)
     agree in writing to pay Participant a mutually agreeable reasonable
     royalty for Your past and future use of Modifications made by such
     Participant, or (ii) withdraw Your litigation claim with respect to
     the Contributor Version against such Participant.  If within 60 days
     of notice, a reasonable royalty and payment arrangement are not
     mutually agreed upon in writing by the parties or the litigation claim
     is not withdrawn, the rights granted by Participant to You under
     Sections 2.1 and/or 2.2 automatically terminate at the expiration of
     the 60 day notice period specified above.

     (b)  any software, hardware, or device, other than such Participant's
     Contributor Version, directly or indirectly infringes any patent, then
     any rights granted to You by such Participant under Sections 2.1(b)
     and 2.2(b) are revoked effective as of the date You first made, used,
     sold, distributed, or had made, Modifications made by that
     Participant.

     8.3.  If You assert a patent infringement claim against Participant
     alleging that such Participant's Contributor Version directly or
     indirectly infringes any patent where such claim is resolved (such as
     by license or settlement) prior to the initiation of patent
     infringement litigation, then the reasonable value of the licenses
     granted by such Participant under Sections 2.1 or 2.2 shall be taken
     into account in determining the amount or value of any payment or
     license.

     8.4.  In the event of termination under Sections 8.1 or 8.2 above,
     all end user license agreements (excluding distributors and resellers)
     which have been validly granted by You or any distributor hereunder
     prior to termination shall survive termination.

9. LIMITATION OF LIABILITY.

     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.

10. U.S. GOVERNMENT END USERS.

     The Covered Code is a "commercial item," as that term is defined in
     48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
     software" and "commercial computer software documentation," as such
     terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
     all U.S. Government End Users acquire Covered Code with only those
     rights set forth herein.

11. MISCELLANEOUS.

     This License represents the complete agreement concerning subject
     matter hereof. If any provision of this License is held to be
     unenforceable, such provision shall be reformed only to the extent
     necessary to make it enforceable. This License shall be governed by
     California law provisions (except to the extent applicable law, if
     any, provides otherwise), excluding its conflict-of-law provisions.
     With respect to disputes in which at least one party is a citizen of,
     or an entity chartered or registered to do business in the United
     States of America, any litigation relating to this License shall be
     subject to the jurisdiction of the Federal Courts of the Northern
     District of California, with venue lying in Santa Clara County,
     California, with the losing party responsible for costs, including
     without limitation, court costs and reasonable attorneys' fees and
     expenses. The application of the United Nations Convention on
     Contracts for the International Sale of Goods is expressly excluded.
     Any law or regulation which provides that the language of a contract
     shall be construed against the drafter shall not apply to this
     License.

12. RESPONSIBILITY FOR CLAIMS.

     As between Initial Developer and the Contributors, each party is
     responsible for claims and damages arising, directly or indirectly,
     out of its utilization of rights under this License and You agree to
     work with Initial Developer and Contributors to distribute such
     responsibility on an equitable basis. Nothing herein is intended or
     shall be deemed to constitute any admission of liability.

13. MULTIPLE-LICENSED CODE.

     Initial Developer may designate portions of the Covered Code as
     "Multiple-Licensed".  "Multiple-Licensed" means that the Initial
     Developer permits you to utilize portions of the Covered Code under
     Your choice of the NPL or the alternative licenses, if any, specified
     by the Initial Developer in the file described in Exhibit A.

EXHIBIT A -Mozilla Public License.

     ``The contents of this file are subject to the Mozilla Public License
     Version 1.1 (the "License"); you may not use this file except in
     compliance with the License. You may obtain a copy of the License at
     http://www.mozilla.org/MPL/

     Software distributed under the License is distributed on an "AS IS"
     basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
     License for the specific language governing rights and limitations
     under the License.

     The Original Code is ______________________________________.

     The Initial Developer of the Original Code is ________________________.
     Portions created by ______________________ are Copyright (C) ______
     _______________________. All Rights Reserved.

     Contributor(s): ______________________________________.

     Alternatively, the contents of this file may be used under the terms
     of the _____ license (the  "[___] License"), in which case the
     provisions of [______] License are applicable instead of those
     above.  If you wish to allow use of your version of this file only
     under the terms of the [____] License and not to allow others to use
     your version of this file under the MPL, indicate your decision by
     deleting  the provisions above and replace  them with the notice and
     other provisions required by the [___] License.  If you do not delete
     the provisions above, a recipient may use your version of this file
     under either the MPL or the [___] License."

     [NOTE: The text of this Exhibit A may differ slightly from the text of
     the notices in the Source Code files of the Original Code. You should
     use the text of this Exhibit A rather than the text found in the
     Original Code Source Code for Your Modifications.]



==========================================================================
Package: libcap2:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libcap
Upstream-Contact: Andrew G. Morgan <morgan@kernel.org>
Source: https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/

Files: *
Copyright: 1997-2016 Andrew G. Morgan <morgan@linux.kernel.org>
License: BSD-3-clause or GPL-2

Files: libcap/cap_text.c
Copyright: 1997-2008 Andrew G. Morgan <morgan@linux.kernel.org>
           1997 Andrew Main <zefram@dcs.warwick.ac.uk>
License: BSD-3-clause or GPL-2

Files: libcap/include/sys/capability.h
Copyright: 1997-2008 Andrew G. Morgan <morgan@kernel.org>
           1997 Aleph One
License: BSD-3-clause or GPL-2

Files: libcap/include/sys/securebits.h
Copyright: 2010 Serge Hallyn <serue@us.ibm.com>
License: BSD-3-clause or GPL-2

Files: progs/old/sucap.c
Copyright: 1998 Finn Arne Gangstad <finnag@guardian.no>
License: BSD-3-clause or GPL-2

Files: contrib/*
Copyright: 2006, Matt Kern <matt.kern@undue.org>
           2008, Andrew G. Morgan <morgan@linux.kernel.org>
	   2008, Chris Friedhoff <chris@friedhoff.org>
License: BSD-3-clause or GPL-2

Files: debian/*
Copyright: 2014, Daniel Baumann <mail@daniel-baumann.ch>
           2014-2022, Christian Kastner <ckk@debian.org>
License: BSD-3-clause or GPL-2+

Files: debian/manpages/*
Copyright: 1997-2014 Andrew G. Morgan <morgan@linux.kernel.org>
           2011 Scott Schaefer <saschaefer@neurodiverse.org>
License: BSD-3-clause or GPL-2

Files: debian/patches/*
Copyright: 2011, Andrew Straw <strawman@astraw.com>
           2011, Zhi Li <lizhi1215@gmail.com>
           2014-2016, Christian Kastner <ckk@debian.org>
           2015, Helmut Grohne <helmut@subdivi.de>
License: BSD-3-clause or GPL-2+

License: BSD-3-clause
 Redistribution and use in source and binary forms of libcap, with
 or without modification, are permitted provided that the following
 conditions are met:
 .
 1. Redistributions of source code must retain any existing copyright
    notice, and this entire permission notice in its entirety,
    including the disclaimer of warranties.
 .
 2. Redistributions in binary form must reproduce all prior and current
    copyright notices, this list of conditions, and the following
    disclaimer in the documentation and/or other materials provided
    with the distribution.
 .
 3. The name of any author may not be used to endorse or promote
    products derived from this software without their specific prior
    written permission.
 .
 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 DAMAGE.

License: GPL-2
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, version 2 of the License.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 The complete text of the GNU General Public License
 can be found in /usr/share/common-licenses/GPL-2 file.

License: GPL-2+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 The complete text of the GNU General Public License
 can be found in /usr/share/common-licenses/GPL-2 file.



==========================================================================
Package: libchromaprint1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: chromaprint
Source: https://github.com/acoustid/chromaprint

Files: *
Copyright: 2010-2012 Lukáš Lalinský <lalinsky@gmail.com>
License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

Files: src/3rdparty/googletest/*
Copyright: 2008 Google Inc
License: BSD-3-clause

Files: src/3rdparty/kissfft/*
Copyright: 2003-2010 Mark Borgerding
License: BSD-3-clause

Files: src/avresample/avcodec.h
Copyright: 2001 Fabrice Bellard
License: LGPL-2.1+

Files: src/avresample/resample2.c
Copyright: 2004 Michael Nidermayer <michaelni@gmx.at>
License: LGPL-2.1+

Files: debian/*
Copyright: 2010-2011 Lukáš Lalinský <lalinsky@gmail.com>
           2011 Clint Adams <clint@debian.org>
           2011-2014 Simon Chopin <chopin.simon@gmail.com>
License: LGPL-2.1+

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
  * Redistributions of source code must retain the above copyright notice, this
    list of conditions and the following disclaimer.
  * Redistributions in binary form must reproduce the above copyright notice,
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.
  * Neither the author nor the names of any contributors may be used to endorse
    or promote products derived from this software without specific prior
    written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License can be found in /usr/share/common-licenses/LGPL-2.1 file.



==========================================================================
Package: libcjson1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: cJSON
Source: https://github.com/DaveGamble/cJSON

Files: *
Copyright: 2009-2020, Dave Gamble and cJSON contributors
License: MIT

Files: debian/*
Copyright: 2018, Yanhao Mo <yanhaocs@gmail.com>
License: MIT

Files: cJSON.h
       cJSON_Utils.h
       cJSON_Utils.c
       cJSON.c
       test.c
Copyright: 2009-2017, Dave Gamble and cJSON contributors
License: MIT

Files: tests/json-patch-tests/*
Copyright: 2014, Mike McCabe and other authors
License: Apache-2.0

License: MIT
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 * DEALINGS IN THE SOFTWARE.

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache version 2.0 license
 can be found in "/usr/share/common-licenses/Apache-2.0".



==========================================================================
Package: libcodec2-1.0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: codec2
Upstream-Contact: https://rowetel.com/codec2.html
Source: https://github.com/drowe67/codec2/
 https://github.com/drowe67/codec2/archive/v1.0.5.tar.gz
 https://github.com/drowe67/cml
 https://github.com/drowe67/LPCNet/archive/v0.1.tar.gz
 https://rowetel.com/downloads/deep/lpcnet_191005_v1.0.tgz
Copyright: Copyright 2007-2019 David Rowe
License: LGPL-2.1

Files: cmake/* doc/* demo/* misc/* lpcnet191005/*
 octave/* raw/* script/* src/* stm32/* unittest/* wav/*
 README_fsk.md README.md codec2.pc.in CMakeLists.txt
 README_data.md README_fdmdv.md README_ofdm.md
 README_cohpsk.md README_freedv.md .gitignore
 .github/workflows/cmake.yml
Copyright: Copyright 2007-2019 David Rowe
License: LGPL-2.1

Files: src/golay23.c
Copyright: 2016 Tomas Härdin & David Rowe
License: LGPL-2.1

Files: src/pack.c
Copyright: (C) 2010 Perens LLC <bruce@perens.com>
License: LGPL-2.1

Files: octave/spec.m
Copyright: (c) John-Marc Valin 2012
License: JMVBSD

Files: lpcnet/*
Copyright: (c) 2017-2018, Mozilla
 2007-2017, Jean-Marc Valin
 2005-2017, Xiph.Org Foundation
 2003-2004, Mark Borgerding
License: JMVBSD

Files: src/_kiss_fft_guts.h src/kiss_fft.c
Copyright: Copyright (c) 2003-2010, Mark Borgerding
License: KISSFFTBSD

Files: debian/*
Copyright: © 2012-2019 A. Maitland Bottoms <bottoms@debian.org>
License: LGPL-2.1

Files: cml/*
Copyright: 2005-2009  Matthew C. Valenti,
 David Buckingham
 Rohit Iyer Seshadri
 Shi Cheng
 Sushma Mamidipaka
 Tarik Ghanim 
 Yufei Wu
Comment: Iterative Solutions Coded Modulation Library
 http://www.iterativesolutions.com/Matlab.htm
License: LGPL-2.1

License: LGPL-2.1
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.
 .
    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.
 .
    On Debian systems, the complete text of the GNU Lesser General Public
    License (LGPL) version 2.1 can be found in the file
    '/usr/share/common-licenses/LGPL-2.1'.

License: KISSFFTBSD
 All rights reserved.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 * Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above
 copyright notice, this list of conditions and the following
 disclaimer in the documentation and/or other materials provided with
 the distribution.
 * Neither the author nor the names of any contributors may be used
 to endorse or promote products derived from this software without
 specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: JMVBSD
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 - Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 .
 - Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 .
 - Neither the name of Jean Marc Valin nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: libcom-err2:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: e2fsprogs
Upstream-Contact: Theodore Ts'o <tytso@mit.edu>
Source: http://sourceforge.net/projects/e2fsprogs
Comment:
 This is the Debian GNU/Linux prepackaged version of the EXT2 file
 system utilities (e2fsck, mke2fs, etc.).  The EXT2 utilities were
 written by Theodore Ts'o <tytso@mit.edu> and Remy Card <card@masi.ibp.fr>.

Files: *
Copyright: 1993-2018 Theodore Ts'o <tytso@mit.edu>
License: GPL-2
Comment: Some files are GPL-2+ licensed or do not carry any license version.
         They are distributable as GPL-2 and listed as such for simplification.

Files: debian/*
Copyright: 2003-2007 Theodore Ts'o <tytso@mit.edu>
           1997-2003 Yann Dirson <dirson@debian.org>
           2001 Alcove <http://www.alcove.com/>
           1997 Klee Dienes
           1995-1996 Michael Nonweiler <mrn20@cam.ac.uk>
License: GPL-2

Files: lib/ext2fs/*
       lib/e2p/*
       lib/support/print_fs_flags.c
       misc/e2fuzz.c
Copyright: 1995-1999, 2002, 2004-2006 Theodore Ts'o <tytso@mit.edu>
           1992-1994  Remy Card <card@masi.ibp.fr>
                      Laboratoire MASI, Institut Blaise Pascal
                      Universite Pierre et Marie Curie (Paris VI)
           2001 Andreas Gruenbacher, <a.gruenbacher@computer.org>
           2007 IBM Corporation
           2010 Red Hat, Inc., Lukas Czerner <lczerner@redhat.com>
           2014 Oracle
           2012 Zheng Liu <wenqing.lz@taobao.com>
           2012 Intel Corporation
           2001  Daniel Phillips
           2002 Theodore Ts'o.
           2002 Andreas Dilger
           2006 Cluster File Systems, Inc.
           2006, 2007 by Andreas Dilger <adilger@clusterfs.com>
           2003,2004 Cluster File Systems, Inc <info@clusterfs.com>
           1995 Theodore Ts'o.
           2003 VMware, Inc.
           2015 Jan Kara
           2018  Collabora Ltd.
           1997 Theodore Ts'o
           1997 Mark Habersack
           2011 Whamcloud, Inc.
           2004 Sam Hocevar <sam@hocevar.net>
           2014 Google Inc.
           1993, 1994, 1995 Theodore Ts'o.
           1998 Andrey Shedel <andreys@ns.cr.cyco.com>
License: LGPL-2
Comment: Some files in lib/ext2fs claim
 "This file may be redistributed under the terms of the GNU Public License."
 and NOTICE clarifies them to be licensed under LGPL-2.

Files: lib/ext2fs/tdb*
Copyright: 1999-2005 Andrew Tridgell
           2000-2006 Jeremy Allison
           2000 Paul `Rusty' Russell
License: LGPL-2

Files: lib/ext2fs/tdbtool.c
Copyright: 1999-2000 Andrew Tridgell
           2000 Paul `Rusty' Russell
           2000 Jeremy Allison
           2001 Andrew Esh
License: GPL-2

Files: lib/ext2fs/kernel-jbd.h
Copyright: 1998-2000 Red Hat, Inc
License: GPL-2

Files: lib/ext2fs/nls_utf8.c
       lib/ext2fs/utf8n.h
       util/mkutf8data.c
Copyright: 2014 SGI
           2018 Collabora Ltd.
License: GPL-2

Files: lib/ext2fs/crc16.*
Copyright: 2005 Ben Gardner <bgardner@wabtec.com>
License: GPL-2

Files: lib/ext2fs/crc32c*
Copyright:
 August 26, 2011 Darrick J. Wong <djwong at us.ibm.com>
 Reuse Bob Pearson's slice-by-8 implementation for e2fsprogs.
 .
 July 20, 2011 Bob Pearson <rpearson at systemfabricworks.com>
 ...
 Oct 15, 2000 Matt Domsch <Matt_Domsch@dell.com>
 ...
 Oct 12, 2000 Matt Domsch <Matt_Domsch@dell.com>
License: GPL-2

Files: lib/uuid/*
Copyright: 1996-1999, 2007 Theodore Ts'o.
License: BSD-3-Clause

Files: lib/uuid/*.3.in
Copyright: 1999 Andreas Dilger <adilger@enel.ucalgary.ca>
License: BSD-3-Clause

Files: contrib/fallocate.c
Copyright: 2008 Red Hat, Inc. All rights reserved.
           2003-2005 Silicon Graphics, Inc.
License: GPL-2

Files: contrib/dconf
Copyright: 1994 Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de>
License: GPL-2

Files: CleanSpec.mk
       contrib/android/ext2simg.c
Copyright: 2007, 2016 The Android Open Source Project
License: Apache-2

Files: e2fsck/*
       debugfs/do_journal.c
       debugfs/journal.*
       debugfs/logdump.c
       debugfs/xattrs.c
       lib/support/plausible.c
       misc/fuse2fs.c
       misc/fsmap.h
Copyright: 1993-2011 Theodore Ts'o
           1999-2000 Red Hat Software
           2000 Red Hat corp
           2001 Red Hat, Inc.
           2000 Stephen C. Tweedie
           2000 Andreas Dilger
           2014 Oracle
           2019 Google LLC
License: GPL-2

Files: e2fsck/mtrace.*
       include/nonunix/getopt.h
Copyright: 1985-2015 Free Software Foundation, Inc.
License: LGPL-2

Files: ext2ed/*
Copyright: 1995 Gadi Oxman
License: GPL-2

Files: include/mingw/unistd.h
Copyright: 2004-2006 Kern Sibbald
           2014 Adam Kropelin
License: GPL-2

Files: lib/support/devname.*
Copyright: 2010 Red Hat, Inc., Lukas Czerner <lczerner@redhat.com>
License: GPL-2

Files: lib/blkid/*
       misc/blkid.c
Copyright: 1999, 2001 by Andries Brouwer
           1994-1997, 1999-2004 Theodore Ts'o <tytso@mit.edu>
           2001 Andreas Dilger
License: LGPL-2

Files: misc/blkid.8.in
       misc/uuidgen.1.in
Copyright: 1999, 2000 Andreas Dilger <adilger@turbolinux.com>
License: GPL-2

Files: misc/create_inode.c
Copyright: 2014 Robert Yang <liezhi.yang@windriver.com>
License: LGPL-2

Files: misc/e2freefrag.c
Copyright: 2009 Sun Microsystems, Inc.
License: GPL-2

Files: misc/e2undo.c
Copyright: 2007 IBM Corporation
License: GPL-2

Files: misc/e4defrag.c
Copyright: Akira Fujita <a-fujita@rs.jp.nec.com>
           Takashi Sato <t-sato@yk.jp.nec.com>
License: GPL-2

Files: misc/uuidgen.c
Copyright: 1999 Andreas Dilger and Theodore Ts'o
License: GPL-2

Files: misc/e2fuzz.sh
Copyright: 2014 Oracle
License: GPL-2

Files: misc/e4crypt.c
Copyright: 2014 Google, Inc.
License: GPL-2

Files: ext2ed/ext2.descriptors
       misc/badblocks.c
       misc/chattr.c
       misc/dumpe2fs.c
       misc/lsattr.c
       misc/mklost+found.c
       misc/tune2fs.c
Copyright: 1995-1999 by Theodore Ts'o
           1992-1994  Remy Card <card@masi.ibp.fr>
                      Laboratoire MASI, Institut Blaise Pascal
                      Universite Pierre et Marie Curie (Paris VI)
           1999 by David Beattie
           Linus Torvalds <Linus.Torvalds@cs.helsinki.fi>
License: GPL-2

Files: resize/*
Copyright: 1997-2000 by Theodore Ts'o and PowerQuest, Inc.
License: GPL-2

Files: scrub/*
Copyright: 2018 Oracle
License: GPL-2

Files: tests/fuzz/*.cc
Copyright: 2020 Google LLC
License: Apache-2

Files: lib/support/argv_parse.*
Copyright: 1999  Theodore Ts'o.
License: ISC
 Permission to use, copy, modify, and distribute this software for
 any purpose with or without fee is hereby granted, provided that
 the above copyright notice and this permission notice appear in all
 copies.  THE SOFTWARE IS PROVIDED "AS IS" AND THEODORE TS'O (THE
 AUTHOR) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
 IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files: lib/support/profile.*
Copyright: 2005, 2006 by Theodore Ts'o.
           1985-2005 by the Massachusetts Institute of Technology.
           All rights reserved.
License: GPL or MIT-US-export
 This file may be redistributed under the terms of the GNU Public
 License.
 .
 Export of this software from the United States of America may require
 a specific license from the United States Government.  It is the
 responsibility of any person or organization contemplating export to
 obtain such a license before exporting.
 .
 WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
 distribute this software and its documentation for any purpose and
 without fee is hereby granted, provided that the above copyright
 notice appear in all copies and that both that copyright notice and
 this permission notice appear in supporting documentation, and that
 the name of M.I.T. not be used in advertising or publicity pertaining
 to distribution of the software without specific, written prior
 permission.  Furthermore if you modify this software you must label
 your software as modified software and not distribute it in such a
 fashion that it might be confused with the original MIT software.
 M.I.T. makes no representations about the suitability of this software
 for any purpose.  It is provided "as is" without express or implied
 warranty.
 .
 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Comment:
 On Debian systems, the complete text of the GNU General
 Public License can be found in "/usr/share/common-licenses/GPL".

Files: lib/support/dict.*
Copyright: 1997 Kaz Kylheku <kaz@ashi.footprints.net>
License: Kazlib
 All rights are reserved by the author, with the following exceptions:
 Permission is granted to freely reproduce and distribute this software,
 possibly in exchange for a fee, provided that this copyright notice appears
 intact. Permission is also granted to adapt this software to produce
 derivative works, as long as the modified versions carry this copyright
 notice and additional notices stating that the work has been modified.
 This source code may be translated into executable form and incorporated
 into proprietary software; there is no requirement for such software to
 contain a copyright notice related to this source.
Comment: The work has been modified.

Files: doc/libext2fs.texinfo
Copyright: 1997-2014 Theodore Ts'o
License: Latex2e
 Permission is granted to process this file through TeX and print the
 results, provided the printed document carries copying permission
 notice identical to this one except for the removal of this paragraph
 (this paragraph not being relevant to the printed manual).
 .
 Permission is granted to copy and distribute modified versions of this
 manual under the conditions for verbatim copying, provided that the entire
 resulting derived work is distributed under the terms of a permission
 notice identical to this one.
 .
 Permission is granted to copy and distribute translations of this manual
 into another language, under the above conditions for modified versions,
 except that this permission notice may be stated in a translation approved
 by the author.

Files: doc/texinfo.tex
       lib/et/texinfo.tex
Copyright: 1985-2006 Free Software Foundation, Inc.
License: GPL-2+ with Texinfo exception
 This texinfo.tex file is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License as
 published by the Free Software Foundation; either version 2, or (at
 your option) any later version.
 .
 This texinfo.tex file is distributed in the hope that it will be
 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this texinfo.tex file; see the file COPYING.  If not, write
 to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 Boston, MA 02110-1301, USA.
 .
 As a special exception, when this file is read by TeX when processing
 a Texinfo source document, you may use the result without
 restriction.  (This has been our intent since Texinfo was invented.)

License: Apache-2
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
Comment:
 On Debian systems, the complete text of the Apache License, Version 2.0
 can be found in "/usr/share/common-licenses/Apache-2.0".

License: BSD-3-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, and the entire permission notice in its entirety,
    including the disclaimer of warranties.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. The name of the author may not be used to endorse or promote
    products derived from this software without specific prior
    written permission.
 .
 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
 WHICH ARE HEREBY DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
 DAMAGE.

License: GPL-2
 This program is free software; you can redistribute it and/or modify
 it under the terms version 2 of the GNU General Public License
 as published by the Free Software Foundation.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <https://www.gnu.org/licenses/>.
Comment:
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

License: LGPL-2
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Library General Public License as
 published by the Free Software Foundation; version 2 of the License.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Library General Public License for more details.
 .
 You should have received a copy of the GNU Library General Public License
 along with this library. If not, see <https://www.gnu.org/licenses/>.
Comment:
 On Debian systems, the complete text of the GNU Library General
 Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2".



==========================================================================
Package: libcrypt-dev:arm64
==========================================================================
This is the Debian GNU/Linux prepackaged version of libxcrypt.

It has been packaged by Marco d'Itri <md@linux.it>.

Original sources were obtained from:
https://github.com/besser82/libxcrypt

On Debian systems the complete text of the licenses can be found in
/usr/share/common-licenses/ .


# Detailed copyright and licensing information for libxcrypt

The overall license for libxcrypt is the GNU Lesser General Public
License, version 2.1 (or, at your option, any later version); see
the file COPYING.LIB for the full terms of this license.

Many individual files are under other licenses.  This file provides an
inventory of the copyright holders and licenses of all files in the
source tree.  For specific licensing terms consult the files themselves.

 * Copyright Thorsten Kukuk, Björn Esser, Zack Weinberg; LGPL (v2.1 or later):
   crypt.c, crypt-static.c, crypt-gensalt-static.c, crypt-port.h

 * Copyright Free Software Foundation, Inc.; LGPL (v2.1 or later):
   crypt.h, crypt-obsolete.h, crypt-md5.c,
   test-badsalt.c, test-crypt-nonnull.c, test-explicit-bzero.c

 * Copyright David Burren et al.; 3-clause BSD:
   alg-des.h, alg-des.c, alg-des-tables.c,
   crypt-des.c, crypt-des-obsolete.c, gen-des-tables.c

 * Public domain, written by Ulrich Drepper et al.:
   crypt-sha256.c, crypt-sha512.c

 * Public domain, written by Solar Designer et al.:
   alg-md4.h, alg-md4.c, alg-md5.h, alg-md5.c,
   crypt-bcrypt.c, crypt-gensalt.c, test-crypt-bcrypt.c

 * Copyright Solar Designer, Colin Percival; 0-clause BSD:
   alg-yescrypt-common.c, alg-yescrypt-platform.c

 * Copyright Solar Designer, Colin Percival; 2-clause BSD:
   alg-sha256.c, alg-sha256.h, alg-yescrypt.h, alg-yescrypt-opt.c

 * Copyright Colin Percival; 2-clause BSD:
   alg-sha512.h, alg-sha512.c

 * Copyright Alexey Degtyarev; 2-clause BSD:
   alg-gost3411-2012-const.h, alg-gost3411-2012-core.c,
   alg-gost3411-2012-core.h, alg-gost3411-2012-precalc.h,
   alg-gost3411-2012-ref.h

 * Copyright Vitaly Chikunov, Björn Esser; 0-clause BSD:
   alg-gost3411-2012-hmac.c, alg-gost3411-2012-hmac.h,
   crypt-gost-yescrypt.c, test-alg-gost3411-2012.c,
   test-alg-gost3411-2012-hmac.c, test-crypt-gost-yescrypt.c,
   test-crypt-scrypt.c

 * Copyright Alexander Peslyak; 0-clause BSD:
   test-alg-yescrypt.c

 * Copyright Alexander Peslyak, Björn Esser; 0-clause BSD:
   crypt-scrypt.c

 * Copyright Björn Esser; 0-clause BSD:
   crypt-common.c, test-checksalt.c, test-compile-strong-alias.c,
   test-gensalt-nthash.c, test-short-outbuf.c, test-special-char-salt.c

 * Copyright Michael Bretterklieber, Björn Esser et al.; 2-clause BSD:
   crypt-nthash.c

 * Copyright Zack Weinberg; 2-clause BSD:
   crypt-sunmd5.c

 * Public domain, written by Steve Reid et al.:
   alg-sha1.c, alg-sha1.h, test-alg-sha1.c

 * Copyright Juniper Networks, Inc.; 3-clause BSD:
   crypt-pbkdf1-sha1.c, crypt-pbkdf1-sha1.c

 * Copyright Björn Esser; 2-clause BSD:
   alg-hmac-sha1.c, alg-hmac-sha1.h, test-alg-hmac-sha1.c

 * Public domain, written by Zack Weinberg et al.:
   byteorder.h, randombytes.c, test-byteorder.c
   test-alg-pbkdf-hmac-sha256.c
   test-badsetting.c, test-crypt-badargs.c, test-getrandom-fallbacks.c,
   test-getrandom-interface.c, test-symbols-compat.sh,
   test-symbols-renames.sh, test-symbols-static.sh,
   build-aux/scripts/gen-crypt-h,
   build-aux/scripts/gen-crypt-symbol-vers-h,
   build-aux/scripts/gen-libcrypt-map,
   build-aux/scripts/skip-if-exec-format-error,
   build-aux/m4/zw_alignment.m4, build-aux/m4/zw_static_assert.m4,
   build-aux/m4/zw_endianness.m4, build-aux/m4/zw_ld_wrap.m4

 * Copyright Zack Weinberg and Free Software Foundation, Inc;
   GPL (v3 or later), with Autoconf exception:
   build-aux/m4/zw_automodern.m4, build-aux/m4/zw_simple_warnings.m4

 * Copyright <vt at altlinux.org>; 0-clause BSD:
   crypt-yescrypt.c, test-crypt-yescrypt.c

 * Copyright Kevin Cernekee; FSF All Permissive License:
   build-aux/m4/ax_check_vscript.m4

 * Copyright Maarten Bosmans; FSF All Permissive License:
   build-aux/m4/ax_append_compile_flags.m4

 * Copyright Guido U. Draheim, Maarten Bosmans;
   FSF All Permissive License:
   build-aux/m4/ax_append_flag.m4, build-aux/m4/ax_check_compile_flag.m4

 * Copyright Mike Frysinger; FSF All Permissive License:
   build-aux/m4/ax_require_defined.m4

 * Copyright Gabriele Svelto; FSF All Permissive License:
   build-aux/m4/ax_gcc_func_attribute.m4

 * Copyright Scott James Remnant, Dan Nicholson;
   GPL (v2 or later), with Autoconf exception:
   build-aux/m4/pkg_installdir_compat.m4

 * Copyright Tim Toolan; FSF All Permissive License:
   build-aux/m4/ax_compare_version.m4

 * Copyright Philip Withnall; FSF All Permissive License:
   build-aux/m4/ax_valgrind_check.m4

 * Copyright Steven G. Johnson, Daniel Richard G.;
   GPL (v3 or later), with Autoconf exception:
   build-aux/m4/ax_pthread.m4

 * Copyright Francesco Salvestrini; FSF All Permissive License:
   build-aux/m4/ax_prog_python_version.m4

 * Copyright Andrew Collier; FSF All Permissive License:
   build-aux/m4/ax_python_module.m4

 * Copyright holders unknown, no statement of license (all of these
   files are part of the testsuite and do not contribute to the
   installed library or its headers):
   test-alg-des.c, test-alg-md4.c (adaption of test-alg-md5.c),
   test-alg-md5.c, test-alg-sha256.c, test-alg-sha512.c, test-crypt-des.c,
   test-crypt-md5.c, test-crypt-sha256.c, test-crypt-sha512.c,
   test-des-cases.h, test-des-obsolete{,_r}.c, test-gensalt.c,
   test-crypt-nthash.c (adaption of test-crypt-des.c),
   test-crypt-sunmd5.c (adaption of test-crypt-des.c),
   test-crypt-pbkdf1-sha1.c (adaption of test-crypt-des.c)

 * The NEWS file formerly contained the following copyright assertions:

     Copyright 2002, 2003, 2004 SuSE Linux AG, Germany
     Copyright 2005, 2008, 2009 2011 SUSE LINUX Products GmbH, Germany
     Copyright 2015 Björn Esser

   These were meant to apply to the library as a whole rather than
   specific files or portions of files.



==========================================================================
Package: libcrypt1:arm64
==========================================================================
This is the Debian GNU/Linux prepackaged version of libxcrypt.

It has been packaged by Marco d'Itri <md@linux.it>.

Original sources were obtained from:
https://github.com/besser82/libxcrypt

On Debian systems the complete text of the licenses can be found in
/usr/share/common-licenses/ .


# Detailed copyright and licensing information for libxcrypt

The overall license for libxcrypt is the GNU Lesser General Public
License, version 2.1 (or, at your option, any later version); see
the file COPYING.LIB for the full terms of this license.

Many individual files are under other licenses.  This file provides an
inventory of the copyright holders and licenses of all files in the
source tree.  For specific licensing terms consult the files themselves.

 * Copyright Thorsten Kukuk, Björn Esser, Zack Weinberg; LGPL (v2.1 or later):
   crypt.c, crypt-static.c, crypt-gensalt-static.c, crypt-port.h

 * Copyright Free Software Foundation, Inc.; LGPL (v2.1 or later):
   crypt.h, crypt-obsolete.h, crypt-md5.c,
   test-badsalt.c, test-crypt-nonnull.c, test-explicit-bzero.c

 * Copyright David Burren et al.; 3-clause BSD:
   alg-des.h, alg-des.c, alg-des-tables.c,
   crypt-des.c, crypt-des-obsolete.c, gen-des-tables.c

 * Public domain, written by Ulrich Drepper et al.:
   crypt-sha256.c, crypt-sha512.c

 * Public domain, written by Solar Designer et al.:
   alg-md4.h, alg-md4.c, alg-md5.h, alg-md5.c,
   crypt-bcrypt.c, crypt-gensalt.c, test-crypt-bcrypt.c

 * Copyright Solar Designer, Colin Percival; 0-clause BSD:
   alg-yescrypt-common.c, alg-yescrypt-platform.c

 * Copyright Solar Designer, Colin Percival; 2-clause BSD:
   alg-sha256.c, alg-sha256.h, alg-yescrypt.h, alg-yescrypt-opt.c

 * Copyright Colin Percival; 2-clause BSD:
   alg-sha512.h, alg-sha512.c

 * Copyright Alexey Degtyarev; 2-clause BSD:
   alg-gost3411-2012-const.h, alg-gost3411-2012-core.c,
   alg-gost3411-2012-core.h, alg-gost3411-2012-precalc.h,
   alg-gost3411-2012-ref.h

 * Copyright Vitaly Chikunov, Björn Esser; 0-clause BSD:
   alg-gost3411-2012-hmac.c, alg-gost3411-2012-hmac.h,
   crypt-gost-yescrypt.c, test-alg-gost3411-2012.c,
   test-alg-gost3411-2012-hmac.c, test-crypt-gost-yescrypt.c,
   test-crypt-scrypt.c

 * Copyright Alexander Peslyak; 0-clause BSD:
   test-alg-yescrypt.c

 * Copyright Alexander Peslyak, Björn Esser; 0-clause BSD:
   crypt-scrypt.c

 * Copyright Björn Esser; 0-clause BSD:
   crypt-common.c, test-checksalt.c, test-compile-strong-alias.c,
   test-gensalt-nthash.c, test-short-outbuf.c, test-special-char-salt.c

 * Copyright Michael Bretterklieber, Björn Esser et al.; 2-clause BSD:
   crypt-nthash.c

 * Copyright Zack Weinberg; 2-clause BSD:
   crypt-sunmd5.c

 * Public domain, written by Steve Reid et al.:
   alg-sha1.c, alg-sha1.h, test-alg-sha1.c

 * Copyright Juniper Networks, Inc.; 3-clause BSD:
   crypt-pbkdf1-sha1.c, crypt-pbkdf1-sha1.c

 * Copyright Björn Esser; 2-clause BSD:
   alg-hmac-sha1.c, alg-hmac-sha1.h, test-alg-hmac-sha1.c

 * Public domain, written by Zack Weinberg et al.:
   byteorder.h, randombytes.c, test-byteorder.c
   test-alg-pbkdf-hmac-sha256.c
   test-badsetting.c, test-crypt-badargs.c, test-getrandom-fallbacks.c,
   test-getrandom-interface.c, test-symbols-compat.sh,
   test-symbols-renames.sh, test-symbols-static.sh,
   build-aux/scripts/gen-crypt-h,
   build-aux/scripts/gen-crypt-symbol-vers-h,
   build-aux/scripts/gen-libcrypt-map,
   build-aux/scripts/skip-if-exec-format-error,
   build-aux/m4/zw_alignment.m4, build-aux/m4/zw_static_assert.m4,
   build-aux/m4/zw_endianness.m4, build-aux/m4/zw_ld_wrap.m4

 * Copyright Zack Weinberg and Free Software Foundation, Inc;
   GPL (v3 or later), with Autoconf exception:
   build-aux/m4/zw_automodern.m4, build-aux/m4/zw_simple_warnings.m4

 * Copyright <vt at altlinux.org>; 0-clause BSD:
   crypt-yescrypt.c, test-crypt-yescrypt.c

 * Copyright Kevin Cernekee; FSF All Permissive License:
   build-aux/m4/ax_check_vscript.m4

 * Copyright Maarten Bosmans; FSF All Permissive License:
   build-aux/m4/ax_append_compile_flags.m4

 * Copyright Guido U. Draheim, Maarten Bosmans;
   FSF All Permissive License:
   build-aux/m4/ax_append_flag.m4, build-aux/m4/ax_check_compile_flag.m4

 * Copyright Mike Frysinger; FSF All Permissive License:
   build-aux/m4/ax_require_defined.m4

 * Copyright Gabriele Svelto; FSF All Permissive License:
   build-aux/m4/ax_gcc_func_attribute.m4

 * Copyright Scott James Remnant, Dan Nicholson;
   GPL (v2 or later), with Autoconf exception:
   build-aux/m4/pkg_installdir_compat.m4

 * Copyright Tim Toolan; FSF All Permissive License:
   build-aux/m4/ax_compare_version.m4

 * Copyright Philip Withnall; FSF All Permissive License:
   build-aux/m4/ax_valgrind_check.m4

 * Copyright Steven G. Johnson, Daniel Richard G.;
   GPL (v3 or later), with Autoconf exception:
   build-aux/m4/ax_pthread.m4

 * Copyright Francesco Salvestrini; FSF All Permissive License:
   build-aux/m4/ax_prog_python_version.m4

 * Copyright Andrew Collier; FSF All Permissive License:
   build-aux/m4/ax_python_module.m4

 * Copyright holders unknown, no statement of license (all of these
   files are part of the testsuite and do not contribute to the
   installed library or its headers):
   test-alg-des.c, test-alg-md4.c (adaption of test-alg-md5.c),
   test-alg-md5.c, test-alg-sha256.c, test-alg-sha512.c, test-crypt-des.c,
   test-crypt-md5.c, test-crypt-sha256.c, test-crypt-sha512.c,
   test-des-cases.h, test-des-obsolete{,_r}.c, test-gensalt.c,
   test-crypt-nthash.c (adaption of test-crypt-des.c),
   test-crypt-sunmd5.c (adaption of test-crypt-des.c),
   test-crypt-pbkdf1-sha1.c (adaption of test-crypt-des.c)

 * The NEWS file formerly contained the following copyright assertions:

     Copyright 2002, 2003, 2004 SuSE Linux AG, Germany
     Copyright 2005, 2008, 2009 2011 SUSE LINUX Products GmbH, Germany
     Copyright 2015 Björn Esser

   These were meant to apply to the library as a whole rather than
   specific files or portions of files.



==========================================================================
Package: libdatrie1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libdatrie
Upstream-Contact: Theppitak Karoonboonyanan <theppitak@gmail.com>
Source: https://linux.thai.net/pub/thailinux/software/libthai/

Files: *
Copyright: 2006-2021 Theppitak Karoonboonyanan <theppitak@gmail.com>
License: LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.

Files: debian/*
Copyright: 2006-2021 Theppitak Karoonboonyanan <thep@debian.org>
License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 2 can be found in `/usr/share/common-licenses/GPL-2'.



==========================================================================
Package: libdav1d6:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: dav1d
Source: https://downloads.videolan.org/pub/videolan/dav1d/
License: BSD-2-clause
Comment:
 In addition to the copyright license, dav1d contains the following patent
 license:
 .
 Alliance for Open Media Patent License 1.0
 .
 1. License Terms.
 .
 1.1. Patent License. Subject to the terms and conditions of this License, each
      Licensor, on behalf of itself and successors in interest and assigns,
      grants Licensee a non-sublicensable, perpetual, worldwide, non-exclusive,
      no-charge, royalty-free, irrevocable (except as expressly stated in this
      License) patent license to its Necessary Claims to make, use, sell, offer
      for sale, import or distribute any Implementation.
 .
 1.2. Conditions.
 .
 1.2.1. Availability. As a condition to the grant of rights to Licensee to make,
        sell, offer for sale, import or distribute an Implementation under
        Section 1.1, Licensee must make its Necessary Claims available under
        this License, and must reproduce this License with any Implementation
        as follows:
 .
        a. For distribution in source code, by including this License in the
           root directory of the source code with its Implementation.
 .
        b. For distribution in any other form (including binary, object form,
           and/or hardware description code (e.g., HDL, RTL, Gate Level Netlist,
           GDSII, etc.)), by including this License in the documentation, legal
           notices, and/or other written materials provided with the
           Implementation.
 .
 1.2.2. Additional Conditions. This license is directly from Licensor to
        Licensee.  Licensee acknowledges as a condition of benefiting from it
        that no rights from Licensor are received from suppliers, distributors,
        or otherwise in connection with this License.
 .
 1.3. Defensive Termination. If any Licensee, its Affiliates, or its agents
      initiates patent litigation or files, maintains, or voluntarily
      participates in a lawsuit against another entity or any person asserting
      that any Implementation infringes Necessary Claims, any patent licenses
      granted under this License directly to the Licensee are immediately
      terminated as of the date of the initiation of action unless 1) that suit
      was in response to a corresponding suit regarding an Implementation first
      brought against an initiating entity, or 2) that suit was brought to
      enforce the terms of this License (including intervention in a third-party
      action by a Licensee).
 .
 1.4. Disclaimers. The Reference Implementation and Specification are provided
      "AS IS" and without warranty. The entire risk as to implementing or
      otherwise using the Reference Implementation or Specification is assumed
      by the implementer and user. Licensor expressly disclaims any warranties
      (express, implied, or otherwise), including implied warranties of
      merchantability, non-infringement, fitness for a particular purpose, or
      title, related to the material. IN NO EVENT WILL LICENSOR BE LIABLE TO
      ANY OTHER PARTY FOR LOST PROFITS OR ANY FORM OF INDIRECT, SPECIAL,
      INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER FROM ANY CAUSES OF
      ACTION OF ANY KIND WITH RESPECT TO THIS LICENSE, WHETHER BASED ON BREACH
      OF CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE, AND WHETHER OR
      NOT THE OTHER PARTRY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .
 2. Definitions.
 .
 2.1. Affiliate.  "Affiliate" means an entity that directly or indirectly
      Controls, is Controlled by, or is under common Control of that party.
 .
 2.2. Control. "Control" means direct or indirect control of more than 50% of
      the voting power to elect directors of that corporation, or for any other
      entity, the power to direct management of such entity.
 .
 2.3. Decoder.  "Decoder" means any decoder that conforms fully with all
      non-optional portions of the Specification.
 .
 2.4. Encoder.  "Encoder" means any encoder that produces a bitstream that can
      be decoded by a Decoder only to the extent it produces such a bitstream.
 .
 2.5. Final Deliverable.  "Final Deliverable" means the final version of a
      deliverable approved by the Alliance for Open Media as a Final
      Deliverable.
 .
 2.6. Implementation.  "Implementation" means any implementation, including the
      Reference Implementation, that is an Encoder and/or a Decoder. An
      Implementation also includes components of an Implementation only to the
      extent they are used as part of an Implementation.
 .
 2.7. License. "License" means this license.
 .
 2.8. Licensee. "Licensee" means any person or entity who exercises patent
      rights granted under this License.
 .
 2.9. Licensor.  "Licensor" means (i) any Licensee that makes, sells, offers
      for sale, imports or distributes any Implementation, or (ii) a person
      or entity that has a licensing obligation to the Implementation as a
      result of its membership and/or participation in the Alliance for Open
      Media working group that developed the Specification.
 .
 2.10. Necessary Claims.  "Necessary Claims" means all claims of patents or
       patent applications, (a) that currently or at any time in the future,
       are owned or controlled by the Licensor, and (b) (i) would be an
       Essential Claim as defined by the W3C Policy as of February 5, 2004
       (https://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential)
       as if the Specification was a W3C Recommendation; or (ii) are infringed
       by the Reference Implementation.
 .
 2.11. Reference Implementation. "Reference Implementation" means an Encoder
       and/or Decoder released by the Alliance for Open Media as a Final
       Deliverable.
 .
 2.12. Specification. "Specification" means the specification designated by
       the Alliance for Open Media as a Final Deliverable for which this
       License was issued.

Files: *
Copyright: 2018-2022, VideoLAN and dav1d authors
           2018-2022, Two Orioles, LLC
           2015-2019, Janne Grunau
           2015-2021, Martin Storsjo
           2018, Niklas Haas
           2018-2019, VideoLabs
           2019, Luca Barbato
           2019, Michail Alvanos
           2019, B Krishnan Iyer
           2019, James Almer
           2001-2016, Alliance for Open Media
           2017-2021, The rav1e contributors
           2020, Nathan Egge
           2021, Matthias Dressel
License: BSD-2-clause

Files: include/compat/getopt.h
Copyright: No copyright claimed
License: public-domain
 * This file has no copyright assigned and is placed in the Public Domain.
 * This file is part of the mingw-w64 runtime package.
 .
 * The mingw-w64 runtime package and its code is distributed in the hope that it
 * will be useful but WITHOUT ANY WARRANTY.  ALL WARRANTIES, EXPRESSED OR
 * IMPLIED ARE HEREBY DISCLAIMED.  This includes but is not limited to
 * warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Files: src/ext/x86/x86inc.asm
Copyright: 2005-2019 x264 project, Loren Merritt, Henrik Gramner, Anton Mitrofanov, Fiona Glaser
License: ISC

Files: tools/compat/getopt.c
Copyright: 2000 The NetBSD Foundation Inc, Dieter Baron and Thomas Klausner
           2002 Todd C. Miller <Todd.Miller@courtesan.com> (Defense Advanced Research Projects Agency (DARPA) and Air Force Research Laboratory, Air Force Materiel Command, USAF.
License: ISC and BSD-2-clause

Files: debian/*
Copyright: 2018-2022 Dylan Aïssi <daissi@debian.org>
License: BSD-2-clause

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
    Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
    Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and\/or other materials provided with the
    distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



==========================================================================
Package: libdbus-1-3:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: D-Bus
Source: https://dbus.freedesktop.org/releases/dbus/
Comment:
 The effective license of the majority of the package, including the
 shared library, is "GPL-2+ or AFL-2.1". Certain utilities are
 "GPL-2+" only.

Files: *
Copyright:
 © 1994-2020 dbus contributors, see source code for details
 © 1991-1993 The Regents of the University of California
 © 1994 Sun Microsystems, Inc
 © 1994 A.M. Kuchling
 © 2002-2011 Red Hat, Inc
 © 2002-2003 CodeFactory AB
 © 2002 Michael Meeks
 © 2003-2004 Imendio HB
 © 2003 Mark McLoughlin
 © 2003 Joe Shaw
 © 2004 Michael Meeks
 © 2005-2009 Lennart Poettering
 © 2005 Novell, Inc
 © 2005 David A. Wheeler
 © 2006-2023 Ralf Habacker
 © 2006 Mandriva
 © 2006 Peter Kümmel
 © 2006 Christian Ehrlicher
 © 2006 Thiago Macieira
 © 2006 Julio M. Merino Vidal
 © 2005-2006 Sjoerd Simons
 © 2007 Allison Lortie
 © 2007 Tanner Lovelace
 © 2008-2009 Benjamin Reed
 © 2002-2008 Colin Walters
 © 2009 Klaralvdalens Datakonsult AB, a KDAB Group company
 © 2009 Jonas Bähr
 © 2008-2012 Nokia Corporation
 © 2007-2022 Collabora Ltd.
 © 2009 Scott James Remnant / Canonical Ltd.
 © 2009 William Lachance
 © 2010 Christian Dywan / Lanedo
 © 2010 Fridrich Štrba
 © 2011 Roberto Guido
 © 2013 Intel Corporation
 © 2013 Chengwei Yang / Intel
 © 2013 Vasiliy Balyasnyy / Samsung
 © 2016 Yiyang Fei
 © 2017-2018 Laurent Bigonville
 © 2017 Shin-ichi MORITA
 © 2017 Endless Mobile, Inc.
 © 2017 Thomas Zimmermann
 © 2018 KPIT Technologies Ltd.
 © 2018 Manish Narang
 "modified code from libassuan, (C) FSF"
License: GPL-2+ or AFL-2.1, and Expat and Tcl-BSDish
Comment:
 The permissive licenses appear to be compatible with either the GPL-2+
 or the AFL-2.1, so the effective license is "GPL-2+ or AFL-2.1".

Files:
 doc/dbus-test-tool.1.xml.in
 tools/dbus-cleanup-sockets.c
 tools/dbus-monitor.c
 tools/dbus-send.c
 tools/dbus-print-message.?
 tools/dbus-uuidgen.c
 tools/test-tool.c
 tools/tool-common.?
Copyright:
 © 2002 Michael Meeks
 © 2003-2006 Red Hat, Inc.
 © 2003 Philip Blundell
 © 2011 Nokia Corporation
 © 2014-2017 Collabora Ltd.
License: GPL-2+

Files:
 cmake/modules/FindDocBookXSL.cmake
 cmake/modules/FindGLIB2.cmake
 tools/strto*ll.c
Copyright:
 © 1991-1993 The Regents of the University of California
 © 2008 Laurent Montel
 © 2010 Luigi Toscano
 © 2011 Raphael Kubo da Costa
 © 2013 Ralf Habacker
License: BSD-3-clause and BSD-3-clause-generic

Files:
 m4/as-ac-expand.m4
 m4/ax_ac_append_to_file.m4
 m4/ax_ac_print_to_file.m4
 m4/ax_add_am_macro_static.m4
 m4/ax_am_macros_static.m4
 m4/ax_file_escapes.m4
Copyright:
 © 2003-2005 Thomas Vander Stichele
 © 2008-2009 Tom Howard
 © 2009 Allan Caffee
License: autoconf-archive-permissive
Comment:
 Some files lack the second sentence (the warranty disclaimer).

Files:
 m4/ld-version-script.m4
 m4/libtool.m4
 m4/ltoptions.m4
 m4/ltsugar.m4
 m4/ltversion.m4
 m4/lt~obsolete.m4
 m4/visibility.m4
Copyright:
 © 1996-2015 Free Software Foundation, Inc.
License: FSF-unlimited-permission

Files:
 m4/pkg.m4
Copyright:
 © 2004 Scott James Remnant
License: GPL-2+ with Autoconf exception

Files:
 m4/ax_code_coverage.m4
Copyright:
 © 2012-2016 Philip Withnall
 © 2012 Xan Lopez
 © 2012 Christian Persch
 © 2012 Paolo Borelli
 © 2012 Dan Winship
 © 2015-2018 Bastien ROUCARIES
License: LGPL-2.1+

Files: dbus/versioninfo.rc.in
Copyright: © 2005 g10 Code GmbH
License: g10-permissive
 This file is free software; as a special exception the author gives
 unlimited permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
Comment:
 On Debian systems, see /usr/share/common-licenses/GPL-2 for the full
 text of the GPL version 2.

License: GPL-2+ with Autoconf exception
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that program.
Comment:
 On Debian systems, see /usr/share/common-licenses/GPL-2 for the full
 text of the GPL version 2.

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1 of the License, or (at
 your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser
 General Public License for more details.
Comment:
 On Debian systems, see /usr/share/common-licenses/LGPL-2.1 for the full
 text of the LGPL version 2.1.

License: Expat
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
 files (the "Software"), to deal in the Software without
 restriction, including without limitation the rights to use, copy,
 modify, merge, publish, distribute, sublicense, and/or sell copies
 of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: autoconf-archive-permissive
 Copying and distribution of this file, with or without modification, are
 permitted in any medium without royalty provided the copyright notice
 and this notice are preserved. This file is offered as-is, without any
 warranty.

License: FSF-unlimited-permission
 This file is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.

License: Tcl-BSDish
 This software is copyrighted by the Regents of the University of
 California, Sun Microsystems, Inc., Scriptics Corporation, and
 other parties.  The following terms apply to all files associated
 with the software unless explicitly disclaimed in individual files.
 .
 The authors hereby grant permission to use, copy, modify,
 distribute, and license this software and its documentation for any
 purpose, provided that existing copyright notices are retained in
 all copies and that this notice is included verbatim in any
 distributions. No written agreement, license, or royalty fee is
 required for any of the authorized uses.  Modifications to this
 software may be copyrighted by their authors and need not follow
 the licensing terms described here, provided that the new terms are
 clearly indicated on the first page of each file where they apply.
 .
 IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY
 PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
 DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION,
 OR ANY DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED
 OF THE POSSIBILITY OF SUCH DAMAGE.
 .
 THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
 NON-INFRINGEMENT.  THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS,
 AND THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE
 MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 .
 GOVERNMENT USE: If you are acquiring this software on behalf of the
 U.S. government, the Government shall have only "Restricted Rights"
 in the software and related documentation as defined in the Federal
 Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
 are acquiring the software on behalf of the Department of Defense,
 the software shall be classified as "Commercial Computer Software"
 and the Government shall have only "Restricted Rights" as defined
 in Clause 252.227-7013 (c) (1) of DFARs.  Notwithstanding the
 foregoing, the authors grant the U.S. Government and others acting
 in its behalf permission to use and distribute the software in
 accordance with the terms specified in this license.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 4. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSD-3-clause-generic
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. The name of the author may not be used to endorse or promote products
    derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: AFL-2.1
 The Academic Free License
 v. 2.1
 .
 This Academic Free License (the "License") applies to any original
 work of authorship (the "Original Work") whose owner (the "Licensor")
 has placed the following notice immediately following the copyright
 notice for the Original Work:
 .
 Licensed under the Academic Free License version 2.1
 .
 1) Grant of Copyright License. Licensor hereby grants You a
 world-wide, royalty-free, non-exclusive, perpetual, sublicenseable
 license to do the following:
 .
 a) to reproduce the Original Work in copies;
 .
 b) to prepare derivative works ("Derivative Works") based upon the
 Original Work;
 .
 c) to distribute copies of the Original Work and Derivative Works to
 the public;
 .
 d) to perform the Original Work publicly; and
 .
 e) to display the Original Work publicly.
 .
 2) Grant of Patent License. Licensor hereby grants You a world-wide,
 royalty-free, non-exclusive, perpetual, sublicenseable license, under
 patent claims owned or controlled by the Licensor that are embodied in
 the Original Work as furnished by the Licensor, to make, use, sell and
 offer for sale the Original Work and Derivative Works.
 .
 3) Grant of Source Code License. The term "Source Code" means the
 preferred form of the Original Work for making modifications to it and
 all available documentation describing how to modify the Original
 Work. Licensor hereby agrees to provide a machine-readable copy of the
 Source Code of the Original Work along with each copy of the Original
 Work that Licensor distributes. Licensor reserves the right to satisfy
 this obligation by placing a machine-readable copy of the Source Code
 in an information repository reasonably calculated to permit
 inexpensive and convenient access by You for as long as Licensor
 continues to distribute the Original Work, and by publishing the
 address of that information repository in a notice immediately
 following the copyright notice that applies to the Original Work.
 .
 4) Exclusions From License Grant. Neither the names of Licensor, nor
 the names of any contributors to the Original Work, nor any of their
 trademarks or service marks, may be used to endorse or promote
 products derived from this Original Work without express prior written
 permission of the Licensor. Nothing in this License shall be deemed to
 grant any rights to trademarks, copyrights, patents, trade secrets or
 any other intellectual property of Licensor except as expressly stated
 herein. No patent license is granted to make, use, sell or offer to
 sell embodiments of any patent claims other than the licensed claims
 defined in Section 2. No right is granted to the trademarks of
 Licensor even if such marks are included in the Original Work. Nothing
 in this License shall be interpreted to prohibit Licensor from
 licensing under different terms from this License any Original Work
 that Licensor otherwise would have a right to license.
 .
 5) This section intentionally omitted.
 .
 6) Attribution Rights. You must retain, in the Source Code of any
 Derivative Works that You create, all copyright, patent or trademark
 notices from the Source Code of the Original Work, as well as any
 notices of licensing and any descriptive text identified therein as an
 "Attribution Notice." You must cause the Source Code for any
 Derivative Works that You create to carry a prominent Attribution
 Notice reasonably calculated to inform recipients that You have
 modified the Original Work.
 .
 7) Warranty of Provenance and Disclaimer of Warranty. Licensor
 warrants that the copyright in and to the Original Work and the patent
 rights granted herein by Licensor are owned by the Licensor or are
 sublicensed to You under the terms of this License with the permission
 of the contributor(s) of those copyrights and patent rights. Except as
 expressly stated in the immediately proceeding sentence, the Original
 Work is provided under this License on an "AS IS" BASIS and WITHOUT
 WARRANTY, either express or implied, including, without limitation,
 the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL
 WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential
 part of this License. No license to Original Work is granted hereunder
 except under this disclaimer.
 .
 8) Limitation of Liability. Under no circumstances and under no legal
 theory, whether in tort (including negligence), contract, or
 otherwise, shall the Licensor be liable to any person for any direct,
 indirect, special, incidental, or consequential damages of any
 character arising as a result of this License or the use of the
 Original Work including, without limitation, damages for loss of
 goodwill, work stoppage, computer failure or malfunction, or any and
 all other commercial damages or losses. This limitation of liability
 shall not apply to liability for death or personal injury resulting
 from Licensor's negligence to the extent applicable law prohibits such
 limitation. Some jurisdictions do not allow the exclusion or
 limitation of incidental or consequential damages, so this exclusion
 and limitation may not apply to You.
 .
 9) Acceptance and Termination. If You distribute copies of the
 Original Work or a Derivative Work, You must make a reasonable effort
 under the circumstances to obtain the express assent of recipients to
 the terms of this License. Nothing else but this License (or another
 written agreement between Licensor and You) grants You permission to
 create Derivative Works based upon the Original Work or to exercise
 any of the rights granted in Section 1 herein, and any attempt to do
 so except under the terms of this License (or another written
 agreement between Licensor and You) is expressly prohibited by
 U.S. copyright law, the equivalent laws of other countries, and by
 international treaty. Therefore, by exercising any of the rights
 granted to You in Section 1 herein, You indicate Your acceptance of
 this License and all of its terms and conditions.
 .
 10) Termination for Patent Action. This License shall terminate
 automatically and You may no longer exercise any of the rights granted
 to You by this License as of the date You commence an action,
 including a cross-claim or counterclaim, against Licensor or any
 licensee alleging that the Original Work infringes a patent. This
 termination provision shall not apply for an action alleging patent
 infringement by combinations of the Original Work with other software
 or hardware.
 .
 11) Jurisdiction, Venue and Governing Law. Any action or suit relating
 to this License may be brought only in the courts of a jurisdiction
 wherein the Licensor resides or in which Licensor conducts its primary
 business, and under the laws of that jurisdiction excluding its
 conflict-of-law provisions. The application of the United Nations
 Convention on Contracts for the International Sale of Goods is
 expressly excluded. Any use of the Original Work outside the scope of
 this License or after its termination shall be subject to the
 requirements and penalties of the U.S. Copyright Act, 17 U.S.C. Â§ 101
 et seq., the equivalent laws of other countries, and international
 treaty. This section shall survive the termination of this License.
 .
 12) Attorneys Fees. In any action to enforce the terms of this License
 or seeking damages relating thereto, the prevailing party shall be
 entitled to recover its costs and expenses, including, without
 limitation, reasonable attorneys' fees and costs incurred in
 connection with such action, including any appeal of such action. This
 section shall survive the termination of this License.
 .
 13) Miscellaneous. This License represents the complete agreement
 concerning the subject matter hereof. If any provision of this License
 is held to be unenforceable, such provision shall be reformed only to
 the extent necessary to make it enforceable.
 .
 14) Definition of "You" in This License. "You" throughout this
 License, whether in upper or lower case, means an individual or a
 legal entity exercising rights under, and complying with all of the
 terms of, this License. For legal entities, "You" includes any entity
 that controls, is controlled by, or is under common control with
 you. For purposes of this definition, "control" means (i) the power,
 direct or indirect, to cause the direction or management of such
 entity, whether by contract or otherwise, or (ii) ownership of fifty
 percent (50%) or more of the outstanding shares, or (iii) beneficial
 ownership of such entity.
 .
 15) Right to Use. You may use the Original Work in all ways not
 otherwise restricted or conditioned by this License or by law, and
 Licensor promises not to interfere with or be responsible for such
 uses by You.
 .
 This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights
 reserved. Permission is hereby granted to copy and distribute this
 license without modification. This license may not be modified without
 the express written permission of its copyright owner.



==========================================================================
Package: libdbus-1-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: D-Bus
Source: https://dbus.freedesktop.org/releases/dbus/
Comment:
 The effective license of the majority of the package, including the
 shared library, is "GPL-2+ or AFL-2.1". Certain utilities are
 "GPL-2+" only.

Files: *
Copyright:
 © 1994-2020 dbus contributors, see source code for details
 © 1991-1993 The Regents of the University of California
 © 1994 Sun Microsystems, Inc
 © 1994 A.M. Kuchling
 © 2002-2011 Red Hat, Inc
 © 2002-2003 CodeFactory AB
 © 2002 Michael Meeks
 © 2003-2004 Imendio HB
 © 2003 Mark McLoughlin
 © 2003 Joe Shaw
 © 2004 Michael Meeks
 © 2005-2009 Lennart Poettering
 © 2005 Novell, Inc
 © 2005 David A. Wheeler
 © 2006-2023 Ralf Habacker
 © 2006 Mandriva
 © 2006 Peter Kümmel
 © 2006 Christian Ehrlicher
 © 2006 Thiago Macieira
 © 2006 Julio M. Merino Vidal
 © 2005-2006 Sjoerd Simons
 © 2007 Allison Lortie
 © 2007 Tanner Lovelace
 © 2008-2009 Benjamin Reed
 © 2002-2008 Colin Walters
 © 2009 Klaralvdalens Datakonsult AB, a KDAB Group company
 © 2009 Jonas Bähr
 © 2008-2012 Nokia Corporation
 © 2007-2022 Collabora Ltd.
 © 2009 Scott James Remnant / Canonical Ltd.
 © 2009 William Lachance
 © 2010 Christian Dywan / Lanedo
 © 2010 Fridrich Štrba
 © 2011 Roberto Guido
 © 2013 Intel Corporation
 © 2013 Chengwei Yang / Intel
 © 2013 Vasiliy Balyasnyy / Samsung
 © 2016 Yiyang Fei
 © 2017-2018 Laurent Bigonville
 © 2017 Shin-ichi MORITA
 © 2017 Endless Mobile, Inc.
 © 2017 Thomas Zimmermann
 © 2018 KPIT Technologies Ltd.
 © 2018 Manish Narang
 "modified code from libassuan, (C) FSF"
License: GPL-2+ or AFL-2.1, and Expat and Tcl-BSDish
Comment:
 The permissive licenses appear to be compatible with either the GPL-2+
 or the AFL-2.1, so the effective license is "GPL-2+ or AFL-2.1".

Files:
 doc/dbus-test-tool.1.xml.in
 tools/dbus-cleanup-sockets.c
 tools/dbus-monitor.c
 tools/dbus-send.c
 tools/dbus-print-message.?
 tools/dbus-uuidgen.c
 tools/test-tool.c
 tools/tool-common.?
Copyright:
 © 2002 Michael Meeks
 © 2003-2006 Red Hat, Inc.
 © 2003 Philip Blundell
 © 2011 Nokia Corporation
 © 2014-2017 Collabora Ltd.
License: GPL-2+

Files:
 cmake/modules/FindDocBookXSL.cmake
 cmake/modules/FindGLIB2.cmake
 tools/strto*ll.c
Copyright:
 © 1991-1993 The Regents of the University of California
 © 2008 Laurent Montel
 © 2010 Luigi Toscano
 © 2011 Raphael Kubo da Costa
 © 2013 Ralf Habacker
License: BSD-3-clause and BSD-3-clause-generic

Files:
 m4/as-ac-expand.m4
 m4/ax_ac_append_to_file.m4
 m4/ax_ac_print_to_file.m4
 m4/ax_add_am_macro_static.m4
 m4/ax_am_macros_static.m4
 m4/ax_file_escapes.m4
Copyright:
 © 2003-2005 Thomas Vander Stichele
 © 2008-2009 Tom Howard
 © 2009 Allan Caffee
License: autoconf-archive-permissive
Comment:
 Some files lack the second sentence (the warranty disclaimer).

Files:
 m4/ld-version-script.m4
 m4/libtool.m4
 m4/ltoptions.m4
 m4/ltsugar.m4
 m4/ltversion.m4
 m4/lt~obsolete.m4
 m4/visibility.m4
Copyright:
 © 1996-2015 Free Software Foundation, Inc.
License: FSF-unlimited-permission

Files:
 m4/pkg.m4
Copyright:
 © 2004 Scott James Remnant
License: GPL-2+ with Autoconf exception

Files:
 m4/ax_code_coverage.m4
Copyright:
 © 2012-2016 Philip Withnall
 © 2012 Xan Lopez
 © 2012 Christian Persch
 © 2012 Paolo Borelli
 © 2012 Dan Winship
 © 2015-2018 Bastien ROUCARIES
License: LGPL-2.1+

Files: dbus/versioninfo.rc.in
Copyright: © 2005 g10 Code GmbH
License: g10-permissive
 This file is free software; as a special exception the author gives
 unlimited permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
Comment:
 On Debian systems, see /usr/share/common-licenses/GPL-2 for the full
 text of the GPL version 2.

License: GPL-2+ with Autoconf exception
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that program.
Comment:
 On Debian systems, see /usr/share/common-licenses/GPL-2 for the full
 text of the GPL version 2.

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1 of the License, or (at
 your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser
 General Public License for more details.
Comment:
 On Debian systems, see /usr/share/common-licenses/LGPL-2.1 for the full
 text of the LGPL version 2.1.

License: Expat
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
 files (the "Software"), to deal in the Software without
 restriction, including without limitation the rights to use, copy,
 modify, merge, publish, distribute, sublicense, and/or sell copies
 of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: autoconf-archive-permissive
 Copying and distribution of this file, with or without modification, are
 permitted in any medium without royalty provided the copyright notice
 and this notice are preserved. This file is offered as-is, without any
 warranty.

License: FSF-unlimited-permission
 This file is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.

License: Tcl-BSDish
 This software is copyrighted by the Regents of the University of
 California, Sun Microsystems, Inc., Scriptics Corporation, and
 other parties.  The following terms apply to all files associated
 with the software unless explicitly disclaimed in individual files.
 .
 The authors hereby grant permission to use, copy, modify,
 distribute, and license this software and its documentation for any
 purpose, provided that existing copyright notices are retained in
 all copies and that this notice is included verbatim in any
 distributions. No written agreement, license, or royalty fee is
 required for any of the authorized uses.  Modifications to this
 software may be copyrighted by their authors and need not follow
 the licensing terms described here, provided that the new terms are
 clearly indicated on the first page of each file where they apply.
 .
 IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY
 PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
 DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION,
 OR ANY DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED
 OF THE POSSIBILITY OF SUCH DAMAGE.
 .
 THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
 NON-INFRINGEMENT.  THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS,
 AND THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE
 MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 .
 GOVERNMENT USE: If you are acquiring this software on behalf of the
 U.S. government, the Government shall have only "Restricted Rights"
 in the software and related documentation as defined in the Federal
 Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
 are acquiring the software on behalf of the Department of Defense,
 the software shall be classified as "Commercial Computer Software"
 and the Government shall have only "Restricted Rights" as defined
 in Clause 252.227-7013 (c) (1) of DFARs.  Notwithstanding the
 foregoing, the authors grant the U.S. Government and others acting
 in its behalf permission to use and distribute the software in
 accordance with the terms specified in this license.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 4. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSD-3-clause-generic
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. The name of the author may not be used to endorse or promote products
    derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: AFL-2.1
 The Academic Free License
 v. 2.1
 .
 This Academic Free License (the "License") applies to any original
 work of authorship (the "Original Work") whose owner (the "Licensor")
 has placed the following notice immediately following the copyright
 notice for the Original Work:
 .
 Licensed under the Academic Free License version 2.1
 .
 1) Grant of Copyright License. Licensor hereby grants You a
 world-wide, royalty-free, non-exclusive, perpetual, sublicenseable
 license to do the following:
 .
 a) to reproduce the Original Work in copies;
 .
 b) to prepare derivative works ("Derivative Works") based upon the
 Original Work;
 .
 c) to distribute copies of the Original Work and Derivative Works to
 the public;
 .
 d) to perform the Original Work publicly; and
 .
 e) to display the Original Work publicly.
 .
 2) Grant of Patent License. Licensor hereby grants You a world-wide,
 royalty-free, non-exclusive, perpetual, sublicenseable license, under
 patent claims owned or controlled by the Licensor that are embodied in
 the Original Work as furnished by the Licensor, to make, use, sell and
 offer for sale the Original Work and Derivative Works.
 .
 3) Grant of Source Code License. The term "Source Code" means the
 preferred form of the Original Work for making modifications to it and
 all available documentation describing how to modify the Original
 Work. Licensor hereby agrees to provide a machine-readable copy of the
 Source Code of the Original Work along with each copy of the Original
 Work that Licensor distributes. Licensor reserves the right to satisfy
 this obligation by placing a machine-readable copy of the Source Code
 in an information repository reasonably calculated to permit
 inexpensive and convenient access by You for as long as Licensor
 continues to distribute the Original Work, and by publishing the
 address of that information repository in a notice immediately
 following the copyright notice that applies to the Original Work.
 .
 4) Exclusions From License Grant. Neither the names of Licensor, nor
 the names of any contributors to the Original Work, nor any of their
 trademarks or service marks, may be used to endorse or promote
 products derived from this Original Work without express prior written
 permission of the Licensor. Nothing in this License shall be deemed to
 grant any rights to trademarks, copyrights, patents, trade secrets or
 any other intellectual property of Licensor except as expressly stated
 herein. No patent license is granted to make, use, sell or offer to
 sell embodiments of any patent claims other than the licensed claims
 defined in Section 2. No right is granted to the trademarks of
 Licensor even if such marks are included in the Original Work. Nothing
 in this License shall be interpreted to prohibit Licensor from
 licensing under different terms from this License any Original Work
 that Licensor otherwise would have a right to license.
 .
 5) This section intentionally omitted.
 .
 6) Attribution Rights. You must retain, in the Source Code of any
 Derivative Works that You create, all copyright, patent or trademark
 notices from the Source Code of the Original Work, as well as any
 notices of licensing and any descriptive text identified therein as an
 "Attribution Notice." You must cause the Source Code for any
 Derivative Works that You create to carry a prominent Attribution
 Notice reasonably calculated to inform recipients that You have
 modified the Original Work.
 .
 7) Warranty of Provenance and Disclaimer of Warranty. Licensor
 warrants that the copyright in and to the Original Work and the patent
 rights granted herein by Licensor are owned by the Licensor or are
 sublicensed to You under the terms of this License with the permission
 of the contributor(s) of those copyrights and patent rights. Except as
 expressly stated in the immediately proceeding sentence, the Original
 Work is provided under this License on an "AS IS" BASIS and WITHOUT
 WARRANTY, either express or implied, including, without limitation,
 the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL
 WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential
 part of this License. No license to Original Work is granted hereunder
 except under this disclaimer.
 .
 8) Limitation of Liability. Under no circumstances and under no legal
 theory, whether in tort (including negligence), contract, or
 otherwise, shall the Licensor be liable to any person for any direct,
 indirect, special, incidental, or consequential damages of any
 character arising as a result of this License or the use of the
 Original Work including, without limitation, damages for loss of
 goodwill, work stoppage, computer failure or malfunction, or any and
 all other commercial damages or losses. This limitation of liability
 shall not apply to liability for death or personal injury resulting
 from Licensor's negligence to the extent applicable law prohibits such
 limitation. Some jurisdictions do not allow the exclusion or
 limitation of incidental or consequential damages, so this exclusion
 and limitation may not apply to You.
 .
 9) Acceptance and Termination. If You distribute copies of the
 Original Work or a Derivative Work, You must make a reasonable effort
 under the circumstances to obtain the express assent of recipients to
 the terms of this License. Nothing else but this License (or another
 written agreement between Licensor and You) grants You permission to
 create Derivative Works based upon the Original Work or to exercise
 any of the rights granted in Section 1 herein, and any attempt to do
 so except under the terms of this License (or another written
 agreement between Licensor and You) is expressly prohibited by
 U.S. copyright law, the equivalent laws of other countries, and by
 international treaty. Therefore, by exercising any of the rights
 granted to You in Section 1 herein, You indicate Your acceptance of
 this License and all of its terms and conditions.
 .
 10) Termination for Patent Action. This License shall terminate
 automatically and You may no longer exercise any of the rights granted
 to You by this License as of the date You commence an action,
 including a cross-claim or counterclaim, against Licensor or any
 licensee alleging that the Original Work infringes a patent. This
 termination provision shall not apply for an action alleging patent
 infringement by combinations of the Original Work with other software
 or hardware.
 .
 11) Jurisdiction, Venue and Governing Law. Any action or suit relating
 to this License may be brought only in the courts of a jurisdiction
 wherein the Licensor resides or in which Licensor conducts its primary
 business, and under the laws of that jurisdiction excluding its
 conflict-of-law provisions. The application of the United Nations
 Convention on Contracts for the International Sale of Goods is
 expressly excluded. Any use of the Original Work outside the scope of
 this License or after its termination shall be subject to the
 requirements and penalties of the U.S. Copyright Act, 17 U.S.C. Â§ 101
 et seq., the equivalent laws of other countries, and international
 treaty. This section shall survive the termination of this License.
 .
 12) Attorneys Fees. In any action to enforce the terms of this License
 or seeking damages relating thereto, the prevailing party shall be
 entitled to recover its costs and expenses, including, without
 limitation, reasonable attorneys' fees and costs incurred in
 connection with such action, including any appeal of such action. This
 section shall survive the termination of this License.
 .
 13) Miscellaneous. This License represents the complete agreement
 concerning the subject matter hereof. If any provision of this License
 is held to be unenforceable, such provision shall be reformed only to
 the extent necessary to make it enforceable.
 .
 14) Definition of "You" in This License. "You" throughout this
 License, whether in upper or lower case, means an individual or a
 legal entity exercising rights under, and complying with all of the
 terms of, this License. For legal entities, "You" includes any entity
 that controls, is controlled by, or is under common control with
 you. For purposes of this definition, "control" means (i) the power,
 direct or indirect, to cause the direction or management of such
 entity, whether by contract or otherwise, or (ii) ownership of fifty
 percent (50%) or more of the outstanding shares, or (iii) beneficial
 ownership of such entity.
 .
 15) Right to Use. You may use the Original Work in all ways not
 otherwise restricted or conditioned by this License or by law, and
 Licensor promises not to interfere with or be responsible for such
 uses by You.
 .
 This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights
 reserved. Permission is hereby granted to copy and distribute this
 license without modification. This license may not be modified without
 the express written permission of its copyright owner.



==========================================================================
Package: libdecor-0-0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libdecor
Source: https://gitlab.freedesktop.org/libdecor/libdecor

Files:     *
Copyright: 2010 Intel Corporation
           2011 Benjamin Franzke
           2017-2018 Red Hat Inc.
           2018-2019 Jonas Ådahl
           2019 Christian Rauch
License:   Expat

Files:     src/plugins/cairo/libdecor-cairo-blur.*
Copyright: 2008 Kristian Høgsberg
           2012 Intel Corporation
License:   Expat

Files:     debian/*
Copyright: 2021 Christian Rauch
License:   Expat

Files:     debian/tests/run-with-display
Copyright: 2021 Marco Trevisan
License:   GPL-3.0+

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: GPL-3.0+
 SPDX license expression "GPL-3.0-or-later":
 https://spdx.org/licenses/GPL-3.0-or-later.html
 .
 This license identifier refers to the choice to use code under
 GPL-3.0-or-later (i.e., GPL-3.0 or some later version), as distinguished
 from use of code under GPL-3.0-only. The license notice (as seen in the
 Standard License Header field below) states which of these applies the
 code in the file. The example in the exhibit to the license shows the
 license notice for the "or later" approach.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 3 can be found in "/usr/share/common-licenses/GPL-3.0".



==========================================================================
Package: libdecor-0-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libdecor
Source: https://gitlab.freedesktop.org/libdecor/libdecor

Files:     *
Copyright: 2010 Intel Corporation
           2011 Benjamin Franzke
           2017-2018 Red Hat Inc.
           2018-2019 Jonas Ådahl
           2019 Christian Rauch
License:   Expat

Files:     src/plugins/cairo/libdecor-cairo-blur.*
Copyright: 2008 Kristian Høgsberg
           2012 Intel Corporation
License:   Expat

Files:     debian/*
Copyright: 2021 Christian Rauch
License:   Expat

Files:     debian/tests/run-with-display
Copyright: 2021 Marco Trevisan
License:   GPL-3.0+

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: GPL-3.0+
 SPDX license expression "GPL-3.0-or-later":
 https://spdx.org/licenses/GPL-3.0-or-later.html
 .
 This license identifier refers to the choice to use code under
 GPL-3.0-or-later (i.e., GPL-3.0 or some later version), as distinguished
 from use of code under GPL-3.0-only. The license notice (as seen in the
 Standard License Header field below) states which of these applies the
 code in the file. The example in the exhibit to the license shows the
 license notice for the "or later" approach.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 3 can be found in "/usr/share/common-licenses/GPL-3.0".



==========================================================================
Package: libdecor-0-plugin-1-cairo:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libdecor
Source: https://gitlab.freedesktop.org/libdecor/libdecor

Files:     *
Copyright: 2010 Intel Corporation
           2011 Benjamin Franzke
           2017-2018 Red Hat Inc.
           2018-2019 Jonas Ådahl
           2019 Christian Rauch
License:   Expat

Files:     src/plugins/cairo/libdecor-cairo-blur.*
Copyright: 2008 Kristian Høgsberg
           2012 Intel Corporation
License:   Expat

Files:     debian/*
Copyright: 2021 Christian Rauch
License:   Expat

Files:     debian/tests/run-with-display
Copyright: 2021 Marco Trevisan
License:   GPL-3.0+

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: GPL-3.0+
 SPDX license expression "GPL-3.0-or-later":
 https://spdx.org/licenses/GPL-3.0-or-later.html
 .
 This license identifier refers to the choice to use code under
 GPL-3.0-or-later (i.e., GPL-3.0 or some later version), as distinguished
 from use of code under GPL-3.0-only. The license notice (as seen in the
 Standard License Header field below) states which of these applies the
 code in the file. The example in the exhibit to the license shows the
 license notice for the "or later" approach.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 3 can be found in "/usr/share/common-licenses/GPL-3.0".



==========================================================================
Package: libdeflate0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libdeflate
Source: https://github.com/ebiggers/libdeflate

Files: *
Copyright: 2016, 2018, Eric Biggers
License: Expat

Files: lib/arm/crc32_impl.h
Copyright: 2018, Eric Biggers
           2017, Jun He <jun.he@linaro.org>
License: Expat

Files: debian/*
Copyright: © 2018 Michael R. Crusoe <michael.crusoe@gmail.com>
License: Expat

License: Expat
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation files
 (the "Software"), to deal in the Software without restriction,
 including without limitation the rights to use, copy, modify, merge,
 publish, distribute, sublicense, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.



==========================================================================
Package: libdrm-amdgpu1:arm64
==========================================================================
This package was downloaded from
https://dri.freedesktop.org/libdrm/

It was debianized by Marcelo E. Magallon <mmagallo@debian.org> on
Fri, 19 Aug 2005 21:11:18 -0600.


 Copyright 2005 Adam Jackson.

 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation on the rights to use, copy, modify, merge,
 publish, distribute, sub license, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial
 portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
 Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
 Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial
 portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
 SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.


 Copyright (c) 2007-2008 Dave Airlie <airlied@linux.ie>
 Copyright (c) 2007-2008 Jakob Bornecrantz <wallbraker@gmail.com>
 Copyright (c) 2008 Red Hat Inc.
 Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA
 Copyright (c) 2007-2009 Intel Corporation

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 IN THE SOFTWARE.


 Copyright 2002-2006 Tungsten Graphics, Inc., Cedar Park, Texas.
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 Gareth Hughes
 Copyright 2002 Frank C. Earl
 Copyright 2002-2003 Leif Delgass
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE COPYRIGHT OWNER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
 Copyright 2005 Stephane Marchesin.
 All rights reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2004  Felix Kuehling
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sub license,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NON-INFRINGEMENT. IN NO EVENT SHALL FELIX KUEHLING BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2005 Eric Anholt
 Copyright © 2007-2008 Intel Corporation
 Copyright © 2008 Jérôme Glisse
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.


 Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
 Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sub license,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.


 Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
 Copyright © 2007-2009 Red Hat Inc.
 Copyright © 2007 Intel Corporation
 Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND., USA
 Copyright © 2008 Dave Airlie
 Copyright © 2008 Jérôme Glisse
 Copyright © 2008 Nicolai Haehnle
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright (C) 1999 Wittawat Yamwong

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 WITTAWAT YAMWONG, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,?
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR?
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE?
 OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright (c) 2007 Nouveau Project

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.


 Copyright 2010 Jerome Glisse <glisse@freedesktop.org>

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 on the rights to use, copy, modify, merge, publish, distribute, sub
 license, and/or sell copies of the Software, and to permit persons to whom
 the Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 THE AUTHOR(S) AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 USE OR OTHER DEALINGS IN THE SOFTWARE.



==========================================================================
Package: libdrm-dev:arm64
==========================================================================
This package was downloaded from
https://dri.freedesktop.org/libdrm/

It was debianized by Marcelo E. Magallon <mmagallo@debian.org> on
Fri, 19 Aug 2005 21:11:18 -0600.


 Copyright 2005 Adam Jackson.

 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation on the rights to use, copy, modify, merge,
 publish, distribute, sub license, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial
 portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
 Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
 Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial
 portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
 SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.


 Copyright (c) 2007-2008 Dave Airlie <airlied@linux.ie>
 Copyright (c) 2007-2008 Jakob Bornecrantz <wallbraker@gmail.com>
 Copyright (c) 2008 Red Hat Inc.
 Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA
 Copyright (c) 2007-2009 Intel Corporation

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 IN THE SOFTWARE.


 Copyright 2002-2006 Tungsten Graphics, Inc., Cedar Park, Texas.
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 Gareth Hughes
 Copyright 2002 Frank C. Earl
 Copyright 2002-2003 Leif Delgass
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE COPYRIGHT OWNER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
 Copyright 2005 Stephane Marchesin.
 All rights reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2004  Felix Kuehling
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sub license,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NON-INFRINGEMENT. IN NO EVENT SHALL FELIX KUEHLING BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2005 Eric Anholt
 Copyright © 2007-2008 Intel Corporation
 Copyright © 2008 Jérôme Glisse
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.


 Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
 Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sub license,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.


 Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
 Copyright © 2007-2009 Red Hat Inc.
 Copyright © 2007 Intel Corporation
 Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND., USA
 Copyright © 2008 Dave Airlie
 Copyright © 2008 Jérôme Glisse
 Copyright © 2008 Nicolai Haehnle
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright (C) 1999 Wittawat Yamwong

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 WITTAWAT YAMWONG, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,?
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR?
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE?
 OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright (c) 2007 Nouveau Project

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.


 Copyright 2010 Jerome Glisse <glisse@freedesktop.org>

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 on the rights to use, copy, modify, merge, publish, distribute, sub
 license, and/or sell copies of the Software, and to permit persons to whom
 the Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 THE AUTHOR(S) AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 USE OR OTHER DEALINGS IN THE SOFTWARE.



==========================================================================
Package: libdrm-etnaviv1:arm64
==========================================================================
This package was downloaded from
https://dri.freedesktop.org/libdrm/

It was debianized by Marcelo E. Magallon <mmagallo@debian.org> on
Fri, 19 Aug 2005 21:11:18 -0600.


 Copyright 2005 Adam Jackson.

 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation on the rights to use, copy, modify, merge,
 publish, distribute, sub license, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial
 portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
 Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
 Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial
 portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
 SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.


 Copyright (c) 2007-2008 Dave Airlie <airlied@linux.ie>
 Copyright (c) 2007-2008 Jakob Bornecrantz <wallbraker@gmail.com>
 Copyright (c) 2008 Red Hat Inc.
 Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA
 Copyright (c) 2007-2009 Intel Corporation

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 IN THE SOFTWARE.


 Copyright 2002-2006 Tungsten Graphics, Inc., Cedar Park, Texas.
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 Gareth Hughes
 Copyright 2002 Frank C. Earl
 Copyright 2002-2003 Leif Delgass
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE COPYRIGHT OWNER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
 Copyright 2005 Stephane Marchesin.
 All rights reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2004  Felix Kuehling
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sub license,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NON-INFRINGEMENT. IN NO EVENT SHALL FELIX KUEHLING BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2005 Eric Anholt
 Copyright © 2007-2008 Intel Corporation
 Copyright © 2008 Jérôme Glisse
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.


 Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
 Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sub license,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.


 Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
 Copyright © 2007-2009 Red Hat Inc.
 Copyright © 2007 Intel Corporation
 Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND., USA
 Copyright © 2008 Dave Airlie
 Copyright © 2008 Jérôme Glisse
 Copyright © 2008 Nicolai Haehnle
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright (C) 1999 Wittawat Yamwong

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 WITTAWAT YAMWONG, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,?
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR?
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE?
 OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright (c) 2007 Nouveau Project

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.


 Copyright 2010 Jerome Glisse <glisse@freedesktop.org>

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 on the rights to use, copy, modify, merge, publish, distribute, sub
 license, and/or sell copies of the Software, and to permit persons to whom
 the Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 THE AUTHOR(S) AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 USE OR OTHER DEALINGS IN THE SOFTWARE.



==========================================================================
Package: libdrm-freedreno1:arm64
==========================================================================
This package was downloaded from
https://dri.freedesktop.org/libdrm/

It was debianized by Marcelo E. Magallon <mmagallo@debian.org> on
Fri, 19 Aug 2005 21:11:18 -0600.


 Copyright 2005 Adam Jackson.

 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation on the rights to use, copy, modify, merge,
 publish, distribute, sub license, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial
 portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
 Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
 Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial
 portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
 SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.


 Copyright (c) 2007-2008 Dave Airlie <airlied@linux.ie>
 Copyright (c) 2007-2008 Jakob Bornecrantz <wallbraker@gmail.com>
 Copyright (c) 2008 Red Hat Inc.
 Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA
 Copyright (c) 2007-2009 Intel Corporation

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 IN THE SOFTWARE.


 Copyright 2002-2006 Tungsten Graphics, Inc., Cedar Park, Texas.
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 Gareth Hughes
 Copyright 2002 Frank C. Earl
 Copyright 2002-2003 Leif Delgass
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE COPYRIGHT OWNER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
 Copyright 2005 Stephane Marchesin.
 All rights reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2004  Felix Kuehling
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sub license,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NON-INFRINGEMENT. IN NO EVENT SHALL FELIX KUEHLING BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2005 Eric Anholt
 Copyright © 2007-2008 Intel Corporation
 Copyright © 2008 Jérôme Glisse
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.


 Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
 Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sub license,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.


 Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
 Copyright © 2007-2009 Red Hat Inc.
 Copyright © 2007 Intel Corporation
 Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND., USA
 Copyright © 2008 Dave Airlie
 Copyright © 2008 Jérôme Glisse
 Copyright © 2008 Nicolai Haehnle
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright (C) 1999 Wittawat Yamwong

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 WITTAWAT YAMWONG, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,?
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR?
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE?
 OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright (c) 2007 Nouveau Project

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.


 Copyright 2010 Jerome Glisse <glisse@freedesktop.org>

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 on the rights to use, copy, modify, merge, publish, distribute, sub
 license, and/or sell copies of the Software, and to permit persons to whom
 the Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 THE AUTHOR(S) AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 USE OR OTHER DEALINGS IN THE SOFTWARE.



==========================================================================
Package: libdrm-nouveau2:arm64
==========================================================================
This package was downloaded from
https://dri.freedesktop.org/libdrm/

It was debianized by Marcelo E. Magallon <mmagallo@debian.org> on
Fri, 19 Aug 2005 21:11:18 -0600.


 Copyright 2005 Adam Jackson.

 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation on the rights to use, copy, modify, merge,
 publish, distribute, sub license, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial
 portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
 Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
 Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial
 portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
 SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.


 Copyright (c) 2007-2008 Dave Airlie <airlied@linux.ie>
 Copyright (c) 2007-2008 Jakob Bornecrantz <wallbraker@gmail.com>
 Copyright (c) 2008 Red Hat Inc.
 Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA
 Copyright (c) 2007-2009 Intel Corporation

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 IN THE SOFTWARE.


 Copyright 2002-2006 Tungsten Graphics, Inc., Cedar Park, Texas.
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 Gareth Hughes
 Copyright 2002 Frank C. Earl
 Copyright 2002-2003 Leif Delgass
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE COPYRIGHT OWNER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
 Copyright 2005 Stephane Marchesin.
 All rights reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2004  Felix Kuehling
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sub license,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NON-INFRINGEMENT. IN NO EVENT SHALL FELIX KUEHLING BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2005 Eric Anholt
 Copyright © 2007-2008 Intel Corporation
 Copyright © 2008 Jérôme Glisse
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.


 Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
 Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sub license,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.


 Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
 Copyright © 2007-2009 Red Hat Inc.
 Copyright © 2007 Intel Corporation
 Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND., USA
 Copyright © 2008 Dave Airlie
 Copyright © 2008 Jérôme Glisse
 Copyright © 2008 Nicolai Haehnle
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright (C) 1999 Wittawat Yamwong

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 WITTAWAT YAMWONG, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,?
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR?
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE?
 OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright (c) 2007 Nouveau Project

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.


 Copyright 2010 Jerome Glisse <glisse@freedesktop.org>

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 on the rights to use, copy, modify, merge, publish, distribute, sub
 license, and/or sell copies of the Software, and to permit persons to whom
 the Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 THE AUTHOR(S) AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 USE OR OTHER DEALINGS IN THE SOFTWARE.



==========================================================================
Package: libdrm-radeon1:arm64
==========================================================================
This package was downloaded from
https://dri.freedesktop.org/libdrm/

It was debianized by Marcelo E. Magallon <mmagallo@debian.org> on
Fri, 19 Aug 2005 21:11:18 -0600.


 Copyright 2005 Adam Jackson.

 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation on the rights to use, copy, modify, merge,
 publish, distribute, sub license, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial
 portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
 Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
 Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial
 portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
 SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.


 Copyright (c) 2007-2008 Dave Airlie <airlied@linux.ie>
 Copyright (c) 2007-2008 Jakob Bornecrantz <wallbraker@gmail.com>
 Copyright (c) 2008 Red Hat Inc.
 Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA
 Copyright (c) 2007-2009 Intel Corporation

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 IN THE SOFTWARE.


 Copyright 2002-2006 Tungsten Graphics, Inc., Cedar Park, Texas.
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 Gareth Hughes
 Copyright 2002 Frank C. Earl
 Copyright 2002-2003 Leif Delgass
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE COPYRIGHT OWNER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
 Copyright 2005 Stephane Marchesin.
 All rights reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2004  Felix Kuehling
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sub license,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NON-INFRINGEMENT. IN NO EVENT SHALL FELIX KUEHLING BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2005 Eric Anholt
 Copyright © 2007-2008 Intel Corporation
 Copyright © 2008 Jérôme Glisse
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.


 Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
 Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sub license,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.


 Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
 Copyright © 2007-2009 Red Hat Inc.
 Copyright © 2007 Intel Corporation
 Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND., USA
 Copyright © 2008 Dave Airlie
 Copyright © 2008 Jérôme Glisse
 Copyright © 2008 Nicolai Haehnle
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright (C) 1999 Wittawat Yamwong

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 WITTAWAT YAMWONG, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,?
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR?
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE?
 OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright (c) 2007 Nouveau Project

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.


 Copyright 2010 Jerome Glisse <glisse@freedesktop.org>

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 on the rights to use, copy, modify, merge, publish, distribute, sub
 license, and/or sell copies of the Software, and to permit persons to whom
 the Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 THE AUTHOR(S) AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 USE OR OTHER DEALINGS IN THE SOFTWARE.



==========================================================================
Package: libdrm-tegra0:arm64
==========================================================================
This package was downloaded from
https://dri.freedesktop.org/libdrm/

It was debianized by Marcelo E. Magallon <mmagallo@debian.org> on
Fri, 19 Aug 2005 21:11:18 -0600.


 Copyright 2005 Adam Jackson.

 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation on the rights to use, copy, modify, merge,
 publish, distribute, sub license, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial
 portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
 Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
 Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial
 portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
 SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.


 Copyright (c) 2007-2008 Dave Airlie <airlied@linux.ie>
 Copyright (c) 2007-2008 Jakob Bornecrantz <wallbraker@gmail.com>
 Copyright (c) 2008 Red Hat Inc.
 Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA
 Copyright (c) 2007-2009 Intel Corporation

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 IN THE SOFTWARE.


 Copyright 2002-2006 Tungsten Graphics, Inc., Cedar Park, Texas.
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 Gareth Hughes
 Copyright 2002 Frank C. Earl
 Copyright 2002-2003 Leif Delgass
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE COPYRIGHT OWNER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
 Copyright 2005 Stephane Marchesin.
 All rights reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2004  Felix Kuehling
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sub license,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NON-INFRINGEMENT. IN NO EVENT SHALL FELIX KUEHLING BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2005 Eric Anholt
 Copyright © 2007-2008 Intel Corporation
 Copyright © 2008 Jérôme Glisse
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.


 Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
 Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sub license,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.


 Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
 Copyright © 2007-2009 Red Hat Inc.
 Copyright © 2007 Intel Corporation
 Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND., USA
 Copyright © 2008 Dave Airlie
 Copyright © 2008 Jérôme Glisse
 Copyright © 2008 Nicolai Haehnle
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright (C) 1999 Wittawat Yamwong

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 WITTAWAT YAMWONG, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,?
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR?
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE?
 OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright (c) 2007 Nouveau Project

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.


 Copyright 2010 Jerome Glisse <glisse@freedesktop.org>

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 on the rights to use, copy, modify, merge, publish, distribute, sub
 license, and/or sell copies of the Software, and to permit persons to whom
 the Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 THE AUTHOR(S) AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 USE OR OTHER DEALINGS IN THE SOFTWARE.



==========================================================================
Package: libdrm2:arm64
==========================================================================
This package was downloaded from
https://dri.freedesktop.org/libdrm/

It was debianized by Marcelo E. Magallon <mmagallo@debian.org> on
Fri, 19 Aug 2005 21:11:18 -0600.


 Copyright 2005 Adam Jackson.

 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation on the rights to use, copy, modify, merge,
 publish, distribute, sub license, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial
 portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
 Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
 Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial
 portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
 SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.


 Copyright (c) 2007-2008 Dave Airlie <airlied@linux.ie>
 Copyright (c) 2007-2008 Jakob Bornecrantz <wallbraker@gmail.com>
 Copyright (c) 2008 Red Hat Inc.
 Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA
 Copyright (c) 2007-2009 Intel Corporation

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 IN THE SOFTWARE.


 Copyright 2002-2006 Tungsten Graphics, Inc., Cedar Park, Texas.
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 Gareth Hughes
 Copyright 2002 Frank C. Earl
 Copyright 2002-2003 Leif Delgass
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE COPYRIGHT OWNER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
 Copyright 2005 Stephane Marchesin.
 All rights reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2004  Felix Kuehling
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sub license,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NON-INFRINGEMENT. IN NO EVENT SHALL FELIX KUEHLING BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright 2005 Eric Anholt
 Copyright © 2007-2008 Intel Corporation
 Copyright © 2008 Jérôme Glisse
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.


 Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
 Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sub license,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.


 Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
 Copyright © 2007-2009 Red Hat Inc.
 Copyright © 2007 Intel Corporation
 Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND., USA
 Copyright © 2008 Dave Airlie
 Copyright © 2008 Jérôme Glisse
 Copyright © 2008 Nicolai Haehnle
 All Rights Reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:

 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright (C) 1999 Wittawat Yamwong

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 WITTAWAT YAMWONG, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,?
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR?
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE?
 OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


 Copyright (c) 2007 Nouveau Project

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.


 Copyright 2010 Jerome Glisse <glisse@freedesktop.org>

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 on the rights to use, copy, modify, merge, publish, distribute, sub
 license, and/or sell copies of the Software, and to permit persons to whom
 the Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 THE AUTHOR(S) AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 USE OR OTHER DEALINGS IN THE SOFTWARE.



==========================================================================
Package: libedit2:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: editline
Upstream-Contact: Jess Thrysoee <jess@thrysoee.dk>

Files:
 *
Copyright:
 Copyright (c) 1992, 1993
     The Regents of the University of California.  All rights reserved.
 .
 This code is derived from software contributed to Berkeley by
 Christos Zoulas of Cornell University.
License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.



==========================================================================
Package: libegl-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libglvnd
Source: https://gitlab.freedesktop.org/glvnd/libglvnd

Files:		*
Copyright:	2013-2017 NVIDIA Corporation
 		2007-2013 VMware, Inc
 		2010 Intel Corporation
 		2010 Francisco Jerez
 		2007-2012 The Khronos Group Inc
 		1999-2006 Brian Paul
 		2010 LunarG Inc
 		2009 Dave Gamble
License:	MIT

Files:		include/GLES/egl.h
 		include/GLES/glplatform.h
 		include/GLES2/gl2platform.h
 		include/GLES3/gl3platform.h
 		src/generate/xml/gl.xml
 		src/generate/xml/glx.xml
Copyright:	2008-2018 The Khronos Group Inc.
License:	Apache-2.0

Files:		m4/ax_check_enable_debug.m4
Copyright:	2011 Rhys Ulerich
 		2014-2015 Philip Withnall
License:	public-domain
 Public Domain.

Files:		m4/ax_check_link_flag.m4
Copyright:	2008 Guido U. Draheim
 		2011 Maarten Bosmans
License:	GPL-3+

Files:		m4/ax_pthread.m4
Copyright:	2008 Steven G. Johnson
 		2011 Daniel Richard G.
License:	GPL-3+

Files:		src/util/uthash/*
Copyright:	2005-2013 Troy D. Hanson
License:	BSD-1-clause

Files:		src/util/uthash/doc/userguide.html
Copyright:	2006 Troy D. Hanson
 		2006-2009 Stuart Rackham
License:	GPL

Files:		debian/*
Copyright:	2013 Timo Aaltonen <tjaalton@ubuntu.com>
License:	MIT

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
     http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 . 
 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
 IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License: BSD-1-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: GPL
 On Debian machines the full text of the GNU General Public License
 can be found in the file /usr/share/common-licenses/GPL.

License: GPL-3+
 On Debian machines the full text of the GNU General Public License
 version 3 can be found in the file /usr/share/common-licenses/GPL-3.



==========================================================================
Package: libegl-mesa0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mesa
Source: https://mesa.freedesktop.org/archive/

Files: *
Copyright:
	2005 Aapo Tahkola
	2011 Adam Rak <adam.rak@streamnovation.com>
	2014 Adrián Arroyo Calle <adrian.arroyocalle@gmail.com>
	2010-2018 Advanced Micro Devices, Inc.
	2002-2012 Apple Inc.
	2009 Artur Wyszynski <harakash@gmail.com>
	2000-2001 ATI Technologies Inc.
	2015-2016 Axel Davy <axel.davy@ens.fr>
	1988-2004 Bart Massey
	2016 Bas Nieuwenhuizen
	2011 Benjamin Franzke
	2005-2008 Ben Skeggs
	2015 Boyan Ding
	1999-2016 Brian Paul
	2014-2018 Broadcom
	2011 Bryan Cain
	2007 Carl Worth
	2009-2011 Chia-I Wu <olvaffe@gmail.com>
	2016 Christian Gmeiner <christian.gmeiner@gmail.com>
	2010-2014 Christian König
	2010-2012 Christoph Bumiller
	2014-2017 Connor Abbott
	2008-2010 Corbin Simpson
	1999-2016 Dave Airlie
	2008 Dennis Smit
	2012-2017 Etnaviv Project
	2003 Felix Kuehling
	2009-2016 Francisco Jerez
	2008-2010 George Sapountzis <gsapountzis@gmail.com>
	2017 Gert Wollny
	2013-2017 Google, Inc.
	2017 Grazvydas Ignotas
	2013 Gregory Hainaut <gregory.hainaut@gmail.com>
	2002 Greg Parker
	2013 Grigori Goronzy <greg@chown.ath.cx>
	2008-2013 Haiku, Inc.
	2002-2006 IBM Corporation
	2011-2017 Ilia Mirkin
	2006-2018 Intel Corporation
	2007-2012 Jakob Bornecrantz
	2017 Jason Ekstrand
	2008-2010 Jerome Glisse <glisse@freedesktop.org>
	2009-2013 Joakim Sindholt <opensource@zhasha.com>
	2007 Joe Perches <joe@perches.com>
	2006 John Maddock
	2014-2017 Jon Turney
	2008-2009 Jose Fonseca
	1988-2017 Keith Packard
	1997 Keith Whitwell
	2011 Lauri Kasanen
	2010 Luca Barbieri
	2010-2013 LunarG, Inc.
	2011-2013 Maarten Lankhorst
	2008-2010 Maciej Cencora <m.cencora@gmail.com>
	2010-2014 Marek Olšák <maraeo@gmail.com>
	2011 Morgan Armand <morgan.devel@gmail.com>
	2016 Nayan Deshmukh
	2004-2009 Nicolai Haehnle <nhaehnle@gmail.com>
	2007-2013 Nouveau Project
	2012-2018 NVIDIA Corporation
	2010 Orasanu Lucian
	2015-2016 Patrick Rudolph <siro@das-labor.org>
	2009 Pauli Nieminen
	2006-2008 Philippe Houdoin
	2015 Philip Taylor <philip@zaynar.co.uk>
	1998-1999 Precision Insight, Inc.
	2007-2018 Red Hat, Inc.
	2018 Rhys Perry
	2012-2018 Rob Clark <robclark@freedesktop.org>
	2004 Roland Scheidegger
	2015 Samuel Pitoiset
	1991-2000 Silicon Graphics, Inc.
	2018 Stefan Schake <stschake@gmail.com>
	2003-2005 Stefan Gustavson
	2008 Steven G. Johnson
	2016 Steven Toth <stoth@kernellabs.com>
	2011-2014 The Chromium OS authors
	2007-2013 The Nouveau Project
	2001-2004 The SCons Foundation
	2002 The Weather Channel, Inc.
	2006 Thierry Reding <thierry@gilfi.de>
	2010 Thomas Balling Sörensen
	2015-2017 Thomas Helland
	1995 Thorsten Ohl
	2013-2018 Timothy Arceri
	2002 Todd C. Miller <Todd.Miller@courtesan.com>
	2010-2014 Tom Stellard <tstellar@gmail.com>
	2004 Torrey T. Lyons
	2003-2008 Tungsten Graphics, Inc.
	2012-2013 Vadim Girlin <vadimgirlin@gmail.com>
	2000 VA Linux Systems Inc.
	2015-2018 Valve Corporation
	1998-2017 VMware, Inc.
	1992 Vrije Universiteit, The Netherlands
	1999 Wittawat Yamwong
	2005 Zack Rusin
License: MIT

Files: include/EGL/eglextchromium.h
Copyright: 2013 The Chromium Authors
License: BSD-3-google

Files: include/GL/glcorearb.h
       include/GL/glext.h
       include/GL/glxext.h
Copyright: 2013-2017 The Khronos Group Inc.
License: Khronos

Files: include/GLES/egl.h
       include/GLES/glplatform.h
       include/GLES2/gl2platform.h
       include/GLES3/gl3platform.h
       include/vulkan/*
Copyright: 2015-2018 The Khronos Group Inc.
	   2015 The Android Open Source Project
	   2015-2016 Valve Corporation
License: Apache-2.0

Files: include/c11/*
Copyright: 2012 yohhoy
License: BSL

Files: src/gallium/auxiliary/postprocess/pp_mlaa*
Copyright: 2010 Jorge Jimenez (jorge@iryoku.com)
	   2010 Belen Masia (bmasia@unizar.es)
	   2010 Jose I. Echevarria (joseignacioechevarria@gmail.com)
	   2010 Fernando Navarro (fernandn@microsoft.com)
	   2010 Diego Gutierrez (diegog@unizar.es)
	   2011 Lauri Kasanen (cand@gmx.com)
License: MLAA

Files: src/glx/clientattrib.c
       src/glx/compsize.c
       src/glx/eval.c
       src/glx/glxclient.h
       src/glx/glxcmds.c
       src/glx/glxcurrent.c
       src/glx/glxext.cGreg
       src/glx/packrender.h
       src/glx/packsingle.h
       src/glx/pixel.c
       src/glx/pixelstore.c
       src/glx/render2.c
       src/glx/renderpix.c
       src/glx/single2.c
       src/glx/singlepix.c
       src/glx/vertarr.c
Copyright: 1991-2000 Silicon Graphics, Inc.
License: SGI

Files: src/getopt
Copyright: 2000 The NetBSD Foundation, Inc.
License: BSD-2-clause

Files: src/gtest/include src/gtest/src
Copyright: 2008-2015 Google, Inc.
License: BSD-3-google

Files: debian
Copyright: 2006, Thierry Reding <thierry@gilfi.de>
License: GPL

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: Khronos
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and/or associated documentation files (the
 "Materials"), to deal in the Materials without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Materials, and to
 permit persons to whom the Materials are furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Materials.
 .
 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

License: SGI
 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice including the dates of first publication and
 either this permission notice or a reference to
 http://oss.sgi.com/projects/FreeB/
 shall be included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 .
 Except as contained in this notice, the name of Silicon Graphics, Inc.
 shall not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization from
 Silicon Graphics, Inc.

License: Apache-2.0
 On Debian systems, the full text of the Apache-2.0 license
 can be found in the file '/usr/share/common-licenses/Apache-2.0'.

License: BSL
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare [[derivative work]]s of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: MLAA
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    1. Redistributions of source code must retain the above copyright notice,
       this list of conditions and the following disclaimer.
 .
    2. Redistributions in binary form must reproduce the following statement:
 .
       "Uses Jimenez's MLAA. Copyright (C) 2010 by Jorge Jimenez, Belen Masia,
        Jose I. Echevarria, Fernando Navarro and Diego Gutierrez."
 .
       Only for use in the Mesa project, this point 2 is filled by naming the
       technique Jimenez's MLAA in the Mesa config options.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
 IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.


License: GPL
 On Debian systems, the full text of the GPL license
 can be found in the file '/usr/share/common-licenses/GPL'.

License: BSD-3-google
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
     * Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
     * Redistributions in binary form must reproduce the above
 copyright notice, this list of conditions and the following disclaimer
 in the documentation and/or other materials provided with the
 distribution.
     * Neither the name of Google Inc. nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: libegl1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libglvnd
Source: https://gitlab.freedesktop.org/glvnd/libglvnd

Files:		*
Copyright:	2013-2017 NVIDIA Corporation
 		2007-2013 VMware, Inc
 		2010 Intel Corporation
 		2010 Francisco Jerez
 		2007-2012 The Khronos Group Inc
 		1999-2006 Brian Paul
 		2010 LunarG Inc
 		2009 Dave Gamble
License:	MIT

Files:		include/GLES/egl.h
 		include/GLES/glplatform.h
 		include/GLES2/gl2platform.h
 		include/GLES3/gl3platform.h
 		src/generate/xml/gl.xml
 		src/generate/xml/glx.xml
Copyright:	2008-2018 The Khronos Group Inc.
License:	Apache-2.0

Files:		m4/ax_check_enable_debug.m4
Copyright:	2011 Rhys Ulerich
 		2014-2015 Philip Withnall
License:	public-domain
 Public Domain.

Files:		m4/ax_check_link_flag.m4
Copyright:	2008 Guido U. Draheim
 		2011 Maarten Bosmans
License:	GPL-3+

Files:		m4/ax_pthread.m4
Copyright:	2008 Steven G. Johnson
 		2011 Daniel Richard G.
License:	GPL-3+

Files:		src/util/uthash/*
Copyright:	2005-2013 Troy D. Hanson
License:	BSD-1-clause

Files:		src/util/uthash/doc/userguide.html
Copyright:	2006 Troy D. Hanson
 		2006-2009 Stuart Rackham
License:	GPL

Files:		debian/*
Copyright:	2013 Timo Aaltonen <tjaalton@ubuntu.com>
License:	MIT

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
     http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 . 
 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
 IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License: BSD-1-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: GPL
 On Debian machines the full text of the GNU General Public License
 can be found in the file /usr/share/common-licenses/GPL.

License: GPL-3+
 On Debian machines the full text of the GNU General Public License
 version 3 can be found in the file /usr/share/common-licenses/GPL-3.



==========================================================================
Package: libelf1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Comment: This package was debianized by Kurt Roeckx <kurt@roeckx.be>.
Upstream-Name: elfutils
Upstream-Contact: elfutils-devel@sourceware.org
Source: https://sourceware.org/elfutils/ftp/

Files: *
Copyright: (C) 1996-2019 Red Hat, Inc.
           (C) 2022 Mark J. Wielaard <mark@klomp.org>
           (C) 2015, 2016 Oracle, Inc.
           (C) 2017 The Qt Company
           (C) 2018, 2021 Facebook, Inc.
           (C) 2021 Runsafe Security, Inc.
           (C) H.J. Lu <hjl.tools@gmail.com>, 2015.
           (C) 2020 Tom Tromey
Comment: Written by:
   Ulrich Drepper <drepper@redhat.com>
   Jeff Johnson <jbj@redhat.com>
   Alexander Larsson
   Jakub Jelinek <jakub@redhat.com>
   Roland McGrath <roland@redhat.com>.
 See more in the AUTHORS file.
License: GPL-3+

Files: backends/*
       config/*
       debuginfod/*
       lib*
       version.h
       debian/patches/mips_cfi.patch
Copyright: (C) 1996-2019 Red Hat, Inc.
           (C) 2021, 2022 Mark J. Wielaard <mark@klomp.org>
           (C) 2015 Oracle, Inc.
           (C) 2016, 2017 The Qt Company Ltd.
           (C) 2021 Google, Inc.
           (C) 2012 Tilera Corporation
           (C) 2019 Hangzhou C-SKY Microsystems co.,ltd.
           (C) H.J. Lu <hjl.tools@gmail.com>, 2015.
           (c) 2021 Dmitry V. Levin <ldv@altlinux.org>
           (C) 2018 Sifive, Inc.
           (C) 2018 Kurt Roeckx, Inc.
Comment: Most of the libraries (lib, libelf, libebl, libdw, libdwfl) have
         the following license:
License: LGPL-3+ or GPL-2+
 This file is free software; you can redistribute it and/or modify
 it under the terms of either
 .
 * the GNU Lesser General Public License as published by the Free
   Software Foundation; either version 3 of the License, or (at
   your option) any later version
 .
 or
 .
 * the GNU General Public License as published by the Free
   Software Foundation; either version 2 of the License, or (at
   your option) any later version
 .
 or both in parallel, as here.
 .
 elfutils is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received copies of the GNU General Public License and
 the GNU Lesser General Public License along with this program.  If
 not, see <http://www.gnu.org/licenses/>.
Comment:
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License version 2 can be found in
 `/usr/share/common-licenses/GPL-2' and the complete text of the GNU
 Lesser General Public License version 3 can be found in
 `/usr/share/common-licenses/LGPL-3'.

Files: lib/stdatomic-fbsd.h
Copyright: (c) 2011 Ed Schouten <ed@FreeBSD.org>
                    David Chisnall <theraven@FreeBSD.org>
		    All rights reserved.
License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

Files: doc/readelf.1
Copyright: (c) 1991-2018 Free Software Foundation, Inc.
           (c) 2019 Red Hat Inc.
License: GFDL-NIV-1.3
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3
 or any later version published by the Free Software Foundation;
 with no Invariant Sections, no Front-Cover Texts, and no
 Back-Cover Texts.  A copy of the license is included in the
 section entitled "GNU Free Documentation License".
Comment:
 On Debian GNU/Linux systems, the complete text of the GNU
 Free Documentation License version 1.3 can be found in
 `/usr/share/common-licenses/GFDL-1.3'

Files: libelf/dl-hash.h
       libelf/elf.h
Copyright: (C) 1995-2022 Free Software Foundation, Inc.
Comment: This file is part of the GNU C Library.
License: LGPL-2.1+
 The GNU C Library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 The GNU C Library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with the GNU C Library; if not, see
 <https://www.gnu.org/licenses/>.
Comment:
 On Debian GNU/Linux systems, the complete text of the GNU
 Lesser General Public License version 2.1 can be found in
 `/usr/share/common-licenses/LGPL-2.1'.

Files: libcpu/i386_parse.*
Copyright: (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation,
	   Inc.
License: GPL-3+ with Bison exception
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 .
 As a special exception, you may create a larger work that contains
 part or all of the Bison parser skeleton and distribute that work
 under terms of your choice, so long as that work isn't itself a
 parser generator using the skeleton or a modified version thereof
 as a parser skeleton.  Alternatively, if you modify or redistribute
 the parser skeleton itself, you may (at your option) remove this
 special exception, which will cause the skeleton and the resulting
 Bison output files to be licensed under the GNU General Public
 License without this special exception.
 .
 This special exception was added by the Free Software Foundation in
 version 2.2 of Bison.

Files: debian/po/de.po
Copyright: (C) 2021, Helge Kreutzmann <debian@helgefjell.de>
License: GPL-3+

Files: debian/po/es.po
Copyright: (C) 2022, Camaleón <noelamac@gmail.com>
License: GPL-3+

Files: debian/po/fr.po
Copyright: (C) 2021, Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>
License: GPL-3+

Files: debian/po/nl.po
Copyright: (C) 2021, Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
License: GPL-3+

Files: debian/po/pt_BR.po
Copyright: (C) 2021, Sergio Durigan Junior <sergiodj@debian.org>
License: GPL-3+

Files: debian/po/pt.po
Copyright: (C) 2021, Américo Monteiro <a_monteiro@gmx.com>

License: GPL-3+
 This file is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 elfutils is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
Comment: GPL-3+
 On Debian GNU/Linux systems, the complete text of the GNU
 General Public License version 3 can be found in
 `/usr/share/common-licenses/GPL-3'



==========================================================================
Package: libexpat1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Expat
Upstream-Contact: Sebastian Pipping <sebastian@pipping.org>
Source: https://github.com/libexpat/libexpat
Copyright: Copyright (C) Expat maintainers

Files: *
Copyright:
 Copyright (C) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper
 Copyright (C) 2001-2017 Expat maintainers
License: MIT

Files: debian/*
Copyright:
 Copyright (C) 1998-2000 Adam Di Carlo <aph@debian.org>
 Copyright (C) 2000-2007 Ardo van Rangelrooij <ardo@debian.org>
 Copyright (C) 2008-2009 Daniel Leidert (dale) <daniel.leidert@wgdd.de>
 Copyright (C) 2013-     Laszlo Boszormenyi (GCS) <gcs@debian.org>
License: MIT

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 IN THE SOFTWARE.



==========================================================================
Package: libffi-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Comment: This package was debianized by Matthias Klose <doko@debian.org>
Source: https://github.com/libffi/libffi/releases
Upstream-Contact:
    Anthony Green <green@redhat.com>
    GCC developers
    See the README and below in the list of copyright holders for a more
    complete list.

Files: *
Copyright:
    Copyright (c) 1996-2011 Red Hat, Inc.
    Copyright (C) 1996-2011 Anthony Green
    Copyright (C) 1996-2010 Free Software Foundation, Inc
    Copyright (c) 2003, 2004, 2006, 2007, 2008 Kaz Kojima
    Copyright (c) 2010, 2011, Plausible Labs Cooperative , Inc.
    Copyright (c) 2010 CodeSourcery
    Copyright (c) 2012 Alan Hourihane
    Copyright (c) 1998 Andreas Schwab
    Copyright (c) 2012, 2016 Thorsten Glaser
    Copyright (c) 2000 Hewlett Packard Company
    Copyright (c) 2009 Bradley Smith
    Copyright (c) 2008 David Daney
    Copyright (c) 2004 Simon Posnjak
    Copyright (c) 2005 Axis Communications AB
    Copyright (c) 1998 Cygnus Solutions
    Copyright (c) 2004 Renesas Technology
    Copyright (c) 2002, 2007  Bo Thorsen <bo@suse.de>
    Copyright (c) 2002 Ranjit Mathew
    Copyright (c) 2002 Roger Sayle
    Copyright (c) 2000, 2007 Software AG
    Copyright (c) 2003 Jakub Jelinek
    Copyright (c) 2000, 2001 John Hornkvist
    Copyright (c) 1998 Geoffrey Keating
    Copyright (c) 2008 Björn König
    Copyright (c) 2021 Microsoft, Inc.
    Copyright (c) 2019 Microsoft Corporation.
    Copyright (c) 2012 Alexandre K. I. de Mendonca <alexandre.keunecke@gmail.com>
    Copyright (c) 2012 Paulo Pizarro <paulo.pizarro@gmail.com>
    Copyright (c) 2015 Michael Knyszek <mknyszek@berkeley.edu>
    Copyright (c) 2011 Timothy Wall
    Copyright (c) 2020 Kalray
    Copyright (c) 2013 Tensilica, Inc.
    Copyright (c) 2011-2012 Tilera Corp.
    Copyright (c) 2009-2012 ARM Ltd.
    Copyright (c) 2013 IBM
    Copyright (C) 2011 Kyle Moffett
    Copyright (c) 1998 Geoffrey Keating
    Copyright (c) 2013 The Written Word, Inc.
    Copyright (c) 2013 Imagination Technologies
    Copyright (c) 2013 Synopsys, Inc. (www.synopsys.com)
    Copyright (c) 2014 Sebastian Macke <sebastian@macke.de>
    Copyright (c) 2012, 2013 Xilinx, Inc
    Copyright (c) 2013 Miodrag Vallat.  <miod@openbsd.org>
    Copyright (c) 2013 Mentor Graphics.
    Copyright (c) 2020 Madhavan T. Venkataraman
License: Expat
Comment: See source files for details.
 The libffi source distribution contains certain code that is not part
 of libffi, and is only used as tooling to assist with the building and
 testing of libffi.  This includes the msvcc.sh script used to wrap the
 Microsoft compiler with GNU compatible command-line options,
 make_sunver.pl, and the libffi test code distributed in the
 testsuite/libffi.bhaible directory.  This code is distributed with
 libffi for the purpose of convenience only, and libffi is in no way
 derived from this code.

Files: doc/libffi.*
Copyright: (C) 2008-2019, 2021 Anthony Green and Red Hat, Inc.
License: Expat

Files: install-sh
Copyright: (C) 1994 X Consortium
License: X11
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from the X Consor-
 tium.
Comment: FSF changes to this file are in the public domain.

Files: libtool-ldflags
Copyright: (C) 2005 Free Software Foundation, Inc.
License: GPL-2+
Comment: Contributed by CodeSourcery, LLC.

Files: make_sunver.pl
Copyright: (C) 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
License: GPL-3+
Comment: Upstream does not have the license details.
 ffmpeg includes this software as GPL-3+.

Files: msvcc.sh
Copyright:
 The Initial Developer of the Original Code is
 Timothy Wall <twalljava@dev.java.net>.
 Portions created by the Initial Developer are Copyright (C) 2009
 the Initial Developer. All Rights Reserved.
Comment: Contributor(s): Daniel Witte <dwitte@mozilla.com>
License: MPL-1.1 or GPL-2+ or LGPL-2.1+
 The contents of this file are subject to the Mozilla Public License Version
 1.1 (the "License"); you may not use this file except in compliance with
 the License. You may obtain a copy of the License at
 http://www.mozilla.org/MPL/
 .
 Software distributed under the License is distributed on an "AS IS" basis,
 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
 for the specific language governing rights and limitations under the
 License.
 .
 Alternatively, the contents of this file may be used under the terms of
 either the GNU General Public License Version 2 or later (the "GPL"), or
 the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
 in which case the provisions of the GPL or the LGPL are applicable instead
 of those above. If you wish to allow use of your version of this file only
 under the terms of either the GPL or the LGPL, and not to allow others to
 use your version of this file under the terms of the MPL, indicate your
 decision by deleting the provisions above and replace them with the notice
 and other provisions required by the GPL or the LGPL. If you do not delete
 the provisions above, a recipient may use your version of this file under
 the terms of any one of the MPL, the GPL or the LGPL.
 .
 On Debian GNU/Linux systems, the complete texts of these licenses are in
 `/usr/share/common-licenses/{MPL-1.1,GPL-2,LGPL-2.1}'.

Files: src/dlmalloc.c
Copyright: None (author: Doug Lea)
License: public-domain
  This is a version (aka dlmalloc) of malloc/free/realloc written by
  Doug Lea and released to the public domain, as explained at
  http://creativecommons.org/licenses/publicdomain.  Send questions,
  comments, complaints, performance data, etc to dl@cs.oswego.edu

Files: testsuite/*
Copyright: (C) 2003-2019 Free Software Foundation, Inc.
License: GPL-3+

Files: testsuite/libffi.closures/*
Copyright: (C) 2003, 2006, 2009, 2010, 2014, 2019 Free Software Foundation, Inc.
           (C) 2019 Anthony Green
License: GPL-3+

Files: testsuite/libffi.bhaible/*
Copyright:
 Copyright 1993 Bill Triggs <Bill.Triggs@inrialpes.fr>
 Copyright 1995-2017 Bruno Haible <bruno@clisp.org>
 Copyright (C) 2003, 2006, 2009, 2010, 2014, 2018 Free Software Foundation, Inc.
License: GPL-3+

Files: testsuite/libffi.bhaible/alignof.h
Copyright: (C) 2003-2004, 2006, 2009-2017 Free Software Foundation, Inc.
License: GPL-2+

Files: debian/*
Copyright: (C) 2008, 2011 Matthias Klose <doko@debian.org>
License: GPL
 The Debian packaging is licensed under the GPL,
 see `/usr/share/common-licenses/GPL'.

License: Expat
    Permission is hereby granted, free of charge, to any person obtaining
    a copy of this software and associated documentation files (the
    ``Software''), to deal in the Software without restriction, including
    without limitation the rights to use, copy, modify, merge, publish,
    distribute, sublicense, and/or sell copies of the Software, and to
    permit persons to whom the Software is furnished to do so, subject to
    the following conditions:
 .
    The above copyright notice and this permission notice shall be included
    in all copies or substantial portions of the Software.
 .
    THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
    CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
    SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License: GPL-2+
 This file is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
 MA 02110-1301, USA. 

License: GPL-3+
 This file is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; see the file COPYING.GPLv3.  If not see
 <http://www.gnu.org/licenses/>.



==========================================================================
Package: libffi8:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Comment: This package was debianized by Matthias Klose <doko@debian.org>
Source: https://github.com/libffi/libffi/releases
Upstream-Contact:
    Anthony Green <green@redhat.com>
    GCC developers
    See the README and below in the list of copyright holders for a more
    complete list.

Files: *
Copyright:
    Copyright (c) 1996-2011 Red Hat, Inc.
    Copyright (C) 1996-2011 Anthony Green
    Copyright (C) 1996-2010 Free Software Foundation, Inc
    Copyright (c) 2003, 2004, 2006, 2007, 2008 Kaz Kojima
    Copyright (c) 2010, 2011, Plausible Labs Cooperative , Inc.
    Copyright (c) 2010 CodeSourcery
    Copyright (c) 2012 Alan Hourihane
    Copyright (c) 1998 Andreas Schwab
    Copyright (c) 2012, 2016 Thorsten Glaser
    Copyright (c) 2000 Hewlett Packard Company
    Copyright (c) 2009 Bradley Smith
    Copyright (c) 2008 David Daney
    Copyright (c) 2004 Simon Posnjak
    Copyright (c) 2005 Axis Communications AB
    Copyright (c) 1998 Cygnus Solutions
    Copyright (c) 2004 Renesas Technology
    Copyright (c) 2002, 2007  Bo Thorsen <bo@suse.de>
    Copyright (c) 2002 Ranjit Mathew
    Copyright (c) 2002 Roger Sayle
    Copyright (c) 2000, 2007 Software AG
    Copyright (c) 2003 Jakub Jelinek
    Copyright (c) 2000, 2001 John Hornkvist
    Copyright (c) 1998 Geoffrey Keating
    Copyright (c) 2008 Björn König
    Copyright (c) 2021 Microsoft, Inc.
    Copyright (c) 2019 Microsoft Corporation.
    Copyright (c) 2012 Alexandre K. I. de Mendonca <alexandre.keunecke@gmail.com>
    Copyright (c) 2012 Paulo Pizarro <paulo.pizarro@gmail.com>
    Copyright (c) 2015 Michael Knyszek <mknyszek@berkeley.edu>
    Copyright (c) 2011 Timothy Wall
    Copyright (c) 2020 Kalray
    Copyright (c) 2013 Tensilica, Inc.
    Copyright (c) 2011-2012 Tilera Corp.
    Copyright (c) 2009-2012 ARM Ltd.
    Copyright (c) 2013 IBM
    Copyright (C) 2011 Kyle Moffett
    Copyright (c) 1998 Geoffrey Keating
    Copyright (c) 2013 The Written Word, Inc.
    Copyright (c) 2013 Imagination Technologies
    Copyright (c) 2013 Synopsys, Inc. (www.synopsys.com)
    Copyright (c) 2014 Sebastian Macke <sebastian@macke.de>
    Copyright (c) 2012, 2013 Xilinx, Inc
    Copyright (c) 2013 Miodrag Vallat.  <miod@openbsd.org>
    Copyright (c) 2013 Mentor Graphics.
    Copyright (c) 2020 Madhavan T. Venkataraman
License: Expat
Comment: See source files for details.
 The libffi source distribution contains certain code that is not part
 of libffi, and is only used as tooling to assist with the building and
 testing of libffi.  This includes the msvcc.sh script used to wrap the
 Microsoft compiler with GNU compatible command-line options,
 make_sunver.pl, and the libffi test code distributed in the
 testsuite/libffi.bhaible directory.  This code is distributed with
 libffi for the purpose of convenience only, and libffi is in no way
 derived from this code.

Files: doc/libffi.*
Copyright: (C) 2008-2019, 2021 Anthony Green and Red Hat, Inc.
License: Expat

Files: install-sh
Copyright: (C) 1994 X Consortium
License: X11
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from the X Consor-
 tium.
Comment: FSF changes to this file are in the public domain.

Files: libtool-ldflags
Copyright: (C) 2005 Free Software Foundation, Inc.
License: GPL-2+
Comment: Contributed by CodeSourcery, LLC.

Files: make_sunver.pl
Copyright: (C) 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
License: GPL-3+
Comment: Upstream does not have the license details.
 ffmpeg includes this software as GPL-3+.

Files: msvcc.sh
Copyright:
 The Initial Developer of the Original Code is
 Timothy Wall <twalljava@dev.java.net>.
 Portions created by the Initial Developer are Copyright (C) 2009
 the Initial Developer. All Rights Reserved.
Comment: Contributor(s): Daniel Witte <dwitte@mozilla.com>
License: MPL-1.1 or GPL-2+ or LGPL-2.1+
 The contents of this file are subject to the Mozilla Public License Version
 1.1 (the "License"); you may not use this file except in compliance with
 the License. You may obtain a copy of the License at
 http://www.mozilla.org/MPL/
 .
 Software distributed under the License is distributed on an "AS IS" basis,
 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
 for the specific language governing rights and limitations under the
 License.
 .
 Alternatively, the contents of this file may be used under the terms of
 either the GNU General Public License Version 2 or later (the "GPL"), or
 the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
 in which case the provisions of the GPL or the LGPL are applicable instead
 of those above. If you wish to allow use of your version of this file only
 under the terms of either the GPL or the LGPL, and not to allow others to
 use your version of this file under the terms of the MPL, indicate your
 decision by deleting the provisions above and replace them with the notice
 and other provisions required by the GPL or the LGPL. If you do not delete
 the provisions above, a recipient may use your version of this file under
 the terms of any one of the MPL, the GPL or the LGPL.
 .
 On Debian GNU/Linux systems, the complete texts of these licenses are in
 `/usr/share/common-licenses/{MPL-1.1,GPL-2,LGPL-2.1}'.

Files: src/dlmalloc.c
Copyright: None (author: Doug Lea)
License: public-domain
  This is a version (aka dlmalloc) of malloc/free/realloc written by
  Doug Lea and released to the public domain, as explained at
  http://creativecommons.org/licenses/publicdomain.  Send questions,
  comments, complaints, performance data, etc to dl@cs.oswego.edu

Files: testsuite/*
Copyright: (C) 2003-2019 Free Software Foundation, Inc.
License: GPL-3+

Files: testsuite/libffi.closures/*
Copyright: (C) 2003, 2006, 2009, 2010, 2014, 2019 Free Software Foundation, Inc.
           (C) 2019 Anthony Green
License: GPL-3+

Files: testsuite/libffi.bhaible/*
Copyright:
 Copyright 1993 Bill Triggs <Bill.Triggs@inrialpes.fr>
 Copyright 1995-2017 Bruno Haible <bruno@clisp.org>
 Copyright (C) 2003, 2006, 2009, 2010, 2014, 2018 Free Software Foundation, Inc.
License: GPL-3+

Files: testsuite/libffi.bhaible/alignof.h
Copyright: (C) 2003-2004, 2006, 2009-2017 Free Software Foundation, Inc.
License: GPL-2+

Files: debian/*
Copyright: (C) 2008, 2011 Matthias Klose <doko@debian.org>
License: GPL
 The Debian packaging is licensed under the GPL,
 see `/usr/share/common-licenses/GPL'.

License: Expat
    Permission is hereby granted, free of charge, to any person obtaining
    a copy of this software and associated documentation files (the
    ``Software''), to deal in the Software without restriction, including
    without limitation the rights to use, copy, modify, merge, publish,
    distribute, sublicense, and/or sell copies of the Software, and to
    permit persons to whom the Software is furnished to do so, subject to
    the following conditions:
 .
    The above copyright notice and this permission notice shall be included
    in all copies or substantial portions of the Software.
 .
    THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
    CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
    SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License: GPL-2+
 This file is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
 MA 02110-1301, USA. 

License: GPL-3+
 This file is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; see the file COPYING.GPLv3.  If not see
 <http://www.gnu.org/licenses/>.



==========================================================================
Package: libflac12:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FLAC
Upstream-Contact: https://www.xiph.org/flac/
Source: https://git.xiph.org/?p=flac.git
Files-Excluded:
 doc/api/*
 doc/FLAC.tag
 man/*.1

Files: *
Copyright: 2011-2022, Xiph.Org Foundation
License: GPL-2+ or LGPL-2.1+

Files: doc/*
Copyright: 2000-2009, Josh Coalson
  2011-2022, Xiph.Org Foundation
License: GFDL-1.1+
 <!-- Permission is granted to copy, distribute and/or modify this document -->
 <!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
 <!-- or any later version published by the Free Software Foundation; -->
 <!-- with no invariant sections. -->
 .
 On Debian systems, the complete text of the GNU Free Documentation
 License version 1.2 can be found in "/usr/share/common-licenses/GFDL-1.2".

Files: examples/*
 include/share/grabbag/picture.h
 include/test_libs_common/*
 src/flac/*
 src/metaflac/*
 src/share/grabbag/picture.c
 src/share/utf8/*
 src/test_grabbag/*
 src/test_libFLAC++/*
 src/test_libFLAC/*
 src/test_libs_common/*
 src/test_seeking/*
 src/test_streams/*
 src/utils/flacdiff/*
 src/utils/flactimer/*
Copyright: 1994-2013, Free Software Foundation, Inc
  1998-2000, Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies
  1999-2001, Håvard Kvålen <havardk@xmms.org>
  2000-2001, Robert Leslie
  2000-2002, Jerome Couderc <j.couderc@ifrance.com>
  2000-2009, Josh Coalson
  2001, Edmund Grimley Evans <edmundo@rano.org>
  2001, Peter Harris <peter.harris@hummingbird.com>
  2002-2009, Daisuke Shimamura
  2003, Philip Jägenstedt
  2011-2022, Xiph.Org Foundation
License: GPL-2+

Files: include/FLAC++/*
 include/FLAC/*
 include/share/alloc.h
 include/share/compat.h
 include/share/endswap.h
 include/share/macros.h
 include/share/private.h
 include/share/safe_str.h
 include/share/win_utf8_io.h
 src/libFLAC++/*
 src/libFLAC/*
 src/share/grabbag/alloc.c
 src/share/grabbag/snprintf.c
 src/share/win_utf8_io/*
Copyright: 1994-2013, Free Software Foundation, Inc
  2000-2009, Josh Coalson
  2011-2022, Xiph.Org Foundation
License: BSD-3-clause
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 *
 * - Redistributions of source code must retain the above copyright
 * notice, this list of conditions and the following disclaimer.
 *
 * - Redistributions in binary form must reproduce the above copyright
 * notice, this list of conditions and the following disclaimer in the
 * documentation and/or other materials provided with the distribution.
 *
 * - Neither the name of the Xiph.org Foundation nor the names of its
 * contributors may be used to endorse or promote products derived from
 * this software without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 * A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: include/share/grabbag.h
 include/share/grabbag/cuesheet.h
 include/share/grabbag/file.h
 include/share/grabbag/replaygain.h
 include/share/grabbag/seektable.h
 include/share/replaygain_analysis.h
 include/share/replaygain_synthesis.h
 src/share/grabbag/cuesheet.c
 src/share/grabbag/file.c
 src/share/grabbag/replaygain.c
 src/share/grabbag/seektable.c
 src/share/replaygain_analysis/*
 src/share/replaygain_synthesis/*
Copyright: 1994-2013, Free Software Foundation, Inc
  2001, David Robinson and Glen Sawyer
  2002, John Edwards
  2002-2009, Josh Coalson
  2011-2022, Xiph.Org Foundation
License: LGPL-2.1+

Files: include/share/getopt.h
 src/share/getopt/getopt.c
 src/share/getopt/getopt1.c
Copyright: 1987-1998 Free Software Foundation, Inc
License: LGPL-2+
   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public License as
   published by the Free Software Foundation; either version 2 of the
   License, or (at your option) any later version.
 .
   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Library General Public License for more details.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in "/usr/share/common-licenses/LGPL-2".

Files: src/libFLAC/include/private/md5.h
 src/libFLAC/md5.c
Copyright: *No copyright*
License: Public-domain
 * This is the header file for the MD5 message-digest algorithm.
 * The algorithm is due to Ron Rivest.  This code was
 * written by Colin Plumb in 1993, no copyright is claimed.
 * This code is in the public domain; do with it what you wish.
 *
 * Equivalent code is available from RSA Data Security, Inc.
 * This code has been tested against that, and is equivalent,
 * except that you don't need to include two pages of legalese
 * with every copy.
 *
 * To compute the message digest of a chunk of bytes, declare an
 * MD5Context structure, pass it to MD5Init, call MD5Update as
 * needed on buffers full of bytes, and then call MD5Final, which
 * will fill a supplied 16-byte array with the digest.
 *
 * Changed so as no longer to depend on Colin Plumb's `usual.h'
 * header definitions; now uses stuff from dpkg's config.h
 *  - Ian Jackson <ijackson@nyx.cs.du.edu>.
 * Still in the public domain.
 *
 * Josh Coalson: made some changes to integrate with libFLAC.
 * Still in the public domain, with no warranty.

Files: src/flac/local_string_utils.c
Copyright: 1998, Todd C. Miller <Todd.Miller@courtesan.com>
License: ISC
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files: debian/*
Copyright: 2001-2005, Matt Zimmerman <mdz@debian.org>
  2005-2007, Joshua Kwan <joshk@triplehelix.org>
  2009-2018, Fabian Greffrath <fabian@debian.org>
License: GPL-2+

License: GPL-2+
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 .
 The complete text of the GNU General Public License version 2
 can be found in "/usr/share/common-licenses/GPL-2".

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 The complete text of the GNU Lesser General Public License
 can be found in "/usr/share/common-licenses/LGPL-2.1".



==========================================================================
Package: libfontconfig1:arm64
==========================================================================
This package was debianized by Colin Walters <walters@debian.org> on
Sun, 13 Oct 2002 15:01:50 -0400

It was downloaded from http://www.fontconfig.org/

Upstream Author: Keith Packard

Copyright:

Copyright © 2001,2003 Keith Packard

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of Keith Packard not be used in
advertising or publicity pertaining to distribution of the software without
specific, written prior permission.  Keith Packard makes no
representations about the suitability of this software for any purpose.  It
is provided "as is" without express or implied warranty.

KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.




==========================================================================
Package: libfreetype6:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FreeType
Upstream-Contact: freetype-devel@nongnu.org
Source: https://freetype.org/download.html
Files-Excluded: docs/reference/assets/javascripts
Comment: The files in this path have been removed because they are minified
         JavaScript files and are incompatible with the DFSG.

Files: *
Copyright: 1996-2022 David Turner, Robert Wilhelm and Werner Lemberg
License: FTL

Files: vms_make.com
Copyright: 1996-2022 David Turner, Robert Wilhelm and Werner Lemberg
           2001, 2002 Francesco Zappa Nardelli
           2010-2019 Joel Klinghed
License: FTL and MIT

Files: builds/amiga/*
Copyright: 2005-2022 Werner Lemberg and Detlef Würkner
License: FTL

Files: builds/amiga/src/base/*
Copyright: 1996-2022 David Turner, Robert Wilhelm, Werner Lemberg and Detlef Würkner
License: FTL

Files: builds/cmake/FindHarfBuzz.cmake
Copyright: 2012 Intel Corporation
           2019 Sony Interactive Entertainment Inc.
License: BSD-3-Clause

Files: builds/mac/ftmac.c
       include/freetype/ftmac.h
       src/base/ftmac.c
Copyright: 1996-2022 Just van Rossum, David Turner, Robert Wilhelm and Werner Lemberg
License: FTL

Files: builds/unix/ax_compare_version.m4
Copyright: 2008 Tim Toolan
License: FSFAP

Files: builds/unix/ax_prog_python_version.m4
Copyright: 2009 Francesco Salvestrini
License: FSFAP

Files: builds/unix/ax_pthread.m4
Copyright: 2008 Steven G. Johnson
           2011 Daniel Richard G.
           2019 Marc Stevens
License: GPL-3+

Files: builds/unix/install-sh
Copyright: 1994 X Consortium
License: MIT

Files: builds/unix/pkg.m4
Copyright: 2004 Scott James Remnant <scott@netsplit.com>
License: GPL-2+

Files: debian/*
Copyright: 1996-2019 Christoph Lameter, Anthony Fok, Steve Langasek, et al.
           2018-2023 Hugh McMaster
License: GPL-2+

Files: docs/DOCGUIDE
       src/sfnt/sfwoff2.c
       src/sfnt/sfwoff2.h
       src/sfnt/woff2tags.c
       src/sfnt/woff2tags.h
Copyright: 2018-2022 Nikhil Ramakrishnan, David Turner, Robert Wilhelm and Werner Lemberg
License: FTL

Files: docs/INSTALL.CROSS
       ft2demos/mac/ftoldmac.c
Copyright: 1996-2022 Suzuki Toshiya, David Turner, Robert Wilhelm and Werner Lemberg
License: FTL

Files: docs/reference/*
Copyright: The FreeType Project
License: FTL

Files: ft2demos/graph/beos/grbeos.cpp
Copyright: 2001-2022 Michael Pfeiffer
License: FTL

Files: ft2demos/graph/graph.h
       ft2demos/graph/grdevice.h
       ft2demos/graph/grobjs.h
       ft2demos/graph/grtypes.h
Copyright: 1999-2022 The FreeType Development Team
License: FTL

Files: ft2demos/graph/grswizzle.c
Copyright: None
License: Public-Domain
         "this filtering code is explicitly placed in the public domain !!"

Files: ft2demos/graph/mac/grmac.c
Copyright: 1999-2022 Just van Rossum, Antoine Leca,
                     David Turner, Robert Wilhelm and Werner Lemberg
License: FTL

Files: ft2demos/graph/win32/grwin32.c
       ft2demos/graph/win32/grwin32.h
       ft2demos/graph/x11/grx11.c
       ft2demos/graph/x11/grx11.h
Copyright: 1999-2022 Antoine Leca, David Turner, Robert Wilhelm and Werner Lemberg
License: FTL

Files: ft2demos/mac/getargv.c
Copyright: 1991-2022 Stichting Mathematisch Centrum
License: MIT

Files: ft2demos/src/ftinspect/ftinspect.cpp
       ft2demos/src/ftinspect/maingui.cpp
       ft2demos/src/ftinspect/maingui.hpp
       ft2demos/src/ftinspect/engine/*
       ft2demos/src/ftinspect/rendering/*
       ft2demos/src/ftinspect/widgets/*
       src/tools/update-copyright-year
Copyright: 2015-2022 Werner Lemberg
License: FTL

Files: ft2demos/src/ftsdf.c
Copyright: 2021-2022 David Turner, Robert Wilhelm, Werner Lemberg and Anuj Verma
License: FTL

Files: ft2demos/src/md5.c
       ft2demos/src/md5.h
Copyright: None
License: Public-Domain
         "No copyright is claimed, and the software is hereby placed in the public domain."

Files: ft2demos/src/mlgetopt.c
       ft2demos/src/mlgetopt.h
Copyright: None
License: Public-Domain
         "This code is hereby expressly placed in the public domain."

Files: ft2demos/src/rsvg-port.c
       ft2demos/src/rsvg-port.h
Copyright: 2022 David Turner, Robert Wilhelm, Werner Lemberg and Moazin Khatti
License: FTL

Files: ft2docs/docs/tutorial/example2.cpp
       ft2docs/docs/tutorial/example3.cpp
       ft2docs/docs/tutorial/example4.cpp
Copyright: None
License: Public-Domain
         "Public domain."

Files: ft2docs/docs/tutorial/example5.cpp
Copyright: 2016-2018 Static Jobs LLC
License: MIT

Files: include/freetype/ftbzip2.h
       src/bzip2/*
Copyright: 2010-2022 Joel Klinghed
License: FTL

Files: include/freetype/ftcid.h
       include/freetype/internal/services/svcid.h
       src/base/ftcid.c
Copyright: 2007-2022 Derek Clegg and Michael Toftdal
License: FTL

Files: include/freetype/ftgxval.h
       include/freetype/internal/services/svgxval.h
       include/freetype/internal/services/svttcmap.h
       src/base/ftgxval.c
Copyright: 2003-2022 Masatake Yamato, Red Hat K.K.,
                     David Turner, Robert Wilhelm and Werner Lemberg
License: FTL

Files: include/freetype/internal/fthash.h
       src/base/fthash.c
Copyright: 2000 Computing Research Labs, New Mexico State University
           2001-2015 Francesco Zappa Nardelli
License: MIT

Files: include/freetype/internal/ftrfork.h
       src/base/ftrfork.c
Copyright: 2004-2022 Masatake Yamato, Redhat K.K.
License: FTL

Files: include/freetype/internal/svginterface.h
       include/freetype/otsvg.h
       src/sfnt/ttsvg.c
       src/sfnt/ttsvg.h
       src/svg/ftsvg.c
       src/svg/ftsvg.h
       src/svg/module.mk
       src/svg/rules.mk
       src/svg/svg.c
       src/svg/svgtypes.h
Copyright: 2022 David Turner, Robert Wilhelm, Werner Lemberg and Moazin Khatti
License: FTL

Files: src/sfnt/ttcmapc.h
Copyright: 2009-2022 Oran Agra and Mickey Gabel
License: FTL

Files: ft2demos/graph/gblender.h
       include/freetype/internal/services/svttglyf.h
       src/base/ftpatent.c
       src/lzw/ftzopen.c
       src/lzw/ftzopen.h
Copyright: 2002-2022 David Turner
License: FTL

Files: include/dlg/*
       src/dlg/dlg.c
Copyright: 2019 nyorain
License: BSL-1.0

Files: src/autofit/afindic.c
       src/autofit/afindic.h
Copyright: 2007-2022 Rahul Bhalerao
License: FTL

Files: src/base/ftbase.h
Copyright: 2008-2022 David Turner, Robert Wilhelm, Werner Lemberg and Suzuki Toshiya
License: FTL

Files: src/base/fterrors.c
Copyright: 2018-2022 Armin Hasitzka, David Turner, Robert Wilhelm and Werner Lemberg
License: FTL

Files: src/base/md5.c
       src/base/md5.h
Copyright: None
License: Public-Domain
         "No copyright is claimed, and the software is hereby placed in the public domain."

Files: src/bdf/bdf.c
       src/bdf/bdfdrivr.c src/bdf/bdfdrivr.h
       src/bdf/bdferror.h
       src/bdf/module.mk
       src/bdf/README
       src/bdf/rules.mk
       src/pcf/module.mk
       src/pcf/pcf.c src/pcf/pcf.h
       src/pcf/pcfdrivr.c src/pcf/pcfdrivr.h
       src/pcf/pcfread.c src/pcf/pcfread.h
       src/pcf/pcfutil.h
       src/pcf/README
       src/pcf/rules.mk
Copyright: 2000-2014 Francesco Zappa Nardelli
License: MIT

Files: src/bdf/bdf.h
       src/bdf/bdflib.c
Copyright: 2000 Computing Research Labs, New Mexico State University
           2001-2014 Francesco Zappa Nardelli
License: MIT

Files: src/gxvalid/*
Copyright: 2004-2022 Suzuki Toshiya, Masatake Yamato, Red Hat K.K.,
                     David Turner, Robert Wilhelm and Werner Lemberg
License: FTL

Files: src/gxvalid/gxvfgen.c
Copyright: 2004-2022 Masatake Yamato, Redhat K.K.
License: FTL

Files: src/gzip/adler32.c
       src/gzip/crc32.c
       src/gzip/gzguts.h
       src/gzip/infback.c
       src/gzip/inffast.c
       src/gzip/inffast.h
       src/gzip/inflate.c
       src/gzip/inflate.h
       src/gzip/inftrees.c
       src/gzip/inftrees.h
Copyright: 1995-2022 Mark Adler
License: Zlib

Files: src/gzip/ftzconf.h
       src/gzip/zlib.h
       src/gzip/zutil.h
Copyright: 1995-2022 Jean-loup Gailly and Mark Adler
License: Zlib

Files: src/gzip/zutil.c
Copyright: 1995-2017 Jean-loup Gailly
License: Zlib

Files: src/lzw/ftlzw.c
       src/lzw/rules.mk
Copyright: 2004-2022 Albert Chin-A-Young
License: FTL

Files: src/pcf/pcfutil.c
Copyright: 1990, 1994, 1998 The Open Group
License: OpenGroup-BSD-like

Files: src/psaux/psarrst.c
       src/psaux/psarrst.h
       src/psaux/psblues.c
       src/psaux/psblues.h
       src/psaux/pserror.c
       src/psaux/pserror.h
       src/psaux/psfixed.h
       src/psaux/psfont.c
       src/psaux/psfont.h
       src/psaux/psft.c
       src/psaux/psft.h
       src/psaux/psglue.h
       src/psaux/pshints.c
       src/psaux/pshints.h
       src/psaux/psintrp.c
       src/psaux/psintrp.h
       src/psaux/psread.c
       src/psaux/psread.h
       src/psaux/psstack.c
       src/psaux/psstack.h
       src/psaux/pstypes.h
Copyright: 2006-2014 Adobe Systems Incorporated
License: FTL

Files: src/sfnt/pngshim.c
       src/sfnt/pngshim.h
Copyright: 2013-2022 Google, Inc.
License: FTL

Files: src/sfnt/ttcolr.c
Copyright: 2018-2022 David Turner, Robert Wilhelm, Dominik Röttsches and Werner Lemberg
License: FTL

Files: src/sfnt/ttsbit.c
Copyright: 2005-2022 David Turner, Robert Wilhelm and Werner Lemberg
           2013 Google, Inc.
License: FTL

Files: src/tools/apinames.c
       src/tools/chktrcmp.py
Copyright: None
License: Public-Domain
         "This code is explicitly placed into the public domain."

Files: src/tools/ftrandom/ftrandom.c
Copyright: 2005, 2007, 2008, 2013 George Williams
License: BSD-3-Clause

Files: src/truetype/ttgxvar.c
       src/truetype/ttgxvar.h
Copyright: 2004-2022 David Turner, Robert Wilhelm, Werner Lemberg and George Williams
License: FTL

Files: src/type42/t42drivr.c
       src/type42/t42drivr.h
       src/type42/t42objs.c
       src/type42/t42objs.h
       src/type42/t42parse.c
       src/type42/t42parse.h
       src/type42/t42types.h
Copyright: 2002-2022 Roberto Alameda
License: FTL

Files: src/winfonts/winfnt.c
Copyright: 1996-2022 David Turner, Robert Wilhelm and Werner Lemberg
           2003 Huw D M Davies for Codeweavers
           2007 Dmitry Timoshkov for Codeweavers
License: FTL

Files: src/winfonts/winfnt.h
Copyright: 1996-2022 David Turner, Robert Wilhelm and Werner Lemberg
           2007 Dmitry Timoshkov for Codeweavers
License: FTL

License: BSD-3-Clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
 .
  1. Redistributions of source code must retain the above copyright notice,
     this list of conditions and the following disclaimer.
 .
  2. Redistributions in binary form must reproduce the above copyright notice,
     this list of conditions and the following disclaimer in the documentation
     and/or other materials provided with the distribution.
 .
  3. Neither the name of the copyright holder nor the names of its contributors
     may be used to endorse or promote products derived from this software
     without specific prior written permission.
 .
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  THE POSSIBILITY OF SUCH DAMAGE.

License: BSL-1.0
  Permission is hereby granted, free of charge, to any person or organization
  obtaining a copy of the software and accompanying documentation covered by
  this license (the "Software") to use, reproduce, display, distribute,
  execute, and transmit the Software, and to prepare derivative works of the
  Software, and to permit third-parties to whom the Software is furnished to
  do so, all subject to the following:
 .
  The copyright notices in the Software and this entire statement, including
  the above license grant, this restriction and the following disclaimer,
  must be included in all copies of the Software, in whole or in part, and
  all derivative works of the Software, unless such copies or derivative
  works are solely in the form of machine-executable object code generated by
  a source language processor.
 .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
  SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
  FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  DEALINGS IN THE SOFTWARE.

License: FSFAP
  Copying and distribution of this file, with or without modification,
  are permitted in any medium without royalty provided the copyright
  notice and this notice are preserved. This file is offered as-is,
  without any warranty.

License: FTL
                    The FreeType Project LICENSE
                    ----------------------------
 .
                            2006-Jan-27
 .
                    Copyright 1996-2002, 2006 by
          David Turner, Robert Wilhelm, and Werner Lemberg
 .
 .
 .
 Introduction
 ============
 .
  The FreeType  Project is distributed in  several archive packages;
  some of them may contain, in addition to the FreeType font engine,
  various tools and  contributions which rely on, or  relate to, the
  FreeType Project.
 .
  This  license applies  to all  files found  in such  packages, and
  which do not  fall under their own explicit  license.  The license
  affects  thus  the  FreeType   font  engine,  the  test  programs,
  documentation and makefiles, at the very least.
 .
  This  license   was  inspired  by  the  BSD,   Artistic,  and  IJG
  (Independent JPEG  Group) licenses, which  all encourage inclusion
  and  use of  free  software in  commercial  and freeware  products
  alike.  As a consequence, its main points are that:
 .
    o We don't promise that this software works. However, we will be
      interested in any kind of bug reports. (`as is' distribution)
 .
    o You can  use this software for whatever you  want, in parts or
      full form, without having to pay us. (`royalty-free' usage)
 .
    o You may not pretend that  you wrote this software.  If you use
      it, or  only parts of it,  in a program,  you must acknowledge
      somewhere  in  your  documentation  that  you  have  used  the
      FreeType code. (`credits')
 .
  We  specifically  permit  and  encourage  the  inclusion  of  this
  software, with  or without modifications,  in commercial products.
  We  disclaim  all warranties  covering  The  FreeType Project  and
  assume no liability related to The FreeType Project.
 .
 .
  Finally,  many  people  asked  us  for  a  preferred  form  for  a
  credit/disclaimer to use in compliance with this license.  We thus
  encourage you to use the following text:
 .
   """
    Portions of this software are copyright © <year> The FreeType
    Project (www.freetype.org).  All rights reserved.
   """
 .
  Please replace <year> with the value from the FreeType version you
  actually use.
 .
 .
 Legal Terms
 ===========
 .
  0. Definitions
  --------------
 .
  Throughout this license,  the terms `package', `FreeType Project',
  and  `FreeType  archive' refer  to  the  set  of files  originally
  distributed  by the  authors  (David Turner,  Robert Wilhelm,  and
  Werner Lemberg) as the `FreeType Project', be they named as alpha,
  beta or final release.
 .
  `You' refers to  the licensee, or person using  the project, where
  `using' is a generic term including compiling the project's source
  code as  well as linking it  to form a  `program' or `executable'.
  This  program is  referred to  as  `a program  using the  FreeType
  engine'.
 .
  This  license applies  to all  files distributed  in  the original
  FreeType  Project,   including  all  source   code,  binaries  and
  documentation,  unless  otherwise  stated   in  the  file  in  its
  original, unmodified form as  distributed in the original archive.
  If you are  unsure whether or not a particular  file is covered by
  this license, you must contact us to verify this.
 .
  The FreeType  Project is copyright (C) 1996-2000  by David Turner,
  Robert Wilhelm, and Werner Lemberg.  All rights reserved except as
  specified below.
 .
  1. No Warranty
  --------------
 .
  THE FREETYPE PROJECT  IS PROVIDED `AS IS' WITHOUT  WARRANTY OF ANY
  KIND, EITHER  EXPRESS OR IMPLIED,  INCLUDING, BUT NOT  LIMITED TO,
  WARRANTIES  OF  MERCHANTABILITY   AND  FITNESS  FOR  A  PARTICULAR
  PURPOSE.  IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
  BE LIABLE  FOR ANY DAMAGES CAUSED  BY THE USE OR  THE INABILITY TO
  USE, OF THE FREETYPE PROJECT.
 .
  2. Redistribution
  -----------------
 .
  This  license  grants  a  worldwide, royalty-free,  perpetual  and
  irrevocable right  and license to use,  execute, perform, compile,
  display,  copy,   create  derivative  works   of,  distribute  and
  sublicense the  FreeType Project (in  both source and  object code
  forms)  and  derivative works  thereof  for  any  purpose; and  to
  authorize others  to exercise  some or all  of the  rights granted
  herein, subject to the following conditions:
 .
    o Redistribution of  source code  must retain this  license file
      (`FTL.TXT') unaltered; any  additions, deletions or changes to
      the original  files must be clearly  indicated in accompanying
      documentation.   The  copyright   notices  of  the  unaltered,
      original  files must  be  preserved in  all  copies of  source
      files.
 .
    o Redistribution in binary form must provide a  disclaimer  that
      states  that  the software is based in part of the work of the
      FreeType Team,  in  the  distribution  documentation.  We also
      encourage you to put an URL to the FreeType web page  in  your
      documentation, though this isn't mandatory.
 .
  These conditions  apply to any  software derived from or  based on
  the FreeType Project,  not just the unmodified files.   If you use
  our work, you  must acknowledge us.  However, no  fee need be paid
  to us.
 .
  3. Advertising
  --------------
 .
  Neither the  FreeType authors and  contributors nor you  shall use
  the name of the  other for commercial, advertising, or promotional
  purposes without specific prior written permission.
 .
  We suggest,  but do not require, that  you use one or  more of the
  following phrases to refer  to this software in your documentation
  or advertising  materials: `FreeType Project',  `FreeType Engine',
  `FreeType library', or `FreeType Distribution'.
 .
  As  you have  not signed  this license,  you are  not  required to
  accept  it.   However,  as  the FreeType  Project  is  copyrighted
  material, only  this license, or  another one contracted  with the
  authors, grants you  the right to use, distribute,  and modify it.
  Therefore,  by  using,  distributing,  or modifying  the  FreeType
  Project, you indicate that you understand and accept all the terms
  of this license.
 .
  4. Contacts
  -----------
 .
  There are two mailing lists related to FreeType:
 .
    o freetype@nongnu.org
 .
      Discusses general use and applications of FreeType, as well as
      future and  wanted additions to the  library and distribution.
      If  you are looking  for support,  start in  this list  if you
      haven't found anything to help you in the documentation.
 .
    o freetype-devel@nongnu.org
 .
      Discusses bugs,  as well  as engine internals,  design issues,
      specific licenses, porting, etc.
 .
  Our home page can be found at
 .
    https://www.freetype.org
 .
 .

License: GPL-2+
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
 .
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
 .
  You should have received a copy of the GNU General Public License
  along with this program;  if not, write to the Free Software
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
  MA 02110-1301, USA.
 .
  On Debian GNU/Linux systems, the complete text of the GNU General
  Public License version 2 can be found in
  `/usr/share/common-licenses/GPL-2'.

License: GPL-3+
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.
 .
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
 .
  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
  On Debian GNU/Linux systems, the complete text of the GNU General
  Public License version 3 can be found in
  `/usr/share/common-licenses/GPL-3'.

License: MIT
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  in the Software without restriction, including without limitation the rights
  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  copies of the Software, and to permit persons to whom the Software is
  furnished to do so, subject to the following conditions:
 .
  The above copyright notice and this permission notice shall be included in
  all copies or substantial portions of the Software.
 .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.

License: OpenGroup-BSD-like
  Permission to use, copy, modify, distribute, and sell this software and its
  documentation for any purpose is hereby granted without fee, provided that
  the above copyright notice appear in all copies and that both that
  copyright notice and this permission notice appear in supporting
  documentation.
 .
  The above copyright notice and this permission notice shall be included in
  all copies or substantial portions of the Software.
 .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
  OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
  Except as contained in this notice, the name of The Open Group shall not be
  used in advertising or otherwise to promote the sale, use or other dealings
  in this Software without prior written authorization from The Open Group.

License: Zlib
  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising from the use of this software.
 .
  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely, subject to the following restrictions:
 .
  1. The origin of this software must not be misrepresented; you must not
     claim that you wrote the original software. If you use this software
     in a product, an acknowledgment in the product documentation would be
     appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be
     misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.



==========================================================================
Package: libfribidi0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FriBidi
Upstream-Contact: Behdad Esfahbod
Source: http://www.fribidi.org

Files: *
Copyright: 2001,2002,2004,2005 Behdad Esfahbod
           2004 Sharif FarsiWeb, Inc
           1999,2000,2017 Dov Grobgeld
License: LGPL-2.1+

Files: debian/*
Copyright: 2000-2002 Changwoo Ryu <cwryu@debian.org>
           2003-2007 Baruch Even <baruch@debian.org>
           2010-2015,2017-2019 أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
License: LGPL-2.1+

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 .
 A copy of the GNU Lesser General Public License is available at
 `/usr/share/common-licenses/LGPL-2.1' in the Debian GNU/Linux distribution.



==========================================================================
Package: libgbm-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mesa
Source: https://mesa.freedesktop.org/archive/

Files: *
Copyright:
	2005 Aapo Tahkola
	2011 Adam Rak <adam.rak@streamnovation.com>
	2014 Adrián Arroyo Calle <adrian.arroyocalle@gmail.com>
	2010-2018 Advanced Micro Devices, Inc.
	2002-2012 Apple Inc.
	2009 Artur Wyszynski <harakash@gmail.com>
	2000-2001 ATI Technologies Inc.
	2015-2016 Axel Davy <axel.davy@ens.fr>
	1988-2004 Bart Massey
	2016 Bas Nieuwenhuizen
	2011 Benjamin Franzke
	2005-2008 Ben Skeggs
	2015 Boyan Ding
	1999-2016 Brian Paul
	2014-2018 Broadcom
	2011 Bryan Cain
	2007 Carl Worth
	2009-2011 Chia-I Wu <olvaffe@gmail.com>
	2016 Christian Gmeiner <christian.gmeiner@gmail.com>
	2010-2014 Christian König
	2010-2012 Christoph Bumiller
	2014-2017 Connor Abbott
	2008-2010 Corbin Simpson
	1999-2016 Dave Airlie
	2008 Dennis Smit
	2012-2017 Etnaviv Project
	2003 Felix Kuehling
	2009-2016 Francisco Jerez
	2008-2010 George Sapountzis <gsapountzis@gmail.com>
	2017 Gert Wollny
	2013-2017 Google, Inc.
	2017 Grazvydas Ignotas
	2013 Gregory Hainaut <gregory.hainaut@gmail.com>
	2002 Greg Parker
	2013 Grigori Goronzy <greg@chown.ath.cx>
	2008-2013 Haiku, Inc.
	2002-2006 IBM Corporation
	2011-2017 Ilia Mirkin
	2006-2018 Intel Corporation
	2007-2012 Jakob Bornecrantz
	2017 Jason Ekstrand
	2008-2010 Jerome Glisse <glisse@freedesktop.org>
	2009-2013 Joakim Sindholt <opensource@zhasha.com>
	2007 Joe Perches <joe@perches.com>
	2006 John Maddock
	2014-2017 Jon Turney
	2008-2009 Jose Fonseca
	1988-2017 Keith Packard
	1997 Keith Whitwell
	2011 Lauri Kasanen
	2010 Luca Barbieri
	2010-2013 LunarG, Inc.
	2011-2013 Maarten Lankhorst
	2008-2010 Maciej Cencora <m.cencora@gmail.com>
	2010-2014 Marek Olšák <maraeo@gmail.com>
	2011 Morgan Armand <morgan.devel@gmail.com>
	2016 Nayan Deshmukh
	2004-2009 Nicolai Haehnle <nhaehnle@gmail.com>
	2007-2013 Nouveau Project
	2012-2018 NVIDIA Corporation
	2010 Orasanu Lucian
	2015-2016 Patrick Rudolph <siro@das-labor.org>
	2009 Pauli Nieminen
	2006-2008 Philippe Houdoin
	2015 Philip Taylor <philip@zaynar.co.uk>
	1998-1999 Precision Insight, Inc.
	2007-2018 Red Hat, Inc.
	2018 Rhys Perry
	2012-2018 Rob Clark <robclark@freedesktop.org>
	2004 Roland Scheidegger
	2015 Samuel Pitoiset
	1991-2000 Silicon Graphics, Inc.
	2018 Stefan Schake <stschake@gmail.com>
	2003-2005 Stefan Gustavson
	2008 Steven G. Johnson
	2016 Steven Toth <stoth@kernellabs.com>
	2011-2014 The Chromium OS authors
	2007-2013 The Nouveau Project
	2001-2004 The SCons Foundation
	2002 The Weather Channel, Inc.
	2006 Thierry Reding <thierry@gilfi.de>
	2010 Thomas Balling Sörensen
	2015-2017 Thomas Helland
	1995 Thorsten Ohl
	2013-2018 Timothy Arceri
	2002 Todd C. Miller <Todd.Miller@courtesan.com>
	2010-2014 Tom Stellard <tstellar@gmail.com>
	2004 Torrey T. Lyons
	2003-2008 Tungsten Graphics, Inc.
	2012-2013 Vadim Girlin <vadimgirlin@gmail.com>
	2000 VA Linux Systems Inc.
	2015-2018 Valve Corporation
	1998-2017 VMware, Inc.
	1992 Vrije Universiteit, The Netherlands
	1999 Wittawat Yamwong
	2005 Zack Rusin
License: MIT

Files: include/EGL/eglextchromium.h
Copyright: 2013 The Chromium Authors
License: BSD-3-google

Files: include/GL/glcorearb.h
       include/GL/glext.h
       include/GL/glxext.h
Copyright: 2013-2017 The Khronos Group Inc.
License: Khronos

Files: include/GLES/egl.h
       include/GLES/glplatform.h
       include/GLES2/gl2platform.h
       include/GLES3/gl3platform.h
       include/vulkan/*
Copyright: 2015-2018 The Khronos Group Inc.
	   2015 The Android Open Source Project
	   2015-2016 Valve Corporation
License: Apache-2.0

Files: include/c11/*
Copyright: 2012 yohhoy
License: BSL

Files: src/gallium/auxiliary/postprocess/pp_mlaa*
Copyright: 2010 Jorge Jimenez (jorge@iryoku.com)
	   2010 Belen Masia (bmasia@unizar.es)
	   2010 Jose I. Echevarria (joseignacioechevarria@gmail.com)
	   2010 Fernando Navarro (fernandn@microsoft.com)
	   2010 Diego Gutierrez (diegog@unizar.es)
	   2011 Lauri Kasanen (cand@gmx.com)
License: MLAA

Files: src/glx/clientattrib.c
       src/glx/compsize.c
       src/glx/eval.c
       src/glx/glxclient.h
       src/glx/glxcmds.c
       src/glx/glxcurrent.c
       src/glx/glxext.cGreg
       src/glx/packrender.h
       src/glx/packsingle.h
       src/glx/pixel.c
       src/glx/pixelstore.c
       src/glx/render2.c
       src/glx/renderpix.c
       src/glx/single2.c
       src/glx/singlepix.c
       src/glx/vertarr.c
Copyright: 1991-2000 Silicon Graphics, Inc.
License: SGI

Files: src/getopt
Copyright: 2000 The NetBSD Foundation, Inc.
License: BSD-2-clause

Files: src/gtest/include src/gtest/src
Copyright: 2008-2015 Google, Inc.
License: BSD-3-google

Files: debian
Copyright: 2006, Thierry Reding <thierry@gilfi.de>
License: GPL

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: Khronos
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and/or associated documentation files (the
 "Materials"), to deal in the Materials without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Materials, and to
 permit persons to whom the Materials are furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Materials.
 .
 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

License: SGI
 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice including the dates of first publication and
 either this permission notice or a reference to
 http://oss.sgi.com/projects/FreeB/
 shall be included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 .
 Except as contained in this notice, the name of Silicon Graphics, Inc.
 shall not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization from
 Silicon Graphics, Inc.

License: Apache-2.0
 On Debian systems, the full text of the Apache-2.0 license
 can be found in the file '/usr/share/common-licenses/Apache-2.0'.

License: BSL
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare [[derivative work]]s of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: MLAA
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    1. Redistributions of source code must retain the above copyright notice,
       this list of conditions and the following disclaimer.
 .
    2. Redistributions in binary form must reproduce the following statement:
 .
       "Uses Jimenez's MLAA. Copyright (C) 2010 by Jorge Jimenez, Belen Masia,
        Jose I. Echevarria, Fernando Navarro and Diego Gutierrez."
 .
       Only for use in the Mesa project, this point 2 is filled by naming the
       technique Jimenez's MLAA in the Mesa config options.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
 IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.


License: GPL
 On Debian systems, the full text of the GPL license
 can be found in the file '/usr/share/common-licenses/GPL'.

License: BSD-3-google
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
     * Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
     * Redistributions in binary form must reproduce the above
 copyright notice, this list of conditions and the following disclaimer
 in the documentation and/or other materials provided with the
 distribution.
     * Neither the name of Google Inc. nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: libgbm1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mesa
Source: https://mesa.freedesktop.org/archive/

Files: *
Copyright:
	2005 Aapo Tahkola
	2011 Adam Rak <adam.rak@streamnovation.com>
	2014 Adrián Arroyo Calle <adrian.arroyocalle@gmail.com>
	2010-2018 Advanced Micro Devices, Inc.
	2002-2012 Apple Inc.
	2009 Artur Wyszynski <harakash@gmail.com>
	2000-2001 ATI Technologies Inc.
	2015-2016 Axel Davy <axel.davy@ens.fr>
	1988-2004 Bart Massey
	2016 Bas Nieuwenhuizen
	2011 Benjamin Franzke
	2005-2008 Ben Skeggs
	2015 Boyan Ding
	1999-2016 Brian Paul
	2014-2018 Broadcom
	2011 Bryan Cain
	2007 Carl Worth
	2009-2011 Chia-I Wu <olvaffe@gmail.com>
	2016 Christian Gmeiner <christian.gmeiner@gmail.com>
	2010-2014 Christian König
	2010-2012 Christoph Bumiller
	2014-2017 Connor Abbott
	2008-2010 Corbin Simpson
	1999-2016 Dave Airlie
	2008 Dennis Smit
	2012-2017 Etnaviv Project
	2003 Felix Kuehling
	2009-2016 Francisco Jerez
	2008-2010 George Sapountzis <gsapountzis@gmail.com>
	2017 Gert Wollny
	2013-2017 Google, Inc.
	2017 Grazvydas Ignotas
	2013 Gregory Hainaut <gregory.hainaut@gmail.com>
	2002 Greg Parker
	2013 Grigori Goronzy <greg@chown.ath.cx>
	2008-2013 Haiku, Inc.
	2002-2006 IBM Corporation
	2011-2017 Ilia Mirkin
	2006-2018 Intel Corporation
	2007-2012 Jakob Bornecrantz
	2017 Jason Ekstrand
	2008-2010 Jerome Glisse <glisse@freedesktop.org>
	2009-2013 Joakim Sindholt <opensource@zhasha.com>
	2007 Joe Perches <joe@perches.com>
	2006 John Maddock
	2014-2017 Jon Turney
	2008-2009 Jose Fonseca
	1988-2017 Keith Packard
	1997 Keith Whitwell
	2011 Lauri Kasanen
	2010 Luca Barbieri
	2010-2013 LunarG, Inc.
	2011-2013 Maarten Lankhorst
	2008-2010 Maciej Cencora <m.cencora@gmail.com>
	2010-2014 Marek Olšák <maraeo@gmail.com>
	2011 Morgan Armand <morgan.devel@gmail.com>
	2016 Nayan Deshmukh
	2004-2009 Nicolai Haehnle <nhaehnle@gmail.com>
	2007-2013 Nouveau Project
	2012-2018 NVIDIA Corporation
	2010 Orasanu Lucian
	2015-2016 Patrick Rudolph <siro@das-labor.org>
	2009 Pauli Nieminen
	2006-2008 Philippe Houdoin
	2015 Philip Taylor <philip@zaynar.co.uk>
	1998-1999 Precision Insight, Inc.
	2007-2018 Red Hat, Inc.
	2018 Rhys Perry
	2012-2018 Rob Clark <robclark@freedesktop.org>
	2004 Roland Scheidegger
	2015 Samuel Pitoiset
	1991-2000 Silicon Graphics, Inc.
	2018 Stefan Schake <stschake@gmail.com>
	2003-2005 Stefan Gustavson
	2008 Steven G. Johnson
	2016 Steven Toth <stoth@kernellabs.com>
	2011-2014 The Chromium OS authors
	2007-2013 The Nouveau Project
	2001-2004 The SCons Foundation
	2002 The Weather Channel, Inc.
	2006 Thierry Reding <thierry@gilfi.de>
	2010 Thomas Balling Sörensen
	2015-2017 Thomas Helland
	1995 Thorsten Ohl
	2013-2018 Timothy Arceri
	2002 Todd C. Miller <Todd.Miller@courtesan.com>
	2010-2014 Tom Stellard <tstellar@gmail.com>
	2004 Torrey T. Lyons
	2003-2008 Tungsten Graphics, Inc.
	2012-2013 Vadim Girlin <vadimgirlin@gmail.com>
	2000 VA Linux Systems Inc.
	2015-2018 Valve Corporation
	1998-2017 VMware, Inc.
	1992 Vrije Universiteit, The Netherlands
	1999 Wittawat Yamwong
	2005 Zack Rusin
License: MIT

Files: include/EGL/eglextchromium.h
Copyright: 2013 The Chromium Authors
License: BSD-3-google

Files: include/GL/glcorearb.h
       include/GL/glext.h
       include/GL/glxext.h
Copyright: 2013-2017 The Khronos Group Inc.
License: Khronos

Files: include/GLES/egl.h
       include/GLES/glplatform.h
       include/GLES2/gl2platform.h
       include/GLES3/gl3platform.h
       include/vulkan/*
Copyright: 2015-2018 The Khronos Group Inc.
	   2015 The Android Open Source Project
	   2015-2016 Valve Corporation
License: Apache-2.0

Files: include/c11/*
Copyright: 2012 yohhoy
License: BSL

Files: src/gallium/auxiliary/postprocess/pp_mlaa*
Copyright: 2010 Jorge Jimenez (jorge@iryoku.com)
	   2010 Belen Masia (bmasia@unizar.es)
	   2010 Jose I. Echevarria (joseignacioechevarria@gmail.com)
	   2010 Fernando Navarro (fernandn@microsoft.com)
	   2010 Diego Gutierrez (diegog@unizar.es)
	   2011 Lauri Kasanen (cand@gmx.com)
License: MLAA

Files: src/glx/clientattrib.c
       src/glx/compsize.c
       src/glx/eval.c
       src/glx/glxclient.h
       src/glx/glxcmds.c
       src/glx/glxcurrent.c
       src/glx/glxext.cGreg
       src/glx/packrender.h
       src/glx/packsingle.h
       src/glx/pixel.c
       src/glx/pixelstore.c
       src/glx/render2.c
       src/glx/renderpix.c
       src/glx/single2.c
       src/glx/singlepix.c
       src/glx/vertarr.c
Copyright: 1991-2000 Silicon Graphics, Inc.
License: SGI

Files: src/getopt
Copyright: 2000 The NetBSD Foundation, Inc.
License: BSD-2-clause

Files: src/gtest/include src/gtest/src
Copyright: 2008-2015 Google, Inc.
License: BSD-3-google

Files: debian
Copyright: 2006, Thierry Reding <thierry@gilfi.de>
License: GPL

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: Khronos
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and/or associated documentation files (the
 "Materials"), to deal in the Materials without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Materials, and to
 permit persons to whom the Materials are furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Materials.
 .
 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

License: SGI
 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice including the dates of first publication and
 either this permission notice or a reference to
 http://oss.sgi.com/projects/FreeB/
 shall be included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 .
 Except as contained in this notice, the name of Silicon Graphics, Inc.
 shall not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization from
 Silicon Graphics, Inc.

License: Apache-2.0
 On Debian systems, the full text of the Apache-2.0 license
 can be found in the file '/usr/share/common-licenses/Apache-2.0'.

License: BSL
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare [[derivative work]]s of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: MLAA
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    1. Redistributions of source code must retain the above copyright notice,
       this list of conditions and the following disclaimer.
 .
    2. Redistributions in binary form must reproduce the following statement:
 .
       "Uses Jimenez's MLAA. Copyright (C) 2010 by Jorge Jimenez, Belen Masia,
        Jose I. Echevarria, Fernando Navarro and Diego Gutierrez."
 .
       Only for use in the Mesa project, this point 2 is filled by naming the
       technique Jimenez's MLAA in the Mesa config options.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
 IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.


License: GPL
 On Debian systems, the full text of the GPL license
 can be found in the file '/usr/share/common-licenses/GPL'.

License: BSD-3-google
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
     * Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
     * Redistributions in binary form must reproduce the above
 copyright notice, this list of conditions and the following disclaimer
 in the documentation and/or other materials provided with the
 distribution.
     * Neither the name of Google Inc. nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: libgcc-s1:arm64
==========================================================================
This is the Debian GNU/Linux prepackaged version of the GNU compiler
collection, containing Ada, C, C++, D, Fortran 95, Go, Objective-C,
Objective-C++, and Modula-2 compilers, documentation, and support
libraries.  In addition, Debian provides the gm2 compiler, either in
the same source package, or built from a separate same source package.
Packaging is done by the Debian GCC Maintainers
<debian-gcc@lists.debian.org>, with sources obtained from:

  ftp://gcc.gnu.org/pub/gcc/releases/  (for full releases)
  svn://gcc.gnu.org/svn/gcc/           (for prereleases)
  ftp://sourceware.org/pub/newlib/     (for newlib)
  git://git.savannah.gnu.org/gm2.git   (for Modula-2)

The current gcc-12 source package is taken from the git gcc-12-branch.

Changes: See changelog.Debian.gz

Debian splits the GNU Compiler Collection into packages for each language,
library, and documentation as follows:

Language       Compiler package  Library package    Documentation
---------------------------------------------------------------------------
Ada            gnat-12          libgnat-12          gnat-12-doc
C              gcc-12                              gcc-12-doc
C++            g++-12           libstdc++6         libstdc++6-12-doc
D              gdc-12
Fortran 95     gfortran-12      libgfortran5       gfortran-12-doc
Go             gccgo-12         libgo0
Objective C    gobjc-12         libobjc4
Objective C++  gobjc++-12
Modula-2       gm2-12           libgm2

For some language run-time libraries, Debian provides source files,
development files, debugging symbols and libraries containing position-
independent code in separate packages:

Language  Sources      Development   Debugging            Position-Independent
------------------------------------------------------------------------------
C++                                  libstdc++6-12-dbg  libstdc++6-12-pic
D         libphobos-12-dev

Additional packages include:

All languages:
libgcc1, libgcc2, libgcc4       GCC intrinsics (platform-dependent)
gcc-12-base                    Base files common to all compilers
gcc-12-soft-float              Software floating point (ARM only)
gcc-12-source                  The sources with patches

Ada:
libgnat-util12-dev, libgnat-util12   GNAT version library

C:
cpp-12, cpp-12-doc            GNU C Preprocessor
libssp0-dev, libssp0            GCC stack smashing protection library
libquadmath0                    Math routines for the __float128 type
fixincludes                     Fix non-ANSI header files

C, C++ and Fortran 95:
libgomp1-dev, libgomp1		GCC OpenMP (GOMP) support library
libitm1-dev, libitm1		GNU Transactional Memory Library

Biarch support: On some 64-bit platforms which can also run 32-bit code,
Debian provides additional packages containing 32-bit versions of some
libraries.  These packages have names beginning with 'lib32' instead of
'lib', for example lib32stdc++6.  Similarly, on some 32-bit platforms which
can also run 64-bit code, Debian provides additional packages with names
beginning with 'lib64' instead of 'lib'.  These packages contain 64-bit
versions of the libraries.  (At this time, not all platforms and not all
libraries support biarch.)  The license terms for these lib32 or lib64
packages are identical to the ones for the lib packages.


COPYRIGHT STATEMENTS AND LICENSING TERMS


GCC is Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019
Free Software Foundation, Inc.

GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.

GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

Files that have exception clauses are licensed under the terms of the
GNU General Public License; either version 3, or (at your option) any
later version.

On Debian GNU/Linux systems, the complete text of the GNU General
Public License is in `/usr/share/common-licenses/GPL', version 3 of this
license in `/usr/share/common-licenses/GPL-3'.

The following runtime libraries are licensed under the terms of the
GNU General Public License (v3 or later) with version 3.1 of the GCC
Runtime Library Exception (included in this file):

 - libgcc (libgcc/, gcc/libgcc2.[ch], gcc/unwind*, gcc/gthr*,
   gcc/coretypes.h, gcc/crtstuff.c, gcc/defaults.h, gcc/dwarf2.h,
   gcc/emults.c, gcc/gbl-ctors.h, gcc/gcov-io.h, gcc/libgcov.c,
   gcc/tsystem.h, gcc/typeclass.h).
 - libatomic
 - libdecnumber
 - libgomp
 - libitm
 - libssp
 - libstdc++-v3
 - libobjc
 - libgfortran
 - The libgnat-12 Ada support library and libgnat-util12 library.
 - Various config files in gcc/config/ used in runtime libraries.
 - libvtv

The libbacktrace library is licensed under the following terms:

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    (1) Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer. 

    (2) Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.  
    
    (3) The name of the author may not be used to
    endorse or promote products derived from this software without
    specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.


The libsanitizer libraries (libasan, liblsan, libtsan, libubsan) are
licensed under the following terms:

Copyright (c) 2009-2019 by the LLVM contributors.

All rights reserved.

Developed by:

    LLVM Team

    University of Illinois at Urbana-Champaign

    http://llvm.org

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

    * Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimers.

    * Redistributions in binary form must reproduce the above copyright notice,
      this list of conditions and the following disclaimers in the
      documentation and/or other materials provided with the distribution.

    * Neither the names of the LLVM Team, University of Illinois at
      Urbana-Champaign, nor the names of its contributors may be used to
      endorse or promote products derived from this Software without specific
      prior written permission.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


The libffi library is licensed under the following terms:

    libffi - Copyright (c) 1996-2003  Red Hat, Inc.

    Permission is hereby granted, free of charge, to any person obtaining
    a copy of this software and associated documentation files (the
    ``Software''), to deal in the Software without restriction, including
    without limitation the rights to use, copy, modify, merge, publish,
    distribute, sublicense, and/or sell copies of the Software, and to
    permit persons to whom the Software is furnished to do so, subject to
    the following conditions:

    The above copyright notice and this permission notice shall be included
    in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR
    OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
    ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
    OTHER DEALINGS IN THE SOFTWARE.


The documentation is licensed under the GNU Free Documentation License (v1.2).
On Debian GNU/Linux systems, the complete text of this license is in
`/usr/share/common-licenses/GFDL-1.2'.


GCC RUNTIME LIBRARY EXCEPTION

Version 3.1, 31 March 2009

Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>

Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.

This GCC Runtime Library Exception ("Exception") is an additional
permission under section 7 of the GNU General Public License, version
3 ("GPLv3"). It applies to a given file (the "Runtime Library") that
bears a notice placed by the copyright holder of the file stating that
the file is governed by GPLv3 along with this Exception.

When you use GCC to compile a program, GCC may combine portions of
certain GCC header files and runtime libraries with the compiled
program. The purpose of this Exception is to allow compilation of
non-GPL (including proprietary) programs to use, in this way, the
header files and runtime libraries covered by this Exception.

0. Definitions.

A file is an "Independent Module" if it either requires the Runtime
Library for execution after a Compilation Process, or makes use of an
interface provided by the Runtime Library, but is not otherwise based
on the Runtime Library.

"GCC" means a version of the GNU Compiler Collection, with or without
modifications, governed by version 3 (or a specified later version) of
the GNU General Public License (GPL) with the option of using any
subsequent versions published by the FSF.

"GPL-compatible Software" is software whose conditions of propagation,
modification and use would permit combination with GCC in accord with
the license of GCC.

"Target Code" refers to output from any compiler for a real or virtual
target processor architecture, in executable form or suitable for
input to an assembler, loader, linker and/or execution
phase. Notwithstanding that, Target Code does not include data in any
format that is used as a compiler intermediate representation, or used
for producing a compiler intermediate representation.

The "Compilation Process" transforms code entirely represented in
non-intermediate languages designed for human-written code, and/or in
Java Virtual Machine byte code, into Target Code. Thus, for example,
use of source code generators and preprocessors need not be considered
part of the Compilation Process, since the Compilation Process can be
understood as starting with the output of the generators or
preprocessors.

A Compilation Process is "Eligible" if it is done using GCC, alone or
with other GPL-compatible software, or if it is done without using any
work based on GCC. For example, using non-GPL-compatible Software to
optimize any GCC intermediate representations would not qualify as an
Eligible Compilation Process.

1. Grant of Additional Permission.

You have permission to propagate a work of Target Code formed by
combining the Runtime Library with Independent Modules, even if such
propagation would otherwise violate the terms of GPLv3, provided that
all Target Code was generated by Eligible Compilation Processes. You
may then convey such a combination under terms of your choice,
consistent with the licensing of the Independent Modules.

2. No Weakening of GCC Copyleft.

The availability of this Exception does not imply any general
presumption that third-party software is unaffected by the copyleft
requirements of the license of GCC.


libquadmath/*.[hc]:

   Copyright (C) 2010 Free Software Foundation, Inc.
   Written by Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
   Written by Tobias Burnus  <burnus@net-b.de>

This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

Libiberty is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Library General Public License for more details.

libquadmath/math:

atanq.c, expm1q.c, j0q.c, j1q.c, log1pq.c, logq.c:
    Copyright 2001 by Stephen L. Moshier <moshier@na-net.ornl.gov> 

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

coshq.c, erfq.c, jnq.c, lgammaq.c, powq.c, roundq.c:
   Changes for 128-bit __float128 are
   Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
   and are incorporated herein by permission of the author.  The author 
   reserves the right to distribute this material elsewhere under different
   copying permissions.  These modifications are distributed here under 
   the following terms:

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

ldexpq.c:
   * Conversion to long double by Ulrich Drepper,
   * Cygnus Support, drepper@cygnus.com.

cosq_kernel.c, expq.c, sincos_table.c, sincosq.c, sincosq_kernel.c,
sinq_kernel.c, truncq.c:
   Copyright (C) 1997, 1999 Free Software Foundation, Inc.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

isinfq.c:
 * Written by J.T. Conklin <jtc@netbsd.org>.
 * Change for long double by Jakub Jelinek <jj@ultra.linux.cz>
 * Public domain.

llroundq.c, lroundq.c, tgammaq.c:
   Copyright (C) 1997, 1999, 2002, 2004 Free Software Foundation, Inc.
   This file is part of the GNU C Library.
   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
                  Jakub Jelinek <jj@ultra.linux.cz>, 1999.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

log10q.c:
   Cephes Math Library Release 2.2:  January, 1991
   Copyright 1984, 1991 by Stephen L. Moshier
   Adapted for glibc November, 2001

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

remaining files:

 * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
 *
 * Developed at SunPro, a Sun Microsystems, Inc. business.
 * Permission to use, copy, modify, and distribute this
 * software is freely granted, provided that this notice
 * is preserved.


gcc/go/gofrontend, libgo:

Copyright (c) 2009 The Go Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


D:
gdc-12                         GNU D Compiler
libphobos-12-dev               D standard runtime library

The D source package is made up of the following components.

The D front-end for GCC:
 - d/*

Copyright (C) 2004-2007 David Friedman
Modified by Vincenzo Ampolo, Michael Parrot, Iain Buclaw, (C) 2009, 2010

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

On Debian GNU/Linux systems, the complete text of the GNU General
Public License is in `/usr/share/common-licenses/GPL', version 2 of this
license in `/usr/share/common-licenses/GPL-2'.


The DMD Compiler implementation of the D programming language:
 - d/dmd/*

Copyright (c) 1999-2010 by Digital Mars
All Rights Reserved
written by Walter Bright
http://www.digitalmars.com
License for redistribution is by either the Artistic License or
the GNU General Public License (v1).

On Debian GNU/Linux systems, the complete text of the GNU General
Public License is in `/usr/share/common-licenses/GPL', the Artistic
license in `/usr/share/common-licenses/Artistic'.


The Zlib data compression library:
 - d/phobos/etc/c/zlib/*

 (C) 1995-2004 Jean-loup Gailly and Mark Adler

  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising from the use of this software.

  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not
     claim that you wrote the original software. If you use this software
     in a product, an acknowledgment in the product documentation would be
     appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be
     misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.


The Phobos standard runtime library:
 - d/phobos/*

Unless otherwise marked within the file, each file in the source
is under the following licenses:

Copyright (C) 2004-2005 by Digital Mars, www.digitalmars.com
Written by Walter Bright

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, in both source and binary form, subject to the following
restrictions:

 o  The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 o  Altered source versions must be plainly marked as such, and must not
    be misrepresented as being the original software.
 o  This notice may not be removed or altered from any source
    distribution.

By plainly marking modifications, something along the lines of adding to each
file that has been changed a "Modified by Foo Bar" line
underneath the "Written by" line would be adequate.

gcc/m2:
gcc/m2/gm2-libiberty:
gcc/m2/mc-boot/:
gcc/m2/mc-boot-ch/:
Copyright (C) 2001-2019 Free Software Foundation, Inc.
Contributed by Gaius Mulley <gaius@glam.ac.uk>.

This file is part of GNU Modula-2.

GNU Modula-2 is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.

GNU Modula-2 is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

gcc/m2/**/*.texi:
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
2011, 2012, 2012, 2013 Free Software Foundation, Inc.

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.

gcc/m2/gm2-coroutines:
gcc/m2/gm2-libs:
gcc/m2/gm2-libs-min:
gcc/m2/gm2-libs-pim:
gcc/m2/gm2-libs-ch:
Copyright (C) 2002-2019 Free Software Foundation, Inc.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

Under Section 7 of GPL version 3, you are granted additional
permissions described in the GCC Runtime Library Exception, version
3.1, as published by the Free Software Foundation.

gcc/m2/gm2-libs-iso/:
This has a mix of licenses, most as GPL-3+ plus GCC Runtime Library
Exception, version 3.1.

gcc/m2/gm2-libs-iso/*.def:
Library module defined by the International Standard
Information technology - programming languages
BS ISO/IEC 10514-1:1996E Part 1: Modula-2, Base Language.

Copyright ISO/IEC (International Organization for Standardization
and International Electrotechnical Commission) 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010

Copyright (C) 2001-2019 Free Software Foundation, Inc.
mix of GPL-3.0 and LGPL-2.1/3

Copyright (C) 2001-2019 Free Software Foundation, Inc.
mix of GPL-3.0 and LGPL-2.1/3

gcc/m2/examples:
Copyright (C) 2005-2015 Free Software Foundation, Inc.
Mix of LGPL-2.1 and GPL-3.0.

gcc/m2/images:
GPL-3+

gcc/m2/el/gm2-mode.el:
;; Everyone is granted permission to copy, modify and redistribute
;; GNU Emacs, but only under the conditions described in the
;; GNU Emacs General Public License.   A copy of this license is
;; supposed to have been given to you along with GNU Emacs so you
;; can know your rights and responsibilities.  It should be in a
;; file named COPYING.  Among other things, the copyright notice
;; and this notice must be preserved on all copies.

Copyright (C) 2001-2018 Free Software Foundation, Inc.
Contributed by Gaius Mulley <gaius@glam.ac.uk>.
Mix of GPL-3 and LGPL-2.1.

gcc/testsuite/gm2/:
Copyright (C) 2001-2019 Free Software Foundation, Inc.
Mix of GPL-2+ and GPL-3+

libgm2:

libgm2/libiso/:
libgm2/libpim/:
libgm2/liblog/:
libgm2/libcor/:
libgm2/libmin/:
Copyright (C) 2002-2019 Free Software Foundation, Inc.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

Under Section 7 of GPL version 3, you are granted additional
permissions described in the GCC Runtime Library Exception, version
3.1, as published by the Free Software Foundation.

newlib-X.Y.Z/:

Upstream Authors:
newlib@sources.redhat.com
Jeff Johnston <jjohnstn@redhat.com>
Tom Fitzsimmons <fitzsim@redhat.com>

The newlib subdirectory is a collection of software from several sources.
Each file may have its own copyright/license that is embedded in the source 
file.

This list documents those licenses which are more restrictive than
a BSD-like license or require the copyright notice
to be duplicated in documentation and/or other materials associated with
the distribution.  Certain licenses documented here only apply to
specific targets.  Certain clauses only apply if you are building the
code as part of your binary.

Note that this list may omit certain licenses that
only pertain to the copying/modifying of the individual source code. 
If you are distributing the source code, then you do not need to
worry about these omitted licenses, so long as you do not modify the
copyright information already in place.

Parts of this work are licensed under the terms of the GNU General
Public License. On Debian systems, the complete text of this license
can be found in /usr/share/common-licenses/GPL.

Parts of this work are licensed under the terms of the GNU Library
General Public License. On Debian systems, the complete text of this
license be found in /usr/share/common-licenses/LGPL.

(1) University of California, Berkeley

[1a]

Copyright (c) 1990 The Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that the above copyright notice and this paragraph are
duplicated in all such forms and that any documentation,
and other materials related to such distribution and use 
acknowledge that the software was developed
by the University of California, Berkeley.  The name of the
University may not be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

[1b]

Copyright (c) 1990 The Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that the above copyright notice and this paragraph are
duplicated in all such forms and that any documentation,
advertising materials, and other materials related to such
distribution and use acknowledge that the software was developed
by the University of California, Berkeley.  The name of the
University may not be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

[1c]

Copyright (c) 1981, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 
The Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
   must display the following acknowledgement:
     This product includes software developed by the University of
     California, Berkeley and its contributors.
4. Neither the name of the University nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

[1d]

Copyright (c) 1988, 1990, 1993 Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. Neither the name of the University nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

[1e]

Copyright (c) 1982, 1986, 1989, 1991, 1993, 1994
The Regents of the University of California.  All rights reserved.
(c) UNIX System Laboratories, Inc.
All or some portions of this file are derived from material licensed
to the University of California by American Telephone and Telegraph
Co. or Unix System Laboratories, Inc. and are reproduced herein with
the permission of UNIX System Laboratories, Inc.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
   must display the following acknowledgement:
     This product includes software developed by the University of
     California, Berkeley and its contributors.
4. Neither the name of the University nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

[1f]

Copyright (c) 1987, 1988, 2000 Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that: (1) source distributions retain this entire copyright
notice and comment, and (2) distributions including binaries display
the following acknowledgement:  ``This product includes software
developed by the University of California, Berkeley and its contributors''
in the documentation or other materials provided with the distribution
and in all advertising materials mentioning features or use of this
software. Neither the name of the University nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

-------------------------------------------------------------
 Please note that in some of the above alternate licenses, there is a
 statement regarding that acknowledgement must be made in any
 advertising materials for products using the code.  This restriction
 no longer applies due to the following license change:

  ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

 In some cases the defunct clause has been removed in modified newlib code and
 in some cases, the clause has been left as-is.
-------------------------------------------------------------

(2) Cygwin (cygwin targets only)

Copyright 2001 Red Hat, Inc.

This software is a copyrighted work licensed under the terms of the
Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
details.

(3) David M. Gay at AT&T

The author of this software is David M. Gay.

Copyright (c) 1991 by AT&T.

Permission to use, copy, modify, and distribute this software for any
purpose without fee is hereby granted, provided that this entire notice
is included in all copies of any software which is or includes a copy
or modification of this software and in all copies of the supporting
documentation for such software.

THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR AT&T MAKES ANY
REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.

(4) Advanced Micro Devices

Copyright 1989, 1990 Advanced Micro Devices, Inc.

This software is the property of Advanced Micro Devices, Inc  (AMD)  which
specifically  grants the user the right to modify, use and distribute this
software provided this notice is not removed or altered.  All other rights
are reserved by AMD.

AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS
SOFTWARE.  IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL
DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR
USE OF THIS SOFTWARE.

So that all may benefit from your experience, please report  any  problems
or  suggestions about this software to the 29K Technical Support Center at
800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131  in  the  UK,  or
0031-11-1129 in Japan, toll free.  The direct dial number is 512-462-4118.

Advanced Micro Devices, Inc.
29K Support Products
Mail Stop 573
5900 E. Ben White Blvd.
Austin, TX 78741
800-292-9263

(5) C.W. Sandmann

Copyright (C) 1993 C.W. Sandmann

This file may be freely distributed as long as the author's name remains.

(6) Eric Backus

(C) Copyright 1992 Eric Backus

This software may be used freely so long as this copyright notice is
left intact.  There is no warrantee on this software.

(7) Sun Microsystems

Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.

Developed at SunPro, a Sun Microsystems, Inc. business.
Permission to use, copy, modify, and distribute this
software is freely granted, provided that this notice 
is preserved.

(8) Hewlett Packard

(c) Copyright 1986 HEWLETT-PACKARD COMPANY

To anyone who acknowledges that this file is provided "AS IS"
without any express or implied warranty:
    permission to use, copy, modify, and distribute this file
for any purpose is hereby granted without fee, provided that
the above copyright notice and this notice appears in all
copies, and that the name of Hewlett-Packard Company not be
used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.
Hewlett-Packard Company makes no representations about the
suitability of this software for any purpose.

(9) Hans-Peter Nilsson

Copyright (C) 2001 Hans-Peter Nilsson

Permission to use, copy, modify, and distribute this software is
freely granted, provided that the above copyright notice, this notice
and the following disclaimer are preserved with no changes.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.

(10) Stephane Carrez (m68hc11-elf/m68hc12-elf targets only)

Copyright (C) 1999, 2000, 2001, 2002 Stephane Carrez (stcarrez@nerim.fr)

The authors hereby grant permission to use, copy, modify, distribute,
and license this software and its documentation for any purpose, provided
that existing copyright notices are retained in all copies and that this
notice is included verbatim in any distributions. No written agreement,
license, or royalty fee is required for any of the authorized uses.
Modifications to this software may be copyrighted by their authors
and need not follow the licensing terms described here, provided that
the new terms are clearly indicated on the first page of each file where
they apply.

(11) Christopher G. Demetriou

Copyright (c) 2001 Christopher G. Demetriou
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
   derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

(12) SuperH, Inc.

Copyright 2002 SuperH, Inc. All rights reserved

This software is the property of SuperH, Inc (SuperH) which specifically
grants the user the right to modify, use and distribute this software
provided this notice is not removed or altered.  All other rights are
reserved by SuperH.

SUPERH MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO
THIS SOFTWARE.  IN NO EVENT SHALL SUPERH BE LIABLE FOR INDIRECT, SPECIAL, 
INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING FROM
THE FURNISHING, PERFORMANCE, OR USE OF THIS SOFTWARE.

So that all may benefit from your experience, please report any problems
or suggestions about this software to the SuperH Support Center via
e-mail at softwaresupport@superh.com .

SuperH, Inc.
405 River Oaks Parkway
San Jose
CA 95134
USA

(13) Royal Institute of Technology

Copyright (c) 1999 Kungliga Tekniska Hgskolan
(Royal Institute of Technology, Stockholm, Sweden).
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

3. Neither the name of KTH nor the names of its contributors may be
   used to endorse or promote products derived from this software without
   specific prior written permission.

THIS SOFTWARE IS PROVIDED BY KTH AND ITS CONTRIBUTORS ``AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KTH OR ITS CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

(14) Alexey Zelkin

Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(15) Andrey A. Chernov

Copyright (C) 1997 by Andrey A. Chernov, Moscow, Russia.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(16) FreeBSD

Copyright (c) 1997-2002 FreeBSD Project.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(17) S. L. Moshier

Author:  S. L. Moshier.

Copyright (c) 1984,2000 S.L. Moshier

Permission to use, copy, modify, and distribute this software for any
purpose without fee is hereby granted, provided that this entire notice
is included in all copies of any software which is or includes a copy
or modification of this software and in all copies of the supporting
documentation for such software.

THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
WARRANTY.  IN PARTICULAR,  THE AUTHOR MAKES NO REPRESENTATION
OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS
SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.

(18) Citrus Project

Copyright (c)1999 Citrus Project,
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(19) Todd C. Miller

Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
   derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

(20) DJ Delorie (i386) 

Copyright (C) 1991 DJ Delorie
All rights reserved.

Redistribution and use in source and binary forms is permitted
provided that the above copyright notice and following paragraph are
duplicated in all such forms.

This file is distributed WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

(21) Free Software Foundation LGPL License (*-linux* targets only)

   Copyright (C) 1990-1999, 2000, 2001 
   Free Software Foundation, Inc.
   This file is part of the GNU C Library.
   Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with the GNU C Library; if not, write to the Free
   Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   02110-1301 USA

(22) Xavier Leroy LGPL License (i[3456]86-*-linux* targets only)

Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@inria.fr)

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
                                                     
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Library General Public License for more details.

(23) Intel (i960)

Copyright (c) 1993 Intel Corporation

Intel hereby grants you permission to copy, modify, and distribute this
software and its documentation.  Intel grants this permission provided
that the above copyright notice appears in all copies and that both the
copyright notice and this permission notice appear in supporting
documentation.  In addition, Intel grants this permission provided that
you prominently mark as "not part of the original" any modifications
made to this software or documentation, and that the name of Intel
Corporation not be used in advertising or publicity pertaining to
distribution of the software or the documentation without specific,
written prior permission.

Intel Corporation provides this AS IS, WITHOUT ANY WARRANTY, EXPRESS OR
IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY
OR FITNESS FOR A PARTICULAR PURPOSE.  Intel makes no guarantee or
representations regarding the use of, or the results of the use of,
the software and documentation in terms of correctness, accuracy,
reliability, currentness, or otherwise; and you rely on the software,
documentation and results solely at your own risk.

IN NO EVENT SHALL INTEL BE LIABLE FOR ANY LOSS OF USE, LOSS OF BUSINESS,
LOSS OF PROFITS, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES
OF ANY KIND.  IN NO EVENT SHALL INTEL'S TOTAL LIABILITY EXCEED THE SUM
PAID TO INTEL FOR THE PRODUCT LICENSED HEREUNDER.

(24) Hewlett-Packard  (hppa targets only)

(c) Copyright 1986 HEWLETT-PACKARD COMPANY

To anyone who acknowledges that this file is provided "AS IS"
without any express or implied warranty:
    permission to use, copy, modify, and distribute this file
for any purpose is hereby granted without fee, provided that
the above copyright notice and this notice appears in all
copies, and that the name of Hewlett-Packard Company not be
used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.
Hewlett-Packard Company makes no representations about the
suitability of this software for any purpose.

(25) Henry Spencer (only *-linux targets)

Copyright 1992, 1993, 1994 Henry Spencer.  All rights reserved.
This software is not subject to any license of the American Telephone
and Telegraph Company or of the Regents of the University of California.

Permission is granted to anyone to use this software for any purpose on
any computer system, and to alter it and redistribute it, subject
to the following restrictions:

1. The author is not responsible for the consequences of use of this
   software, no matter how awful, even if they arise from flaws in it.

2. The origin of this software must not be misrepresented, either by
   explicit claim or by omission.  Since few users ever read sources,
   credits must appear in the documentation.

3. Altered versions must be plainly marked as such, and must not be
   misrepresented as being the original software.  Since few users
   ever read sources, credits must appear in the documentation.

4. This notice may not be removed or altered.

(26) Mike Barcroft

Copyright (c) 2001 Mike Barcroft <mike@FreeBSD.org>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(27) Konstantin Chuguev (--enable-newlib-iconv)

Copyright (c) 1999, 2000
   Konstantin Chuguev.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

   iconv (Charset Conversion Library) v2.0

(27) Artem Bityuckiy (--enable-newlib-iconv)

Copyright (c) 2003, Artem B. Bityuckiy, SoftMine Corporation.
Rights transferred to Franklin Electronic Publishers.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(28) Red Hat Incorporated

Unless otherwise stated in each remaining newlib file, the remaining
files in the newlib subdirectory default to the following copyright.
It should be noted that Red Hat Incorporated now owns copyrights
belonging to Cygnus Solutions and Cygnus Support.

Copyright (c) 1994, 1997, 2001, 2002, 2003, 2004 Red Hat Incorporated.
All rights reserved.

Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met: 

    Redistributions of source code must retain the above copyright 
    notice, this list of conditions and the following disclaimer.

    Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.

    The name of Red Hat Incorporated may not be used to endorse 
    or promote products derived from this software without specific 
    prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED.  IN NO EVENT SHALL RED HAT INCORPORATED BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 


contrib/unicode:

﻿UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE

    Unicode Data Files include all data files under the directories
http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
http://www.unicode.org/cldr/data/. Unicode Data Files do not include PDF
online code charts under the directory http://www.unicode.org/Public/.
Software includes any source code published in the Unicode Standard or under
the directories http://www.unicode.org/Public/,
http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/.

    NOTICE TO USER: Carefully read the following legal agreement. BY
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES
("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND
AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF
YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA
FILES OR SOFTWARE.

    COPYRIGHT AND PERMISSION NOTICE

    Copyright © 1991-2013 Unicode, Inc. All rights reserved. Distributed under
the Terms of Use in http://www.unicode.org/copyright.html.

    Permission is hereby granted, free of charge, to any person obtaining a
copy of the Unicode data files and any associated documentation (the "Data
Files") or Unicode software and any associated documentation (the "Software")
to deal in the Data Files or Software without restriction, including without
limitation the rights to use, copy, modify, merge, publish, distribute, and/or
sell copies of the Data Files or Software, and to permit persons to whom the
Data Files or Software are furnished to do so, provided that (a) the above
copyright notice(s) and this permission notice appear with all copies of the
Data Files or Software, (b) both the above copyright notice(s) and this
permission notice appear in associated documentation, and (c) there is clear
notice in each modified Data File or in the Software as well as in the
documentation associated with the Data File(s) or Software that the data or
software has been modified.

    THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD
PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE
DATA FILES OR SOFTWARE.

    Except as contained in this notice, the name of a copyright holder shall
not be used in advertising or otherwise to promote the sale, use or other
dealings in these Data Files or Software without prior written authorization
of the copyright holder.

contrib/unicode/from_glibc:

# Copyright (C) 2014-2019 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
#
# The GNU C Library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# The GNU C Library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with the GNU C Library; if not, see
# <https://www.gnu.org/licenses/>.



==========================================================================
Package: libgcrypt20:arm64
==========================================================================
This package was debianized by Ivo Timmermans <ivo@debian.org> on
Fri,  3 Aug 2001 10:02:38 +0200.
It was taken over by Matthias Urlichs <smurf@debian.org>, and is now
maintained by Andreas Metzler <ametzler@debian.org> Eric Dorland
<eric@debian.org>, James Westby <jw+debian@jameswestby.net>


It was downloaded from https://ftp.gnupg.org/gcrypt/libgcrypt/.

Up to end of 2012 libgcrypt copyright was owned solely by FSF, since then
contributions without copyright assignment to the FSF have been integrated.

Upstream Authors (from AUTHORS)
8X---------------------------------------------------
Library: Libgcrypt
Homepage: https://www.gnupg.org/related_software/libgcrypt/
Download: https://ftp.gnupg.org/ftp/gcrypt/libgcrypt/
          ftp://ftp.gnupg.org/gcrypt/libgcrypt/
Repository: git://git.gnupg.org/libgcrypt.git
Maintainer: Werner Koch <wk@gnupg.org>
Bug reports: https://bugs.gnupg.org
Security related bug reports: <security@gnupg.org>
End-of-life: TBD
License (library): LGPLv2.1+
License (manual and tools): GPLv2+


Libgcrypt is free software.  See the files COPYING.LIB and COPYING for
copying conditions, and LICENSES for notices about a few contributions
that require these additional notices to be distributed.  License
copyright years may be listed using range notation, e.g., 2000-2013,
indicating that every year in the range, inclusive, is a copyrightable
year that would otherwise be listed individually.


List of Copyright holders
=========================

  Copyright (C) 1989,1991-2018 Free Software Foundation, Inc.
  Copyright (C) 1994 X Consortium
  Copyright (C) 1996 L. Peter Deutsch
  Copyright (C) 1997 Werner Koch
  Copyright (C) 1998 The Internet Society
  Copyright (C) 1996-1999 Peter Gutmann, Paul Kendall, and Chris Wedgwood
  Copyright (C) 1996-2006 Peter Gutmann, Matt Thomlinson and Blake Coverett
  Copyright (C) 2003 Nikos Mavroyanopoulos
  Copyright (c) 2006 CRYPTOGAMS
  Copyright (C) 2006-2007 NTT (Nippon Telegraph and Telephone Corporation)
  Copyright (C) 2012-2022 g10 Code GmbH
  Copyright (C) 2012 Simon Josefsson, Niels Möller
  Copyright (c) 2012 Intel Corporation
  Copyright (C) 2013 Christian Grothoff
  Copyright (C) 2013-2022 Jussi Kivilinna
  Copyright (C) 2013-2014 Dmitry Eremin-Solenikov
  Copyright (C) 2014 Stephan Mueller
  Copyright (C) 2017 Jia Zhang
  Copyright (C) 2018 Bundesamt für Sicherheit in der Informationstechnik
  Copyright (C) 2020 Alibaba Group.
  Copyright (C) 2020 Tianjia Zhang


Authors with a FSF copyright assignment
=======================================

LIBGCRYPT       Werner Koch    2001-06-07
Assigns past and future changes.
Assignment for future changes terminated on 2012-12-04.
wk@gnupg.org
Designed and implemented Libgcrypt.

GNUPG	Matthew Skala		   1998-08-10
Disclaims changes.
mskala@ansuz.sooke.bc.ca
Wrote cipher/twofish.c.

GNUPG	Natural Resources Canada    1998-08-11
Disclaims changes by Matthew Skala.

GNUPG	Michael Roth	Germany     1998-09-17
Assigns changes.
mroth@nessie.de
Wrote cipher/des.c.
Changes and bug fixes all over the place.

GNUPG	Niklas Hernaeus 	1998-09-18
Disclaims changes.
nh@df.lth.se
Weak key patches.

GNUPG	Rémi Guyomarch		1999-05-25
Assigns past and future changes. (g10/compress.c, g10/encr-data.c,
g10/free-packet.c, g10/mdfilter.c, g10/plaintext.c, util/iobuf.c)
rguyom@mail.dotcom.fr

ANY     g10 Code GmbH           2001-06-07
Assignment for future changes terminated on 2012-12-04.
Code marked with ChangeLog entries of g10 Code employees.

LIBGCRYPT Timo Schulz           2001-08-31
Assigns past and future changes.
twoaday@freakmail.de

LIBGCRYPT Simon Josefsson       2002-10-25
Assigns past and future changes to FSF (cipher/{md4,crc}.c, CTR mode,
CTS/MAC flags, self test improvements)
simon@josefsson.org

LIBGCRYPT Moritz Schulte	2003-04-17
Assigns past and future changes.
moritz@g10code.com

GNUTLS  Nikolaos Mavrogiannopoulos  2003-11-22
nmav@gnutls.org
Original code for cipher/rfc2268.c.

LIBGCRYPT	The Written Word	2005-04-15
Assigns past and future changes. (new: src/libgcrypt.pc.in,
src/Makefile.am, src/secmem.c, mpi/hppa1.1/mpih-mul3.S,
mpi/hppa1.1/udiv-qrnnd.S, mpi/hppa1.1/mpih-mul2.S,
mpi/hppa1.1/mpih-mul1.S, mpi/Makefile.am, tests/prime.c,
tests/register.c, tests/ac.c, tests/basic.c, tests/tsexp.c,
tests/keygen.c, tests/pubkey.c, configure.ac, acinclude.m4)

LIBGCRYPT       Brad Hards       2006-02-09
Assigns Past and Future Changes
bradh@frogmouth.net
(Added OFB mode. Changed cipher/cipher.c, test/basic.c doc/gcrypt.tex.
 added SHA-224, changed cipher/sha256.c, added HMAC tests.)

LIBGCRYPT       Hye-Shik Chang   2006-09-07
Assigns Past and Future Changes
perky@freebsd.org
(SEED cipher)

LIBGCRYPT       Werner Dittmann  2009-05-20
Assigns Past and Future Changes
werner.dittmann@t-online.de
(mpi/amd64, tests/mpitests.c)

GNUPG           David Shaw
Assigns past and future changes.
dshaw@jabberwocky.com
(cipher/camellia-glue.c and related stuff)

LIBGCRYPT       Andrey Jivsov    2010-12-09
Assigns Past and Future Changes
openpgp@brainhub.org
(cipher/ecc.c and related files)

LIBGCRYPT       Ulrich Müller    2012-02-15
Assigns Past and Future Changes
ulm@gentoo.org
(Changes to cipher/idea.c and related files)

LIBGCRYPT       Vladimir Serbinenko  2012-04-26
Assigns Past and Future Changes
phcoder@gmail.com
(cipher/serpent.c)


Authors with a DCO
==================

Andrei Scherer <andsch@inbox.com>
2014-08-22:BF7CEF794F9.000003F0andsch@inbox.com:

Christian Aistleitner <christian@quelltextlich.at>
2013-02-26:20130226110144.GA12678@quelltextlich.at:

Christian Grothoff <christian@grothoff.org>
2013-03-21:514B5D8A.6040705@grothoff.org:

Clemens Lang <cllang@redhat.com>
2022-02-10:20220210133844.46581-1-cllang@redhat.com:

Danny Tsen <dtsen@us.ibm.com>
2021-12-20:OF85D11C2F.7A339D7D-ON002587B1.0042A81E-002587B1.0042B94D@ibm.com

Dmitry Baryshkov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2013-07-13:20130713144407.GA27334@fangorn.rup.mentorg.com:

Dmitry Kasatkin <dmitry.kasatkin@intel.com>
2012-12-14:50CAE2DB.80302@intel.com:

H.J. Lu <hjl.tools@gmail.com>
2020-01-19:20200119135241.GA4970@gmail.com:

Jia Zhang <qianyue.zj@alibaba-inc.com>
2017-10-17:59E56E30.9060503@alibaba-inc.com:

Jérémie Courrèges-Anglas <jca@wxcvbn.org>
2016-05-26:87bn3ssqg0.fsf@ritchie.wxcvbn.org:

Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
2012-11-15:20121115172331.150537dzb5i6jmy8@www.dalek.fi:

Jussi Kivilinna <jussi.kivilinna@iki.fi>
2013-05-06:5186720A.4090101@iki.fi:

Markus Teich <markus dot teich at stusta dot mhn dot de>
2014-10-08:20141008180509.GA2770@trolle:

Martin Storsjö <martin@martin.st>
2018-03-28:dc1605ce-a47d-34c5-8851-d9569f9ea5d3@martin.st:

Mathias L. Baumann <mathias.baumann at sociomantic.com>
2017-01-30:07c06d79-0828-b564-d604-fd16c7c86ebe@sociomantic.com:

Milan Broz <gmazyland@gmail.com>
2014-01-13:52D44CC6.4050707@gmail.com:

Paul Wolneykien <manowar@altlinux.org>
2019-11-19:20191119204459.312927aa@rigel.localdomain:

Peter Wu <peter@lekensteyn.nl>
2015-07-22:20150722191325.GA8113@al:

Rafaël Carré <funman@videolan.org>
2012-04-20:4F91988B.1080502@videolan.org:

Sergey V. <sftp.mtuci@gmail.com>
2013-11-07:2066221.5IYa7Yq760@darkstar:

Shawn Landden <shawn@git.icu>
2019-07-09:2794651562684255@iva4-64850291ca1c.qloud-c.yandex.net:

Stephan Mueller <smueller@chronox.de>
2014-08-22:2008899.25OeoelVVA@myon.chronox.de:

Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
2020-01-08:dcda0127-2f45-93a3-0736-27259a33bffa@linux.alibaba.com:

Tomáš Mráz <tm@t8m.info>
2012-04-16:1334571250.5056.52.camel@vespa.frost.loc:

Vitezslav Cizek <vcizek@suse.com>
2015-11-05:20151105131424.GA32700@kolac.suse.cz:

Werner Koch <wk@gnupg.org> (g10 Code GmbH)
2012-12-05:87obi8u4h2.fsf@vigenere.g10code.de:


More credits
============

Libgcrypt used to be part of GnuPG but has been taken out into its own
package on 2000-12-21.

Most of the stuff in mpi has been taken from an old GMP library
version by Torbjorn Granlund <tege@noisy.tmg.se>.

The files cipher/rndunix.c and cipher/rndw32.c are based on those
files from Cryptlib.  Copyright Peter Gutmann, Paul Kendall, and Chris
Wedgwood 1996-1999.

The ECC code cipher/ecc.c was based on code by Sergi Blanch i Torne,
sergi at calcurco dot org.

The implementation of the Camellia cipher has been been taken from the
original NTT provided GPL source.

The CAVS testing program tests/cavs_driver.pl is not to be considered
a part of libgcrypt proper.  We distribute it merely for convenience.
It has a permissive license and is copyrighted by atsec information
security corporation.  See the file for details.

The file salsa20.c is based on D.J. Bernstein's public domain code and
taken from Nettle.  Copyright 2012 Simon Josefsson and Niels Möller.


 This file is free software; as a special exception the author gives
 unlimited permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.

 This file is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
8X---------------------------------------------------

License:

Most of the package is licensed under the GNU Lesser General Public
License (LGPL) version 2.1 (or later), except for helper and debugging
binaries. See below for details. The documentation is licensed under
the GPLv2 (or later), see below.

Excerpt from upstream's README:

    The library is distributed under the terms of the GNU Lesser
    General Public License (LGPL); see the file COPYING.LIB for the
    actual terms.

    The helper programs as well as the documentation are distributed
    under the terms of the GNU General Public License (GPL); see the
    file COPYING for the actual terms.

    The file LICENSES has notices about contributions that require
    that these additional notices are distributed.

An example of the license headers of the LGPL is

-------------
   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006
                 2007, 2008, 2009, 2010, 2011  Free Software Foundation, Inc.

   This file is part of Libgcrypt.

   Libgcrypt is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License as
   published by the Free Software Foundation; either version 2.1 of
   the License, or (at your option) any later version.

   Libgcrypt is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with this program; if not, see <http://www.gnu.org/licenses/>.
-------------

On Debian GNU/Linux systems, the complete text of the GNU Lesser
General Public License can be found in
`/usr/share/common-licenses/LGPL';

The documentation licensed under the GPL
-------------
Copyright @copyright{} 2000, 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2011, 2012 Free Software Foundation, Inc. @*
Copyright @copyright{} 2012, 2013, 2016 2017 g10 Code GmbH

@quotation
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version. The text of the license can be found in the
section entitled ``GNU General Public License''.
-------------

Further details on licensing:
From upstream's LICENSES file
8X---------------------------------------------------
Additional license notices for Libgcrypt.                    -*- org -*-

This file contains the copying permission notices for various files in
the Libgcrypt distribution which are not covered by the GNU Lesser
General Public License (LGPL) or the GNU General Public License (GPL).

These notices all require that a copy of the notice be included
in the accompanying documentation and be distributed with binary
distributions of the code, so be sure to include this file along
with any binary distributions derived from the GNU C Library.

* BSD_3Clause

  For files:
  - cipher/sha256-avx-amd64.S
  - cipher/sha256-avx2-bmi2-amd64.S
  - cipher/sha256-ssse3-amd64.S
  - cipher/sha512-avx-amd64.S
  - cipher/sha512-avx2-bmi2-amd64.S
  - cipher/sha512-ssse3-amd64.S
  - cipher/sha512-ssse3-i386.c

#+begin_quote
  Copyright (c) 2012, Intel Corporation

  All rights reserved.

  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are
  met:

  * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

  * Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the
    distribution.

  * Neither the name of the Intel Corporation nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.


  THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS" AND ANY
  EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION OR
  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#+end_quote

  For files:
  - random/jitterentropy-base.c
  - random/jitterentropy-gcd.c
  - random/jitterentropy-gcd.h
  - random/jitterentropy-health.c
  - random/jitterentropy-health.h
  - random/jitterentropy-noise.c
  - random/jitterentropy-noise.h
  - random/jitterentropy-sha3.c
  - random/jitterentropy-sha3.h
  - random/jitterentropy-timer.c
  - random/jitterentropy-timer.h
  - random/jitterentropy.h
  - random/rndjent.c (plus common Libgcrypt copyright holders)

#+begin_quote
 Copyright (C) 2017 - 2021, Stephan Mueller <smueller@chronox.de>

 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, and the entire permission notice in its entirety,
    including the disclaimer of warranties.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. The name of the author may not be used to endorse or promote
    products derived from this software without specific prior
    written permission.

 ALTERNATIVELY, this product may be distributed under the terms of
 the GNU General Public License, in which case the provisions of the GPL2
 are required INSTEAD OF the above restrictions.  (This clause is
 necessary due to a potential bad interaction between the GPL and
 the restrictions contained in a BSD-style copyright.)

 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
 WHICH ARE HEREBY DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
 USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
 DAMAGE.
#+end_quote

  For files:
  - cipher/cipher-gcm-ppc.c

#+begin_quote
 Copyright (c) 2006, CRYPTOGAMS by <appro@openssl.org>
 All rights reserved.

 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:

       * Redistributions of source code must retain copyright notices,
         this list of conditions and the following disclaimer.

       * Redistributions in binary form must reproduce the above
         copyright notice, this list of conditions and the following
         disclaimer in the documentation and/or other materials
         provided with the distribution.

       * Neither the name of the CRYPTOGAMS nor the names of its
         copyright holder and contributors may be used to endorse or
         promote products derived from this software without specific
         prior written permission.

 ALTERNATIVELY, provided that this notice is retained in full, this
 product may be distributed under the terms of the GNU General Public
 License (GPL), in which case the provisions of the GPL apply INSTEAD OF
 those given above.

 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#+end_quote

* X License

  For files:
  - install.sh

#+begin_quote
  Copyright (C) 1994 X Consortium

  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to
  deal in the Software without restriction, including without limitation the
  rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  sell copies of the Software, and to permit persons to whom the Software is
  furnished to do so, subject to the following conditions:

  The above copyright notice and this permission notice shall be included in
  all copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
  X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
  TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  Except as contained in this notice, the name of the X Consortium shall not
  be used in advertising or otherwise to promote the sale, use or other deal-
  ings in this Software without prior written authorization from the X Consor-
  tium.
#+end_quote

* Public domain

  For files:
  - cipher/arcfour-amd64.S

#+begin_quote
 Author: Marc Bevand <bevand_m (at) epita.fr>
 Licence: I hereby disclaim the copyright on this code and place it
 in the public domain.
#+end_quote

* OCB license 1

  For files:
  - cipher/cipher-ocb.c

#+begin_quote
  OCB is covered by several patents but may be used freely by most
  software.  See http://web.cs.ucdavis.edu/~rogaway/ocb/license.htm .
  In particular license 1 is suitable for Libgcrypt: See
  http://web.cs.ucdavis.edu/~rogaway/ocb/license1.pdf for the full
  license document; it basically says:

    License 1 — License for Open-Source Software Implementations of OCB
                (Jan 9, 2013)

    Under this license, you are authorized to make, use, and
    distribute open-source software implementations of OCB. This
    license terminates for you if you sue someone over their
    open-source software implementation of OCB claiming that you have
    a patent covering their implementation.



 License for Open Source Software Implementations of OCB
 January 9, 2013

 1 Definitions

 1.1 “Licensor” means Phillip Rogaway.

 1.2 “Licensed Patents” means any patent that claims priority to United
 States Patent Application No. 09/918,615 entitled “Method and Apparatus
 for Facilitating Efficient Authenticated Encryption,” and any utility,
 divisional, provisional, continuation, continuations-in-part, reexamination,
 reissue, or foreign counterpart patents that may issue with respect to the
 aforesaid patent application. This includes, but is not limited to, United
 States Patent No. 7,046,802; United States Patent No. 7,200,227; United
 States Patent No. 7,949,129; United States Patent No. 8,321,675 ; and any
 patent that issues out of United States Patent Application No. 13/669,114.

 1.3 “Use” means any practice of any invention claimed in the Licensed Patents.

 1.4 “Software Implementation” means any practice of any invention
 claimed in the Licensed Patents that takes the form of software executing on
 a user-programmable, general-purpose computer or that takes the form of a
 computer-readable medium storing such software. Software Implementation does
 not include, for example, application-specific integrated circuits (ASICs),
 field-programmable gate arrays (FPGAs), embedded systems, or IP cores.

 1.5 “Open Source Software” means software whose source code is published
 and made available for inspection and use by anyone because either (a) the
 source code is subject to a license that permits recipients to copy, modify,
 and distribute the source code without payment of fees or royalties, or
 (b) the source code is in the public domain, including code released for
 public use through a CC0 waiver. All licenses certified by the Open Source
 Initiative at opensource.org as of January 9, 2013 and all Creative Commons
 licenses identified on the creativecommons.org website as of January 9,
 2013, including the Public License Fallback of the CC0 waiver, satisfy these
 requirements for the purposes of this license.

 1.6 “Open Source Software Implementation” means a Software
 Implementation in which the software implicating the Licensed Patents is
 Open Source Software. Open Source Software Implementation does not include
 any Software Implementation in which the software implicating the Licensed
 Patents is combined, so as to form a larger program, with software that is
 not Open Source Software.

 2 License Grant

 2.1 License. Subject to your compliance with the term s of this license,
 including the restriction set forth in Section 2.2, Licensor hereby
 grants to you a perpetual, worldwide, non-exclusive, non-transferable,
 non-sublicenseable, no-charge, royalty-free, irrevocable license to practice
 any invention claimed in the Licensed Patents in any Open Source Software
 Implementation.

 2.2 Restriction. If you or your affiliates institute patent litigation
 (including, but not limited to, a cross-claim or counterclaim in a lawsuit)
 against any entity alleging that any Use authorized by this license
 infringes another patent, then any rights granted to you under this license
 automatically terminate as of the date such litigation is filed.

 3 Disclaimer
 YOUR USE OF THE LICENSED PATENTS IS AT YOUR OWN RISK AND UNLESS REQUIRED
 BY APPLICABLE LAW, LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
 KIND CONCERNING THE LICENSED PATENTS OR ANY PRODUCT EMBODYING ANY LICENSED
 PATENT, EXPRESS OR IMPLIED, STATUT ORY OR OTHERWISE, INCLUDING, WITHOUT
 LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR
 PURPOSE, OR NONINFRINGEMENT. IN NO EVENT WILL LICENSOR BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM OR RELATED TO ANY USE OF THE LICENSED PATENTS, INCLUDING,
 WITHOUT LIMITATION, DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, PUNITIVE
 OR SPECIAL DAMAGES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGES PRIOR TO SUCH AN OCCURRENCE.
#+end_quote
8X---------------------------------------------------


On Debian GNU/Linux systems, the text of the GNU General Public License,
version 2 can be found in `/usr/share/common-licenses/GPL-2'.



==========================================================================
Package: libgdk-pixbuf-2.0-0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: gdk-pixbuf
Source: https://download.gnome.org/sources/gdk-pixbuf/
Files-Excluded:
 docs/gdk-pixbuf
 docs/gdk-pixdata
 tests/bug753605-atsize.jpg
Comment:
 The documentation is rebuilt from source.
 For the test see <https://gitlab.gnome.org/GNOME/gdk-pixbuf/issues/84>.

Files: *
Copyright:
    Copyright (C) 1999-2016 Red Hat, Inc
    Copyright (C) 1999-2003 The Free Software Foundation
    Copyright (C) 1998-2018 Free Software Foundation, Inc.
    Copyright (C) 1999, 2001 Tim Janik
    Copyright (C) 2000 Havoc Pennington
    Copyright (C) 2004 Dom Lachowicz
    Copyright (C) 2008 Dominic Lachowicz
    Copyright (C) 2008 Alberto Ruiz
    Copyright (C) 2007 Google (Evan Stade)
    Copyright (C) 1999 Mark Crichton
    Copyright (C) 2007 Lyonel Vincent
    Copyright (C) 2007 Bastien Nocera
    Copyright (C) 1999 Michael Zucchi
    Copyright (C) 2003 Josh. A. Beam
    Copyright (C) 2008 Kevin Peng
    Copyright (C) 1999 Nicola Girardi
    Copyright (C) 1999 Mark Crichton
    Copyright (C) 2001 Eazel, Inc
    Copyright (C) 2001-2007 Sun Microsystems, Inc
    Copyright (C) John Harper
    Copyright (C) 1999 Michael Zucchi
    Copyright (C) 2011-2016 Chun-wei Fan
    Copyright (C) 2015 Kalev Lember
    Copyright (C) 2003-2006 David Schleef
    Copyright (C) 2004 Zuza Software Foundation
    Copyright (C) 2004-2021 GNOME Foundation
    Copyright (C) 2004 Adam Weinberger
    Copyright (C) 2004-2007 Rosetta Contributors
    Copyright (C) 2004-2014 Canonical Ltd.
    Copyright (C) 2006 Lukas Novotny
    Copyright (C) 2003-2005 Miloslav Trmac
    Copyright (C) 2007-2010 The GNOME Project
    Copyright (C) 2000-2005 Sharif FarsiWeb, Inc.
    Copyright (C) 1999-2000 Jesus Bravo Alvarez
    Copyright (C) 2003 OpenMN team
    Copyright (C) 2005-2007 Free Software Foundation, Andhra Pradesh
    Copyright (C) Croatiann Team
    Copyright (C) 2004 Gurban Mühemmet Tewekgeli
    Copyright (C) 2004 Kakilik - Turkmen free software developers community
    Copyright (C) 2010 GNOME i18n Project for Vietnamese
License: LGPL-2+ and LGPL-2.1+ and CC0-1.0

Files:
    tests/*
    gdk-pixbuf/test-gdk-pixbuf.c
    thumbnailer/*
Copyright:
    Copyright (C) 2013-2016 Red Hat, Inc
    Copyright (C) 2001 Søren Sandmann
    Copyright (C) 2004 Matthias Clasen
    Copyright (C) 2013-2016 Bastien Nocera
    Copyright (C) 2014 Canonical Ltd.
    Copyright (C) 2016 Martin Guy
License: GPL-2+

License: CC0-1.0
 To the extent possible under law, the author(s) have dedicated all copyright
 and related and neighboring rights to this software to the public domain
 worldwide. This software is distributed without any warranty.
 .
 You should have received a copy of the CC0 Public Domain Dedication along with
 this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
 .
 On Debian systems, the complete text of the CC0 1.0 Universal license can be
 found in "/usr/share/common-licenses/CC0-1.0".

License: GPL-2+
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.
    .
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    .
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
    .
    On Debian systems, the complete text of the GNU General
    Public License can be found in `/usr/share/common-licenses/GPL-2'.

License: LGPL-2+
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
    License as published by the Free Software Foundation; either
    version 2 of the License, or (at your option) any later version.
    .
    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Library General Public License for more details.
    .
    You should have received a copy of the GNU Library General Public
    License along with this library; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    .
    On Debian systems, the complete text of the GNU Lesser General
    Public License can be found in `/usr/share/common-licenses/LGPL-2'.

License: LGPL-2.1+
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.
    .
    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.
    .
    On Debian systems, the complete text of the GNU Lesser General
    Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.



==========================================================================
Package: libgirepository-1.0-1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://download.gnome.org/sources/gobject-introspection/
Upstream-Name: GObject Introspection

Files: *
Copyright:
 2012 Canonical Ltd
 2012-2015 Dieter Verfaillie
 2005-2008 Divmod, Inc.
 2008-2011 Johan Dahlin
 2006 Johann C. Rocholl
 2007-2008 Jürg Billeter
 2005 Matthias Clasen
 2008 Philip Van Hoof
 2008-2010 Red Hat, Inc.
 1997 Sandro Sigala
 2011 Shaun McCance
 2018 Tomasz Miąsko
 2010 Zach Goldberg
License: GPL-2+

Files:
 girepository/*.c
 girepository/*.h
 giscanner/giscannermodule.c
 giscanner/sourcescanner.c
 giscanner/sourcescanner.h
 tools/compiler.c
 tools/generate.c
Copyright:
 2018 Christoph Reiter
 2014 Chun-wei Fan
 2008 Colin Walters
 2013 Dieter Verfaillie
 2011-2016 Dominique Leuenberger
 2016 Igor Gnatenko
 2007-2010 Johan Dahlin
 2008 Philip Van Hoof
 2008-2013 Red Hat, Inc.
License: LGPL-2+

Files:
 girepository/cmph/*
Copyright:
 Davi de Castro Reis
 Fabiano Cupertino Botelho
License: LGPL-2 or MPL-1.1

Files:
 tests/scanner/identfilter.py
 tests/scanner/symbolfilter.py
Copyright:
 2014 Simon Feltman <sfeltman@gnome.org>
 2015 Garrett Regier <garrett.regier@riftio.com>
License: LGPL-2.1+

Files: giscanner/scannerlexer.l giscanner/scannerparser.y
Copyright:
 1997 Sandro Sigala
 2007-2008 Jürg Billeter
 2010 Andreas Rottmann
License: BSD-2-clause

Files:
 m4/introspection.m4
Copyright:
 2003-2005 Thomas Vander Stichele
 2009 Johan Dahlin
License: FSFAP and FSFULLR

Files: debian/*
Copyright:
 2008-2022 Debian contributors as listed in debian/changelog
 2021-2022 Simon McVittie
License: Expat and GPL-2+
Comment:
 No license was specified for the contents of debian/ prior to 2022. It
 is assumed to have been intended to be under the most restrictive of
 the upstream licenses, namely GPL-2+.
 The following contributors give permission to relicense their contributions
 to this package under either Expat, GPL-2+ or LGPL-2.1+ if desired:
 - Simon McVittie
 (Please add your name to this list if you wish to give this permission.)

Files: glib/*
Copyright:
 2004-2005 Adam Weinberger
 2005-2006 Alexander Larsson
 2022 Alexander Shopov
 2021 Alexandros Theodotou
 2004 Anders Carlsson
 2001-2003 Andrew Lanoix
 2018 Arthur Demchenkov
 2001-2004 Behdad Esfahbod
 2006 Behdad Esfahbod
 2009 Benjamin Otte
 2015 Canonical Limited
 2005-2022 Canonical Ltd
 2009-2022 Christian Hergert
 2010 Christian Kellner
 2010 Christian Persch
 2014-2015 Chun-wei Fan
 2008 Claus Tondering
 2008 Clemens N. Buss
 2008-2014 Codethink Ltd
 2012-2013 Colin Walters
 2017-2018 Collabora Inc
 2008-2022 Collabora Ltd
 1999-2000 Craig Setera
 2000 Eazel, Inc
 2005-2022 Emmanuele Bassi
 2022 Emmanuel Fleury
 2016-2020 Endless Mobile, Inc
 2017-2022 Endless OS Foundation, LLC
 2007 Francois Gouget
 2020-2021 Frederic Martinsons
 1991-2022 Free Software Foundation, Inc
 2015 Garrett Regier
 2001-2022 GLib contributors
 2016 GNOME i18n Project for Vietnamese
 2019 GNOME
 2011 Google, Inc
 2001-2008 Hans Breuer
 2001 Hidetoshi Tajima
 2021 Iain Lane
 2018-2021 Igalia S.L
 2005-2008 Imendio AB
 2018 Iñigo Martínez
 2010 Intel Corp
 2001 James Henstridge
 2018-2019 James Westman
 2014-2018 Jan-Michael Brummer
 2005-2007 John McCutchan
 1995-1998 Josh MacDonald
 2007 Jürg Billeter
 2010 Karo Mkrtchyan
 2013-2015 Lars Uebernickel
 2006 Lukas Novotny
 2002 Manish Singh
 2005-2007 Marco Barisione
 2022 Marco Trevisan
 2001-2013 Matthias Clasen
 2010 Mikhail Zabaluev
 2004-2005 Miloslav Trmac
 2014 NICE s.r.l
 2003 Noah Levitt
 2008-2011 Nokia Corporation
 2008-2010 Novell, Inc
 2021 Ole André Vadla Ravnås
 2007 Openismus GmbH
 1998-2001 Owen Taylor
 2014-2019 Patrick Griffis
 2007 Patrick Hulin
 2012 Pavel Vasin
 2018 pdknsk
 1995-2011 Peter Mattis
 1995-2011 Peter Mattis, Spencer Kimball, Josh MacDonald, Sebastian Wilhelmi and others
 2000-2022 Red Hat, Inc
 1999-2003 Red Hat Software
 2001 Ron Steinke
 2020 Ruslan N. Marchenko
 2022 Ryan Hope
 2007-2015 Ryan Lortie
 2009-2010 Sam Thursfield
 2008 Samuel Cormier-Iijima
 1999-2000 Scott Wimer
 2007-2020 Sebastian Dröge
 2001-2003 Sebastian Wilhelmi
 1998-2001 Sebastian Wilhelmi; University of Karlsruhe
 2002-2006 Sharif FarsiWeb, Inc
 2012 Simon McVittie
 2011 Sjoerd Simons
 2002-2007 Soeren Sandmann
 1995-1998 Spencer Kimball
 2006 Stefan Westerfeld
 2011-2013 Stef Walter
 2007-2010 Sven Herzberg
 2012 Swecha telugu localisation Team
 2011-2022 systemd contributors
 2002-2022 the author(s) of GLib
 2006 The GNOME Foundation
 2007-2011 The GNOME Project
 2010 Thiago Santos
 1997-2007 Tim Janik
 2018 Tomasz Miąsko
 1999-2000 Tom Tromey
 1998-2004 Tor Lillqvist
 1995-1997 Ulrich Drepper
 2021 Unicode®, Inc
 2011 William Hua
 2018 Will Thompson
 2020 Xavier Claessens
 2021 Xavier Claessens
 2000-2004 Ximian Inc
 2014-2020 Руслан Ижбулатов
 Croatiann team
 Matthew Waters
License: LGPL-2+ and LGPL-2.1+ and FSFULLR and CC0-1.0

Files:
 glib/gio/xdgmime/xdgmime*
Copyright:
 2003-2004 Jonathan Blandford
 2004-2005 Matthias Clasen
 2003-2008 Red Hat, Inc
License: AFL-2.0 or LGPL-2.1+

Files:
 glib/glib/tests/NormalizationTest.txt
Copyright:
 2021 Unicode®, Inc.
License: Unicode-DFS-2016

Files:
 glib/gio/kqueue/*.?
 */tests/taptestrunner.py
Copyright:
 2011-2012 Dmitry Matveev
 2015 Remko Tronçon
License: Expat

Files:
 glib/glib/gen-unicode-tables.pl
 glib/glib/tests/gen-casefold-txt.py
 glib/glib/tests/gen-casemap-txt.py
 glib/po/po2tbl.sed.in
 glib/tools/glib-gettextize.in
Copyright:
 1989-2001 Free Software Foundation, Inc
 2001 Red Hat Software
 1998-1999 Tom Tromey
License: GPL-2+

Files:
 glib/m4macros/attributes.m4
Copyright:
 2006-2008 Diego Pettenò
 2006-2008 xine project
 2012 Lucas De Marchi
License: GPL-2+ with Autoconf exception

Files:
 glib/gio/tests/memory-monitor-dbus.py.in
 glib/gio/tests/memory-monitor-portal.py.in
 glib/gio/tests/power-profile-monitor-dbus.py.in
 glib/gio/tests/power-profile-monitor-portal.py.in
Copyright: 2019-2021 Red Hat, Inc
License: LGPL-3+

Files:
 glib/.gitlab-ci/clang-format-diff.py
 glib/fuzzing/driver.c
Copyright: 2018, LLVM contributors
License: Apache-2.0 with LLVM exception

Files:
 glib/glib/gchecksum.c
Copyright:
 1995 A.M. Kuchling
 2006 Dave Benson
 2007 Emmanuele Bassi
License: LGPL-2.1+ and Kuchling-PD and Plumb-PD

Files:
 glib/docs/reference/glib/regex-syntax.xml
Copyright:
 1997-2006 University of Cambridge
 2012-2022 unspecified GLib contributors
License: LGPL-2.1+ and BSD-3-clause-pcre

Files:
 glib/glib/valgrind.h
Copyright:
 2000-2017, Julian Seward
License: bzip2-1.0.6

Files:
 glib/docs/reference/gio/menu-model.png
Copyright: unspecified
License: CC-BY-SA-3.0

# ----------------------------------------------------------------------

License: AFL-2.0
 The Academic Free License
 v. 2.0
 .
 This Academic Free License (the "License") applies to any original work
 of authorship (the "Original Work") whose owner (the "Licensor") has
 placed the following notice immediately following the copyright notice
 for the Original Work:
 .
      Licensed under the Academic Free License version 2.0
 .
 1) Grant of Copyright License. Licensor hereby grants You a world-wide,
 royalty-free, non-exclusive, perpetual, sublicenseable license to do
 the following:
 .
      a) to reproduce the Original Work in copies;
      b) to prepare derivative works ("Derivative Works") based upon the Original Work;
      c) to distribute copies of the Original Work and Derivative Works to the public;
      d) to perform the Original Work publicly; and
      e) to display the Original Work publicly.
 .
 2) Grant of Patent License. Licensor hereby grants You a world-wide,
 royalty-free, non-exclusive, perpetual, sublicenseable license, under
 patent claims owned or controlled by the Licensor that are embodied in
 the Original Work as furnished by the Licensor, to make, use, sell and
 offer for sale the Original Work and Derivative Works.
 .
 3) Grant of Source Code License. The term "Source Code" means the
 preferred form of the Original Work for making modifications to it and
 all available documentation describing how to modify the Original Work.
 Licensor hereby agrees to provide a machine-readable copy of the Source
 Code of the Original Work along with each copy of the Original Work
 that Licensor distributes.  Licensor reserves the right to satisfy this
 obligation by placing a machine-readable copy of the Source Code in an
 information repository reasonably calculated to permit inexpensive and
 convenient access by You for as long as Licensor continues to distribute
 the Original Work, and by publishing the address of that information
 repository in a notice immediately following the copyright notice that
 applies to the Original Work.
 .
 4) Exclusions From License Grant. Neither the names of Licensor, nor
 the names of any contributors to the Original Work, nor any of their
 trademarks or service marks, may be used to endorse or promote products
 derived from this Original Work without express prior written permission
 of the Licensor.  Nothing in this License shall be deemed to grant any
 rights to trademarks, copyrights, patents, trade secrets or any other
 intellectual property of Licensor except as expressly stated herein.
 No patent license is granted to make, use, sell or offer to sell
 embodiments of any patent claims other than the licensed claims defined
 in Section 2.  No right is granted to the trademarks of Licensor even if
 such marks are included in the Original Work.  Nothing in this License
 shall be interpreted to prohibit Licensor from licensing under different
 terms from this License any Original Work that Licensor otherwise would
 have a right to license.
 .
 5) This section intentionally omitted.
 .
 6) Attribution Rights. You must retain, in the Source Code of any
 Derivative Works that You create, all copyright, patent or trademark
 notices from the Source Code of the Original Work, as well as any
 notices of licensing and any descriptive text identified therein as an
 "Attribution Notice."  You must cause the Source Code for any Derivative
 Works that You create to carry a prominent Attribution Notice reasonably
 calculated to inform recipients that You have modified the Original Work.
 .
 7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants
 that the copyright in and to the Original Work and the patent rights
 granted herein by Licensor are owned by the Licensor or are sublicensed
 to You under the terms of this License with the permission of the
 contributor(s) of those copyrights and patent rights.  Except as
 expressly stated in the immediately proceeding sentence, the Original
 Work is provided under this License on an "AS IS" BASIS and WITHOUT
 WARRANTY, either express or implied, including, without limitation,
 the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL
 WORK IS WITH YOU.  This DISCLAIMER OF WARRANTY constitutes an essential
 part of this License.  No license to Original Work is granted hereunder
 except under this disclaimer.
 .
 8) Limitation of Liability. Under no circumstances and under no legal
 theory, whether in tort (including negligence), contract, or otherwise,
 shall the Licensor be liable to any person for any direct, indirect,
 special, incidental, or consequential damages of any character arising
 as a result of this License or the use of the Original Work including,
 without limitation, damages for loss of goodwill, work stoppage, computer
 failure or malfunction, or any and all other commercial damages or losses.
 This limitation of liability shall not apply to liability for death
 or personal injury resulting from Licensor's negligence to the extent
 applicable law prohibits such limitation.  Some jurisdictions do not
 allow the exclusion or limitation of incidental or consequential damages,
 so this exclusion and limitation may not apply to You.
 .
 9) Acceptance and Termination. If You distribute  copies of the Original
 Work or a Derivative Work, You must make a reasonable effort under the
 circumstances to obtain the express assent of recipients to the terms of
 this License.  Nothing else but this License (or another written agreement
 between Licensor and You) grants You permission to create Derivative Works
 based upon the Original Work or to exercise any of the rights granted
 in Section 1 herein, and any attempt to do so except under the terms of
 this License (or another written agreement between Licensor and You)
 is expressly prohibited by U.S. copyright law, the equivalent laws of
 other countries, and by international treaty.  Therefore, by exercising
 any of the rights granted to You in Section 1 herein, You indicate Your
 acceptance of this License and all of its terms and conditions.
 .
 10) Termination for Patent Action. This License shall terminate
 automatically and You may no longer exercise any of the rights granted
 to You by this License as of the date You commence an action, including a
 cross-claim or counterclaim, for patent infringement (i) against Licensor
 with respect to a patent applicable to software or (ii) against any entity
 with respect to a patent applicable to the Original Work (but excluding
 combinations of the Original Work with other software or hardware).
 .
 11) Jurisdiction, Venue and Governing Law. Any action or suit relating to
 this License may be brought only in the courts of a jurisdiction wherein
 the Licensor resides or in which Licensor conducts its primary business,
 and under the laws of that jurisdiction excluding its conflict-of-law
 provisions.  The application of the United Nations Convention on Contracts
 for the International Sale of Goods is expressly excluded.  Any use of the
 Original Work outside the scope of this License or after its termination
 shall be subject to the requirements and penalties of the U.S. Copyright
 Act, 17 U.S.C. ¤ 101 et seq., the equivalent laws of other countries,
 and international treaty.  This section shall survive the termination
 of this License.
 .
 12) Attorneys Fees. In any action to enforce the terms of this License or
 seeking damages relating thereto, the prevailing party shall be entitled
 to recover its costs and expenses, including, without limitation,
 reasonable attorneys' fees and costs incurred in connection with such
 action, including any appeal of such action.  This section shall survive
 the termination of this License.
 .
 13) Miscellaneous. This License represents the complete agreement
 concerning the subject matter hereof.  If any provision of this License
 is held to be unenforceable, such provision shall be reformed only to
 the extent necessary to make it enforceable.
 .
 14) Definition of "You" in This License. "You" throughout this License,
 whether in upper or lower case, means an individual or a legal entity
 exercising rights under, and complying with all of the terms of, this
 License.  For legal entities, "You" includes any entity that controls,
 is controlled by, or is under common control with you.  For purposes
 of this definition, "control" means (i) the power, direct or indirect,
 to cause the direction or management of such entity, whether by contract
 or otherwise, or (ii) ownership of fifty percent (50%) or more of the
 outstanding shares, or (iii) beneficial ownership of such entity.
 .
 15) Right to Use. You may use the Original Work in all ways not otherwise
 restricted or conditioned by this License or by law, and Licensor promises
 not to interfere with or be responsible for such uses by You.
 .
 This license is Copyright (C) 2003 Lawrence E. Rosen.  All rights
 reserved.  Permission is hereby granted to copy and distribute this
 license without modification.  This license may not be modified without
 the express written permission of its copyright owner.

License: Apache-2.0 with LLVM exception
 See /usr/share/common-licenses/Apache-2.0 on a Debian system for the text
 of the Apache-2.0 license.
 .
 As an exception, if, as a result of your compiling your source code, portions
 of this Software are embedded into an Object form of such source code, you
 may redistribute such embedded portions in such Object form without complying
 with the conditions of Sections 4(a), 4(b) and 4(d) of the License.
 .
 In addition, if you combine or link compiled forms of this Software with
 software that is licensed under the GPLv2 ("Combined Software") and if a
 court of competent jurisdiction determines that the patent provision (Section
 3), the indemnity provision (Section 9) or other Section of the License
 conflicts with the conditions of the GPLv2, you may retroactively and
 prospectively choose to deem waived or otherwise exclude such Section(s) of
 the License, but only in their entirety and only with respect to the Combined
 Software.

License: BSD-2-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:
  1. Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
  .
  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-3-clause-pcre
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
     * Redistributions of source code must retain the above copyright notice,
       this list of conditions and the following disclaimer.
 .
     * Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.
 .
     * Neither the name of the University of Cambridge nor the name of Google
       Inc. nor the names of their contributors may be used to endorse or
       promote products derived from this software without specific prior
       written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: bzip2-1.0.6
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 2. The origin of this software must not be misrepresented; you must
    not claim that you wrote the original software.  If you use this
    software in a product, an acknowledgment in the product
    documentation would be appreciated but is not required.
 .
 3. Altered source versions must be plainly marked as such, and must
    not be misrepresented as being the original software.
 .
 4. The name of the author may not be used to endorse or promote
    products derived from this software without specific prior written
    permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: CC-BY-SA-3.0
 SPDX license expression "CC-BY-SA-3.0": https://spdx.org/licenses/CC-BY-SA-3.0.html
 .
 Creative Commons Legal Code
 .
 Attribution-ShareAlike 3.0 Unported
 .
     CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
     LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
     ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
     INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
     REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
     DAMAGES RESULTING FROM ITS USE.
 .
 License
 .
 THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
 COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
 COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
 AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
 .
 BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
 TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
 BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
 CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
 CONDITIONS.
 .
 1. Definitions
 .
  a. "Adaptation" means a work based upon the Work, or upon the Work and
     other pre-existing works, such as a translation, adaptation,
     derivative work, arrangement of music or other alterations of a
     literary or artistic work, or phonogram or performance and includes
     cinematographic adaptations or any other form in which the Work may be
     recast, transformed, or adapted including in any form recognizably
     derived from the original, except that a work that constitutes a
     Collection will not be considered an Adaptation for the purpose of
     this License. For the avoidance of doubt, where the Work is a musical
     work, performance or phonogram, the synchronization of the Work in
     timed-relation with a moving image ("synching") will be considered an
     Adaptation for the purpose of this License.
  b. "Collection" means a collection of literary or artistic works, such as
     encyclopedias and anthologies, or performances, phonograms or
     broadcasts, or other works or subject matter other than works listed
     in Section 1(f) below, which, by reason of the selection and
     arrangement of their contents, constitute intellectual creations, in
     which the Work is included in its entirety in unmodified form along
     with one or more other contributions, each constituting separate and
     independent works in themselves, which together are assembled into a
     collective whole. A work that constitutes a Collection will not be
     considered an Adaptation (as defined below) for the purposes of this
     License.
  c. "Creative Commons Compatible License" means a license that is listed
     at https://creativecommons.org/compatiblelicenses that has been
     approved by Creative Commons as being essentially equivalent to this
     License, including, at a minimum, because that license: (i) contains
     terms that have the same purpose, meaning and effect as the License
     Elements of this License; and, (ii) explicitly permits the relicensing
     of adaptations of works made available under that license under this
     License or a Creative Commons jurisdiction license with the same
     License Elements as this License.
  d. "Distribute" means to make available to the public the original and
     copies of the Work or Adaptation, as appropriate, through sale or
     other transfer of ownership.
  e. "License Elements" means the following high-level license attributes
     as selected by Licensor and indicated in the title of this License:
     Attribution, ShareAlike.
  f. "Licensor" means the individual, individuals, entity or entities that
     offer(s) the Work under the terms of this License.
  g. "Original Author" means, in the case of a literary or artistic work,
     the individual, individuals, entity or entities who created the Work
     or if no individual or entity can be identified, the publisher; and in
     addition (i) in the case of a performance the actors, singers,
     musicians, dancers, and other persons who act, sing, deliver, declaim,
     play in, interpret or otherwise perform literary or artistic works or
     expressions of folklore; (ii) in the case of a phonogram the producer
     being the person or legal entity who first fixes the sounds of a
     performance or other sounds; and, (iii) in the case of broadcasts, the
     organization that transmits the broadcast.
  h. "Work" means the literary and/or artistic work offered under the terms
     of this License including without limitation any production in the
     literary, scientific and artistic domain, whatever may be the mode or
     form of its expression including digital form, such as a book,
     pamphlet and other writing; a lecture, address, sermon or other work
     of the same nature; a dramatic or dramatico-musical work; a
     choreographic work or entertainment in dumb show; a musical
     composition with or without words; a cinematographic work to which are
     assimilated works expressed by a process analogous to cinematography;
     a work of drawing, painting, architecture, sculpture, engraving or
     lithography; a photographic work to which are assimilated works
     expressed by a process analogous to photography; a work of applied
     art; an illustration, map, plan, sketch or three-dimensional work
     relative to geography, topography, architecture or science; a
     performance; a broadcast; a phonogram; a compilation of data to the
     extent it is protected as a copyrightable work; or a work performed by
     a variety or circus performer to the extent it is not otherwise
     considered a literary or artistic work.
  i. "You" means an individual or entity exercising rights under this
     License who has not previously violated the terms of this License with
     respect to the Work, or who has received express permission from the
     Licensor to exercise rights under this License despite a previous
     violation.
  j. "Publicly Perform" means to perform public recitations of the Work and
     to communicate to the public those public recitations, by any means or
     process, including by wire or wireless means or public digital
     performances; to make available to the public Works in such a way that
     members of the public may access these Works from a place and at a
     place individually chosen by them; to perform the Work to the public
     by any means or process and the communication to the public of the
     performances of the Work, including by public digital performance; to
     broadcast and rebroadcast the Work by any means including signs,
     sounds or images.
  k. "Reproduce" means to make copies of the Work by any means including
     without limitation by sound or visual recordings and the right of
     fixation and reproducing fixations of the Work, including storage of a
     protected performance or phonogram in digital form or other electronic
     medium.
 .
 2. Fair Dealing Rights. Nothing in this License is intended to reduce,
 limit, or restrict any uses free from copyright or rights arising from
 limitations or exceptions that are provided for in connection with the
 copyright protection under copyright law or other applicable laws.
 .
 3. License Grant. Subject to the terms and conditions of this License,
 Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
 perpetual (for the duration of the applicable copyright) license to
 exercise the rights in the Work as stated below:
 .
  a. to Reproduce the Work, to incorporate the Work into one or more
     Collections, and to Reproduce the Work as incorporated in the
     Collections;
  b. to create and Reproduce Adaptations provided that any such Adaptation,
     including any translation in any medium, takes reasonable steps to
     clearly label, demarcate or otherwise identify that changes were made
     to the original Work. For example, a translation could be marked "The
     original work was translated from English to Spanish," or a
     modification could indicate "The original work has been modified.";
  c. to Distribute and Publicly Perform the Work including as incorporated
     in Collections; and,
  d. to Distribute and Publicly Perform Adaptations.
  e. For the avoidance of doubt:
 .
      i. Non-waivable Compulsory License Schemes. In those jurisdictions in
         which the right to collect royalties through any statutory or
         compulsory licensing scheme cannot be waived, the Licensor
         reserves the exclusive right to collect such royalties for any
         exercise by You of the rights granted under this License;
     ii. Waivable Compulsory License Schemes. In those jurisdictions in
         which the right to collect royalties through any statutory or
         compulsory licensing scheme can be waived, the Licensor waives the
         exclusive right to collect such royalties for any exercise by You
         of the rights granted under this License; and,
    iii. Voluntary License Schemes. The Licensor waives the right to
         collect royalties, whether individually or, in the event that the
         Licensor is a member of a collecting society that administers
         voluntary licensing schemes, via that society, from any exercise
         by You of the rights granted under this License.
 .
 The above rights may be exercised in all media and formats whether now
 known or hereafter devised. The above rights include the right to make
 such modifications as are technically necessary to exercise the rights in
 other media and formats. Subject to Section 8(f), all rights not expressly
 granted by Licensor are hereby reserved.
 .
 4. Restrictions. The license granted in Section 3 above is expressly made
 subject to and limited by the following restrictions:
 .
  a. You may Distribute or Publicly Perform the Work only under the terms
     of this License. You must include a copy of, or the Uniform Resource
     Identifier (URI) for, this License with every copy of the Work You
     Distribute or Publicly Perform. You may not offer or impose any terms
     on the Work that restrict the terms of this License or the ability of
     the recipient of the Work to exercise the rights granted to that
     recipient under the terms of the License. You may not sublicense the
     Work. You must keep intact all notices that refer to this License and
     to the disclaimer of warranties with every copy of the Work You
     Distribute or Publicly Perform. When You Distribute or Publicly
     Perform the Work, You may not impose any effective technological
     measures on the Work that restrict the ability of a recipient of the
     Work from You to exercise the rights granted to that recipient under
     the terms of the License. This Section 4(a) applies to the Work as
     incorporated in a Collection, but this does not require the Collection
     apart from the Work itself to be made subject to the terms of this
     License. If You create a Collection, upon notice from any Licensor You
     must, to the extent practicable, remove from the Collection any credit
     as required by Section 4(c), as requested. If You create an
     Adaptation, upon notice from any Licensor You must, to the extent
     practicable, remove from the Adaptation any credit as required by
     Section 4(c), as requested.
  b. You may Distribute or Publicly Perform an Adaptation only under the
     terms of: (i) this License; (ii) a later version of this License with
     the same License Elements as this License; (iii) a Creative Commons
     jurisdiction license (either this or a later license version) that
     contains the same License Elements as this License (e.g.,
     Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible
     License. If you license the Adaptation under one of the licenses
     mentioned in (iv), you must comply with the terms of that license. If
     you license the Adaptation under the terms of any of the licenses
     mentioned in (i), (ii) or (iii) (the "Applicable License"), you must
     comply with the terms of the Applicable License generally and the
     following provisions: (I) You must include a copy of, or the URI for,
     the Applicable License with every copy of each Adaptation You
     Distribute or Publicly Perform; (II) You may not offer or impose any
     terms on the Adaptation that restrict the terms of the Applicable
     License or the ability of the recipient of the Adaptation to exercise
     the rights granted to that recipient under the terms of the Applicable
     License; (III) You must keep intact all notices that refer to the
     Applicable License and to the disclaimer of warranties with every copy
     of the Work as included in the Adaptation You Distribute or Publicly
     Perform; (IV) when You Distribute or Publicly Perform the Adaptation,
     You may not impose any effective technological measures on the
     Adaptation that restrict the ability of a recipient of the Adaptation
     from You to exercise the rights granted to that recipient under the
     terms of the Applicable License. This Section 4(b) applies to the
     Adaptation as incorporated in a Collection, but this does not require
     the Collection apart from the Adaptation itself to be made subject to
     the terms of the Applicable License.
  c. If You Distribute, or Publicly Perform the Work or any Adaptations or
     Collections, You must, unless a request has been made pursuant to
     Section 4(a), keep intact all copyright notices for the Work and
     provide, reasonable to the medium or means You are utilizing: (i) the
     name of the Original Author (or pseudonym, if applicable) if supplied,
     and/or if the Original Author and/or Licensor designate another party
     or parties (e.g., a sponsor institute, publishing entity, journal) for
     attribution ("Attribution Parties") in Licensor's copyright notice,
     terms of service or by other reasonable means, the name of such party
     or parties; (ii) the title of the Work if supplied; (iii) to the
     extent reasonably practicable, the URI, if any, that Licensor
     specifies to be associated with the Work, unless such URI does not
     refer to the copyright notice or licensing information for the Work;
     and (iv) , consistent with Ssection 3(b), in the case of an
     Adaptation, a credit identifying the use of the Work in the Adaptation
     (e.g., "French translation of the Work by Original Author," or
     "Screenplay based on original Work by Original Author"). The credit
     required by this Section 4(c) may be implemented in any reasonable
     manner; provided, however, that in the case of a Adaptation or
     Collection, at a minimum such credit will appear, if a credit for all
     contributing authors of the Adaptation or Collection appears, then as
     part of these credits and in a manner at least as prominent as the
     credits for the other contributing authors. For the avoidance of
     doubt, You may only use the credit required by this Section for the
     purpose of attribution in the manner set out above and, by exercising
     Your rights under this License, You may not implicitly or explicitly
     assert or imply any connection with, sponsorship or endorsement by the
     Original Author, Licensor and/or Attribution Parties, as appropriate,
     of You or Your use of the Work, without the separate, express prior
     written permission of the Original Author, Licensor and/or Attribution
     Parties.
  d. Except as otherwise agreed in writing by the Licensor or as may be
     otherwise permitted by applicable law, if You Reproduce, Distribute or
     Publicly Perform the Work either by itself or as part of any
     Adaptations or Collections, You must not distort, mutilate, modify or
     take other derogatory action in relation to the Work which would be
     prejudicial to the Original Author's honor or reputation. Licensor
     agrees that in those jurisdictions (e.g. Japan), in which any exercise
     of the right granted in Section 3(b) of this License (the right to
     make Adaptations) would be deemed to be a distortion, mutilation,
     modification or other derogatory action prejudicial to the Original
     Author's honor and reputation, the Licensor will waive or not assert,
     as appropriate, this Section, to the fullest extent permitted by the
     applicable national law, to enable You to reasonably exercise Your
     right under Section 3(b) of this License (right to make Adaptations)
     but not otherwise.
 .
 5. Representations, Warranties and Disclaimer
 .
 UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
 OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
 KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
 INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
 FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
 LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
 WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
 OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
 .
 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
 LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
 ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
 ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
 BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
 .
 7. Termination
 .
  a. This License and the rights granted hereunder will terminate
     automatically upon any breach by You of the terms of this License.
     Individuals or entities who have received Adaptations or Collections
     from You under this License, however, will not have their licenses
     terminated provided such individuals or entities remain in full
     compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
     survive any termination of this License.
  b. Subject to the above terms and conditions, the license granted here is
     perpetual (for the duration of the applicable copyright in the Work).
     Notwithstanding the above, Licensor reserves the right to release the
     Work under different license terms or to stop distributing the Work at
     any time; provided, however that any such election will not serve to
     withdraw this License (or any other license that has been, or is
     required to be, granted under the terms of this License), and this
     License will continue in full force and effect unless terminated as
     stated above.
 .
 8. Miscellaneous
 .
  a. Each time You Distribute or Publicly Perform the Work or a Collection,
     the Licensor offers to the recipient a license to the Work on the same
     terms and conditions as the license granted to You under this License.
  b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
     offers to the recipient a license to the original Work on the same
     terms and conditions as the license granted to You under this License.
  c. If any provision of this License is invalid or unenforceable under
     applicable law, it shall not affect the validity or enforceability of
     the remainder of the terms of this License, and without further action
     by the parties to this agreement, such provision shall be reformed to
     the minimum extent necessary to make such provision valid and
     enforceable.
  d. No term or provision of this License shall be deemed waived and no
     breach consented to unless such waiver or consent shall be in writing
     and signed by the party to be charged with such waiver or consent.
  e. This License constitutes the entire agreement between the parties with
     respect to the Work licensed here. There are no understandings,
     agreements or representations with respect to the Work not specified
     here. Licensor shall not be bound by any additional provisions that
     may appear in any communication from You. This License may not be
     modified without the mutual written agreement of the Licensor and You.
  f. The rights granted under, and the subject matter referenced, in this
     License were drafted utilizing the terminology of the Berne Convention
     for the Protection of Literary and Artistic Works (as amended on
     September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
     Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
     and the Universal Copyright Convention (as revised on July 24, 1971).
     These rights and subject matter take effect in the relevant
     jurisdiction in which the License terms are sought to be enforced
     according to the corresponding provisions of the implementation of
     those treaty provisions in the applicable national law. If the
     standard suite of rights granted under applicable copyright law
     includes additional rights not granted under this License, such
     additional rights are deemed to be included in the License; this
     License is not intended to restrict the license of any rights under
     applicable law.
 .
 .
 Creative Commons Notice
 .
     Creative Commons is not a party to this License, and makes no warranty
     whatsoever in connection with the Work. Creative Commons will not be
     liable to You or any party on any legal theory for any damages
     whatsoever, including without limitation any general, special,
     incidental or consequential damages arising in connection to this
     license. Notwithstanding the foregoing two (2) sentences, if Creative
     Commons has expressly identified itself as the Licensor hereunder, it
     shall have all rights and obligations of Licensor.
 .
     Except for the limited purpose of indicating to the public that the
     Work is licensed under the CCPL, Creative Commons does not authorize
     the use by either party of the trademark "Creative Commons" or any
     related trademark or logo of Creative Commons without the prior
     written consent of Creative Commons. Any permitted use will be in
     compliance with Creative Commons' then-current trademark usage
     guidelines, as may be published on its website or otherwise made
     available upon request from time to time. For the avoidance of doubt,
     this trademark restriction does not form part of the License.
 .
     Creative Commons may be contacted at https://creativecommons.org/.

License: CC0-1.0
 SPDX license expression "CC0-1.0": https://spdx.org/licenses/CC0-1.0.html
 On Debian systems, the complete text of the CC0 Public Domain Dedication
 can be found in "/usr/share/common-licenses/CC0-1.0".

License: Expat
 SPDX license expression "MIT": https://spdx.org/licenses/MIT.html
 .
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

License: FSFAP
 This file is free software; the author(s) gives unlimited
 permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.

License: FSFULLR
 This file is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 On Debian systems, a copy of the GPL version 2 can be found in
 /usr/share/common-licenses/GPL-2.

License: GPL-2+ with Autoconf exception
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 02110-1301, USA.
 .
 As a special exception, the copyright owners of the
 macro gives unlimited permission to copy, distribute and modify the
 configure scripts that are the output of Autoconf when processing the
 Macro. You need not follow the terms of the GNU General Public
 License when using or distributing such scripts, even though portions
 of the text of the Macro appear in them. The GNU General Public
 License (GPL) does govern all other use of the material that
 constitutes the Autoconf Macro.
 .
 This special exception to the GPL applies to versions of the
 Autoconf Macro released by this project. When you make and
 distribute a modified version of the Autoconf Macro, you may extend
 this special exception to the GPL to apply to your modified version as
 well.
 .
 On Debian systems, a copy of the GPL version 2 can be found in
 /usr/share/common-licenses/GPL-2.

License: Kuchling-PD
 Distribute and use freely; there are no restrictions on further
 dissemination and usage except those imposed by the laws of your
 country of residence.

License: LGPL-2
 Code imported from cmph project, which describes it as "LGPL-2 and MPL 1.1"
 On Debian systems, a copy of the LGPL version 2 can be found in
 /usr/share/common-licenses/LGPL-2.

License: LGPL-2+
 The GNU CHARSET Library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Library General Public License as
 published by the Free Software Foundation; either version 2 of the
 License, or (at your option) any later version.
 .
 The GNU CHARSET Library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Library General Public License for more details.
 .
 On Debian systems, a copy of the LGPL version 2 can be found in
 /usr/share/common-licenses/LGPL-2.

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 On Debian systems, a copy of the LGPL version 2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

License: LGPL-3+
 This program is free software; you can redistribute it and/or modify it under
 the terms of the GNU Lesser General Public License as published by the Free
 Software Foundation; either version 3 of the License, or (at your option) any
 later version.  See http://www.gnu.org/copyleft/lgpl.html for the full text
 of the license.
 .
 On Debian systems, a copy of the LGPL version 3 can be found in
 /usr/share/common-licenses/LGPL-3.

License: MPL-1.1
 Code imported from cmph project, which describes it as "LGPL-2 and MPL 1.1"
 On Debian systems, a copy of the MPL version 1.1 can be found in
 /usr/share/common-licenses/MPL-1.1.

License: Plumb-PD
 The algorithm is due to Ron Rivest.  This code was
 written by Colin Plumb in 1993, no copyright is claimed.
 This code is in the public domain; do with it what you wish.

License: Unicode-DFS-2016
 See Terms of Use <https://www.unicode.org/copyright.html>
 for definitions of Unicode Inc.’s Data Files and Software.
 .
 NOTICE TO USER: Carefully read the following legal agreement.
 BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
 DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
 YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
 TERMS AND CONDITIONS OF THIS AGREEMENT.
 IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
 THE DATA FILES OR SOFTWARE.
 .
 COPYRIGHT AND PERMISSION NOTICE
 .
 Copyright © 1991-2022 Unicode, Inc. All rights reserved.
 Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
 .
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of the Unicode data files and any associated documentation
 (the "Data Files") or Unicode software and any associated documentation
 (the "Software") to deal in the Data Files or Software
 without restriction, including without limitation the rights to use,
 copy, modify, merge, publish, distribute, and/or sell copies of
 the Data Files or Software, and to permit persons to whom the Data Files
 or Software are furnished to do so, provided that either
 (a) this copyright and permission notice appear with all copies
 of the Data Files or Software, or
 (b) this copyright and permission notice appear in associated
 Documentation.
 .
 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT OF THIRD PARTY RIGHTS.



==========================================================================
Package: libgl-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libglvnd
Source: https://gitlab.freedesktop.org/glvnd/libglvnd

Files:		*
Copyright:	2013-2017 NVIDIA Corporation
 		2007-2013 VMware, Inc
 		2010 Intel Corporation
 		2010 Francisco Jerez
 		2007-2012 The Khronos Group Inc
 		1999-2006 Brian Paul
 		2010 LunarG Inc
 		2009 Dave Gamble
License:	MIT

Files:		include/GLES/egl.h
 		include/GLES/glplatform.h
 		include/GLES2/gl2platform.h
 		include/GLES3/gl3platform.h
 		src/generate/xml/gl.xml
 		src/generate/xml/glx.xml
Copyright:	2008-2018 The Khronos Group Inc.
License:	Apache-2.0

Files:		m4/ax_check_enable_debug.m4
Copyright:	2011 Rhys Ulerich
 		2014-2015 Philip Withnall
License:	public-domain
 Public Domain.

Files:		m4/ax_check_link_flag.m4
Copyright:	2008 Guido U. Draheim
 		2011 Maarten Bosmans
License:	GPL-3+

Files:		m4/ax_pthread.m4
Copyright:	2008 Steven G. Johnson
 		2011 Daniel Richard G.
License:	GPL-3+

Files:		src/util/uthash/*
Copyright:	2005-2013 Troy D. Hanson
License:	BSD-1-clause

Files:		src/util/uthash/doc/userguide.html
Copyright:	2006 Troy D. Hanson
 		2006-2009 Stuart Rackham
License:	GPL

Files:		debian/*
Copyright:	2013 Timo Aaltonen <tjaalton@ubuntu.com>
License:	MIT

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
     http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 . 
 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
 IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License: BSD-1-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: GPL
 On Debian machines the full text of the GNU General Public License
 can be found in the file /usr/share/common-licenses/GPL.

License: GPL-3+
 On Debian machines the full text of the GNU General Public License
 version 3 can be found in the file /usr/share/common-licenses/GPL-3.



==========================================================================
Package: libgl1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libglvnd
Source: https://gitlab.freedesktop.org/glvnd/libglvnd

Files:		*
Copyright:	2013-2017 NVIDIA Corporation
 		2007-2013 VMware, Inc
 		2010 Intel Corporation
 		2010 Francisco Jerez
 		2007-2012 The Khronos Group Inc
 		1999-2006 Brian Paul
 		2010 LunarG Inc
 		2009 Dave Gamble
License:	MIT

Files:		include/GLES/egl.h
 		include/GLES/glplatform.h
 		include/GLES2/gl2platform.h
 		include/GLES3/gl3platform.h
 		src/generate/xml/gl.xml
 		src/generate/xml/glx.xml
Copyright:	2008-2018 The Khronos Group Inc.
License:	Apache-2.0

Files:		m4/ax_check_enable_debug.m4
Copyright:	2011 Rhys Ulerich
 		2014-2015 Philip Withnall
License:	public-domain
 Public Domain.

Files:		m4/ax_check_link_flag.m4
Copyright:	2008 Guido U. Draheim
 		2011 Maarten Bosmans
License:	GPL-3+

Files:		m4/ax_pthread.m4
Copyright:	2008 Steven G. Johnson
 		2011 Daniel Richard G.
License:	GPL-3+

Files:		src/util/uthash/*
Copyright:	2005-2013 Troy D. Hanson
License:	BSD-1-clause

Files:		src/util/uthash/doc/userguide.html
Copyright:	2006 Troy D. Hanson
 		2006-2009 Stuart Rackham
License:	GPL

Files:		debian/*
Copyright:	2013 Timo Aaltonen <tjaalton@ubuntu.com>
License:	MIT

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
     http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 . 
 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
 IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License: BSD-1-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: GPL
 On Debian machines the full text of the GNU General Public License
 can be found in the file /usr/share/common-licenses/GPL.

License: GPL-3+
 On Debian machines the full text of the GNU General Public License
 version 3 can be found in the file /usr/share/common-licenses/GPL-3.



==========================================================================
Package: libgl1-mesa-dri:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mesa
Source: https://mesa.freedesktop.org/archive/

Files: *
Copyright:
	2005 Aapo Tahkola
	2011 Adam Rak <adam.rak@streamnovation.com>
	2014 Adrián Arroyo Calle <adrian.arroyocalle@gmail.com>
	2010-2018 Advanced Micro Devices, Inc.
	2002-2012 Apple Inc.
	2009 Artur Wyszynski <harakash@gmail.com>
	2000-2001 ATI Technologies Inc.
	2015-2016 Axel Davy <axel.davy@ens.fr>
	1988-2004 Bart Massey
	2016 Bas Nieuwenhuizen
	2011 Benjamin Franzke
	2005-2008 Ben Skeggs
	2015 Boyan Ding
	1999-2016 Brian Paul
	2014-2018 Broadcom
	2011 Bryan Cain
	2007 Carl Worth
	2009-2011 Chia-I Wu <olvaffe@gmail.com>
	2016 Christian Gmeiner <christian.gmeiner@gmail.com>
	2010-2014 Christian König
	2010-2012 Christoph Bumiller
	2014-2017 Connor Abbott
	2008-2010 Corbin Simpson
	1999-2016 Dave Airlie
	2008 Dennis Smit
	2012-2017 Etnaviv Project
	2003 Felix Kuehling
	2009-2016 Francisco Jerez
	2008-2010 George Sapountzis <gsapountzis@gmail.com>
	2017 Gert Wollny
	2013-2017 Google, Inc.
	2017 Grazvydas Ignotas
	2013 Gregory Hainaut <gregory.hainaut@gmail.com>
	2002 Greg Parker
	2013 Grigori Goronzy <greg@chown.ath.cx>
	2008-2013 Haiku, Inc.
	2002-2006 IBM Corporation
	2011-2017 Ilia Mirkin
	2006-2018 Intel Corporation
	2007-2012 Jakob Bornecrantz
	2017 Jason Ekstrand
	2008-2010 Jerome Glisse <glisse@freedesktop.org>
	2009-2013 Joakim Sindholt <opensource@zhasha.com>
	2007 Joe Perches <joe@perches.com>
	2006 John Maddock
	2014-2017 Jon Turney
	2008-2009 Jose Fonseca
	1988-2017 Keith Packard
	1997 Keith Whitwell
	2011 Lauri Kasanen
	2010 Luca Barbieri
	2010-2013 LunarG, Inc.
	2011-2013 Maarten Lankhorst
	2008-2010 Maciej Cencora <m.cencora@gmail.com>
	2010-2014 Marek Olšák <maraeo@gmail.com>
	2011 Morgan Armand <morgan.devel@gmail.com>
	2016 Nayan Deshmukh
	2004-2009 Nicolai Haehnle <nhaehnle@gmail.com>
	2007-2013 Nouveau Project
	2012-2018 NVIDIA Corporation
	2010 Orasanu Lucian
	2015-2016 Patrick Rudolph <siro@das-labor.org>
	2009 Pauli Nieminen
	2006-2008 Philippe Houdoin
	2015 Philip Taylor <philip@zaynar.co.uk>
	1998-1999 Precision Insight, Inc.
	2007-2018 Red Hat, Inc.
	2018 Rhys Perry
	2012-2018 Rob Clark <robclark@freedesktop.org>
	2004 Roland Scheidegger
	2015 Samuel Pitoiset
	1991-2000 Silicon Graphics, Inc.
	2018 Stefan Schake <stschake@gmail.com>
	2003-2005 Stefan Gustavson
	2008 Steven G. Johnson
	2016 Steven Toth <stoth@kernellabs.com>
	2011-2014 The Chromium OS authors
	2007-2013 The Nouveau Project
	2001-2004 The SCons Foundation
	2002 The Weather Channel, Inc.
	2006 Thierry Reding <thierry@gilfi.de>
	2010 Thomas Balling Sörensen
	2015-2017 Thomas Helland
	1995 Thorsten Ohl
	2013-2018 Timothy Arceri
	2002 Todd C. Miller <Todd.Miller@courtesan.com>
	2010-2014 Tom Stellard <tstellar@gmail.com>
	2004 Torrey T. Lyons
	2003-2008 Tungsten Graphics, Inc.
	2012-2013 Vadim Girlin <vadimgirlin@gmail.com>
	2000 VA Linux Systems Inc.
	2015-2018 Valve Corporation
	1998-2017 VMware, Inc.
	1992 Vrije Universiteit, The Netherlands
	1999 Wittawat Yamwong
	2005 Zack Rusin
License: MIT

Files: include/EGL/eglextchromium.h
Copyright: 2013 The Chromium Authors
License: BSD-3-google

Files: include/GL/glcorearb.h
       include/GL/glext.h
       include/GL/glxext.h
Copyright: 2013-2017 The Khronos Group Inc.
License: Khronos

Files: include/GLES/egl.h
       include/GLES/glplatform.h
       include/GLES2/gl2platform.h
       include/GLES3/gl3platform.h
       include/vulkan/*
Copyright: 2015-2018 The Khronos Group Inc.
	   2015 The Android Open Source Project
	   2015-2016 Valve Corporation
License: Apache-2.0

Files: include/c11/*
Copyright: 2012 yohhoy
License: BSL

Files: src/gallium/auxiliary/postprocess/pp_mlaa*
Copyright: 2010 Jorge Jimenez (jorge@iryoku.com)
	   2010 Belen Masia (bmasia@unizar.es)
	   2010 Jose I. Echevarria (joseignacioechevarria@gmail.com)
	   2010 Fernando Navarro (fernandn@microsoft.com)
	   2010 Diego Gutierrez (diegog@unizar.es)
	   2011 Lauri Kasanen (cand@gmx.com)
License: MLAA

Files: src/glx/clientattrib.c
       src/glx/compsize.c
       src/glx/eval.c
       src/glx/glxclient.h
       src/glx/glxcmds.c
       src/glx/glxcurrent.c
       src/glx/glxext.cGreg
       src/glx/packrender.h
       src/glx/packsingle.h
       src/glx/pixel.c
       src/glx/pixelstore.c
       src/glx/render2.c
       src/glx/renderpix.c
       src/glx/single2.c
       src/glx/singlepix.c
       src/glx/vertarr.c
Copyright: 1991-2000 Silicon Graphics, Inc.
License: SGI

Files: src/getopt
Copyright: 2000 The NetBSD Foundation, Inc.
License: BSD-2-clause

Files: src/gtest/include src/gtest/src
Copyright: 2008-2015 Google, Inc.
License: BSD-3-google

Files: debian
Copyright: 2006, Thierry Reding <thierry@gilfi.de>
License: GPL

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: Khronos
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and/or associated documentation files (the
 "Materials"), to deal in the Materials without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Materials, and to
 permit persons to whom the Materials are furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Materials.
 .
 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

License: SGI
 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice including the dates of first publication and
 either this permission notice or a reference to
 http://oss.sgi.com/projects/FreeB/
 shall be included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 .
 Except as contained in this notice, the name of Silicon Graphics, Inc.
 shall not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization from
 Silicon Graphics, Inc.

License: Apache-2.0
 On Debian systems, the full text of the Apache-2.0 license
 can be found in the file '/usr/share/common-licenses/Apache-2.0'.

License: BSL
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare [[derivative work]]s of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: MLAA
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    1. Redistributions of source code must retain the above copyright notice,
       this list of conditions and the following disclaimer.
 .
    2. Redistributions in binary form must reproduce the following statement:
 .
       "Uses Jimenez's MLAA. Copyright (C) 2010 by Jorge Jimenez, Belen Masia,
        Jose I. Echevarria, Fernando Navarro and Diego Gutierrez."
 .
       Only for use in the Mesa project, this point 2 is filled by naming the
       technique Jimenez's MLAA in the Mesa config options.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
 IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.


License: GPL
 On Debian systems, the full text of the GPL license
 can be found in the file '/usr/share/common-licenses/GPL'.

License: BSD-3-google
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
     * Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
     * Redistributions in binary form must reproduce the above
 copyright notice, this list of conditions and the following disclaimer
 in the documentation and/or other materials provided with the
 distribution.
     * Neither the name of Google Inc. nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: libglapi-mesa:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mesa
Source: https://mesa.freedesktop.org/archive/

Files: *
Copyright:
	2005 Aapo Tahkola
	2011 Adam Rak <adam.rak@streamnovation.com>
	2014 Adrián Arroyo Calle <adrian.arroyocalle@gmail.com>
	2010-2018 Advanced Micro Devices, Inc.
	2002-2012 Apple Inc.
	2009 Artur Wyszynski <harakash@gmail.com>
	2000-2001 ATI Technologies Inc.
	2015-2016 Axel Davy <axel.davy@ens.fr>
	1988-2004 Bart Massey
	2016 Bas Nieuwenhuizen
	2011 Benjamin Franzke
	2005-2008 Ben Skeggs
	2015 Boyan Ding
	1999-2016 Brian Paul
	2014-2018 Broadcom
	2011 Bryan Cain
	2007 Carl Worth
	2009-2011 Chia-I Wu <olvaffe@gmail.com>
	2016 Christian Gmeiner <christian.gmeiner@gmail.com>
	2010-2014 Christian König
	2010-2012 Christoph Bumiller
	2014-2017 Connor Abbott
	2008-2010 Corbin Simpson
	1999-2016 Dave Airlie
	2008 Dennis Smit
	2012-2017 Etnaviv Project
	2003 Felix Kuehling
	2009-2016 Francisco Jerez
	2008-2010 George Sapountzis <gsapountzis@gmail.com>
	2017 Gert Wollny
	2013-2017 Google, Inc.
	2017 Grazvydas Ignotas
	2013 Gregory Hainaut <gregory.hainaut@gmail.com>
	2002 Greg Parker
	2013 Grigori Goronzy <greg@chown.ath.cx>
	2008-2013 Haiku, Inc.
	2002-2006 IBM Corporation
	2011-2017 Ilia Mirkin
	2006-2018 Intel Corporation
	2007-2012 Jakob Bornecrantz
	2017 Jason Ekstrand
	2008-2010 Jerome Glisse <glisse@freedesktop.org>
	2009-2013 Joakim Sindholt <opensource@zhasha.com>
	2007 Joe Perches <joe@perches.com>
	2006 John Maddock
	2014-2017 Jon Turney
	2008-2009 Jose Fonseca
	1988-2017 Keith Packard
	1997 Keith Whitwell
	2011 Lauri Kasanen
	2010 Luca Barbieri
	2010-2013 LunarG, Inc.
	2011-2013 Maarten Lankhorst
	2008-2010 Maciej Cencora <m.cencora@gmail.com>
	2010-2014 Marek Olšák <maraeo@gmail.com>
	2011 Morgan Armand <morgan.devel@gmail.com>
	2016 Nayan Deshmukh
	2004-2009 Nicolai Haehnle <nhaehnle@gmail.com>
	2007-2013 Nouveau Project
	2012-2018 NVIDIA Corporation
	2010 Orasanu Lucian
	2015-2016 Patrick Rudolph <siro@das-labor.org>
	2009 Pauli Nieminen
	2006-2008 Philippe Houdoin
	2015 Philip Taylor <philip@zaynar.co.uk>
	1998-1999 Precision Insight, Inc.
	2007-2018 Red Hat, Inc.
	2018 Rhys Perry
	2012-2018 Rob Clark <robclark@freedesktop.org>
	2004 Roland Scheidegger
	2015 Samuel Pitoiset
	1991-2000 Silicon Graphics, Inc.
	2018 Stefan Schake <stschake@gmail.com>
	2003-2005 Stefan Gustavson
	2008 Steven G. Johnson
	2016 Steven Toth <stoth@kernellabs.com>
	2011-2014 The Chromium OS authors
	2007-2013 The Nouveau Project
	2001-2004 The SCons Foundation
	2002 The Weather Channel, Inc.
	2006 Thierry Reding <thierry@gilfi.de>
	2010 Thomas Balling Sörensen
	2015-2017 Thomas Helland
	1995 Thorsten Ohl
	2013-2018 Timothy Arceri
	2002 Todd C. Miller <Todd.Miller@courtesan.com>
	2010-2014 Tom Stellard <tstellar@gmail.com>
	2004 Torrey T. Lyons
	2003-2008 Tungsten Graphics, Inc.
	2012-2013 Vadim Girlin <vadimgirlin@gmail.com>
	2000 VA Linux Systems Inc.
	2015-2018 Valve Corporation
	1998-2017 VMware, Inc.
	1992 Vrije Universiteit, The Netherlands
	1999 Wittawat Yamwong
	2005 Zack Rusin
License: MIT

Files: include/EGL/eglextchromium.h
Copyright: 2013 The Chromium Authors
License: BSD-3-google

Files: include/GL/glcorearb.h
       include/GL/glext.h
       include/GL/glxext.h
Copyright: 2013-2017 The Khronos Group Inc.
License: Khronos

Files: include/GLES/egl.h
       include/GLES/glplatform.h
       include/GLES2/gl2platform.h
       include/GLES3/gl3platform.h
       include/vulkan/*
Copyright: 2015-2018 The Khronos Group Inc.
	   2015 The Android Open Source Project
	   2015-2016 Valve Corporation
License: Apache-2.0

Files: include/c11/*
Copyright: 2012 yohhoy
License: BSL

Files: src/gallium/auxiliary/postprocess/pp_mlaa*
Copyright: 2010 Jorge Jimenez (jorge@iryoku.com)
	   2010 Belen Masia (bmasia@unizar.es)
	   2010 Jose I. Echevarria (joseignacioechevarria@gmail.com)
	   2010 Fernando Navarro (fernandn@microsoft.com)
	   2010 Diego Gutierrez (diegog@unizar.es)
	   2011 Lauri Kasanen (cand@gmx.com)
License: MLAA

Files: src/glx/clientattrib.c
       src/glx/compsize.c
       src/glx/eval.c
       src/glx/glxclient.h
       src/glx/glxcmds.c
       src/glx/glxcurrent.c
       src/glx/glxext.cGreg
       src/glx/packrender.h
       src/glx/packsingle.h
       src/glx/pixel.c
       src/glx/pixelstore.c
       src/glx/render2.c
       src/glx/renderpix.c
       src/glx/single2.c
       src/glx/singlepix.c
       src/glx/vertarr.c
Copyright: 1991-2000 Silicon Graphics, Inc.
License: SGI

Files: src/getopt
Copyright: 2000 The NetBSD Foundation, Inc.
License: BSD-2-clause

Files: src/gtest/include src/gtest/src
Copyright: 2008-2015 Google, Inc.
License: BSD-3-google

Files: debian
Copyright: 2006, Thierry Reding <thierry@gilfi.de>
License: GPL

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: Khronos
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and/or associated documentation files (the
 "Materials"), to deal in the Materials without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Materials, and to
 permit persons to whom the Materials are furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Materials.
 .
 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

License: SGI
 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice including the dates of first publication and
 either this permission notice or a reference to
 http://oss.sgi.com/projects/FreeB/
 shall be included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 .
 Except as contained in this notice, the name of Silicon Graphics, Inc.
 shall not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization from
 Silicon Graphics, Inc.

License: Apache-2.0
 On Debian systems, the full text of the Apache-2.0 license
 can be found in the file '/usr/share/common-licenses/Apache-2.0'.

License: BSL
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare [[derivative work]]s of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: MLAA
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    1. Redistributions of source code must retain the above copyright notice,
       this list of conditions and the following disclaimer.
 .
    2. Redistributions in binary form must reproduce the following statement:
 .
       "Uses Jimenez's MLAA. Copyright (C) 2010 by Jorge Jimenez, Belen Masia,
        Jose I. Echevarria, Fernando Navarro and Diego Gutierrez."
 .
       Only for use in the Mesa project, this point 2 is filled by naming the
       technique Jimenez's MLAA in the Mesa config options.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
 IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.


License: GPL
 On Debian systems, the full text of the GPL license
 can be found in the file '/usr/share/common-licenses/GPL'.

License: BSD-3-google
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
     * Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
     * Redistributions in binary form must reproduce the above
 copyright notice, this list of conditions and the following disclaimer
 in the documentation and/or other materials provided with the
 distribution.
     * Neither the name of Google Inc. nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: libgles-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libglvnd
Source: https://gitlab.freedesktop.org/glvnd/libglvnd

Files:		*
Copyright:	2013-2017 NVIDIA Corporation
 		2007-2013 VMware, Inc
 		2010 Intel Corporation
 		2010 Francisco Jerez
 		2007-2012 The Khronos Group Inc
 		1999-2006 Brian Paul
 		2010 LunarG Inc
 		2009 Dave Gamble
License:	MIT

Files:		include/GLES/egl.h
 		include/GLES/glplatform.h
 		include/GLES2/gl2platform.h
 		include/GLES3/gl3platform.h
 		src/generate/xml/gl.xml
 		src/generate/xml/glx.xml
Copyright:	2008-2018 The Khronos Group Inc.
License:	Apache-2.0

Files:		m4/ax_check_enable_debug.m4
Copyright:	2011 Rhys Ulerich
 		2014-2015 Philip Withnall
License:	public-domain
 Public Domain.

Files:		m4/ax_check_link_flag.m4
Copyright:	2008 Guido U. Draheim
 		2011 Maarten Bosmans
License:	GPL-3+

Files:		m4/ax_pthread.m4
Copyright:	2008 Steven G. Johnson
 		2011 Daniel Richard G.
License:	GPL-3+

Files:		src/util/uthash/*
Copyright:	2005-2013 Troy D. Hanson
License:	BSD-1-clause

Files:		src/util/uthash/doc/userguide.html
Copyright:	2006 Troy D. Hanson
 		2006-2009 Stuart Rackham
License:	GPL

Files:		debian/*
Copyright:	2013 Timo Aaltonen <tjaalton@ubuntu.com>
License:	MIT

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
     http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 . 
 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
 IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License: BSD-1-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: GPL
 On Debian machines the full text of the GNU General Public License
 can be found in the file /usr/share/common-licenses/GPL.

License: GPL-3+
 On Debian machines the full text of the GNU General Public License
 version 3 can be found in the file /usr/share/common-licenses/GPL-3.



==========================================================================
Package: libgles1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libglvnd
Source: https://gitlab.freedesktop.org/glvnd/libglvnd

Files:		*
Copyright:	2013-2017 NVIDIA Corporation
 		2007-2013 VMware, Inc
 		2010 Intel Corporation
 		2010 Francisco Jerez
 		2007-2012 The Khronos Group Inc
 		1999-2006 Brian Paul
 		2010 LunarG Inc
 		2009 Dave Gamble
License:	MIT

Files:		include/GLES/egl.h
 		include/GLES/glplatform.h
 		include/GLES2/gl2platform.h
 		include/GLES3/gl3platform.h
 		src/generate/xml/gl.xml
 		src/generate/xml/glx.xml
Copyright:	2008-2018 The Khronos Group Inc.
License:	Apache-2.0

Files:		m4/ax_check_enable_debug.m4
Copyright:	2011 Rhys Ulerich
 		2014-2015 Philip Withnall
License:	public-domain
 Public Domain.

Files:		m4/ax_check_link_flag.m4
Copyright:	2008 Guido U. Draheim
 		2011 Maarten Bosmans
License:	GPL-3+

Files:		m4/ax_pthread.m4
Copyright:	2008 Steven G. Johnson
 		2011 Daniel Richard G.
License:	GPL-3+

Files:		src/util/uthash/*
Copyright:	2005-2013 Troy D. Hanson
License:	BSD-1-clause

Files:		src/util/uthash/doc/userguide.html
Copyright:	2006 Troy D. Hanson
 		2006-2009 Stuart Rackham
License:	GPL

Files:		debian/*
Copyright:	2013 Timo Aaltonen <tjaalton@ubuntu.com>
License:	MIT

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
     http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 . 
 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
 IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License: BSD-1-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: GPL
 On Debian machines the full text of the GNU General Public License
 can be found in the file /usr/share/common-licenses/GPL.

License: GPL-3+
 On Debian machines the full text of the GNU General Public License
 version 3 can be found in the file /usr/share/common-licenses/GPL-3.



==========================================================================
Package: libgles2:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libglvnd
Source: https://gitlab.freedesktop.org/glvnd/libglvnd

Files:		*
Copyright:	2013-2017 NVIDIA Corporation
 		2007-2013 VMware, Inc
 		2010 Intel Corporation
 		2010 Francisco Jerez
 		2007-2012 The Khronos Group Inc
 		1999-2006 Brian Paul
 		2010 LunarG Inc
 		2009 Dave Gamble
License:	MIT

Files:		include/GLES/egl.h
 		include/GLES/glplatform.h
 		include/GLES2/gl2platform.h
 		include/GLES3/gl3platform.h
 		src/generate/xml/gl.xml
 		src/generate/xml/glx.xml
Copyright:	2008-2018 The Khronos Group Inc.
License:	Apache-2.0

Files:		m4/ax_check_enable_debug.m4
Copyright:	2011 Rhys Ulerich
 		2014-2015 Philip Withnall
License:	public-domain
 Public Domain.

Files:		m4/ax_check_link_flag.m4
Copyright:	2008 Guido U. Draheim
 		2011 Maarten Bosmans
License:	GPL-3+

Files:		m4/ax_pthread.m4
Copyright:	2008 Steven G. Johnson
 		2011 Daniel Richard G.
License:	GPL-3+

Files:		src/util/uthash/*
Copyright:	2005-2013 Troy D. Hanson
License:	BSD-1-clause

Files:		src/util/uthash/doc/userguide.html
Copyright:	2006 Troy D. Hanson
 		2006-2009 Stuart Rackham
License:	GPL

Files:		debian/*
Copyright:	2013 Timo Aaltonen <tjaalton@ubuntu.com>
License:	MIT

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
     http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 . 
 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
 IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License: BSD-1-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: GPL
 On Debian machines the full text of the GNU General Public License
 can be found in the file /usr/share/common-licenses/GPL.

License: GPL-3+
 On Debian machines the full text of the GNU General Public License
 version 3 can be found in the file /usr/share/common-licenses/GPL-3.



==========================================================================
Package: libglib2.0-0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: GLib
Source: https://download.gnome.org/sources/glib/
Comment:
 Some files are mechanically derived from Unicode data.
 We do not use the Debian unicode-data package as source for these, because
 GLib's Unicode data is part of its upstream API/ABI, and the Debian
 unicode-data package does not necessarily match the version used in GLib.
 .
 The files excluded here are not currently needed for GLib.
Files-Excluded-unicode-data:
 Arabic*.txt
 Bidi*.txt
 Blocks.txt
 CJK*.txt
 DerivedAge.txt
 DerivedCoreProperties.txt
 DerivedNormalizationProps.txt
 Emoji*.txt
 EquivalentUnifiedIdeograph.txt
 Hangul*.txt
 Index.txt
 Indic*.txt
 Jamo.txt
 Name*.html
 Name*.txt
 Normalization*.txt
 Nushu*.txt
 Prop*.txt
 ScriptExtensions.txt
 StandardizedVariants.txt
 Tangut*.txt
 USource*.txt
 USource*.pdf
 VerticalOrientation.txt
 auxiliary/*
 emoji/*
 extracted/DerivedB*.txt
 extracted/DerivedC*.txt
 extracted/DerivedD*.txt
 extracted/DerivedG*.txt
 extracted/DerivedJ*.txt
 extracted/DerivedL*.txt
 extracted/DerivedN*.txt

Files: *
Copyright:
 2004-2005 Adam Weinberger
 2005-2006 Alexander Larsson
 2022 Alexander Shopov
 2021 Alexandros Theodotou
 2004 Anders Carlsson
 2001-2003 Andrew Lanoix
 2018 Arthur Demchenkov
 2001-2004 Behdad Esfahbod
 2006 Behdad Esfahbod
 2009 Benjamin Otte
 2015 Canonical Limited
 2005-2022 Canonical Ltd
 2009-2022 Christian Hergert
 2010 Christian Kellner
 2010 Christian Persch
 2014-2015 Chun-wei Fan
 2008 Claus Tondering
 2008 Clemens N. Buss
 2008-2014 Codethink Ltd
 2012-2013 Colin Walters
 2017-2018 Collabora Inc
 2008-2022 Collabora Ltd
 1999-2000 Craig Setera
 2000 Eazel, Inc
 2005-2022 Emmanuele Bassi
 2022 Emmanuel Fleury
 2016-2020 Endless Mobile, Inc
 2017-2022 Endless OS Foundation, LLC
 2007 Francois Gouget
 2020-2021 Frederic Martinsons
 1991-2022 Free Software Foundation, Inc
 2015 Garrett Regier
 2001-2022 GLib contributors
 2016 GNOME i18n Project for Vietnamese
 2019 GNOME
 2011 Google, Inc
 2001-2008 Hans Breuer
 2001 Hidetoshi Tajima
 2021 Iain Lane
 2018-2021 Igalia S.L
 2005-2008 Imendio AB
 2018 Iñigo Martínez
 2010 Intel Corp
 2001 James Henstridge
 2018-2019 James Westman
 2014-2018 Jan-Michael Brummer
 2005-2007 John McCutchan
 1995-1998 Josh MacDonald
 2007 Jürg Billeter
 2010 Karo Mkrtchyan
 2013-2015 Lars Uebernickel
 2006 Lukas Novotny
 2002 Manish Singh
 2005-2007 Marco Barisione
 2022 Marco Trevisan
 2001-2013 Matthias Clasen
 2010 Mikhail Zabaluev
 2004-2005 Miloslav Trmac
 2014 NICE s.r.l
 2003 Noah Levitt
 2008-2011 Nokia Corporation
 2008-2010 Novell, Inc
 2021 Ole André Vadla Ravnås
 2007 Openismus GmbH
 1998-2001 Owen Taylor
 2014-2019 Patrick Griffis
 2007 Patrick Hulin
 2012 Pavel Vasin
 2018 pdknsk
 1995-2011 Peter Mattis
 1995-2011 Peter Mattis, Spencer Kimball, Josh MacDonald, Sebastian Wilhelmi and others
 2000-2022 Red Hat, Inc
 1999-2003 Red Hat Software
 2001 Ron Steinke
 2020 Ruslan N. Marchenko
 2022 Ryan Hope
 2007-2015 Ryan Lortie
 2009-2010 Sam Thursfield
 2008 Samuel Cormier-Iijima
 1999-2000 Scott Wimer
 2007-2020 Sebastian Dröge
 2001-2003 Sebastian Wilhelmi
 1998-2001 Sebastian Wilhelmi; University of Karlsruhe
 2002-2006 Sharif FarsiWeb, Inc
 2012 Simon McVittie
 2011 Sjoerd Simons
 2002-2007 Soeren Sandmann
 1995-1998 Spencer Kimball
 2006 Stefan Westerfeld
 2011-2013 Stef Walter
 2007-2010 Sven Herzberg
 2012 Swecha telugu localisation Team
 2011-2022 systemd contributors
 2002-2022 the author(s) of GLib
 2006 The GNOME Foundation
 2007-2011 The GNOME Project
 2010 Thiago Santos
 1997-2007 Tim Janik
 2018 Tomasz Miąsko
 1999-2000 Tom Tromey
 1998-2004 Tor Lillqvist
 1995-1997 Ulrich Drepper
 2021 Unicode®, Inc
 2011 William Hua
 2018 Will Thompson
 2020 Xavier Claessens
 2021 Xavier Claessens
 2000-2004 Ximian Inc
 2014-2020 Руслан Ижбулатов
 Croatiann team
 Jesse van den Kieboom
 Matthew Waters
 Nelson Benítez León
License: LGPL-2+ and LGPL-2.1+ and FSFULLR and CC0-1.0 and Janik-permissive and Iconv-PD and Mingw-PD and Old-GLib-Tests-permissive

Files: debian/*
Copyright:
 2002-2022 Debian contributors as listed in debian/changelog
 2012-2019 Canonical Ltd
 2017-2019 Collabora Ltd
 2016-2021 Simon McVittie
License: LGPL-2.1+ and Expat

Files:
 gio/xdgmime/xdgmime*
Copyright:
 2003-2004 Jonathan Blandford
 2004-2005 Matthias Clasen
 2003-2008 Red Hat, Inc
License: AFL-2.0 or LGPL-2.1+

Files:
 glib/tests/NormalizationTest.txt
 unicode-data/*
Copyright:
 2021-2022 Unicode®, Inc.
License: Unicode-DFS-2016

Files:
 gio/kqueue/*.?
 */tests/taptestrunner.py
Copyright:
 2011-2012 Dmitry Matveev
 2015 Remko Tronçon
License: Expat

Files:
 glib/gen-unicode-tables.pl
 glib/tests/gen-casefold-txt.py
 glib/tests/gen-casemap-txt.py
 po/po2tbl.sed.in
 tools/glib-gettextize.in
Copyright:
 1989-2001 Free Software Foundation, Inc
 2001 Red Hat Software
 1998-1999 Tom Tromey
License: GPL-2+

Files:
 m4macros/attributes.m4
Copyright:
 2006-2008 Diego Pettenò
 2006-2008 xine project
 2012 Lucas De Marchi
License: GPL-2+ with Autoconf exception

Files:
 gio/tests/memory-monitor-dbus.py.in
 gio/tests/memory-monitor-portal.py.in
 gio/tests/power-profile-monitor-dbus.py.in
 gio/tests/power-profile-monitor-portal.py.in
Copyright: 2019-2021 Red Hat, Inc
License: LGPL-3+

Files:
 .gitlab-ci/clang-format-diff.py
 fuzzing/driver.c
Copyright: 2018, LLVM contributors
License: Apache-2.0 with LLVM exception

Files:
 glib/gchecksum.c
Copyright:
 1995 A.M. Kuchling
 2006 Dave Benson
 2007 Emmanuele Bassi
License: LGPL-2.1+ and Kuchling-PD and Plumb-PD

Files:
 docs/reference/glib/regex-syntax.xml
Copyright:
 1997-2006 University of Cambridge
 2012-2022 unspecified GLib contributors
License: LGPL-2.1+ and BSD-3-clause-pcre

Files:
 glib/valgrind.h
Copyright:
 2000-2017, Julian Seward
License: bzip2-1.0.6

Files: docs/reference/gio/menu-model.png
Copyright: unspecified
License: CC-BY-SA-3.0

# ----------------------------------------------------------------------

License: AFL-2.0
 The Academic Free License
 v. 2.0
 .
 This Academic Free License (the "License") applies to any original work
 of authorship (the "Original Work") whose owner (the "Licensor") has
 placed the following notice immediately following the copyright notice
 for the Original Work:
 .
      Licensed under the Academic Free License version 2.0
 .
 1) Grant of Copyright License. Licensor hereby grants You a world-wide,
 royalty-free, non-exclusive, perpetual, sublicenseable license to do
 the following:
 .
      a) to reproduce the Original Work in copies;
      b) to prepare derivative works ("Derivative Works") based upon the Original Work;
      c) to distribute copies of the Original Work and Derivative Works to the public;
      d) to perform the Original Work publicly; and
      e) to display the Original Work publicly.
 .
 2) Grant of Patent License. Licensor hereby grants You a world-wide,
 royalty-free, non-exclusive, perpetual, sublicenseable license, under
 patent claims owned or controlled by the Licensor that are embodied in
 the Original Work as furnished by the Licensor, to make, use, sell and
 offer for sale the Original Work and Derivative Works.
 .
 3) Grant of Source Code License. The term "Source Code" means the
 preferred form of the Original Work for making modifications to it and
 all available documentation describing how to modify the Original Work.
 Licensor hereby agrees to provide a machine-readable copy of the Source
 Code of the Original Work along with each copy of the Original Work
 that Licensor distributes.  Licensor reserves the right to satisfy this
 obligation by placing a machine-readable copy of the Source Code in an
 information repository reasonably calculated to permit inexpensive and
 convenient access by You for as long as Licensor continues to distribute
 the Original Work, and by publishing the address of that information
 repository in a notice immediately following the copyright notice that
 applies to the Original Work.
 .
 4) Exclusions From License Grant. Neither the names of Licensor, nor
 the names of any contributors to the Original Work, nor any of their
 trademarks or service marks, may be used to endorse or promote products
 derived from this Original Work without express prior written permission
 of the Licensor.  Nothing in this License shall be deemed to grant any
 rights to trademarks, copyrights, patents, trade secrets or any other
 intellectual property of Licensor except as expressly stated herein.
 No patent license is granted to make, use, sell or offer to sell
 embodiments of any patent claims other than the licensed claims defined
 in Section 2.  No right is granted to the trademarks of Licensor even if
 such marks are included in the Original Work.  Nothing in this License
 shall be interpreted to prohibit Licensor from licensing under different
 terms from this License any Original Work that Licensor otherwise would
 have a right to license.
 .
 5) This section intentionally omitted.
 .
 6) Attribution Rights. You must retain, in the Source Code of any
 Derivative Works that You create, all copyright, patent or trademark
 notices from the Source Code of the Original Work, as well as any
 notices of licensing and any descriptive text identified therein as an
 "Attribution Notice."  You must cause the Source Code for any Derivative
 Works that You create to carry a prominent Attribution Notice reasonably
 calculated to inform recipients that You have modified the Original Work.
 .
 7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants
 that the copyright in and to the Original Work and the patent rights
 granted herein by Licensor are owned by the Licensor or are sublicensed
 to You under the terms of this License with the permission of the
 contributor(s) of those copyrights and patent rights.  Except as
 expressly stated in the immediately proceeding sentence, the Original
 Work is provided under this License on an "AS IS" BASIS and WITHOUT
 WARRANTY, either express or implied, including, without limitation,
 the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL
 WORK IS WITH YOU.  This DISCLAIMER OF WARRANTY constitutes an essential
 part of this License.  No license to Original Work is granted hereunder
 except under this disclaimer.
 .
 8) Limitation of Liability. Under no circumstances and under no legal
 theory, whether in tort (including negligence), contract, or otherwise,
 shall the Licensor be liable to any person for any direct, indirect,
 special, incidental, or consequential damages of any character arising
 as a result of this License or the use of the Original Work including,
 without limitation, damages for loss of goodwill, work stoppage, computer
 failure or malfunction, or any and all other commercial damages or losses.
 This limitation of liability shall not apply to liability for death
 or personal injury resulting from Licensor's negligence to the extent
 applicable law prohibits such limitation.  Some jurisdictions do not
 allow the exclusion or limitation of incidental or consequential damages,
 so this exclusion and limitation may not apply to You.
 .
 9) Acceptance and Termination. If You distribute  copies of the Original
 Work or a Derivative Work, You must make a reasonable effort under the
 circumstances to obtain the express assent of recipients to the terms of
 this License.  Nothing else but this License (or another written agreement
 between Licensor and You) grants You permission to create Derivative Works
 based upon the Original Work or to exercise any of the rights granted
 in Section 1 herein, and any attempt to do so except under the terms of
 this License (or another written agreement between Licensor and You)
 is expressly prohibited by U.S. copyright law, the equivalent laws of
 other countries, and by international treaty.  Therefore, by exercising
 any of the rights granted to You in Section 1 herein, You indicate Your
 acceptance of this License and all of its terms and conditions.
 .
 10) Termination for Patent Action. This License shall terminate
 automatically and You may no longer exercise any of the rights granted
 to You by this License as of the date You commence an action, including a
 cross-claim or counterclaim, for patent infringement (i) against Licensor
 with respect to a patent applicable to software or (ii) against any entity
 with respect to a patent applicable to the Original Work (but excluding
 combinations of the Original Work with other software or hardware).
 .
 11) Jurisdiction, Venue and Governing Law. Any action or suit relating to
 this License may be brought only in the courts of a jurisdiction wherein
 the Licensor resides or in which Licensor conducts its primary business,
 and under the laws of that jurisdiction excluding its conflict-of-law
 provisions.  The application of the United Nations Convention on Contracts
 for the International Sale of Goods is expressly excluded.  Any use of the
 Original Work outside the scope of this License or after its termination
 shall be subject to the requirements and penalties of the U.S. Copyright
 Act, 17 U.S.C. ¤ 101 et seq., the equivalent laws of other countries,
 and international treaty.  This section shall survive the termination
 of this License.
 .
 12) Attorneys Fees. In any action to enforce the terms of this License or
 seeking damages relating thereto, the prevailing party shall be entitled
 to recover its costs and expenses, including, without limitation,
 reasonable attorneys' fees and costs incurred in connection with such
 action, including any appeal of such action.  This section shall survive
 the termination of this License.
 .
 13) Miscellaneous. This License represents the complete agreement
 concerning the subject matter hereof.  If any provision of this License
 is held to be unenforceable, such provision shall be reformed only to
 the extent necessary to make it enforceable.
 .
 14) Definition of "You" in This License. "You" throughout this License,
 whether in upper or lower case, means an individual or a legal entity
 exercising rights under, and complying with all of the terms of, this
 License.  For legal entities, "You" includes any entity that controls,
 is controlled by, or is under common control with you.  For purposes
 of this definition, "control" means (i) the power, direct or indirect,
 to cause the direction or management of such entity, whether by contract
 or otherwise, or (ii) ownership of fifty percent (50%) or more of the
 outstanding shares, or (iii) beneficial ownership of such entity.
 .
 15) Right to Use. You may use the Original Work in all ways not otherwise
 restricted or conditioned by this License or by law, and Licensor promises
 not to interfere with or be responsible for such uses by You.
 .
 This license is Copyright (C) 2003 Lawrence E. Rosen.  All rights
 reserved.  Permission is hereby granted to copy and distribute this
 license without modification.  This license may not be modified without
 the express written permission of its copyright owner.

License: Apache-2.0 with LLVM exception
 See /usr/share/common-licenses/Apache-2.0 on a Debian system for the text
 of the Apache-2.0 license.
 .
 As an exception, if, as a result of your compiling your source code, portions
 of this Software are embedded into an Object form of such source code, you
 may redistribute such embedded portions in such Object form without complying
 with the conditions of Sections 4(a), 4(b) and 4(d) of the License.
 .
 In addition, if you combine or link compiled forms of this Software with
 software that is licensed under the GPLv2 ("Combined Software") and if a
 court of competent jurisdiction determines that the patent provision (Section
 3), the indemnity provision (Section 9) or other Section of the License
 conflicts with the conditions of the GPLv2, you may retroactively and
 prospectively choose to deem waived or otherwise exclude such Section(s) of
 the License, but only in their entirety and only with respect to the Combined
 Software.

License: BSD-3-clause-pcre
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
     * Redistributions of source code must retain the above copyright notice,
       this list of conditions and the following disclaimer.
 .
     * Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.
 .
     * Neither the name of the University of Cambridge nor the name of Google
       Inc. nor the names of their contributors may be used to endorse or
       promote products derived from this software without specific prior
       written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: bzip2-1.0.6
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 2. The origin of this software must not be misrepresented; you must
    not claim that you wrote the original software.  If you use this
    software in a product, an acknowledgment in the product
    documentation would be appreciated but is not required.
 .
 3. Altered source versions must be plainly marked as such, and must
    not be misrepresented as being the original software.
 .
 4. The name of the author may not be used to endorse or promote
    products derived from this software without specific prior written
    permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: CC-BY-SA-3.0
 SPDX license expression "CC-BY-SA-3.0": https://spdx.org/licenses/CC-BY-SA-3.0.html
 .
 Creative Commons Legal Code
 .
 Attribution-ShareAlike 3.0 Unported
 .
     CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
     LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
     ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
     INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
     REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
     DAMAGES RESULTING FROM ITS USE.
 .
 License
 .
 THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
 COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
 COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
 AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
 .
 BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
 TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
 BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
 CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
 CONDITIONS.
 .
 1. Definitions
 .
  a. "Adaptation" means a work based upon the Work, or upon the Work and
     other pre-existing works, such as a translation, adaptation,
     derivative work, arrangement of music or other alterations of a
     literary or artistic work, or phonogram or performance and includes
     cinematographic adaptations or any other form in which the Work may be
     recast, transformed, or adapted including in any form recognizably
     derived from the original, except that a work that constitutes a
     Collection will not be considered an Adaptation for the purpose of
     this License. For the avoidance of doubt, where the Work is a musical
     work, performance or phonogram, the synchronization of the Work in
     timed-relation with a moving image ("synching") will be considered an
     Adaptation for the purpose of this License.
  b. "Collection" means a collection of literary or artistic works, such as
     encyclopedias and anthologies, or performances, phonograms or
     broadcasts, or other works or subject matter other than works listed
     in Section 1(f) below, which, by reason of the selection and
     arrangement of their contents, constitute intellectual creations, in
     which the Work is included in its entirety in unmodified form along
     with one or more other contributions, each constituting separate and
     independent works in themselves, which together are assembled into a
     collective whole. A work that constitutes a Collection will not be
     considered an Adaptation (as defined below) for the purposes of this
     License.
  c. "Creative Commons Compatible License" means a license that is listed
     at https://creativecommons.org/compatiblelicenses that has been
     approved by Creative Commons as being essentially equivalent to this
     License, including, at a minimum, because that license: (i) contains
     terms that have the same purpose, meaning and effect as the License
     Elements of this License; and, (ii) explicitly permits the relicensing
     of adaptations of works made available under that license under this
     License or a Creative Commons jurisdiction license with the same
     License Elements as this License.
  d. "Distribute" means to make available to the public the original and
     copies of the Work or Adaptation, as appropriate, through sale or
     other transfer of ownership.
  e. "License Elements" means the following high-level license attributes
     as selected by Licensor and indicated in the title of this License:
     Attribution, ShareAlike.
  f. "Licensor" means the individual, individuals, entity or entities that
     offer(s) the Work under the terms of this License.
  g. "Original Author" means, in the case of a literary or artistic work,
     the individual, individuals, entity or entities who created the Work
     or if no individual or entity can be identified, the publisher; and in
     addition (i) in the case of a performance the actors, singers,
     musicians, dancers, and other persons who act, sing, deliver, declaim,
     play in, interpret or otherwise perform literary or artistic works or
     expressions of folklore; (ii) in the case of a phonogram the producer
     being the person or legal entity who first fixes the sounds of a
     performance or other sounds; and, (iii) in the case of broadcasts, the
     organization that transmits the broadcast.
  h. "Work" means the literary and/or artistic work offered under the terms
     of this License including without limitation any production in the
     literary, scientific and artistic domain, whatever may be the mode or
     form of its expression including digital form, such as a book,
     pamphlet and other writing; a lecture, address, sermon or other work
     of the same nature; a dramatic or dramatico-musical work; a
     choreographic work or entertainment in dumb show; a musical
     composition with or without words; a cinematographic work to which are
     assimilated works expressed by a process analogous to cinematography;
     a work of drawing, painting, architecture, sculpture, engraving or
     lithography; a photographic work to which are assimilated works
     expressed by a process analogous to photography; a work of applied
     art; an illustration, map, plan, sketch or three-dimensional work
     relative to geography, topography, architecture or science; a
     performance; a broadcast; a phonogram; a compilation of data to the
     extent it is protected as a copyrightable work; or a work performed by
     a variety or circus performer to the extent it is not otherwise
     considered a literary or artistic work.
  i. "You" means an individual or entity exercising rights under this
     License who has not previously violated the terms of this License with
     respect to the Work, or who has received express permission from the
     Licensor to exercise rights under this License despite a previous
     violation.
  j. "Publicly Perform" means to perform public recitations of the Work and
     to communicate to the public those public recitations, by any means or
     process, including by wire or wireless means or public digital
     performances; to make available to the public Works in such a way that
     members of the public may access these Works from a place and at a
     place individually chosen by them; to perform the Work to the public
     by any means or process and the communication to the public of the
     performances of the Work, including by public digital performance; to
     broadcast and rebroadcast the Work by any means including signs,
     sounds or images.
  k. "Reproduce" means to make copies of the Work by any means including
     without limitation by sound or visual recordings and the right of
     fixation and reproducing fixations of the Work, including storage of a
     protected performance or phonogram in digital form or other electronic
     medium.
 .
 2. Fair Dealing Rights. Nothing in this License is intended to reduce,
 limit, or restrict any uses free from copyright or rights arising from
 limitations or exceptions that are provided for in connection with the
 copyright protection under copyright law or other applicable laws.
 .
 3. License Grant. Subject to the terms and conditions of this License,
 Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
 perpetual (for the duration of the applicable copyright) license to
 exercise the rights in the Work as stated below:
 .
  a. to Reproduce the Work, to incorporate the Work into one or more
     Collections, and to Reproduce the Work as incorporated in the
     Collections;
  b. to create and Reproduce Adaptations provided that any such Adaptation,
     including any translation in any medium, takes reasonable steps to
     clearly label, demarcate or otherwise identify that changes were made
     to the original Work. For example, a translation could be marked "The
     original work was translated from English to Spanish," or a
     modification could indicate "The original work has been modified.";
  c. to Distribute and Publicly Perform the Work including as incorporated
     in Collections; and,
  d. to Distribute and Publicly Perform Adaptations.
  e. For the avoidance of doubt:
 .
      i. Non-waivable Compulsory License Schemes. In those jurisdictions in
         which the right to collect royalties through any statutory or
         compulsory licensing scheme cannot be waived, the Licensor
         reserves the exclusive right to collect such royalties for any
         exercise by You of the rights granted under this License;
     ii. Waivable Compulsory License Schemes. In those jurisdictions in
         which the right to collect royalties through any statutory or
         compulsory licensing scheme can be waived, the Licensor waives the
         exclusive right to collect such royalties for any exercise by You
         of the rights granted under this License; and,
    iii. Voluntary License Schemes. The Licensor waives the right to
         collect royalties, whether individually or, in the event that the
         Licensor is a member of a collecting society that administers
         voluntary licensing schemes, via that society, from any exercise
         by You of the rights granted under this License.
 .
 The above rights may be exercised in all media and formats whether now
 known or hereafter devised. The above rights include the right to make
 such modifications as are technically necessary to exercise the rights in
 other media and formats. Subject to Section 8(f), all rights not expressly
 granted by Licensor are hereby reserved.
 .
 4. Restrictions. The license granted in Section 3 above is expressly made
 subject to and limited by the following restrictions:
 .
  a. You may Distribute or Publicly Perform the Work only under the terms
     of this License. You must include a copy of, or the Uniform Resource
     Identifier (URI) for, this License with every copy of the Work You
     Distribute or Publicly Perform. You may not offer or impose any terms
     on the Work that restrict the terms of this License or the ability of
     the recipient of the Work to exercise the rights granted to that
     recipient under the terms of the License. You may not sublicense the
     Work. You must keep intact all notices that refer to this License and
     to the disclaimer of warranties with every copy of the Work You
     Distribute or Publicly Perform. When You Distribute or Publicly
     Perform the Work, You may not impose any effective technological
     measures on the Work that restrict the ability of a recipient of the
     Work from You to exercise the rights granted to that recipient under
     the terms of the License. This Section 4(a) applies to the Work as
     incorporated in a Collection, but this does not require the Collection
     apart from the Work itself to be made subject to the terms of this
     License. If You create a Collection, upon notice from any Licensor You
     must, to the extent practicable, remove from the Collection any credit
     as required by Section 4(c), as requested. If You create an
     Adaptation, upon notice from any Licensor You must, to the extent
     practicable, remove from the Adaptation any credit as required by
     Section 4(c), as requested.
  b. You may Distribute or Publicly Perform an Adaptation only under the
     terms of: (i) this License; (ii) a later version of this License with
     the same License Elements as this License; (iii) a Creative Commons
     jurisdiction license (either this or a later license version) that
     contains the same License Elements as this License (e.g.,
     Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible
     License. If you license the Adaptation under one of the licenses
     mentioned in (iv), you must comply with the terms of that license. If
     you license the Adaptation under the terms of any of the licenses
     mentioned in (i), (ii) or (iii) (the "Applicable License"), you must
     comply with the terms of the Applicable License generally and the
     following provisions: (I) You must include a copy of, or the URI for,
     the Applicable License with every copy of each Adaptation You
     Distribute or Publicly Perform; (II) You may not offer or impose any
     terms on the Adaptation that restrict the terms of the Applicable
     License or the ability of the recipient of the Adaptation to exercise
     the rights granted to that recipient under the terms of the Applicable
     License; (III) You must keep intact all notices that refer to the
     Applicable License and to the disclaimer of warranties with every copy
     of the Work as included in the Adaptation You Distribute or Publicly
     Perform; (IV) when You Distribute or Publicly Perform the Adaptation,
     You may not impose any effective technological measures on the
     Adaptation that restrict the ability of a recipient of the Adaptation
     from You to exercise the rights granted to that recipient under the
     terms of the Applicable License. This Section 4(b) applies to the
     Adaptation as incorporated in a Collection, but this does not require
     the Collection apart from the Adaptation itself to be made subject to
     the terms of the Applicable License.
  c. If You Distribute, or Publicly Perform the Work or any Adaptations or
     Collections, You must, unless a request has been made pursuant to
     Section 4(a), keep intact all copyright notices for the Work and
     provide, reasonable to the medium or means You are utilizing: (i) the
     name of the Original Author (or pseudonym, if applicable) if supplied,
     and/or if the Original Author and/or Licensor designate another party
     or parties (e.g., a sponsor institute, publishing entity, journal) for
     attribution ("Attribution Parties") in Licensor's copyright notice,
     terms of service or by other reasonable means, the name of such party
     or parties; (ii) the title of the Work if supplied; (iii) to the
     extent reasonably practicable, the URI, if any, that Licensor
     specifies to be associated with the Work, unless such URI does not
     refer to the copyright notice or licensing information for the Work;
     and (iv) , consistent with Ssection 3(b), in the case of an
     Adaptation, a credit identifying the use of the Work in the Adaptation
     (e.g., "French translation of the Work by Original Author," or
     "Screenplay based on original Work by Original Author"). The credit
     required by this Section 4(c) may be implemented in any reasonable
     manner; provided, however, that in the case of a Adaptation or
     Collection, at a minimum such credit will appear, if a credit for all
     contributing authors of the Adaptation or Collection appears, then as
     part of these credits and in a manner at least as prominent as the
     credits for the other contributing authors. For the avoidance of
     doubt, You may only use the credit required by this Section for the
     purpose of attribution in the manner set out above and, by exercising
     Your rights under this License, You may not implicitly or explicitly
     assert or imply any connection with, sponsorship or endorsement by the
     Original Author, Licensor and/or Attribution Parties, as appropriate,
     of You or Your use of the Work, without the separate, express prior
     written permission of the Original Author, Licensor and/or Attribution
     Parties.
  d. Except as otherwise agreed in writing by the Licensor or as may be
     otherwise permitted by applicable law, if You Reproduce, Distribute or
     Publicly Perform the Work either by itself or as part of any
     Adaptations or Collections, You must not distort, mutilate, modify or
     take other derogatory action in relation to the Work which would be
     prejudicial to the Original Author's honor or reputation. Licensor
     agrees that in those jurisdictions (e.g. Japan), in which any exercise
     of the right granted in Section 3(b) of this License (the right to
     make Adaptations) would be deemed to be a distortion, mutilation,
     modification or other derogatory action prejudicial to the Original
     Author's honor and reputation, the Licensor will waive or not assert,
     as appropriate, this Section, to the fullest extent permitted by the
     applicable national law, to enable You to reasonably exercise Your
     right under Section 3(b) of this License (right to make Adaptations)
     but not otherwise.
 .
 5. Representations, Warranties and Disclaimer
 .
 UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
 OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
 KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
 INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
 FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
 LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
 WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
 OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
 .
 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
 LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
 ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
 ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
 BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
 .
 7. Termination
 .
  a. This License and the rights granted hereunder will terminate
     automatically upon any breach by You of the terms of this License.
     Individuals or entities who have received Adaptations or Collections
     from You under this License, however, will not have their licenses
     terminated provided such individuals or entities remain in full
     compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
     survive any termination of this License.
  b. Subject to the above terms and conditions, the license granted here is
     perpetual (for the duration of the applicable copyright in the Work).
     Notwithstanding the above, Licensor reserves the right to release the
     Work under different license terms or to stop distributing the Work at
     any time; provided, however that any such election will not serve to
     withdraw this License (or any other license that has been, or is
     required to be, granted under the terms of this License), and this
     License will continue in full force and effect unless terminated as
     stated above.
 .
 8. Miscellaneous
 .
  a. Each time You Distribute or Publicly Perform the Work or a Collection,
     the Licensor offers to the recipient a license to the Work on the same
     terms and conditions as the license granted to You under this License.
  b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
     offers to the recipient a license to the original Work on the same
     terms and conditions as the license granted to You under this License.
  c. If any provision of this License is invalid or unenforceable under
     applicable law, it shall not affect the validity or enforceability of
     the remainder of the terms of this License, and without further action
     by the parties to this agreement, such provision shall be reformed to
     the minimum extent necessary to make such provision valid and
     enforceable.
  d. No term or provision of this License shall be deemed waived and no
     breach consented to unless such waiver or consent shall be in writing
     and signed by the party to be charged with such waiver or consent.
  e. This License constitutes the entire agreement between the parties with
     respect to the Work licensed here. There are no understandings,
     agreements or representations with respect to the Work not specified
     here. Licensor shall not be bound by any additional provisions that
     may appear in any communication from You. This License may not be
     modified without the mutual written agreement of the Licensor and You.
  f. The rights granted under, and the subject matter referenced, in this
     License were drafted utilizing the terminology of the Berne Convention
     for the Protection of Literary and Artistic Works (as amended on
     September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
     Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
     and the Universal Copyright Convention (as revised on July 24, 1971).
     These rights and subject matter take effect in the relevant
     jurisdiction in which the License terms are sought to be enforced
     according to the corresponding provisions of the implementation of
     those treaty provisions in the applicable national law. If the
     standard suite of rights granted under applicable copyright law
     includes additional rights not granted under this License, such
     additional rights are deemed to be included in the License; this
     License is not intended to restrict the license of any rights under
     applicable law.
 .
 .
 Creative Commons Notice
 .
     Creative Commons is not a party to this License, and makes no warranty
     whatsoever in connection with the Work. Creative Commons will not be
     liable to You or any party on any legal theory for any damages
     whatsoever, including without limitation any general, special,
     incidental or consequential damages arising in connection to this
     license. Notwithstanding the foregoing two (2) sentences, if Creative
     Commons has expressly identified itself as the Licensor hereunder, it
     shall have all rights and obligations of Licensor.
 .
     Except for the limited purpose of indicating to the public that the
     Work is licensed under the CCPL, Creative Commons does not authorize
     the use by either party of the trademark "Creative Commons" or any
     related trademark or logo of Creative Commons without the prior
     written consent of Creative Commons. Any permitted use will be in
     compliance with Creative Commons' then-current trademark usage
     guidelines, as may be published on its website or otherwise made
     available upon request from time to time. For the avoidance of doubt,
     this trademark restriction does not form part of the License.
 .
     Creative Commons may be contacted at https://creativecommons.org/.

License: CC0-1.0
 SPDX license expression "CC0-1.0": https://spdx.org/licenses/CC0-1.0.html
 On Debian systems, the complete text of the CC0 Public Domain Dedication
 can be found in "/usr/share/common-licenses/CC0-1.0".

License: Expat
 SPDX license expression "MIT": https://spdx.org/licenses/MIT.html
 .
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

License: FSFULLR
 This file is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 On Debian systems, a copy of the GPL version 2 can be found in
 /usr/share/common-licenses/GPL-2.

License: GPL-2+ with Autoconf exception
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 02110-1301, USA.
 .
 As a special exception, the copyright owners of the
 macro gives unlimited permission to copy, distribute and modify the
 configure scripts that are the output of Autoconf when processing the
 Macro. You need not follow the terms of the GNU General Public
 License when using or distributing such scripts, even though portions
 of the text of the Macro appear in them. The GNU General Public
 License (GPL) does govern all other use of the material that
 constitutes the Autoconf Macro.
 .
 This special exception to the GPL applies to versions of the
 Autoconf Macro released by this project. When you make and
 distribute a modified version of the Autoconf Macro, you may extend
 this special exception to the GPL to apply to your modified version as
 well.
 .
 On Debian systems, a copy of the GPL version 2 can be found in
 /usr/share/common-licenses/GPL-2.

License: Iconv-PD
 This file is placed in the public domain.

License: Janik-permissive
 This software is provided "as is"; redistribution and modification
 is permitted, provided that the following disclaimer is retained.
 .
 This software is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 In no event shall the authors or contributors be liable for any
 direct, indirect, incidental, special, exemplary, or consequential
 damages (including, but not limited to, procurement of substitute
 goods or services; loss of use, data, or profits; or business
 interruption) however caused and on any theory of liability, whether
 in contract, strict liability, or tort (including negligence or
 otherwise) arising in any way out of the use of this software, even
 if advised of the possibility of such damage.

License: Kuchling-PD
 Distribute and use freely; there are no restrictions on further
 dissemination and usage except those imposed by the laws of your
 country of residence.

License: LGPL-2+
 The GNU CHARSET Library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Library General Public License as
 published by the Free Software Foundation; either version 2 of the
 License, or (at your option) any later version.
 .
 The GNU CHARSET Library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Library General Public License for more details.
 .
 On Debian systems, a copy of the LGPL version 2 can be found in
 /usr/share/common-licenses/LGPL-2.

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 On Debian systems, a copy of the LGPL version 2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

License: LGPL-3+
 This program is free software; you can redistribute it and/or modify it under
 the terms of the GNU Lesser General Public License as published by the Free
 Software Foundation; either version 3 of the License, or (at your option) any
 later version.  See http://www.gnu.org/copyleft/lgpl.html for the full text
 of the license.
 .
 On Debian systems, a copy of the LGPL version 3 can be found in
 /usr/share/common-licenses/LGPL-3.

License: Mingw-PD
 This file has no copyright assigned and is placed in the Public Domain.

License: Old-GLib-Tests-permissive
 This work is provided "as is"; redistribution and modification
 in whole or in part, in any medium, physical or electronic is
 permitted without restriction.
 .
 This work is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 .
 In no event shall the authors or contributors be liable for any
 direct, indirect, incidental, special, exemplary, or consequential
 damages (including, but not limited to, procurement of substitute
 goods or services; loss of use, data, or profits; or business
 interruption) however caused and on any theory of liability, whether
 in contract, strict liability, or tort (including negligence or
 otherwise) arising in any way out of the use of this software, even
 if advised of the possibility of such damage.

License: Plumb-PD
 The algorithm is due to Ron Rivest.  This code was
 written by Colin Plumb in 1993, no copyright is claimed.
 This code is in the public domain; do with it what you wish.

License: Unicode-DFS-2016
 See Terms of Use <https://www.unicode.org/copyright.html>
 for definitions of Unicode Inc.’s Data Files and Software.
 .
 NOTICE TO USER: Carefully read the following legal agreement.
 BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
 DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
 YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
 TERMS AND CONDITIONS OF THIS AGREEMENT.
 IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
 THE DATA FILES OR SOFTWARE.
 .
 COPYRIGHT AND PERMISSION NOTICE
 .
 Copyright © 1991-2022 Unicode, Inc. All rights reserved.
 Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
 .
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of the Unicode data files and any associated documentation
 (the "Data Files") or Unicode software and any associated documentation
 (the "Software") to deal in the Data Files or Software
 without restriction, including without limitation the rights to use,
 copy, modify, merge, publish, distribute, and/or sell copies of
 the Data Files or Software, and to permit persons to whom the Data Files
 or Software are furnished to do so, provided that either
 (a) this copyright and permission notice appear with all copies
 of the Data Files or Software, or
 (b) this copyright and permission notice appear in associated
 Documentation.
 .
 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT OF THIRD PARTY RIGHTS.



==========================================================================
Package: libglib2.0-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: GLib
Source: https://download.gnome.org/sources/glib/
Comment:
 Some files are mechanically derived from Unicode data.
 We do not use the Debian unicode-data package as source for these, because
 GLib's Unicode data is part of its upstream API/ABI, and the Debian
 unicode-data package does not necessarily match the version used in GLib.
 .
 The files excluded here are not currently needed for GLib.
Files-Excluded-unicode-data:
 Arabic*.txt
 Bidi*.txt
 Blocks.txt
 CJK*.txt
 DerivedAge.txt
 DerivedCoreProperties.txt
 DerivedNormalizationProps.txt
 Emoji*.txt
 EquivalentUnifiedIdeograph.txt
 Hangul*.txt
 Index.txt
 Indic*.txt
 Jamo.txt
 Name*.html
 Name*.txt
 Normalization*.txt
 Nushu*.txt
 Prop*.txt
 ScriptExtensions.txt
 StandardizedVariants.txt
 Tangut*.txt
 USource*.txt
 USource*.pdf
 VerticalOrientation.txt
 auxiliary/*
 emoji/*
 extracted/DerivedB*.txt
 extracted/DerivedC*.txt
 extracted/DerivedD*.txt
 extracted/DerivedG*.txt
 extracted/DerivedJ*.txt
 extracted/DerivedL*.txt
 extracted/DerivedN*.txt

Files: *
Copyright:
 2004-2005 Adam Weinberger
 2005-2006 Alexander Larsson
 2022 Alexander Shopov
 2021 Alexandros Theodotou
 2004 Anders Carlsson
 2001-2003 Andrew Lanoix
 2018 Arthur Demchenkov
 2001-2004 Behdad Esfahbod
 2006 Behdad Esfahbod
 2009 Benjamin Otte
 2015 Canonical Limited
 2005-2022 Canonical Ltd
 2009-2022 Christian Hergert
 2010 Christian Kellner
 2010 Christian Persch
 2014-2015 Chun-wei Fan
 2008 Claus Tondering
 2008 Clemens N. Buss
 2008-2014 Codethink Ltd
 2012-2013 Colin Walters
 2017-2018 Collabora Inc
 2008-2022 Collabora Ltd
 1999-2000 Craig Setera
 2000 Eazel, Inc
 2005-2022 Emmanuele Bassi
 2022 Emmanuel Fleury
 2016-2020 Endless Mobile, Inc
 2017-2022 Endless OS Foundation, LLC
 2007 Francois Gouget
 2020-2021 Frederic Martinsons
 1991-2022 Free Software Foundation, Inc
 2015 Garrett Regier
 2001-2022 GLib contributors
 2016 GNOME i18n Project for Vietnamese
 2019 GNOME
 2011 Google, Inc
 2001-2008 Hans Breuer
 2001 Hidetoshi Tajima
 2021 Iain Lane
 2018-2021 Igalia S.L
 2005-2008 Imendio AB
 2018 Iñigo Martínez
 2010 Intel Corp
 2001 James Henstridge
 2018-2019 James Westman
 2014-2018 Jan-Michael Brummer
 2005-2007 John McCutchan
 1995-1998 Josh MacDonald
 2007 Jürg Billeter
 2010 Karo Mkrtchyan
 2013-2015 Lars Uebernickel
 2006 Lukas Novotny
 2002 Manish Singh
 2005-2007 Marco Barisione
 2022 Marco Trevisan
 2001-2013 Matthias Clasen
 2010 Mikhail Zabaluev
 2004-2005 Miloslav Trmac
 2014 NICE s.r.l
 2003 Noah Levitt
 2008-2011 Nokia Corporation
 2008-2010 Novell, Inc
 2021 Ole André Vadla Ravnås
 2007 Openismus GmbH
 1998-2001 Owen Taylor
 2014-2019 Patrick Griffis
 2007 Patrick Hulin
 2012 Pavel Vasin
 2018 pdknsk
 1995-2011 Peter Mattis
 1995-2011 Peter Mattis, Spencer Kimball, Josh MacDonald, Sebastian Wilhelmi and others
 2000-2022 Red Hat, Inc
 1999-2003 Red Hat Software
 2001 Ron Steinke
 2020 Ruslan N. Marchenko
 2022 Ryan Hope
 2007-2015 Ryan Lortie
 2009-2010 Sam Thursfield
 2008 Samuel Cormier-Iijima
 1999-2000 Scott Wimer
 2007-2020 Sebastian Dröge
 2001-2003 Sebastian Wilhelmi
 1998-2001 Sebastian Wilhelmi; University of Karlsruhe
 2002-2006 Sharif FarsiWeb, Inc
 2012 Simon McVittie
 2011 Sjoerd Simons
 2002-2007 Soeren Sandmann
 1995-1998 Spencer Kimball
 2006 Stefan Westerfeld
 2011-2013 Stef Walter
 2007-2010 Sven Herzberg
 2012 Swecha telugu localisation Team
 2011-2022 systemd contributors
 2002-2022 the author(s) of GLib
 2006 The GNOME Foundation
 2007-2011 The GNOME Project
 2010 Thiago Santos
 1997-2007 Tim Janik
 2018 Tomasz Miąsko
 1999-2000 Tom Tromey
 1998-2004 Tor Lillqvist
 1995-1997 Ulrich Drepper
 2021 Unicode®, Inc
 2011 William Hua
 2018 Will Thompson
 2020 Xavier Claessens
 2021 Xavier Claessens
 2000-2004 Ximian Inc
 2014-2020 Руслан Ижбулатов
 Croatiann team
 Jesse van den Kieboom
 Matthew Waters
 Nelson Benítez León
License: LGPL-2+ and LGPL-2.1+ and FSFULLR and CC0-1.0 and Janik-permissive and Iconv-PD and Mingw-PD and Old-GLib-Tests-permissive

Files: debian/*
Copyright:
 2002-2022 Debian contributors as listed in debian/changelog
 2012-2019 Canonical Ltd
 2017-2019 Collabora Ltd
 2016-2021 Simon McVittie
License: LGPL-2.1+ and Expat

Files:
 gio/xdgmime/xdgmime*
Copyright:
 2003-2004 Jonathan Blandford
 2004-2005 Matthias Clasen
 2003-2008 Red Hat, Inc
License: AFL-2.0 or LGPL-2.1+

Files:
 glib/tests/NormalizationTest.txt
 unicode-data/*
Copyright:
 2021-2022 Unicode®, Inc.
License: Unicode-DFS-2016

Files:
 gio/kqueue/*.?
 */tests/taptestrunner.py
Copyright:
 2011-2012 Dmitry Matveev
 2015 Remko Tronçon
License: Expat

Files:
 glib/gen-unicode-tables.pl
 glib/tests/gen-casefold-txt.py
 glib/tests/gen-casemap-txt.py
 po/po2tbl.sed.in
 tools/glib-gettextize.in
Copyright:
 1989-2001 Free Software Foundation, Inc
 2001 Red Hat Software
 1998-1999 Tom Tromey
License: GPL-2+

Files:
 m4macros/attributes.m4
Copyright:
 2006-2008 Diego Pettenò
 2006-2008 xine project
 2012 Lucas De Marchi
License: GPL-2+ with Autoconf exception

Files:
 gio/tests/memory-monitor-dbus.py.in
 gio/tests/memory-monitor-portal.py.in
 gio/tests/power-profile-monitor-dbus.py.in
 gio/tests/power-profile-monitor-portal.py.in
Copyright: 2019-2021 Red Hat, Inc
License: LGPL-3+

Files:
 .gitlab-ci/clang-format-diff.py
 fuzzing/driver.c
Copyright: 2018, LLVM contributors
License: Apache-2.0 with LLVM exception

Files:
 glib/gchecksum.c
Copyright:
 1995 A.M. Kuchling
 2006 Dave Benson
 2007 Emmanuele Bassi
License: LGPL-2.1+ and Kuchling-PD and Plumb-PD

Files:
 docs/reference/glib/regex-syntax.xml
Copyright:
 1997-2006 University of Cambridge
 2012-2022 unspecified GLib contributors
License: LGPL-2.1+ and BSD-3-clause-pcre

Files:
 glib/valgrind.h
Copyright:
 2000-2017, Julian Seward
License: bzip2-1.0.6

Files: docs/reference/gio/menu-model.png
Copyright: unspecified
License: CC-BY-SA-3.0

# ----------------------------------------------------------------------

License: AFL-2.0
 The Academic Free License
 v. 2.0
 .
 This Academic Free License (the "License") applies to any original work
 of authorship (the "Original Work") whose owner (the "Licensor") has
 placed the following notice immediately following the copyright notice
 for the Original Work:
 .
      Licensed under the Academic Free License version 2.0
 .
 1) Grant of Copyright License. Licensor hereby grants You a world-wide,
 royalty-free, non-exclusive, perpetual, sublicenseable license to do
 the following:
 .
      a) to reproduce the Original Work in copies;
      b) to prepare derivative works ("Derivative Works") based upon the Original Work;
      c) to distribute copies of the Original Work and Derivative Works to the public;
      d) to perform the Original Work publicly; and
      e) to display the Original Work publicly.
 .
 2) Grant of Patent License. Licensor hereby grants You a world-wide,
 royalty-free, non-exclusive, perpetual, sublicenseable license, under
 patent claims owned or controlled by the Licensor that are embodied in
 the Original Work as furnished by the Licensor, to make, use, sell and
 offer for sale the Original Work and Derivative Works.
 .
 3) Grant of Source Code License. The term "Source Code" means the
 preferred form of the Original Work for making modifications to it and
 all available documentation describing how to modify the Original Work.
 Licensor hereby agrees to provide a machine-readable copy of the Source
 Code of the Original Work along with each copy of the Original Work
 that Licensor distributes.  Licensor reserves the right to satisfy this
 obligation by placing a machine-readable copy of the Source Code in an
 information repository reasonably calculated to permit inexpensive and
 convenient access by You for as long as Licensor continues to distribute
 the Original Work, and by publishing the address of that information
 repository in a notice immediately following the copyright notice that
 applies to the Original Work.
 .
 4) Exclusions From License Grant. Neither the names of Licensor, nor
 the names of any contributors to the Original Work, nor any of their
 trademarks or service marks, may be used to endorse or promote products
 derived from this Original Work without express prior written permission
 of the Licensor.  Nothing in this License shall be deemed to grant any
 rights to trademarks, copyrights, patents, trade secrets or any other
 intellectual property of Licensor except as expressly stated herein.
 No patent license is granted to make, use, sell or offer to sell
 embodiments of any patent claims other than the licensed claims defined
 in Section 2.  No right is granted to the trademarks of Licensor even if
 such marks are included in the Original Work.  Nothing in this License
 shall be interpreted to prohibit Licensor from licensing under different
 terms from this License any Original Work that Licensor otherwise would
 have a right to license.
 .
 5) This section intentionally omitted.
 .
 6) Attribution Rights. You must retain, in the Source Code of any
 Derivative Works that You create, all copyright, patent or trademark
 notices from the Source Code of the Original Work, as well as any
 notices of licensing and any descriptive text identified therein as an
 "Attribution Notice."  You must cause the Source Code for any Derivative
 Works that You create to carry a prominent Attribution Notice reasonably
 calculated to inform recipients that You have modified the Original Work.
 .
 7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants
 that the copyright in and to the Original Work and the patent rights
 granted herein by Licensor are owned by the Licensor or are sublicensed
 to You under the terms of this License with the permission of the
 contributor(s) of those copyrights and patent rights.  Except as
 expressly stated in the immediately proceeding sentence, the Original
 Work is provided under this License on an "AS IS" BASIS and WITHOUT
 WARRANTY, either express or implied, including, without limitation,
 the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL
 WORK IS WITH YOU.  This DISCLAIMER OF WARRANTY constitutes an essential
 part of this License.  No license to Original Work is granted hereunder
 except under this disclaimer.
 .
 8) Limitation of Liability. Under no circumstances and under no legal
 theory, whether in tort (including negligence), contract, or otherwise,
 shall the Licensor be liable to any person for any direct, indirect,
 special, incidental, or consequential damages of any character arising
 as a result of this License or the use of the Original Work including,
 without limitation, damages for loss of goodwill, work stoppage, computer
 failure or malfunction, or any and all other commercial damages or losses.
 This limitation of liability shall not apply to liability for death
 or personal injury resulting from Licensor's negligence to the extent
 applicable law prohibits such limitation.  Some jurisdictions do not
 allow the exclusion or limitation of incidental or consequential damages,
 so this exclusion and limitation may not apply to You.
 .
 9) Acceptance and Termination. If You distribute  copies of the Original
 Work or a Derivative Work, You must make a reasonable effort under the
 circumstances to obtain the express assent of recipients to the terms of
 this License.  Nothing else but this License (or another written agreement
 between Licensor and You) grants You permission to create Derivative Works
 based upon the Original Work or to exercise any of the rights granted
 in Section 1 herein, and any attempt to do so except under the terms of
 this License (or another written agreement between Licensor and You)
 is expressly prohibited by U.S. copyright law, the equivalent laws of
 other countries, and by international treaty.  Therefore, by exercising
 any of the rights granted to You in Section 1 herein, You indicate Your
 acceptance of this License and all of its terms and conditions.
 .
 10) Termination for Patent Action. This License shall terminate
 automatically and You may no longer exercise any of the rights granted
 to You by this License as of the date You commence an action, including a
 cross-claim or counterclaim, for patent infringement (i) against Licensor
 with respect to a patent applicable to software or (ii) against any entity
 with respect to a patent applicable to the Original Work (but excluding
 combinations of the Original Work with other software or hardware).
 .
 11) Jurisdiction, Venue and Governing Law. Any action or suit relating to
 this License may be brought only in the courts of a jurisdiction wherein
 the Licensor resides or in which Licensor conducts its primary business,
 and under the laws of that jurisdiction excluding its conflict-of-law
 provisions.  The application of the United Nations Convention on Contracts
 for the International Sale of Goods is expressly excluded.  Any use of the
 Original Work outside the scope of this License or after its termination
 shall be subject to the requirements and penalties of the U.S. Copyright
 Act, 17 U.S.C. ¤ 101 et seq., the equivalent laws of other countries,
 and international treaty.  This section shall survive the termination
 of this License.
 .
 12) Attorneys Fees. In any action to enforce the terms of this License or
 seeking damages relating thereto, the prevailing party shall be entitled
 to recover its costs and expenses, including, without limitation,
 reasonable attorneys' fees and costs incurred in connection with such
 action, including any appeal of such action.  This section shall survive
 the termination of this License.
 .
 13) Miscellaneous. This License represents the complete agreement
 concerning the subject matter hereof.  If any provision of this License
 is held to be unenforceable, such provision shall be reformed only to
 the extent necessary to make it enforceable.
 .
 14) Definition of "You" in This License. "You" throughout this License,
 whether in upper or lower case, means an individual or a legal entity
 exercising rights under, and complying with all of the terms of, this
 License.  For legal entities, "You" includes any entity that controls,
 is controlled by, or is under common control with you.  For purposes
 of this definition, "control" means (i) the power, direct or indirect,
 to cause the direction or management of such entity, whether by contract
 or otherwise, or (ii) ownership of fifty percent (50%) or more of the
 outstanding shares, or (iii) beneficial ownership of such entity.
 .
 15) Right to Use. You may use the Original Work in all ways not otherwise
 restricted or conditioned by this License or by law, and Licensor promises
 not to interfere with or be responsible for such uses by You.
 .
 This license is Copyright (C) 2003 Lawrence E. Rosen.  All rights
 reserved.  Permission is hereby granted to copy and distribute this
 license without modification.  This license may not be modified without
 the express written permission of its copyright owner.

License: Apache-2.0 with LLVM exception
 See /usr/share/common-licenses/Apache-2.0 on a Debian system for the text
 of the Apache-2.0 license.
 .
 As an exception, if, as a result of your compiling your source code, portions
 of this Software are embedded into an Object form of such source code, you
 may redistribute such embedded portions in such Object form without complying
 with the conditions of Sections 4(a), 4(b) and 4(d) of the License.
 .
 In addition, if you combine or link compiled forms of this Software with
 software that is licensed under the GPLv2 ("Combined Software") and if a
 court of competent jurisdiction determines that the patent provision (Section
 3), the indemnity provision (Section 9) or other Section of the License
 conflicts with the conditions of the GPLv2, you may retroactively and
 prospectively choose to deem waived or otherwise exclude such Section(s) of
 the License, but only in their entirety and only with respect to the Combined
 Software.

License: BSD-3-clause-pcre
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
     * Redistributions of source code must retain the above copyright notice,
       this list of conditions and the following disclaimer.
 .
     * Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.
 .
     * Neither the name of the University of Cambridge nor the name of Google
       Inc. nor the names of their contributors may be used to endorse or
       promote products derived from this software without specific prior
       written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: bzip2-1.0.6
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 2. The origin of this software must not be misrepresented; you must
    not claim that you wrote the original software.  If you use this
    software in a product, an acknowledgment in the product
    documentation would be appreciated but is not required.
 .
 3. Altered source versions must be plainly marked as such, and must
    not be misrepresented as being the original software.
 .
 4. The name of the author may not be used to endorse or promote
    products derived from this software without specific prior written
    permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: CC-BY-SA-3.0
 SPDX license expression "CC-BY-SA-3.0": https://spdx.org/licenses/CC-BY-SA-3.0.html
 .
 Creative Commons Legal Code
 .
 Attribution-ShareAlike 3.0 Unported
 .
     CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
     LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
     ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
     INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
     REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
     DAMAGES RESULTING FROM ITS USE.
 .
 License
 .
 THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
 COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
 COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
 AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
 .
 BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
 TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
 BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
 CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
 CONDITIONS.
 .
 1. Definitions
 .
  a. "Adaptation" means a work based upon the Work, or upon the Work and
     other pre-existing works, such as a translation, adaptation,
     derivative work, arrangement of music or other alterations of a
     literary or artistic work, or phonogram or performance and includes
     cinematographic adaptations or any other form in which the Work may be
     recast, transformed, or adapted including in any form recognizably
     derived from the original, except that a work that constitutes a
     Collection will not be considered an Adaptation for the purpose of
     this License. For the avoidance of doubt, where the Work is a musical
     work, performance or phonogram, the synchronization of the Work in
     timed-relation with a moving image ("synching") will be considered an
     Adaptation for the purpose of this License.
  b. "Collection" means a collection of literary or artistic works, such as
     encyclopedias and anthologies, or performances, phonograms or
     broadcasts, or other works or subject matter other than works listed
     in Section 1(f) below, which, by reason of the selection and
     arrangement of their contents, constitute intellectual creations, in
     which the Work is included in its entirety in unmodified form along
     with one or more other contributions, each constituting separate and
     independent works in themselves, which together are assembled into a
     collective whole. A work that constitutes a Collection will not be
     considered an Adaptation (as defined below) for the purposes of this
     License.
  c. "Creative Commons Compatible License" means a license that is listed
     at https://creativecommons.org/compatiblelicenses that has been
     approved by Creative Commons as being essentially equivalent to this
     License, including, at a minimum, because that license: (i) contains
     terms that have the same purpose, meaning and effect as the License
     Elements of this License; and, (ii) explicitly permits the relicensing
     of adaptations of works made available under that license under this
     License or a Creative Commons jurisdiction license with the same
     License Elements as this License.
  d. "Distribute" means to make available to the public the original and
     copies of the Work or Adaptation, as appropriate, through sale or
     other transfer of ownership.
  e. "License Elements" means the following high-level license attributes
     as selected by Licensor and indicated in the title of this License:
     Attribution, ShareAlike.
  f. "Licensor" means the individual, individuals, entity or entities that
     offer(s) the Work under the terms of this License.
  g. "Original Author" means, in the case of a literary or artistic work,
     the individual, individuals, entity or entities who created the Work
     or if no individual or entity can be identified, the publisher; and in
     addition (i) in the case of a performance the actors, singers,
     musicians, dancers, and other persons who act, sing, deliver, declaim,
     play in, interpret or otherwise perform literary or artistic works or
     expressions of folklore; (ii) in the case of a phonogram the producer
     being the person or legal entity who first fixes the sounds of a
     performance or other sounds; and, (iii) in the case of broadcasts, the
     organization that transmits the broadcast.
  h. "Work" means the literary and/or artistic work offered under the terms
     of this License including without limitation any production in the
     literary, scientific and artistic domain, whatever may be the mode or
     form of its expression including digital form, such as a book,
     pamphlet and other writing; a lecture, address, sermon or other work
     of the same nature; a dramatic or dramatico-musical work; a
     choreographic work or entertainment in dumb show; a musical
     composition with or without words; a cinematographic work to which are
     assimilated works expressed by a process analogous to cinematography;
     a work of drawing, painting, architecture, sculpture, engraving or
     lithography; a photographic work to which are assimilated works
     expressed by a process analogous to photography; a work of applied
     art; an illustration, map, plan, sketch or three-dimensional work
     relative to geography, topography, architecture or science; a
     performance; a broadcast; a phonogram; a compilation of data to the
     extent it is protected as a copyrightable work; or a work performed by
     a variety or circus performer to the extent it is not otherwise
     considered a literary or artistic work.
  i. "You" means an individual or entity exercising rights under this
     License who has not previously violated the terms of this License with
     respect to the Work, or who has received express permission from the
     Licensor to exercise rights under this License despite a previous
     violation.
  j. "Publicly Perform" means to perform public recitations of the Work and
     to communicate to the public those public recitations, by any means or
     process, including by wire or wireless means or public digital
     performances; to make available to the public Works in such a way that
     members of the public may access these Works from a place and at a
     place individually chosen by them; to perform the Work to the public
     by any means or process and the communication to the public of the
     performances of the Work, including by public digital performance; to
     broadcast and rebroadcast the Work by any means including signs,
     sounds or images.
  k. "Reproduce" means to make copies of the Work by any means including
     without limitation by sound or visual recordings and the right of
     fixation and reproducing fixations of the Work, including storage of a
     protected performance or phonogram in digital form or other electronic
     medium.
 .
 2. Fair Dealing Rights. Nothing in this License is intended to reduce,
 limit, or restrict any uses free from copyright or rights arising from
 limitations or exceptions that are provided for in connection with the
 copyright protection under copyright law or other applicable laws.
 .
 3. License Grant. Subject to the terms and conditions of this License,
 Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
 perpetual (for the duration of the applicable copyright) license to
 exercise the rights in the Work as stated below:
 .
  a. to Reproduce the Work, to incorporate the Work into one or more
     Collections, and to Reproduce the Work as incorporated in the
     Collections;
  b. to create and Reproduce Adaptations provided that any such Adaptation,
     including any translation in any medium, takes reasonable steps to
     clearly label, demarcate or otherwise identify that changes were made
     to the original Work. For example, a translation could be marked "The
     original work was translated from English to Spanish," or a
     modification could indicate "The original work has been modified.";
  c. to Distribute and Publicly Perform the Work including as incorporated
     in Collections; and,
  d. to Distribute and Publicly Perform Adaptations.
  e. For the avoidance of doubt:
 .
      i. Non-waivable Compulsory License Schemes. In those jurisdictions in
         which the right to collect royalties through any statutory or
         compulsory licensing scheme cannot be waived, the Licensor
         reserves the exclusive right to collect such royalties for any
         exercise by You of the rights granted under this License;
     ii. Waivable Compulsory License Schemes. In those jurisdictions in
         which the right to collect royalties through any statutory or
         compulsory licensing scheme can be waived, the Licensor waives the
         exclusive right to collect such royalties for any exercise by You
         of the rights granted under this License; and,
    iii. Voluntary License Schemes. The Licensor waives the right to
         collect royalties, whether individually or, in the event that the
         Licensor is a member of a collecting society that administers
         voluntary licensing schemes, via that society, from any exercise
         by You of the rights granted under this License.
 .
 The above rights may be exercised in all media and formats whether now
 known or hereafter devised. The above rights include the right to make
 such modifications as are technically necessary to exercise the rights in
 other media and formats. Subject to Section 8(f), all rights not expressly
 granted by Licensor are hereby reserved.
 .
 4. Restrictions. The license granted in Section 3 above is expressly made
 subject to and limited by the following restrictions:
 .
  a. You may Distribute or Publicly Perform the Work only under the terms
     of this License. You must include a copy of, or the Uniform Resource
     Identifier (URI) for, this License with every copy of the Work You
     Distribute or Publicly Perform. You may not offer or impose any terms
     on the Work that restrict the terms of this License or the ability of
     the recipient of the Work to exercise the rights granted to that
     recipient under the terms of the License. You may not sublicense the
     Work. You must keep intact all notices that refer to this License and
     to the disclaimer of warranties with every copy of the Work You
     Distribute or Publicly Perform. When You Distribute or Publicly
     Perform the Work, You may not impose any effective technological
     measures on the Work that restrict the ability of a recipient of the
     Work from You to exercise the rights granted to that recipient under
     the terms of the License. This Section 4(a) applies to the Work as
     incorporated in a Collection, but this does not require the Collection
     apart from the Work itself to be made subject to the terms of this
     License. If You create a Collection, upon notice from any Licensor You
     must, to the extent practicable, remove from the Collection any credit
     as required by Section 4(c), as requested. If You create an
     Adaptation, upon notice from any Licensor You must, to the extent
     practicable, remove from the Adaptation any credit as required by
     Section 4(c), as requested.
  b. You may Distribute or Publicly Perform an Adaptation only under the
     terms of: (i) this License; (ii) a later version of this License with
     the same License Elements as this License; (iii) a Creative Commons
     jurisdiction license (either this or a later license version) that
     contains the same License Elements as this License (e.g.,
     Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible
     License. If you license the Adaptation under one of the licenses
     mentioned in (iv), you must comply with the terms of that license. If
     you license the Adaptation under the terms of any of the licenses
     mentioned in (i), (ii) or (iii) (the "Applicable License"), you must
     comply with the terms of the Applicable License generally and the
     following provisions: (I) You must include a copy of, or the URI for,
     the Applicable License with every copy of each Adaptation You
     Distribute or Publicly Perform; (II) You may not offer or impose any
     terms on the Adaptation that restrict the terms of the Applicable
     License or the ability of the recipient of the Adaptation to exercise
     the rights granted to that recipient under the terms of the Applicable
     License; (III) You must keep intact all notices that refer to the
     Applicable License and to the disclaimer of warranties with every copy
     of the Work as included in the Adaptation You Distribute or Publicly
     Perform; (IV) when You Distribute or Publicly Perform the Adaptation,
     You may not impose any effective technological measures on the
     Adaptation that restrict the ability of a recipient of the Adaptation
     from You to exercise the rights granted to that recipient under the
     terms of the Applicable License. This Section 4(b) applies to the
     Adaptation as incorporated in a Collection, but this does not require
     the Collection apart from the Adaptation itself to be made subject to
     the terms of the Applicable License.
  c. If You Distribute, or Publicly Perform the Work or any Adaptations or
     Collections, You must, unless a request has been made pursuant to
     Section 4(a), keep intact all copyright notices for the Work and
     provide, reasonable to the medium or means You are utilizing: (i) the
     name of the Original Author (or pseudonym, if applicable) if supplied,
     and/or if the Original Author and/or Licensor designate another party
     or parties (e.g., a sponsor institute, publishing entity, journal) for
     attribution ("Attribution Parties") in Licensor's copyright notice,
     terms of service or by other reasonable means, the name of such party
     or parties; (ii) the title of the Work if supplied; (iii) to the
     extent reasonably practicable, the URI, if any, that Licensor
     specifies to be associated with the Work, unless such URI does not
     refer to the copyright notice or licensing information for the Work;
     and (iv) , consistent with Ssection 3(b), in the case of an
     Adaptation, a credit identifying the use of the Work in the Adaptation
     (e.g., "French translation of the Work by Original Author," or
     "Screenplay based on original Work by Original Author"). The credit
     required by this Section 4(c) may be implemented in any reasonable
     manner; provided, however, that in the case of a Adaptation or
     Collection, at a minimum such credit will appear, if a credit for all
     contributing authors of the Adaptation or Collection appears, then as
     part of these credits and in a manner at least as prominent as the
     credits for the other contributing authors. For the avoidance of
     doubt, You may only use the credit required by this Section for the
     purpose of attribution in the manner set out above and, by exercising
     Your rights under this License, You may not implicitly or explicitly
     assert or imply any connection with, sponsorship or endorsement by the
     Original Author, Licensor and/or Attribution Parties, as appropriate,
     of You or Your use of the Work, without the separate, express prior
     written permission of the Original Author, Licensor and/or Attribution
     Parties.
  d. Except as otherwise agreed in writing by the Licensor or as may be
     otherwise permitted by applicable law, if You Reproduce, Distribute or
     Publicly Perform the Work either by itself or as part of any
     Adaptations or Collections, You must not distort, mutilate, modify or
     take other derogatory action in relation to the Work which would be
     prejudicial to the Original Author's honor or reputation. Licensor
     agrees that in those jurisdictions (e.g. Japan), in which any exercise
     of the right granted in Section 3(b) of this License (the right to
     make Adaptations) would be deemed to be a distortion, mutilation,
     modification or other derogatory action prejudicial to the Original
     Author's honor and reputation, the Licensor will waive or not assert,
     as appropriate, this Section, to the fullest extent permitted by the
     applicable national law, to enable You to reasonably exercise Your
     right under Section 3(b) of this License (right to make Adaptations)
     but not otherwise.
 .
 5. Representations, Warranties and Disclaimer
 .
 UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
 OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
 KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
 INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
 FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
 LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
 WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
 OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
 .
 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
 LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
 ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
 ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
 BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
 .
 7. Termination
 .
  a. This License and the rights granted hereunder will terminate
     automatically upon any breach by You of the terms of this License.
     Individuals or entities who have received Adaptations or Collections
     from You under this License, however, will not have their licenses
     terminated provided such individuals or entities remain in full
     compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
     survive any termination of this License.
  b. Subject to the above terms and conditions, the license granted here is
     perpetual (for the duration of the applicable copyright in the Work).
     Notwithstanding the above, Licensor reserves the right to release the
     Work under different license terms or to stop distributing the Work at
     any time; provided, however that any such election will not serve to
     withdraw this License (or any other license that has been, or is
     required to be, granted under the terms of this License), and this
     License will continue in full force and effect unless terminated as
     stated above.
 .
 8. Miscellaneous
 .
  a. Each time You Distribute or Publicly Perform the Work or a Collection,
     the Licensor offers to the recipient a license to the Work on the same
     terms and conditions as the license granted to You under this License.
  b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
     offers to the recipient a license to the original Work on the same
     terms and conditions as the license granted to You under this License.
  c. If any provision of this License is invalid or unenforceable under
     applicable law, it shall not affect the validity or enforceability of
     the remainder of the terms of this License, and without further action
     by the parties to this agreement, such provision shall be reformed to
     the minimum extent necessary to make such provision valid and
     enforceable.
  d. No term or provision of this License shall be deemed waived and no
     breach consented to unless such waiver or consent shall be in writing
     and signed by the party to be charged with such waiver or consent.
  e. This License constitutes the entire agreement between the parties with
     respect to the Work licensed here. There are no understandings,
     agreements or representations with respect to the Work not specified
     here. Licensor shall not be bound by any additional provisions that
     may appear in any communication from You. This License may not be
     modified without the mutual written agreement of the Licensor and You.
  f. The rights granted under, and the subject matter referenced, in this
     License were drafted utilizing the terminology of the Berne Convention
     for the Protection of Literary and Artistic Works (as amended on
     September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
     Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
     and the Universal Copyright Convention (as revised on July 24, 1971).
     These rights and subject matter take effect in the relevant
     jurisdiction in which the License terms are sought to be enforced
     according to the corresponding provisions of the implementation of
     those treaty provisions in the applicable national law. If the
     standard suite of rights granted under applicable copyright law
     includes additional rights not granted under this License, such
     additional rights are deemed to be included in the License; this
     License is not intended to restrict the license of any rights under
     applicable law.
 .
 .
 Creative Commons Notice
 .
     Creative Commons is not a party to this License, and makes no warranty
     whatsoever in connection with the Work. Creative Commons will not be
     liable to You or any party on any legal theory for any damages
     whatsoever, including without limitation any general, special,
     incidental or consequential damages arising in connection to this
     license. Notwithstanding the foregoing two (2) sentences, if Creative
     Commons has expressly identified itself as the Licensor hereunder, it
     shall have all rights and obligations of Licensor.
 .
     Except for the limited purpose of indicating to the public that the
     Work is licensed under the CCPL, Creative Commons does not authorize
     the use by either party of the trademark "Creative Commons" or any
     related trademark or logo of Creative Commons without the prior
     written consent of Creative Commons. Any permitted use will be in
     compliance with Creative Commons' then-current trademark usage
     guidelines, as may be published on its website or otherwise made
     available upon request from time to time. For the avoidance of doubt,
     this trademark restriction does not form part of the License.
 .
     Creative Commons may be contacted at https://creativecommons.org/.

License: CC0-1.0
 SPDX license expression "CC0-1.0": https://spdx.org/licenses/CC0-1.0.html
 On Debian systems, the complete text of the CC0 Public Domain Dedication
 can be found in "/usr/share/common-licenses/CC0-1.0".

License: Expat
 SPDX license expression "MIT": https://spdx.org/licenses/MIT.html
 .
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

License: FSFULLR
 This file is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 On Debian systems, a copy of the GPL version 2 can be found in
 /usr/share/common-licenses/GPL-2.

License: GPL-2+ with Autoconf exception
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 02110-1301, USA.
 .
 As a special exception, the copyright owners of the
 macro gives unlimited permission to copy, distribute and modify the
 configure scripts that are the output of Autoconf when processing the
 Macro. You need not follow the terms of the GNU General Public
 License when using or distributing such scripts, even though portions
 of the text of the Macro appear in them. The GNU General Public
 License (GPL) does govern all other use of the material that
 constitutes the Autoconf Macro.
 .
 This special exception to the GPL applies to versions of the
 Autoconf Macro released by this project. When you make and
 distribute a modified version of the Autoconf Macro, you may extend
 this special exception to the GPL to apply to your modified version as
 well.
 .
 On Debian systems, a copy of the GPL version 2 can be found in
 /usr/share/common-licenses/GPL-2.

License: Iconv-PD
 This file is placed in the public domain.

License: Janik-permissive
 This software is provided "as is"; redistribution and modification
 is permitted, provided that the following disclaimer is retained.
 .
 This software is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 In no event shall the authors or contributors be liable for any
 direct, indirect, incidental, special, exemplary, or consequential
 damages (including, but not limited to, procurement of substitute
 goods or services; loss of use, data, or profits; or business
 interruption) however caused and on any theory of liability, whether
 in contract, strict liability, or tort (including negligence or
 otherwise) arising in any way out of the use of this software, even
 if advised of the possibility of such damage.

License: Kuchling-PD
 Distribute and use freely; there are no restrictions on further
 dissemination and usage except those imposed by the laws of your
 country of residence.

License: LGPL-2+
 The GNU CHARSET Library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Library General Public License as
 published by the Free Software Foundation; either version 2 of the
 License, or (at your option) any later version.
 .
 The GNU CHARSET Library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Library General Public License for more details.
 .
 On Debian systems, a copy of the LGPL version 2 can be found in
 /usr/share/common-licenses/LGPL-2.

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 On Debian systems, a copy of the LGPL version 2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

License: LGPL-3+
 This program is free software; you can redistribute it and/or modify it under
 the terms of the GNU Lesser General Public License as published by the Free
 Software Foundation; either version 3 of the License, or (at your option) any
 later version.  See http://www.gnu.org/copyleft/lgpl.html for the full text
 of the license.
 .
 On Debian systems, a copy of the LGPL version 3 can be found in
 /usr/share/common-licenses/LGPL-3.

License: Mingw-PD
 This file has no copyright assigned and is placed in the Public Domain.

License: Old-GLib-Tests-permissive
 This work is provided "as is"; redistribution and modification
 in whole or in part, in any medium, physical or electronic is
 permitted without restriction.
 .
 This work is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 .
 In no event shall the authors or contributors be liable for any
 direct, indirect, incidental, special, exemplary, or consequential
 damages (including, but not limited to, procurement of substitute
 goods or services; loss of use, data, or profits; or business
 interruption) however caused and on any theory of liability, whether
 in contract, strict liability, or tort (including negligence or
 otherwise) arising in any way out of the use of this software, even
 if advised of the possibility of such damage.

License: Plumb-PD
 The algorithm is due to Ron Rivest.  This code was
 written by Colin Plumb in 1993, no copyright is claimed.
 This code is in the public domain; do with it what you wish.

License: Unicode-DFS-2016
 See Terms of Use <https://www.unicode.org/copyright.html>
 for definitions of Unicode Inc.’s Data Files and Software.
 .
 NOTICE TO USER: Carefully read the following legal agreement.
 BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
 DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
 YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
 TERMS AND CONDITIONS OF THIS AGREEMENT.
 IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
 THE DATA FILES OR SOFTWARE.
 .
 COPYRIGHT AND PERMISSION NOTICE
 .
 Copyright © 1991-2022 Unicode, Inc. All rights reserved.
 Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
 .
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of the Unicode data files and any associated documentation
 (the "Data Files") or Unicode software and any associated documentation
 (the "Software") to deal in the Data Files or Software
 without restriction, including without limitation the rights to use,
 copy, modify, merge, publish, distribute, and/or sell copies of
 the Data Files or Software, and to permit persons to whom the Data Files
 or Software are furnished to do so, provided that either
 (a) this copyright and permission notice appear with all copies
 of the Data Files or Software, or
 (b) this copyright and permission notice appear in associated
 Documentation.
 .
 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT OF THIRD PARTY RIGHTS.



==========================================================================
Package: libglvnd0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libglvnd
Source: https://gitlab.freedesktop.org/glvnd/libglvnd

Files:		*
Copyright:	2013-2017 NVIDIA Corporation
 		2007-2013 VMware, Inc
 		2010 Intel Corporation
 		2010 Francisco Jerez
 		2007-2012 The Khronos Group Inc
 		1999-2006 Brian Paul
 		2010 LunarG Inc
 		2009 Dave Gamble
License:	MIT

Files:		include/GLES/egl.h
 		include/GLES/glplatform.h
 		include/GLES2/gl2platform.h
 		include/GLES3/gl3platform.h
 		src/generate/xml/gl.xml
 		src/generate/xml/glx.xml
Copyright:	2008-2018 The Khronos Group Inc.
License:	Apache-2.0

Files:		m4/ax_check_enable_debug.m4
Copyright:	2011 Rhys Ulerich
 		2014-2015 Philip Withnall
License:	public-domain
 Public Domain.

Files:		m4/ax_check_link_flag.m4
Copyright:	2008 Guido U. Draheim
 		2011 Maarten Bosmans
License:	GPL-3+

Files:		m4/ax_pthread.m4
Copyright:	2008 Steven G. Johnson
 		2011 Daniel Richard G.
License:	GPL-3+

Files:		src/util/uthash/*
Copyright:	2005-2013 Troy D. Hanson
License:	BSD-1-clause

Files:		src/util/uthash/doc/userguide.html
Copyright:	2006 Troy D. Hanson
 		2006-2009 Stuart Rackham
License:	GPL

Files:		debian/*
Copyright:	2013 Timo Aaltonen <tjaalton@ubuntu.com>
License:	MIT

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
     http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 . 
 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
 IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License: BSD-1-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: GPL
 On Debian machines the full text of the GNU General Public License
 can be found in the file /usr/share/common-licenses/GPL.

License: GPL-3+
 On Debian machines the full text of the GNU General Public License
 version 3 can be found in the file /usr/share/common-licenses/GPL-3.



==========================================================================
Package: libglx-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libglvnd
Source: https://gitlab.freedesktop.org/glvnd/libglvnd

Files:		*
Copyright:	2013-2017 NVIDIA Corporation
 		2007-2013 VMware, Inc
 		2010 Intel Corporation
 		2010 Francisco Jerez
 		2007-2012 The Khronos Group Inc
 		1999-2006 Brian Paul
 		2010 LunarG Inc
 		2009 Dave Gamble
License:	MIT

Files:		include/GLES/egl.h
 		include/GLES/glplatform.h
 		include/GLES2/gl2platform.h
 		include/GLES3/gl3platform.h
 		src/generate/xml/gl.xml
 		src/generate/xml/glx.xml
Copyright:	2008-2018 The Khronos Group Inc.
License:	Apache-2.0

Files:		m4/ax_check_enable_debug.m4
Copyright:	2011 Rhys Ulerich
 		2014-2015 Philip Withnall
License:	public-domain
 Public Domain.

Files:		m4/ax_check_link_flag.m4
Copyright:	2008 Guido U. Draheim
 		2011 Maarten Bosmans
License:	GPL-3+

Files:		m4/ax_pthread.m4
Copyright:	2008 Steven G. Johnson
 		2011 Daniel Richard G.
License:	GPL-3+

Files:		src/util/uthash/*
Copyright:	2005-2013 Troy D. Hanson
License:	BSD-1-clause

Files:		src/util/uthash/doc/userguide.html
Copyright:	2006 Troy D. Hanson
 		2006-2009 Stuart Rackham
License:	GPL

Files:		debian/*
Copyright:	2013 Timo Aaltonen <tjaalton@ubuntu.com>
License:	MIT

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
     http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 . 
 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
 IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License: BSD-1-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: GPL
 On Debian machines the full text of the GNU General Public License
 can be found in the file /usr/share/common-licenses/GPL.

License: GPL-3+
 On Debian machines the full text of the GNU General Public License
 version 3 can be found in the file /usr/share/common-licenses/GPL-3.



==========================================================================
Package: libglx-mesa0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mesa
Source: https://mesa.freedesktop.org/archive/

Files: *
Copyright:
	2005 Aapo Tahkola
	2011 Adam Rak <adam.rak@streamnovation.com>
	2014 Adrián Arroyo Calle <adrian.arroyocalle@gmail.com>
	2010-2018 Advanced Micro Devices, Inc.
	2002-2012 Apple Inc.
	2009 Artur Wyszynski <harakash@gmail.com>
	2000-2001 ATI Technologies Inc.
	2015-2016 Axel Davy <axel.davy@ens.fr>
	1988-2004 Bart Massey
	2016 Bas Nieuwenhuizen
	2011 Benjamin Franzke
	2005-2008 Ben Skeggs
	2015 Boyan Ding
	1999-2016 Brian Paul
	2014-2018 Broadcom
	2011 Bryan Cain
	2007 Carl Worth
	2009-2011 Chia-I Wu <olvaffe@gmail.com>
	2016 Christian Gmeiner <christian.gmeiner@gmail.com>
	2010-2014 Christian König
	2010-2012 Christoph Bumiller
	2014-2017 Connor Abbott
	2008-2010 Corbin Simpson
	1999-2016 Dave Airlie
	2008 Dennis Smit
	2012-2017 Etnaviv Project
	2003 Felix Kuehling
	2009-2016 Francisco Jerez
	2008-2010 George Sapountzis <gsapountzis@gmail.com>
	2017 Gert Wollny
	2013-2017 Google, Inc.
	2017 Grazvydas Ignotas
	2013 Gregory Hainaut <gregory.hainaut@gmail.com>
	2002 Greg Parker
	2013 Grigori Goronzy <greg@chown.ath.cx>
	2008-2013 Haiku, Inc.
	2002-2006 IBM Corporation
	2011-2017 Ilia Mirkin
	2006-2018 Intel Corporation
	2007-2012 Jakob Bornecrantz
	2017 Jason Ekstrand
	2008-2010 Jerome Glisse <glisse@freedesktop.org>
	2009-2013 Joakim Sindholt <opensource@zhasha.com>
	2007 Joe Perches <joe@perches.com>
	2006 John Maddock
	2014-2017 Jon Turney
	2008-2009 Jose Fonseca
	1988-2017 Keith Packard
	1997 Keith Whitwell
	2011 Lauri Kasanen
	2010 Luca Barbieri
	2010-2013 LunarG, Inc.
	2011-2013 Maarten Lankhorst
	2008-2010 Maciej Cencora <m.cencora@gmail.com>
	2010-2014 Marek Olšák <maraeo@gmail.com>
	2011 Morgan Armand <morgan.devel@gmail.com>
	2016 Nayan Deshmukh
	2004-2009 Nicolai Haehnle <nhaehnle@gmail.com>
	2007-2013 Nouveau Project
	2012-2018 NVIDIA Corporation
	2010 Orasanu Lucian
	2015-2016 Patrick Rudolph <siro@das-labor.org>
	2009 Pauli Nieminen
	2006-2008 Philippe Houdoin
	2015 Philip Taylor <philip@zaynar.co.uk>
	1998-1999 Precision Insight, Inc.
	2007-2018 Red Hat, Inc.
	2018 Rhys Perry
	2012-2018 Rob Clark <robclark@freedesktop.org>
	2004 Roland Scheidegger
	2015 Samuel Pitoiset
	1991-2000 Silicon Graphics, Inc.
	2018 Stefan Schake <stschake@gmail.com>
	2003-2005 Stefan Gustavson
	2008 Steven G. Johnson
	2016 Steven Toth <stoth@kernellabs.com>
	2011-2014 The Chromium OS authors
	2007-2013 The Nouveau Project
	2001-2004 The SCons Foundation
	2002 The Weather Channel, Inc.
	2006 Thierry Reding <thierry@gilfi.de>
	2010 Thomas Balling Sörensen
	2015-2017 Thomas Helland
	1995 Thorsten Ohl
	2013-2018 Timothy Arceri
	2002 Todd C. Miller <Todd.Miller@courtesan.com>
	2010-2014 Tom Stellard <tstellar@gmail.com>
	2004 Torrey T. Lyons
	2003-2008 Tungsten Graphics, Inc.
	2012-2013 Vadim Girlin <vadimgirlin@gmail.com>
	2000 VA Linux Systems Inc.
	2015-2018 Valve Corporation
	1998-2017 VMware, Inc.
	1992 Vrije Universiteit, The Netherlands
	1999 Wittawat Yamwong
	2005 Zack Rusin
License: MIT

Files: include/EGL/eglextchromium.h
Copyright: 2013 The Chromium Authors
License: BSD-3-google

Files: include/GL/glcorearb.h
       include/GL/glext.h
       include/GL/glxext.h
Copyright: 2013-2017 The Khronos Group Inc.
License: Khronos

Files: include/GLES/egl.h
       include/GLES/glplatform.h
       include/GLES2/gl2platform.h
       include/GLES3/gl3platform.h
       include/vulkan/*
Copyright: 2015-2018 The Khronos Group Inc.
	   2015 The Android Open Source Project
	   2015-2016 Valve Corporation
License: Apache-2.0

Files: include/c11/*
Copyright: 2012 yohhoy
License: BSL

Files: src/gallium/auxiliary/postprocess/pp_mlaa*
Copyright: 2010 Jorge Jimenez (jorge@iryoku.com)
	   2010 Belen Masia (bmasia@unizar.es)
	   2010 Jose I. Echevarria (joseignacioechevarria@gmail.com)
	   2010 Fernando Navarro (fernandn@microsoft.com)
	   2010 Diego Gutierrez (diegog@unizar.es)
	   2011 Lauri Kasanen (cand@gmx.com)
License: MLAA

Files: src/glx/clientattrib.c
       src/glx/compsize.c
       src/glx/eval.c
       src/glx/glxclient.h
       src/glx/glxcmds.c
       src/glx/glxcurrent.c
       src/glx/glxext.cGreg
       src/glx/packrender.h
       src/glx/packsingle.h
       src/glx/pixel.c
       src/glx/pixelstore.c
       src/glx/render2.c
       src/glx/renderpix.c
       src/glx/single2.c
       src/glx/singlepix.c
       src/glx/vertarr.c
Copyright: 1991-2000 Silicon Graphics, Inc.
License: SGI

Files: src/getopt
Copyright: 2000 The NetBSD Foundation, Inc.
License: BSD-2-clause

Files: src/gtest/include src/gtest/src
Copyright: 2008-2015 Google, Inc.
License: BSD-3-google

Files: debian
Copyright: 2006, Thierry Reding <thierry@gilfi.de>
License: GPL

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: Khronos
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and/or associated documentation files (the
 "Materials"), to deal in the Materials without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Materials, and to
 permit persons to whom the Materials are furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Materials.
 .
 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

License: SGI
 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice including the dates of first publication and
 either this permission notice or a reference to
 http://oss.sgi.com/projects/FreeB/
 shall be included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 .
 Except as contained in this notice, the name of Silicon Graphics, Inc.
 shall not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization from
 Silicon Graphics, Inc.

License: Apache-2.0
 On Debian systems, the full text of the Apache-2.0 license
 can be found in the file '/usr/share/common-licenses/Apache-2.0'.

License: BSL
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare [[derivative work]]s of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: MLAA
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    1. Redistributions of source code must retain the above copyright notice,
       this list of conditions and the following disclaimer.
 .
    2. Redistributions in binary form must reproduce the following statement:
 .
       "Uses Jimenez's MLAA. Copyright (C) 2010 by Jorge Jimenez, Belen Masia,
        Jose I. Echevarria, Fernando Navarro and Diego Gutierrez."
 .
       Only for use in the Mesa project, this point 2 is filled by naming the
       technique Jimenez's MLAA in the Mesa config options.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
 IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.


License: GPL
 On Debian systems, the full text of the GPL license
 can be found in the file '/usr/share/common-licenses/GPL'.

License: BSD-3-google
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
     * Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
     * Redistributions in binary form must reproduce the above
 copyright notice, this list of conditions and the following disclaimer
 in the documentation and/or other materials provided with the
 distribution.
     * Neither the name of Google Inc. nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: libglx0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libglvnd
Source: https://gitlab.freedesktop.org/glvnd/libglvnd

Files:		*
Copyright:	2013-2017 NVIDIA Corporation
 		2007-2013 VMware, Inc
 		2010 Intel Corporation
 		2010 Francisco Jerez
 		2007-2012 The Khronos Group Inc
 		1999-2006 Brian Paul
 		2010 LunarG Inc
 		2009 Dave Gamble
License:	MIT

Files:		include/GLES/egl.h
 		include/GLES/glplatform.h
 		include/GLES2/gl2platform.h
 		include/GLES3/gl3platform.h
 		src/generate/xml/gl.xml
 		src/generate/xml/glx.xml
Copyright:	2008-2018 The Khronos Group Inc.
License:	Apache-2.0

Files:		m4/ax_check_enable_debug.m4
Copyright:	2011 Rhys Ulerich
 		2014-2015 Philip Withnall
License:	public-domain
 Public Domain.

Files:		m4/ax_check_link_flag.m4
Copyright:	2008 Guido U. Draheim
 		2011 Maarten Bosmans
License:	GPL-3+

Files:		m4/ax_pthread.m4
Copyright:	2008 Steven G. Johnson
 		2011 Daniel Richard G.
License:	GPL-3+

Files:		src/util/uthash/*
Copyright:	2005-2013 Troy D. Hanson
License:	BSD-1-clause

Files:		src/util/uthash/doc/userguide.html
Copyright:	2006 Troy D. Hanson
 		2006-2009 Stuart Rackham
License:	GPL

Files:		debian/*
Copyright:	2013 Timo Aaltonen <tjaalton@ubuntu.com>
License:	MIT

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
     http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 . 
 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
 IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License: BSD-1-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: GPL
 On Debian machines the full text of the GNU General Public License
 can be found in the file /usr/share/common-licenses/GPL.

License: GPL-3+
 On Debian machines the full text of the GNU General Public License
 version 3 can be found in the file /usr/share/common-licenses/GPL-3.



==========================================================================
Package: libgme0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: game-music-emu
Upstream-Contact: Shay Green <gblargg@gmail.com>
Source: https://bitbucket.org/mpyne/game-music-emu/wiki/Home

Files: *
Copyright: 2003-2009 Shay Green <gblargg@gmail.com>
License: LGPL-2.1+

Files: gme/Gym*
Copyright: 2002 Stephane Dallongeville
           2003-2009 Shay Green <gblargg@gmail.com>
License: LGPL-2.1+

Files: gme/Spc*
Copyright: 2002 Brad Martin
           2003-2009 Shay Green <gblargg@gmail.com>
License: LGPL-2.1+

Files: demo/* player/*
Copyright: 2003-2009 Shay Green <gblargg@gmail.com>
License: MIT

Files: debian/*
Copyright: 2009-2020 Sebastian Dröge <slomo@debian.org>
           2022      Andreas Beckmann <anbe@debian.org>
           2022-2023 Ileana Dumitrescu <ileanadumitrescu95@gmail.com>
License: LGPL-2.1+

License: LGPL-2.1+
 This module is free software; you can redistribute it and/or modify it
 under the terms of the GNU Lesser General Public License as published
 by the Free Software Foundation; either version 2.1 of the License, or
 (at your option) any later version. This module is distributed in the
 hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 .
 See the GNU Lesser General Public License for more details.
 You should have received a copy of the GNU Lesser General Public
 License along with this module; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 .
 On Debian systems, the complete text of the LGPL 2.1 License can be found
 in `/usr/share/common-licenses/LGPL-2.1'.

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software module and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to permit
 persons to whom the Software is furnished to do so, subject to the
 following conditions: The above copyright notice and this permission
 notice shall be included in all copies or substantial portions of the
 Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.



==========================================================================
Package: libgmp10:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: GMP
Source: http://gmplib.org/
Comment: This gmp package was built for Debian by
  Steve M. Robbins <smr@debian.org>
  Philipp Matthias Hahn <pmhahn@debian.org>
 .
 The documentation is released under the GNU Free Documentation License
 (GFDL) and it has cover texts.  As such, it has been determined not to
 meet the Debian Free Software Guidelines, and is not shipped in the
 debian packages.
Files-Excluded: doc

Files: *
Copyright: 1991, 1996, 1999, 2000, 2007 Free Software Foundation, Inc.
License: GPL-2+ or LGPL-3+
Comment:
 This file is part of the GNU MP Library.
 .
 The GNU MP Library is free software; you can redistribute it and/or modify
 it under the terms of either:
 .
  * the GNU Lesser General Public License as published by the Free
    Software Foundation; either version 3 of the License, or (at your
    option) any later version.
 .
 or
 .
  * the GNU General Public License as published by the Free Software
    Foundation; either version 2 of the License, or (at your option) any
    later version.
 .
 or both in parallel, as here.
 .
 The GNU MP Library is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 for more details.
 .
 You should have received copies of the GNU General Public License and the
 GNU Lesser General Public License along with the GNU MP Library.  If not,
 see https://www.gnu.org/licenses/.

Files: demos/calc/*.[chyl]
 demos/factorize.c demos/isprime.c demos/primes.[ch] demos/qcn.c demos/pexpr*
Copyright: 1995, 1997-2003, 2005, 2006, 2008, 2009, 2012, 2015 Free Software Foundation, Inc.
License: GPL-3+

Files: demos/calc/calc.[ch]
Copyright: (C) 1984, 1989-1990, 2000-2015, 2018-2020 Free Software Foundation, Inc.
License: GPL-3+ with Bison exception
   This program is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation, either version 3 of the License, or
   (at your option) any later version.
 .
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
 .
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
   As a special exception, you may create a larger work that contains
   part or all of the Bison parser skeleton and distribute that work
   under terms of your choice, so long as that work isn't itself a
   parser generator using the skeleton or a modified version thereof
   as a parser skeleton.  Alternatively, if you modify or redistribute
   the parser skeleton itself, you may (at your option) remove this
   special exception, which will cause the skeleton and the resulting
   Bison output files to be licensed under the GNU General Public
   License without this special exception.

License: GPL-2+
 The GNU General Public License v2 text is contained in /usr/share/common-licenses/GPL-2.

License: GPL-3+
 This program is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free Software
 Foundation; either version 3 of the License, or (at your option) any later
 version.
 .
 This program is distributed in the hope that it will be useful, but WITHOUT ANY
 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.  See the GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along with
 this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 The GNU General Public License v3 text is contained in /usr/share/common-licenses/GPL-3.

License: LGPL-3+
 The GNU Lesser General Public License v3 text is contained in /usr/share/common-licenses/LGPL-3.



==========================================================================
Package: libgnutls30:arm64
==========================================================================
This package was debianized by Ivo Timmermans <ivo@debian.org> on
Fri,  3 Aug 2001 10:00:42 +0200.
It was later taken over by Matthias Urlichs <smurf@debian.org> and is now
maintained by Andreas Metzler <ametzler@debian.org> Eric Dorland
<eric@debian.org>, James Westby <jw+debian@jameswestby.net>


It was downloaded from https://www.gnupg.org/ftp/gcrypt/gnutls/

Upstream Authors (from AUTHORS file):
8X------------------------------------
The authors list is autogenerated from the git history; sorted by number of commits

Nikos Mavrogiannopoulos <nmav at gnutls.org>
Simon Josefsson <jas at josefsson.org>
Daiki Ueno <ueno at gnu.org>
Dmitry Baryshkov <dbaryshkov at gmail.com>
Tim Rühsen <tim.ruehsen at gmx.de>
Ludovic Courtès <ludo at gnu.org>
Timo Schulz <twoaday at gnutls.org>
Jonathan Bastien-Filiatrault <joe at x2a.org>
Andreas Metzler <ametzler at debian.org>
Alon Bar-Lev <alon.barlev at gmail.com>
Alexander Sosedkin <asosedkin at redhat.com>
Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Tom Vrancken <dev at tomvrancken.nl>
Zoltan Fridrich <zfridric at redhat.com>
Martin Storsjo <martin at martin.st>
Tim Kosse <tim.kosse at filezilla-project.org>
Simo Sorce <simo at redhat.com>
Fabian Keil <fk at fabiankeil.de>
Fabio Fiorina <fiorinaf at gnutls.org>
Stef Walter <stefw at redhat.com>
Anderson Toshiyuki Sasaki <ansasaki at redhat.com>
Armin Burgmeier <armin at arbur.net>
František Krenželok <krenzelok.frantisek at gmail.com>
Andrew McDonald <admcd at gnutls.org>
Fiona Klute <fiona.klute at gmx.de>
Alex Gaynor <alex.gaynor at gmail.com>
Ander Juaristi <a at juaristi.eus>
Martin Ukrop <mukrop at redhat.com>
Jaak Ristioja <jaak.ristioja at cyber.ee>
Attila Molnar <attilamolnar at hush.com>
Hugo Beauzée-Luyssen <hugo at beauzee.fr>
Stefan Berger <stefanb at linux.ibm.com>
Steve Lhomme <robux4 at ycbcr.xyz>
Jakub Jelen <jjelen at redhat.com>
Martin Sucha <anty.sk+git at gmail.com>
David Woodhouse <dwmw2 at infradead.org>
Jan Vcelak <jan.vcelak at nic.cz>
Kevin Cernekee <cernekee at gmail.com>
Nikolay Sivov <nsivov at codeweavers.com>
Sahana Prasad <sahana at redhat.com>
Michael Catanzaro <mcatanzaro at gnome.org>
Daniel Lenski <dlenski at gmail.com>
JonasZhou <JonasZhou at zhaoxin.com>
Stefan Sørensen <stefan.sorensen at spectralink.com>
Tobias Heider <tobias.heider at canonical.com>
Adam Sampson <ats at offog.org>
Alfredo Pironti <alfredo at pironti.eu>
Brad Hards <bradh at frogmouth.net>
Dimitri John Ledkov <xnox at ubuntu.com>
Hubert Kario <hkario at redhat.com>
Michael Weiser <michael.weiser at gmx.de>
Patrick Pelletier <code at funwithsoftware.org>
Rolf Eike Beer <eike at sf-mail.de>
Ruslan N. Marchenko <me at ruff.mobi>
Sjoerd Simons <sjoerd.simons at collabora.co.uk>
Stefan Bühler <stbuehler at web.de>
Thomas Klute <thomas2.klute at uni-dortmund.de>
Wolfgang Meyer zu Bergsten <w.bergsten at sirrix.com>
Christian Grothoff <christian at grothoff.org>
Daniel P. Berrange <berrange at redhat.com>
Evgeny Grin <k2k at narod.ru>
Gustavo Zacarias <gustavo at zacarias.com.ar>
James Bottomley <James.Bottomley at HansenPartnership.com>
Jiří Klimeš <jklimes at redhat.com>
Karsten Ohme <k_o_ at users.sourceforge.net>
Kurt Roeckx <kurt at roeckx.be>
Peter Wu <peter at lekensteyn.nl>
Stanislav Zidek <szidek at redhat.com>
Stephan Mueller <smueller at chronox.de>
Thierry Quemerais <tquemerais at awox.com>
Tom Carroll <incentivedesign at gmail.com>
Vitezslav Cizek <vcizek at suse.com>
Alessandro Ghedini <alessandro at ghedini.me>
Alex Monk <krenair at gmail.com>
Benjamin Herrenschmidt <benh at kernel.crashing.org>
Bernhard M. Wiedemann <bwiedemann at suse.de>
Craig Gallek <cgallek at gmail.com>
David Caldwell <david at porkrind.org>
Diego Elio Pettenò <flameeyes at flameeyes.eu>
Elta Koepp <alexi_2019 at protonmail.com>
Fabrice Fontaine <fontaine.fabrice at gmail.com>
Giuseppe Scrivano <gscrivano at gnu.org>
Ilya Tumaykin <itumaykin at gmail.com>
Karl Tarbe <karl.tarbe at cyber.ee>
Ke Zhao <kzhao at redhat.com>
Leonardo Bras <leobras.c at gmail.com>
Mark Brand <mabrand at mabrand.nl>
Matthias-Christian Ott <ott at mirix.org>
Maya Rashish <coypu at sdf.org>
Michael Catanzaro <mcatanzaro at igalia.com>
Michał Górny <mgorny at gentoo.org>
Miroslav Lichvar <mlichvar at redhat.com>
Pedro Monreal <pmgdeb at gmail.com>
Pedro Monreal <pmonrealgonzalez at suse.de>
Petr Písař <petr.pisar at atlas.cz>
Pierre Ossman <ossman at cendio.se>
Roman Bogorodskiy <bogorodskiy at gmail.com>
Sam James <sam at gentoo.org>
Simon South <simon at simonsouth.net>
Steffen Jaeckel <jaeckel-floss at eyet-services.de>
Steve Dispensa <dispensa at phonefactor.com>
nia <nia at NetBSD.org>
raspa0 <raspa0 at protonmail.com>
Alban Crequy <alban.crequy at collabora.co.uk>
Albrecht Dreß <albrecht.dress at arcor.de>
Aleksei Nikiforov <darktemplar at basealt.ru>
Alexander Kanavin <alex.kanavin at gmail.com>
Alexandre Bique <bique.alexandre at gmail.com>
Andreas Schneider <asn at samba.org>
Andreas Schwab <schwab at suse.de>
Asad Mehmood <asad78611 at googlemail.com>
Avinash Sonawane <rootkea at gmail.com>
Bas van Schaik <gitlab.com at s.traiectum.net>
Bjoern Jacke <bjacke at samba.org>
Björn Jacke <bjacke at samba.org>
Bjørn Christensen <bhc at insight.dk>
Brad Smith <brad at comstyle.com>
Brian Wickman <bwickman97 at outlook.com>
Carolin Latze <latze at angry-red-pla.net>
Chen Hongzhi <hongzhi.chen at me.com>
Chris Barry <chris at barry.im>
Colin Walters <walters at verbum.org>
Dan Fandrich <dan at coneharvesters.com>
Daniel Schaefer <git at danielschaefer.me>
David Walker <david.walker at vcatechnology.com>
David Weber <dave at veryflatcat.com>
Dimitris Apostolou <dimitris.apostolou at icloud.com>
Dmitriy Tsvettsikh <dmitrycvet at gmail.com>
Dosenpfand <m at sad.bz>
Doug Nazar <nazard at nazar.ca>
Edward Stangler <estangler at bradmark.com>
Elias Pipping <pipping at exherbo.org>
Elta Koepp <elta_koepp at gmail.com>
Frank Morgner <morgner at informatik.hu-berlin.de>
Gregor Jasny <gjasny at googlemail.com>
Günther Deschner <gd at samba.org>
Hani Benhabiles <kroosec at gmail.com>
Hannes Reinecke <hare at suse.de>
Hans Leidekker <hans at codeweavers.com>
Ilya V. Matveychikov <i.matveychikov at securitycode.ru>
Jan Palus <jpalus at fastmail.com>
Jared Wong <jaredlwong at gmail.com>
Jason Spafford <nullprogrammer at gmail.com>
Jay Foad <jay.foad at gmail.com>
Jeffrey Walton <noloader at gmail.com>
Jens Lechtenboerger <jens.lechtenboerger at fsfe.org>
Jussi Kukkonen <jussi.kukkonen at intel.com>
Kenneth J. Miller <ken at miller.ec>
Lei Maohui <leimaohui at cn.fujitsu.com>
Lili Quan <13132239506 at 163.com>
Lucas Fisher <lucas.fisher at gmail.com>
Ludwig Nussel <ludwig.nussel at suse.de>
Luis G.F <luisgf at gmail.com>
Luke Dashjr <luke-jr+git at utopios.org>
Maciej S. Szmigiero <mail at maciej.szmigiero.name>
Maks Naumov <maksqwe1 at ukr.net>
Marcin Cieślak <saper at saper.info>
Marcus Meissner <meissner at suse.de>
Marga Manterola <marga at google.com>
Marius Bakke <mbakke at fastmail.com>
Marti Raudsepp <marti at juffo.org>
Marvin Scholz <epirat07 at gmail.com>
Matt Turner <mattst88 at gmail.com>
Matt Whitlock <matt at whitlock.name>
Micah Anderson <micah at riseup.net>
Michael Catanzaro <mcatanzaro at redhat.com>
Nick Alcock <nick.alcock at oracle.com>
Nick Child <nick.child at ibm.com>
Nicolas Dufresne <nicolas.dufresne at collabora.com>
Nils Maier <maierman at web.de>
Norbert Pocs <npocs at redhat.com>
Olga <olyasib12 at gmail.com>
Ondrej Moris <omoris at redhat.com>
Petr Pavlu <petr.pavlu at suse.com>
Philippe Proulx <eeppeliteloop at gmail.com>
Philippe Widmer <pw at earthwave.ch>
R. Andrew Bailey <bailey at akamai.com>
Raj Raman <rajramanca at gmail.com>
Remi Olivier <remi_8 at hotmail.com>
Rical Jasan <ricaljasan at pacific.net>
Ricardo M. Correia <rcorreia at wizy.org>
Richard Costa <richard.costa at suse.com>
Rickard Bellgrim <rickard at opendnssec.org>
Robert Scheck <robert at fedoraproject.org>
Roberto Newmon <robertonewmon at fake-box.com>
Ross Nicholson <phunkyfish at gmail.com>
Rowan Thorpe <rowan at rowanthorpe.com>
SUMIT AGGARWAL <aggarwal.s at samsung.com>
Sadie Powell <sadie at witchery.services>
Saurav Babu <saurav.babu at samsung.com>
Sebastian Dröge <sebastian at centricular.com>
Seppo Yli-Olli <seppo.yliolli at gmail.com>
Simon Arlott <sa.me.uk>
Tatsuhiro Tsujikawa <tatsuhiro.t at gmail.com>
Thomas Klausner <wiz at NetBSD.org>
Tobias Polzer <tobias.polzer at fau.de>
Tomas Hoger <thoger at redhat.com>
Tomas Mraz <tmraz at fedoraproject.org>
Tristan Matthews <le.businessman at gmail.com>
Werner Koch <wk at gnupg.org>
Yuriy M. Kaminskiy <yumkam at gmail.com>
ihsinme <ihsinme at gmail.com>
rrivers2 <5981058-rrivers2 at users.noreply.gitlab.com>
sskaje <sskaje at gmail.com>
Łukasz Stelmach <stlman at poczta.fm>


The translators list is autogenerated from po file history

Anders Jonsson
Benno Schulenberg
Cristian Othón Martínez Vera
Felipe Castro
Jakub Bogusz
Jorma Karvonen
Mario Blättermann
Milo Casagrande
Mingye Wang (Arthur2e5)
Petr Pisar
Rafael Fontenelle
Remus-Gabriel Chelu
Sharuzzaman Ahmat Raslan
Stéphane Aulery
Temuri Doghonadze
Trần Ngọc Quân
Yuri Chornoivan
Мирослав Николић
8X------------------------------------

License: The main library is licensed under GNU Lesser
General Public License (LGPL) version 2.1+, Gnutls Extra (which is currently
just the openssl wrapper library), build system, testsuite and commandline
utilities are licenced under the GNU General Public License version 3+.  The
Guile bindings use the same license as the respective underlying library,
i.e. LGPLv2.1+ for the main library and GPLv3+ for Gnutls extra.

However to be able to use and link against libgnutls a program needs to be
available under a license compatible with LGPLv3+ or GPLv2+ since GnuTLS
requires nettle which requires GMP. GMP (>= 6.0.0) is dual licensed
LGPLv3+ or GPLv2+. Starting with 3.5.7 libunistring is needed, too. It also
is dual licensed LGPLv3+ or GPLv2+ (libunistring 0.9.7 and above, earlier
version were LGPLv3+ only.)

Copyright:
--------------------
/* -*- c -*-
 * Copyright (C) 2000-2019 Free Software Foundation, Inc.
 *
 * Author: Nikos Mavrogiannopoulos
 *
 * This file is part of GnuTLS.
 *
 * The GnuTLS is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public License
 * as published by the Free Software Foundation; either version 2.1 of
 * the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>
 *
 */
--------------------
/*
 * Copyright (C) 2004-2015 Free Software Foundation, Inc.
 * Copyright (c) 2002 Andrew McDonald <andrew@mcdonald.org.uk>
 *
 * This file is part of GnuTLS-EXTRA.
 *
 * GnuTLS-extra is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * GnuTLS-extra is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
--------------------

The documentation is distributed under the terms of the GNU Free
Documentation License (FDL):
--------------------
Copyright (C) 2001-2023 Free Software Foundation, Inc.
Copyright (C) 2001-2023 Nikos Mavrogiannopoulos

     Permission is granted to copy, distribute and/or modify this
     document under the terms of the GNU Free Documentation License,
     Version 1.3 or any later version published by the Free Software
     Foundation; with no Invariant Sections, no Front-Cover Texts, and
     no Back-Cover Texts.  A copy of the license is included in the
     section entitled "GNU Free Documentation License".
--------------------

--------------------
From December 2012 onwards FSF is not the sole copyright holder of GnuTLS
anymore (See <http://article.gmane.org/gmane.network.gnutls.general/3026>),
the headers currently also list these authors/copyright holders::
* Adam Sampson
* Alexander von Gernler
* Andrew McDonald
* ARPA2 project
* Attila Molnar
* Bardenheuer GmbH, Munich and Bundesdruckerei GmbH, Berlin
* Brian Wickman
* Canonical, Ltd.
* Christian Grothoff
* Daiki Ueno
* David Woodhouse
* Dmitry Eremin-Solenikov
* Dyalog Ltd.
* Fiona Klute
* Frank Morgner
* Fratnišek Krenželok
* Guillaume Roguez
* Hugo Beauzée-Luyssen
* IBM Corporation
* INRIA Paris-Rocquencourt
* Intel Corporation.
* Joe Orton
* Karl Tarbe
* KU Leuven
* Lucas Fisher
* Markus Friedl
* Michael Zucchi
* Niels Möller
* Nikos Mavrogiannopoulos
* Paul Sheer
* Pierre Ossman
* Red Hat, Inc.
* Ruslan N. Marchenko
* Sean Buckheister
* Simon Josefsson
* Stephan Mueller
* The Pkcs11Interop Project
* Thomas Klute
* Tim Kosse
* Tim Rühsen
* Tobias Heider
* Tom Vrancken
--------------------



On Debian GNU/Linux systems, the complete text of the latest version of
the GNU Lesser General Public License can be found in
`/usr/share/common-licenses/LGPL' v3 of the license in
`/usr/share/common-licenses/LGPL-3'; the GNU General Public License can
be found in `/usr/share/common-licenses/GPL' (version 3 in
/usr/share/common-licenses/GPL-3) The GNU Free Documentation
License is available under /usr/share/common-licenses/GFDL-1.3.

============================================

Excerpt from upstream's README:

LICENSING
=========

Since GnuTLS version 3.1.10, the core library has been released under
the GNU Lesser General Public License (LGPL) version 2.1 or later.

Note, however, that version 6.0.0 and later of the gmplib library used
by GnuTLS are distributed under a LGPLv3+ or GPLv2+ dual license, and
as such binaries of this library need to adhere to either LGPLv3+ or
GPLv2+ license.




The GNU LGPL applies to the main GnuTLS library, while the
included applications as well as gnutls-openssl
library are under the GNU GPL version 3.  The gnutls library is
located in the lib/ and libdane/ directories, while the applications
in src/ and, the gnutls-openssl library is at extra/.

For any copyright year range specified as YYYY-ZZZZ in this package
note that the range specifies every single year in that closed interval.
============================================
============================================

Non FSF code

============================================

lib/accelerated/x86 contains code by Andy Polyakov <appro@openssl.org>,
copyright is not assigned to the FSF. The code is licensed under the
CRYPTOGAMS license.

--------------------
# Copyright (c) 2011-2016, Andy Polyakov by <appro@openssl.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
#     * Redistributions of source code must retain copyright notices,
#      this list of conditions and the following disclaimer.
#
#     * Redistributions in binary form must reproduce the above
#      copyright notice, this list of conditions and the following
#      disclaimer in the documentation and/or other materials
#      provided with the distribution.
#
#     * Neither the name of the Andy Polyakov nor the names of its
#      copyright holder and contributors may be used to endorse or
#      promote products derived from this software without specific
#      prior written permission.
#
# ALTERNATIVELY, provided that this notice is retained in full, this
# product may be distributed under the terms of the GNU General Public
# License (GPL), in which case the provisions of the GPL apply INSTEAD OF
# those given above.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------

============================================

lib/extras/randomart.*


Upstream Authors: Markus Friedl
                  Alexander von Gernler

Copyright:
 * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
 * Copyright (c) 2008 Alexander von Gernler.  All rights reserved.
License:
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 *
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

============================================

lib/accelerated/x86/elf/aes-ssse3-x86.s
lib/accelerated/x86/macosx/aes-ssse3-x86.s

Upstream Authors: Mike Hamburg (Stanford University)

Copyright:
 * Mike Hamburg (Stanford University), 2009.
License:
 Public domain.

============================================

lib/system/inet_pton.c

Upstream Authors: Internet Software Consortium

Copyright/License:
 * Copyright (c) 1996,1999 by Internet Software Consortium.
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
 * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
 * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
 * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
 * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 * SOFTWARE.

============================================

lib/extras/hex.*
Author: Rusty Russell <rusty@rustcorp.com.au>
Comment: http://ccodearchive.net/info/str/hex.html
License: CC0 license
  Statement of Purpose

  The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").

  Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.

  For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.

  1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:

      the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;
      moral rights retained by the original author(s) and/or performer(s);
      publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;
      rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;
      rights protecting the extraction, dissemination, use and reuse of data in a Work;
      database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and
      other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.

  2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.

  3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.

  4. Limitations and Disclaimers.

      No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.
      Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.
      Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.
      Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.

============================================

doc/examples/tlsproxy/
Copyright: Copyright (c) 2016 Wrymouth Innovation Ltd
License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.

============================================

Files: tests/pkcs11/pkcs11-mock.*
Copyright: 2011-2016 The Pkcs11Interop Project
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
X-Comment: Written originally for the Pkcs11Interop project by:
 Jaroslav IMRICH <jimrich@jimrich.sk>
License: Apache-2.0
 On Debian systems the complete text of the license can be found in
 /usr/share/common-licenses/Apache-2.0

============================================

lib/unistring/*
Author: Bruno Haible <bruno@clisp.org>
Copyright (C) 2009-2020 Free Software Foundation, Inc.
Comment: Debian package is built against libunistring-dev package.
License: LGPLv3+_or_GPLv2+

Files: fuzz/gnutls_base64_decoder_fuzzer.c
 fuzz/gnutls_base64_encoder_fuzzer.c
 fuzz/gnutls_ocsp_req_parser_fuzzer.c
 fuzz/gnutls_ocsp_resp_parser_fuzzer.c fuzz/gnutls_server_fuzzer.c
 fuzz/gnutls_set_trust_file_fuzzer.c fuzz/gnutls_handshake_server_fuzzer.c
Copyright: 2017 Red Hat, Inc.
License: Apache-2.0
 On Debian systems the complete text of the license can be found in
 /usr/share/common-licenses/Apache-2.0

fuzz/gnutls_dn_parser_fuzzer.c fuzz/gnutls_idna_parser_fuzzer.c
 fuzz/gnutls_pkcs12_key_parser_fuzzer.c fuzz/gnutls_pkcs8_key_parser_fuzzer.c
 fuzz/gnutls_reverse_idna_parser_fuzzer.c
Copyright 2016 Nikos Mavrogiannopoulos
Comment: On Debian systems the complete license text is available in
 /usr/share/common-licenses/Apache-2.0
License
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #
 #      http://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.


fuzz/gnutls_pkcs7_parser_fuzzer.c fuzz/gnutls_private_key_parser_fuzzer.c
 fuzz/gnutls_x509_parser_fuzzer.c
Copyright 2016 Google Inc.
Comment: On Debian systems the complete license text is available in
 /usr/share/common-licenses/Apache-2.0
License
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #
 #      http://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.


Files: fuzz/gnutls_client_fuzzer.c fuzz/gnutls_handshake_client_fuzzer.c
Copyright: 2016 Google Inc.
 2017 Red Hat, Inc.
Comment: On Debian systems the complete license text is available in
 /usr/share/common-licenses/Apache-2.0
License: Apache-2.0
 On Debian systems the complete text of the license can be found in
 /usr/share/common-licenses/Apache-2.0


Files: fuzz/main.c
Copyright: 2017 Tim Ruehsen
License: Expat
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 * DEALINGS IN THE SOFTWARE.


Files: fuzz/mem.h fuzz/psk.h fuzz/srp.h fuzz/certs.h
 fuzz/gnutls_psk_server_fuzzer.c
 fuzz/gnutls_psk_client_fuzzer.c fuzz/gnutls_srp_client_fuzzer.c
 fuzz/gnutls_srp_server_fuzzer.c
 fuzz/handshake.h
Copyright: 2017 Nikos Mavrogiannopoulos
License: Expat
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 * DEALINGS IN THE SOFTWARE.

Files: fuzz/gnutls_client_rawpk_fuzzer.c fuzz/gnutls_server_rawpk_fuzzer.c
Copyright: 2017 Nikos Mavrogiannopoulos
 2019 Tom Vrancken (dev@tomvrancken.nl)
License: Expat
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 * DEALINGS IN THE SOFTWARE.

Files: fuzz/gnutls_x509_crq_parser_fuzzer.c
Copyright: 2020 Dmitry Baryshkov
License: LGPLv2.1+

Files: lib/compress.c
Copyright: 2017-2022 Red Hat, Inc.
License: LGPLv2.1+

Files: lib/compress.h lib/ext/compress_certificate.c
 lib/ext/compress_certificate.h tests/cipher-padding.c
 tests/ktls.sh tests/pkcs7-verify-double-free.c
Copyright: 2022 Red Hat, Inc.
License: LGPLv2.1+

Files: lib/nettle/backport/block-internal.h
Copyright: 2011 Katholieke Universiteit Leuven
 2011, 2013, 2018 Niels Möller
 2018 Red Hat, Inc.
 2019 Dmitry Eremin-Solenikov
License: LGPLv3+_or_GPLv2+

Files: lib/nettle/init.c
Copyright: 2010-2012 Free Software Foundation, Inc.
 2022 Tobias Heider <tobias.heider@canonical.com>
License: LGPLv2.1+

Files: lib/nettle/gost/acpkm.c lib/nettle/gost/acpkm.h
Copyright: 2018 Dmitry Eremin-Solenikov
License: LGPLv3+_or_GPLv2+


Files: lib/nettle/gost/cmac-kuznyechik.c lib/nettle/gost/cmac-magma.c
 lib/nettle/gost/magma.c
Copyright: 2017 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Files: lib/nettle/int/drbg-aes.h lib/nettle/int/dsa-fips.h
 lib/nettle/int/dsa-keygen-fips186.c lib/nettle/int/dsa-validate.c
 lib/nettle/int/provable-prime.c
Copyright: 2013 Red Hat | Copyright 2013, 2014 Red Hat
License: LGPLv3+_or_GPLv2+


Files: lib/nettle/int/drbg-aes-self-test.c lib/nettle/gost/cmac.h
Copyright: 2013 2017 Red Hat
 2008 Free Software Foundation, Inc.
License: LGPLv3+_or_GPLv2+


Files: lib/nettle/int/rsa-keygen-fips186.c
Copyright: 2002 Niels Möller
 2014 Red Hat
License: LGPLv3+_or_GPLv2+

Files: lib/nettle/gost/bignum-le.c lib/nettle/gost/bignum-le.h
Copyright: 2001 Niels Möller
License: LGPLv3+_or_GPLv2+

Files: lib/nettle/gost/write-le32.c
Copyright: 2001, 2011 Niels Möller
License: LGPLv3+_or_GPLv2+

Files: lib/nettle/int/block8.h
Copyright: 2005, 2014 Niels Möller
License: LGPLv3+_or_GPLv2+

Files: lib/nettle/int/mpn-base256.c
 lib/nettle/int/mpn-base256.h
Copyright: 2013 Niels Möller
    2013 Red Hat
License: LGPLv3+_or_GPLv2+

Files: lib/nettle/gost/gost28147.h
Copyright: 2015 Dmitry Eremin-Solenikov
 2012 Nikos Mavrogiannopoulos, Niels Möller
License: LGPLv3+_or_GPLv2+

Files: lib/nettle/gost/streebog-meta.c
Copyright: 2012 Nikos Mavrogiannopoulos, Niels Möller
License: LGPLv3+_or_GPLv2+

Files: lib/nettle/gost/hmac-gost.h
Copyright: 2001, 2002 Niels Möller
License: LGPLv3+_or_GPLv2+

Files: lib/nettle/gost/hmac-streebog.c
Copyright: 2016 Dmitry Eremin-Solenikov
License: LGPLv3+_or_GPLv2+

Files: lib/nettle/gost/nettle-write.h
Copyright: 2010 Niels Möller
License: LGPLv3+_or_GPLv2+

Files: lib/nettle/gost/streebog.c
Copyright: 2013-2015 Dmitry Eremin-Solenikov
Comment: Based on my code in libgcrypt.
License: LGPLv3+_or_GPLv2+

Files: lib/nettle/gost/streebog.h
Copyright: 2015 Dmitry Eremin-Solenikov
License: LGPLv3+_or_GPLv2+

Files: lib/nettle/gost/kuznyechik.c lib/nettle/gost/kuznyechik.h
 lib/nettle/gost/magma.h
Copyright: 2017 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
License: LGPLv3+_or_GPLv2+

Files: lib/nettle/gost/gostdsa2.h
Copyright: 2015 Dmity Eremin-Solenikov
 2013 Niels Möller
License: LGPLv3+_or_GPLv2+

Files: lib/nettle/gost/gostdsa-mask.c
Copyright: 2018 Dmitry Eremin-Solenikov
License: LGPLv3+_or_GPLv2+

Files: lib/nettle/gost/gost-wrap.c
Copyright: 2015, 2016 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
 2009-2012 Aleksey Kravchenko <rhash.admin@gmail.com>
License: LGPLv3+_or_GPLv2+
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the
 * "Software"), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 *
 * The above copyright notice and this permission notice shall be included
 * in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Files: lib/nettle/gost/gost28147.c
Copyright: 2015-2015 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
 Copyright: 2009-2012 Aleksey Kravchenko <rhash.admin@gmail.com>
License:
 based on Russian standard GOST 28147-89
 * For English description, check RFC 5830.
 * S-Boxes are expanded from the tables defined in RFC4357:
 *   https://tools.ietf.org/html/rfc4357
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the
 * "Software"), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 *
 * The above copyright notice and this permission notice shall be included
 * in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Files: lib/nettle/rnd-fuzzer.c
Copyright 2017 Red Hat
 Copyright 1995-2017 Free Software Foundation, Inc.
License
 * This file is part of the GNU C Library.
 * Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
 *
 * This file is part of GnuTLS.
 *
 * Libgcrypt is free software; you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as
 * published by the Free Software Foundation; either version 2.1 of
 * the License, or (at your option) any later version.
 *
 * Libgcrypt is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program; if not, see <http://www.gnu.org/licenses/>.

Files: lib/name_val_array.h
License: LGPLv3+_or_GPLv2+
Copyright: 2011-2019 Free Software Foundation, Inc.
 2019 Red Hat, Inc

License: LGPLv3+_or_GPLv2+
 *  This program is free software: you can redistribute it and/or
 *  modify it under the terms of either:
 *
 *    * the GNU Lesser General Public License as published by the Free
 *      Software Foundation; either version 3 of the License, or (at your
 *      option) any later version.
 *
 *  or
 *
 *    * the GNU General Public License as published by the Free
 *      Software Foundation; either version 2 of the License, or (at your
 *      option) any later version.
 *
 *  or both in parallel, as here.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *  General Public License for more details.
 *
 *  You should have received copies of the GNU General Public License and
 *  the GNU Lesser General Public License along with this program.  If
 *  not, see http://www.gnu.org/licenses/.

Files: cligen/*.py cligen/*/*.py cligen/*/*/*.py cligen/cligen.mk
Copyright: 2021-2022 Daiki Ueno
License: LGPLv2.1+


Files: tests/no-extensions.c tests/system-override-curves.sh
 tests/system-override-hash.c tests/resume-lifetime.c
 tests/system-override-kx.sh tests/system-override-profiles.sh
 tests/system-override-sig.c tests/system-override-sig-hash.sh
 tests/system-override-tls.sh tests/system-override-versions.sh
 tests/iov.c tests/tls13-without-timeout-func.c
 tests/cert-tests/certtool-crl-decoding.sh
 tests/cert-tests/certtool-long-cn.sh tests/cert-tests/certtool-long-oids.sh
 tests/cert-tests/certtool-subca.sh tests/cert-tests/certtool-utf8.sh
 tests/ciphersuite-name.c
 tests/cert-tests/crq.sh tests/cert-tests/inhibit-anypolicy.sh
 tests/cert-tests/pkcs12-utf8.s tests/cert-tests/pkcs7-broken-sigs.sh
 tests/cert-tests/pkcs7-constraints2.sh tests/cert-tests/pkcs7-constraints.sh
 tests/cert-tests/pkcs7-eddsa.sh tests/cert-tests/privkey-import.sh
 tests/cert-tests/provable-dh-default.sh tests/cert-tests/provable-dh.sh
 tests/fips-rsa-sizes.c
 tests/ocsp-tests/ocsp-load-chain.sh
 tests/ocsp-tests/ocsp-must-staple-connection.sh
 tests/ocsp-tests/ocsptool.sh
 tests/tls13/compress-cert-cli.c
 tests/tls13/hello_retry_request_resume.c
 tests/client-secrets.h
 tests/sanity-lib.sh
 tests/server-secrets.h
 tests/tls13/compress-cert.c tests/tls13/compress-cert-neg2.c
 tests/tls13/compress-cert-neg.c
 tests/tls13/psk-ke-modes.c
License: GPLv3+
Copyright: 2014-2022 Red Hat, Inc

Files: tests/server-weak-keys.sh tests/cert-tests/alt-chain.sh
 tests/cert-tests/cert-critical.sh tests/cert-tests/certtool-ecdsa.sh
 tests/cert-tests/certtool-eddsa.sh tests/cert-tests/certtool-rsa-pss.sh
 tests/cert-tests/certtool-verify-profiles.sh tests/cert-tests/crl.sh
 tests/cert-tests/illegal-rsa.sh tests/cert-tests/invalid-sig.sh
 tests/cert-tests/pkcs7-cat.sh tests/cert-tests/pkcs8.sh
 tests/cert-tests/provable-privkey-dsa2048.sh
 tests/cert-tests/provable-privkey-gen-default.sh
 tests/cert-tests/provable-privkey-rsa2048.sh
 tests/cert-tests/provable-privkey.sh tests/ocsp-tests/ocsp-test.sh
License: GPLv3+
Copyright: 2014-2018 Nikos Mavrogiannopoulos

Files: tests/openconnect-dtls12.c tests/system-override-invalid.sh
 tests/system-override-sig-hash.sh tests/cert-tests/x509-duplicate-ext.sh
License: GPLv3+
Copyright: 2019 Nikos Mavrogiannopoulos

Files: tests/rfc7633-ok.c
License: GPLv3+
Copyright: 2016-2019 Tim Kosse
 2019 Nikos Mavrogiannopoulos

Files: tests/rfc7633-missing.c
License: GPLv3+
Copyright: 2016 Tim Kosse

Files: tests/sign-verify-data-newapi.c tests/cert-tests/cert-non-digits-time.sh
 tests/cert-tests/reject-invalid-time.sh
 tests/cert-tests/tolerate-invalid-time.sh
 tests/gnutls-ids.c tests/cert-tests/cert-sanity.sh
 tests/cert-tests/cert-time.sh tests/pkcs11/list-objects.c
 tests/cert-tests/smime.sh tests/cert-tests/tlsfeature-test.sh
 tests/dtls/dtls-resume.sh
License: GPLv3+
Copyright: 2016-2017 Red Hat, Inc.

Files: tests/kdf-api.c
License: LGPLv2.1+
Copyright: 2020 Red Hat, Inc.

Files: lib/fipshmac.c
License: LGPLv2.1+
Copyright: 2020-2022 Red Hat, Inc.

Files: tests/missingissuer_aia.c tests/missingissuer.c
License: GPLv3+
Copyright: 2008-2014 Free Software Foundation, Inc.

Files: tests/test-chains-issuer-aia.h tests/test-chains-issuer.h
 tests/cert-tests/key-invalid.sh tests/cert-tests/md5-test.sh
 tests/cert-tests/pkcs12-encode.sh
License: GPLv3+
Copyright: 2004-2016 Free Software Foundation, Inc.
 2016 2017 Red Hat, Inc.

Files: tests/set_x509_ocsp_multi_cli.c tests/handshake-write.c
License: GPLv3+
Copyright: 2020 Red Hat, Inc.

Files: tests/status-request-revoked.c tests/cert-tests/certtool.sh
 tests/cert-tests/pkcs7.sh
License: GPLv3+
Copyright: 2014-2018 Nikos Mavrogiannopoulos
 2018 2020 Red Hat, Inc.

Files: tests/resume-with-record-size-limit.c
License: GPLv3+
Copyright: 2004-2016 Free Software Foundation, Inc.
 2013 Adam Sampson <ats@offog.org>
 2016-2019 Red Hat, Inc.

Files: tests/cipher-alignment.c
License: GPLv3+
Copyright: 2004-2015 Free Software Foundation, Inc.
 2013 Adam Sampson <ats@offog.org>
 2015 Red Hat, Inc

Files: tests/x509-server-verify.c tests/cert-tests/krb5-test.sh
 tests/cert-tests/name-constraints.sh tests/cert-tests/othername-test.sh
License: GPLv3+
Copyright: 2015 Red Hat, Inc.
 2019 Nikos Mavrogiannopoulos

Files: tests/x509-upnconstraint.c
License: GPLv3+
Copyright: 2022 Brian Wickman

Files: tests/tls13/key_update_multiple.c tests/sign-verify-deterministic.c
License: GPLv3+
Copyright: 2017-2019 Red Hat, Inc.

Files: tests/tls13/no-auto-send-ticket.c
License: GPLv3+
Copyright: 2017-2020 Red Hat, Inc.

Files: tests/sign-verify-newapi.c
License: GPLv3+
Copyright: 2004-2012 Free Software Foundation, Inc.
 2017-2019 Red Hat, Inc.

Files: tests/buffer.c
License: GPLv3+
Copyright: 2019 Tim Rühsen

Files: tests/gnutls-cli-rawpk.sh
License: GPLv3+
Copyright: 2019 Tom Vrancken (dev@tomvrancken.nl)

Files: tests/system-override-default-priority-string.sh
License: GPLv3+
Copyright: 2019 Canonical, Ltd.

Files: tests/x509cert-dntypes.c
License: GPLv3+
Copyright: 2020 Pierre Ossman for Cendio AB

Files: fuzz/gnutls_ext_raw_parse_fuzzer.c tests/keylog-func.c
License: LGPLv2.1+
Copyright: 2019 Red Hat, Inc.

Files: tests/pskself2.c
Copyright: 2004-2012 Free Software Foundation, Inc.
 2013 Adam Sampson <ats@offog.org>
 2019 Free Software Foundation, Inc.
License: GPLv3+

Files: tests/cert-tests/pkcs12-gost.sh
Copyright: 2018 Dmitry Eremin-Solenikov
 2016 Red Hat, Inc.
License: GPLv3+

Files: tests/cert-tests/pkcs7-list-sign.sh
Copyright: 2017 Karl Tarbe
License: GPLv3+

Files: tests/cert-tests/pkcs8-gost.sh
Copyright: 2018 Dmitry Eremin-Solenikov
 2004-2006, 2010, 2012 Free Software Foundation, Inc.
License: GPLv3+

Files: tests/id-on-xmppAddr.c
Copyright: 2021 Steffen Jaeckel
License: GPLv3+

Files: tests/ocsp-tests/ocsp-tls-connection.sh
Copyright: 2016 Thomas Klute
License: GPLv3+

Files: tests/tls-channel-binding.c
Copyright: 2021 Ruslan N. Marchenko
License: GPLv3+

Files: lib/accelerated/afalg.c
Copyright: 2017 Stephan Mueller <smueller@chronox.de>
License: LGPLv2.1+


Files: lib/inih/*
Copyright: 2009-2019, Ben Hoyt
License: BSD-3-Clause
 All rights reserved.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
     * Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.
     * Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.
     * Neither the name of Ben Hoyt nor the names of its contributors
       may be used to endorse or promote products derived from this software
       without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY BEN HOYT ''AS IS'' AND ANY
 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL BEN HOYT BE LIABLE FOR ANY
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Comment: https://github.com/benhoyt/inih
~



==========================================================================
Package: libgomp1:arm64
==========================================================================
This is the Debian GNU/Linux prepackaged version of the GNU compiler
collection, containing Ada, C, C++, D, Fortran 95, Go, Objective-C,
Objective-C++, and Modula-2 compilers, documentation, and support
libraries.  In addition, Debian provides the gm2 compiler, either in
the same source package, or built from a separate same source package.
Packaging is done by the Debian GCC Maintainers
<debian-gcc@lists.debian.org>, with sources obtained from:

  ftp://gcc.gnu.org/pub/gcc/releases/  (for full releases)
  svn://gcc.gnu.org/svn/gcc/           (for prereleases)
  ftp://sourceware.org/pub/newlib/     (for newlib)
  git://git.savannah.gnu.org/gm2.git   (for Modula-2)

The current gcc-12 source package is taken from the git gcc-12-branch.

Changes: See changelog.Debian.gz

Debian splits the GNU Compiler Collection into packages for each language,
library, and documentation as follows:

Language       Compiler package  Library package    Documentation
---------------------------------------------------------------------------
Ada            gnat-12          libgnat-12          gnat-12-doc
C              gcc-12                              gcc-12-doc
C++            g++-12           libstdc++6         libstdc++6-12-doc
D              gdc-12
Fortran 95     gfortran-12      libgfortran5       gfortran-12-doc
Go             gccgo-12         libgo0
Objective C    gobjc-12         libobjc4
Objective C++  gobjc++-12
Modula-2       gm2-12           libgm2

For some language run-time libraries, Debian provides source files,
development files, debugging symbols and libraries containing position-
independent code in separate packages:

Language  Sources      Development   Debugging            Position-Independent
------------------------------------------------------------------------------
C++                                  libstdc++6-12-dbg  libstdc++6-12-pic
D         libphobos-12-dev

Additional packages include:

All languages:
libgcc1, libgcc2, libgcc4       GCC intrinsics (platform-dependent)
gcc-12-base                    Base files common to all compilers
gcc-12-soft-float              Software floating point (ARM only)
gcc-12-source                  The sources with patches

Ada:
libgnat-util12-dev, libgnat-util12   GNAT version library

C:
cpp-12, cpp-12-doc            GNU C Preprocessor
libssp0-dev, libssp0            GCC stack smashing protection library
libquadmath0                    Math routines for the __float128 type
fixincludes                     Fix non-ANSI header files

C, C++ and Fortran 95:
libgomp1-dev, libgomp1		GCC OpenMP (GOMP) support library
libitm1-dev, libitm1		GNU Transactional Memory Library

Biarch support: On some 64-bit platforms which can also run 32-bit code,
Debian provides additional packages containing 32-bit versions of some
libraries.  These packages have names beginning with 'lib32' instead of
'lib', for example lib32stdc++6.  Similarly, on some 32-bit platforms which
can also run 64-bit code, Debian provides additional packages with names
beginning with 'lib64' instead of 'lib'.  These packages contain 64-bit
versions of the libraries.  (At this time, not all platforms and not all
libraries support biarch.)  The license terms for these lib32 or lib64
packages are identical to the ones for the lib packages.


COPYRIGHT STATEMENTS AND LICENSING TERMS


GCC is Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019
Free Software Foundation, Inc.

GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.

GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

Files that have exception clauses are licensed under the terms of the
GNU General Public License; either version 3, or (at your option) any
later version.

On Debian GNU/Linux systems, the complete text of the GNU General
Public License is in `/usr/share/common-licenses/GPL', version 3 of this
license in `/usr/share/common-licenses/GPL-3'.

The following runtime libraries are licensed under the terms of the
GNU General Public License (v3 or later) with version 3.1 of the GCC
Runtime Library Exception (included in this file):

 - libgcc (libgcc/, gcc/libgcc2.[ch], gcc/unwind*, gcc/gthr*,
   gcc/coretypes.h, gcc/crtstuff.c, gcc/defaults.h, gcc/dwarf2.h,
   gcc/emults.c, gcc/gbl-ctors.h, gcc/gcov-io.h, gcc/libgcov.c,
   gcc/tsystem.h, gcc/typeclass.h).
 - libatomic
 - libdecnumber
 - libgomp
 - libitm
 - libssp
 - libstdc++-v3
 - libobjc
 - libgfortran
 - The libgnat-12 Ada support library and libgnat-util12 library.
 - Various config files in gcc/config/ used in runtime libraries.
 - libvtv

The libbacktrace library is licensed under the following terms:

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    (1) Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer. 

    (2) Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.  
    
    (3) The name of the author may not be used to
    endorse or promote products derived from this software without
    specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.


The libsanitizer libraries (libasan, liblsan, libtsan, libubsan) are
licensed under the following terms:

Copyright (c) 2009-2019 by the LLVM contributors.

All rights reserved.

Developed by:

    LLVM Team

    University of Illinois at Urbana-Champaign

    http://llvm.org

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

    * Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimers.

    * Redistributions in binary form must reproduce the above copyright notice,
      this list of conditions and the following disclaimers in the
      documentation and/or other materials provided with the distribution.

    * Neither the names of the LLVM Team, University of Illinois at
      Urbana-Champaign, nor the names of its contributors may be used to
      endorse or promote products derived from this Software without specific
      prior written permission.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


The libffi library is licensed under the following terms:

    libffi - Copyright (c) 1996-2003  Red Hat, Inc.

    Permission is hereby granted, free of charge, to any person obtaining
    a copy of this software and associated documentation files (the
    ``Software''), to deal in the Software without restriction, including
    without limitation the rights to use, copy, modify, merge, publish,
    distribute, sublicense, and/or sell copies of the Software, and to
    permit persons to whom the Software is furnished to do so, subject to
    the following conditions:

    The above copyright notice and this permission notice shall be included
    in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR
    OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
    ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
    OTHER DEALINGS IN THE SOFTWARE.


The documentation is licensed under the GNU Free Documentation License (v1.2).
On Debian GNU/Linux systems, the complete text of this license is in
`/usr/share/common-licenses/GFDL-1.2'.


GCC RUNTIME LIBRARY EXCEPTION

Version 3.1, 31 March 2009

Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>

Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.

This GCC Runtime Library Exception ("Exception") is an additional
permission under section 7 of the GNU General Public License, version
3 ("GPLv3"). It applies to a given file (the "Runtime Library") that
bears a notice placed by the copyright holder of the file stating that
the file is governed by GPLv3 along with this Exception.

When you use GCC to compile a program, GCC may combine portions of
certain GCC header files and runtime libraries with the compiled
program. The purpose of this Exception is to allow compilation of
non-GPL (including proprietary) programs to use, in this way, the
header files and runtime libraries covered by this Exception.

0. Definitions.

A file is an "Independent Module" if it either requires the Runtime
Library for execution after a Compilation Process, or makes use of an
interface provided by the Runtime Library, but is not otherwise based
on the Runtime Library.

"GCC" means a version of the GNU Compiler Collection, with or without
modifications, governed by version 3 (or a specified later version) of
the GNU General Public License (GPL) with the option of using any
subsequent versions published by the FSF.

"GPL-compatible Software" is software whose conditions of propagation,
modification and use would permit combination with GCC in accord with
the license of GCC.

"Target Code" refers to output from any compiler for a real or virtual
target processor architecture, in executable form or suitable for
input to an assembler, loader, linker and/or execution
phase. Notwithstanding that, Target Code does not include data in any
format that is used as a compiler intermediate representation, or used
for producing a compiler intermediate representation.

The "Compilation Process" transforms code entirely represented in
non-intermediate languages designed for human-written code, and/or in
Java Virtual Machine byte code, into Target Code. Thus, for example,
use of source code generators and preprocessors need not be considered
part of the Compilation Process, since the Compilation Process can be
understood as starting with the output of the generators or
preprocessors.

A Compilation Process is "Eligible" if it is done using GCC, alone or
with other GPL-compatible software, or if it is done without using any
work based on GCC. For example, using non-GPL-compatible Software to
optimize any GCC intermediate representations would not qualify as an
Eligible Compilation Process.

1. Grant of Additional Permission.

You have permission to propagate a work of Target Code formed by
combining the Runtime Library with Independent Modules, even if such
propagation would otherwise violate the terms of GPLv3, provided that
all Target Code was generated by Eligible Compilation Processes. You
may then convey such a combination under terms of your choice,
consistent with the licensing of the Independent Modules.

2. No Weakening of GCC Copyleft.

The availability of this Exception does not imply any general
presumption that third-party software is unaffected by the copyleft
requirements of the license of GCC.


libquadmath/*.[hc]:

   Copyright (C) 2010 Free Software Foundation, Inc.
   Written by Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
   Written by Tobias Burnus  <burnus@net-b.de>

This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

Libiberty is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Library General Public License for more details.

libquadmath/math:

atanq.c, expm1q.c, j0q.c, j1q.c, log1pq.c, logq.c:
    Copyright 2001 by Stephen L. Moshier <moshier@na-net.ornl.gov> 

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

coshq.c, erfq.c, jnq.c, lgammaq.c, powq.c, roundq.c:
   Changes for 128-bit __float128 are
   Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
   and are incorporated herein by permission of the author.  The author 
   reserves the right to distribute this material elsewhere under different
   copying permissions.  These modifications are distributed here under 
   the following terms:

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

ldexpq.c:
   * Conversion to long double by Ulrich Drepper,
   * Cygnus Support, drepper@cygnus.com.

cosq_kernel.c, expq.c, sincos_table.c, sincosq.c, sincosq_kernel.c,
sinq_kernel.c, truncq.c:
   Copyright (C) 1997, 1999 Free Software Foundation, Inc.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

isinfq.c:
 * Written by J.T. Conklin <jtc@netbsd.org>.
 * Change for long double by Jakub Jelinek <jj@ultra.linux.cz>
 * Public domain.

llroundq.c, lroundq.c, tgammaq.c:
   Copyright (C) 1997, 1999, 2002, 2004 Free Software Foundation, Inc.
   This file is part of the GNU C Library.
   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
                  Jakub Jelinek <jj@ultra.linux.cz>, 1999.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

log10q.c:
   Cephes Math Library Release 2.2:  January, 1991
   Copyright 1984, 1991 by Stephen L. Moshier
   Adapted for glibc November, 2001

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

remaining files:

 * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
 *
 * Developed at SunPro, a Sun Microsystems, Inc. business.
 * Permission to use, copy, modify, and distribute this
 * software is freely granted, provided that this notice
 * is preserved.


gcc/go/gofrontend, libgo:

Copyright (c) 2009 The Go Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


D:
gdc-12                         GNU D Compiler
libphobos-12-dev               D standard runtime library

The D source package is made up of the following components.

The D front-end for GCC:
 - d/*

Copyright (C) 2004-2007 David Friedman
Modified by Vincenzo Ampolo, Michael Parrot, Iain Buclaw, (C) 2009, 2010

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

On Debian GNU/Linux systems, the complete text of the GNU General
Public License is in `/usr/share/common-licenses/GPL', version 2 of this
license in `/usr/share/common-licenses/GPL-2'.


The DMD Compiler implementation of the D programming language:
 - d/dmd/*

Copyright (c) 1999-2010 by Digital Mars
All Rights Reserved
written by Walter Bright
http://www.digitalmars.com
License for redistribution is by either the Artistic License or
the GNU General Public License (v1).

On Debian GNU/Linux systems, the complete text of the GNU General
Public License is in `/usr/share/common-licenses/GPL', the Artistic
license in `/usr/share/common-licenses/Artistic'.


The Zlib data compression library:
 - d/phobos/etc/c/zlib/*

 (C) 1995-2004 Jean-loup Gailly and Mark Adler

  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising from the use of this software.

  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not
     claim that you wrote the original software. If you use this software
     in a product, an acknowledgment in the product documentation would be
     appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be
     misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.


The Phobos standard runtime library:
 - d/phobos/*

Unless otherwise marked within the file, each file in the source
is under the following licenses:

Copyright (C) 2004-2005 by Digital Mars, www.digitalmars.com
Written by Walter Bright

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, in both source and binary form, subject to the following
restrictions:

 o  The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 o  Altered source versions must be plainly marked as such, and must not
    be misrepresented as being the original software.
 o  This notice may not be removed or altered from any source
    distribution.

By plainly marking modifications, something along the lines of adding to each
file that has been changed a "Modified by Foo Bar" line
underneath the "Written by" line would be adequate.

gcc/m2:
gcc/m2/gm2-libiberty:
gcc/m2/mc-boot/:
gcc/m2/mc-boot-ch/:
Copyright (C) 2001-2019 Free Software Foundation, Inc.
Contributed by Gaius Mulley <gaius@glam.ac.uk>.

This file is part of GNU Modula-2.

GNU Modula-2 is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.

GNU Modula-2 is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

gcc/m2/**/*.texi:
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
2011, 2012, 2012, 2013 Free Software Foundation, Inc.

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.

gcc/m2/gm2-coroutines:
gcc/m2/gm2-libs:
gcc/m2/gm2-libs-min:
gcc/m2/gm2-libs-pim:
gcc/m2/gm2-libs-ch:
Copyright (C) 2002-2019 Free Software Foundation, Inc.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

Under Section 7 of GPL version 3, you are granted additional
permissions described in the GCC Runtime Library Exception, version
3.1, as published by the Free Software Foundation.

gcc/m2/gm2-libs-iso/:
This has a mix of licenses, most as GPL-3+ plus GCC Runtime Library
Exception, version 3.1.

gcc/m2/gm2-libs-iso/*.def:
Library module defined by the International Standard
Information technology - programming languages
BS ISO/IEC 10514-1:1996E Part 1: Modula-2, Base Language.

Copyright ISO/IEC (International Organization for Standardization
and International Electrotechnical Commission) 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010

Copyright (C) 2001-2019 Free Software Foundation, Inc.
mix of GPL-3.0 and LGPL-2.1/3

Copyright (C) 2001-2019 Free Software Foundation, Inc.
mix of GPL-3.0 and LGPL-2.1/3

gcc/m2/examples:
Copyright (C) 2005-2015 Free Software Foundation, Inc.
Mix of LGPL-2.1 and GPL-3.0.

gcc/m2/images:
GPL-3+

gcc/m2/el/gm2-mode.el:
;; Everyone is granted permission to copy, modify and redistribute
;; GNU Emacs, but only under the conditions described in the
;; GNU Emacs General Public License.   A copy of this license is
;; supposed to have been given to you along with GNU Emacs so you
;; can know your rights and responsibilities.  It should be in a
;; file named COPYING.  Among other things, the copyright notice
;; and this notice must be preserved on all copies.

Copyright (C) 2001-2018 Free Software Foundation, Inc.
Contributed by Gaius Mulley <gaius@glam.ac.uk>.
Mix of GPL-3 and LGPL-2.1.

gcc/testsuite/gm2/:
Copyright (C) 2001-2019 Free Software Foundation, Inc.
Mix of GPL-2+ and GPL-3+

libgm2:

libgm2/libiso/:
libgm2/libpim/:
libgm2/liblog/:
libgm2/libcor/:
libgm2/libmin/:
Copyright (C) 2002-2019 Free Software Foundation, Inc.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

Under Section 7 of GPL version 3, you are granted additional
permissions described in the GCC Runtime Library Exception, version
3.1, as published by the Free Software Foundation.

newlib-X.Y.Z/:

Upstream Authors:
newlib@sources.redhat.com
Jeff Johnston <jjohnstn@redhat.com>
Tom Fitzsimmons <fitzsim@redhat.com>

The newlib subdirectory is a collection of software from several sources.
Each file may have its own copyright/license that is embedded in the source 
file.

This list documents those licenses which are more restrictive than
a BSD-like license or require the copyright notice
to be duplicated in documentation and/or other materials associated with
the distribution.  Certain licenses documented here only apply to
specific targets.  Certain clauses only apply if you are building the
code as part of your binary.

Note that this list may omit certain licenses that
only pertain to the copying/modifying of the individual source code. 
If you are distributing the source code, then you do not need to
worry about these omitted licenses, so long as you do not modify the
copyright information already in place.

Parts of this work are licensed under the terms of the GNU General
Public License. On Debian systems, the complete text of this license
can be found in /usr/share/common-licenses/GPL.

Parts of this work are licensed under the terms of the GNU Library
General Public License. On Debian systems, the complete text of this
license be found in /usr/share/common-licenses/LGPL.

(1) University of California, Berkeley

[1a]

Copyright (c) 1990 The Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that the above copyright notice and this paragraph are
duplicated in all such forms and that any documentation,
and other materials related to such distribution and use 
acknowledge that the software was developed
by the University of California, Berkeley.  The name of the
University may not be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

[1b]

Copyright (c) 1990 The Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that the above copyright notice and this paragraph are
duplicated in all such forms and that any documentation,
advertising materials, and other materials related to such
distribution and use acknowledge that the software was developed
by the University of California, Berkeley.  The name of the
University may not be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

[1c]

Copyright (c) 1981, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 
The Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
   must display the following acknowledgement:
     This product includes software developed by the University of
     California, Berkeley and its contributors.
4. Neither the name of the University nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

[1d]

Copyright (c) 1988, 1990, 1993 Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. Neither the name of the University nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

[1e]

Copyright (c) 1982, 1986, 1989, 1991, 1993, 1994
The Regents of the University of California.  All rights reserved.
(c) UNIX System Laboratories, Inc.
All or some portions of this file are derived from material licensed
to the University of California by American Telephone and Telegraph
Co. or Unix System Laboratories, Inc. and are reproduced herein with
the permission of UNIX System Laboratories, Inc.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
   must display the following acknowledgement:
     This product includes software developed by the University of
     California, Berkeley and its contributors.
4. Neither the name of the University nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

[1f]

Copyright (c) 1987, 1988, 2000 Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that: (1) source distributions retain this entire copyright
notice and comment, and (2) distributions including binaries display
the following acknowledgement:  ``This product includes software
developed by the University of California, Berkeley and its contributors''
in the documentation or other materials provided with the distribution
and in all advertising materials mentioning features or use of this
software. Neither the name of the University nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

-------------------------------------------------------------
 Please note that in some of the above alternate licenses, there is a
 statement regarding that acknowledgement must be made in any
 advertising materials for products using the code.  This restriction
 no longer applies due to the following license change:

  ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

 In some cases the defunct clause has been removed in modified newlib code and
 in some cases, the clause has been left as-is.
-------------------------------------------------------------

(2) Cygwin (cygwin targets only)

Copyright 2001 Red Hat, Inc.

This software is a copyrighted work licensed under the terms of the
Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
details.

(3) David M. Gay at AT&T

The author of this software is David M. Gay.

Copyright (c) 1991 by AT&T.

Permission to use, copy, modify, and distribute this software for any
purpose without fee is hereby granted, provided that this entire notice
is included in all copies of any software which is or includes a copy
or modification of this software and in all copies of the supporting
documentation for such software.

THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR AT&T MAKES ANY
REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.

(4) Advanced Micro Devices

Copyright 1989, 1990 Advanced Micro Devices, Inc.

This software is the property of Advanced Micro Devices, Inc  (AMD)  which
specifically  grants the user the right to modify, use and distribute this
software provided this notice is not removed or altered.  All other rights
are reserved by AMD.

AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS
SOFTWARE.  IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL
DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR
USE OF THIS SOFTWARE.

So that all may benefit from your experience, please report  any  problems
or  suggestions about this software to the 29K Technical Support Center at
800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131  in  the  UK,  or
0031-11-1129 in Japan, toll free.  The direct dial number is 512-462-4118.

Advanced Micro Devices, Inc.
29K Support Products
Mail Stop 573
5900 E. Ben White Blvd.
Austin, TX 78741
800-292-9263

(5) C.W. Sandmann

Copyright (C) 1993 C.W. Sandmann

This file may be freely distributed as long as the author's name remains.

(6) Eric Backus

(C) Copyright 1992 Eric Backus

This software may be used freely so long as this copyright notice is
left intact.  There is no warrantee on this software.

(7) Sun Microsystems

Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.

Developed at SunPro, a Sun Microsystems, Inc. business.
Permission to use, copy, modify, and distribute this
software is freely granted, provided that this notice 
is preserved.

(8) Hewlett Packard

(c) Copyright 1986 HEWLETT-PACKARD COMPANY

To anyone who acknowledges that this file is provided "AS IS"
without any express or implied warranty:
    permission to use, copy, modify, and distribute this file
for any purpose is hereby granted without fee, provided that
the above copyright notice and this notice appears in all
copies, and that the name of Hewlett-Packard Company not be
used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.
Hewlett-Packard Company makes no representations about the
suitability of this software for any purpose.

(9) Hans-Peter Nilsson

Copyright (C) 2001 Hans-Peter Nilsson

Permission to use, copy, modify, and distribute this software is
freely granted, provided that the above copyright notice, this notice
and the following disclaimer are preserved with no changes.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.

(10) Stephane Carrez (m68hc11-elf/m68hc12-elf targets only)

Copyright (C) 1999, 2000, 2001, 2002 Stephane Carrez (stcarrez@nerim.fr)

The authors hereby grant permission to use, copy, modify, distribute,
and license this software and its documentation for any purpose, provided
that existing copyright notices are retained in all copies and that this
notice is included verbatim in any distributions. No written agreement,
license, or royalty fee is required for any of the authorized uses.
Modifications to this software may be copyrighted by their authors
and need not follow the licensing terms described here, provided that
the new terms are clearly indicated on the first page of each file where
they apply.

(11) Christopher G. Demetriou

Copyright (c) 2001 Christopher G. Demetriou
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
   derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

(12) SuperH, Inc.

Copyright 2002 SuperH, Inc. All rights reserved

This software is the property of SuperH, Inc (SuperH) which specifically
grants the user the right to modify, use and distribute this software
provided this notice is not removed or altered.  All other rights are
reserved by SuperH.

SUPERH MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO
THIS SOFTWARE.  IN NO EVENT SHALL SUPERH BE LIABLE FOR INDIRECT, SPECIAL, 
INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING FROM
THE FURNISHING, PERFORMANCE, OR USE OF THIS SOFTWARE.

So that all may benefit from your experience, please report any problems
or suggestions about this software to the SuperH Support Center via
e-mail at softwaresupport@superh.com .

SuperH, Inc.
405 River Oaks Parkway
San Jose
CA 95134
USA

(13) Royal Institute of Technology

Copyright (c) 1999 Kungliga Tekniska Hgskolan
(Royal Institute of Technology, Stockholm, Sweden).
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

3. Neither the name of KTH nor the names of its contributors may be
   used to endorse or promote products derived from this software without
   specific prior written permission.

THIS SOFTWARE IS PROVIDED BY KTH AND ITS CONTRIBUTORS ``AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KTH OR ITS CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

(14) Alexey Zelkin

Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(15) Andrey A. Chernov

Copyright (C) 1997 by Andrey A. Chernov, Moscow, Russia.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(16) FreeBSD

Copyright (c) 1997-2002 FreeBSD Project.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(17) S. L. Moshier

Author:  S. L. Moshier.

Copyright (c) 1984,2000 S.L. Moshier

Permission to use, copy, modify, and distribute this software for any
purpose without fee is hereby granted, provided that this entire notice
is included in all copies of any software which is or includes a copy
or modification of this software and in all copies of the supporting
documentation for such software.

THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
WARRANTY.  IN PARTICULAR,  THE AUTHOR MAKES NO REPRESENTATION
OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS
SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.

(18) Citrus Project

Copyright (c)1999 Citrus Project,
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(19) Todd C. Miller

Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
   derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

(20) DJ Delorie (i386) 

Copyright (C) 1991 DJ Delorie
All rights reserved.

Redistribution and use in source and binary forms is permitted
provided that the above copyright notice and following paragraph are
duplicated in all such forms.

This file is distributed WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

(21) Free Software Foundation LGPL License (*-linux* targets only)

   Copyright (C) 1990-1999, 2000, 2001 
   Free Software Foundation, Inc.
   This file is part of the GNU C Library.
   Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with the GNU C Library; if not, write to the Free
   Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   02110-1301 USA

(22) Xavier Leroy LGPL License (i[3456]86-*-linux* targets only)

Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@inria.fr)

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
                                                     
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Library General Public License for more details.

(23) Intel (i960)

Copyright (c) 1993 Intel Corporation

Intel hereby grants you permission to copy, modify, and distribute this
software and its documentation.  Intel grants this permission provided
that the above copyright notice appears in all copies and that both the
copyright notice and this permission notice appear in supporting
documentation.  In addition, Intel grants this permission provided that
you prominently mark as "not part of the original" any modifications
made to this software or documentation, and that the name of Intel
Corporation not be used in advertising or publicity pertaining to
distribution of the software or the documentation without specific,
written prior permission.

Intel Corporation provides this AS IS, WITHOUT ANY WARRANTY, EXPRESS OR
IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY
OR FITNESS FOR A PARTICULAR PURPOSE.  Intel makes no guarantee or
representations regarding the use of, or the results of the use of,
the software and documentation in terms of correctness, accuracy,
reliability, currentness, or otherwise; and you rely on the software,
documentation and results solely at your own risk.

IN NO EVENT SHALL INTEL BE LIABLE FOR ANY LOSS OF USE, LOSS OF BUSINESS,
LOSS OF PROFITS, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES
OF ANY KIND.  IN NO EVENT SHALL INTEL'S TOTAL LIABILITY EXCEED THE SUM
PAID TO INTEL FOR THE PRODUCT LICENSED HEREUNDER.

(24) Hewlett-Packard  (hppa targets only)

(c) Copyright 1986 HEWLETT-PACKARD COMPANY

To anyone who acknowledges that this file is provided "AS IS"
without any express or implied warranty:
    permission to use, copy, modify, and distribute this file
for any purpose is hereby granted without fee, provided that
the above copyright notice and this notice appears in all
copies, and that the name of Hewlett-Packard Company not be
used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.
Hewlett-Packard Company makes no representations about the
suitability of this software for any purpose.

(25) Henry Spencer (only *-linux targets)

Copyright 1992, 1993, 1994 Henry Spencer.  All rights reserved.
This software is not subject to any license of the American Telephone
and Telegraph Company or of the Regents of the University of California.

Permission is granted to anyone to use this software for any purpose on
any computer system, and to alter it and redistribute it, subject
to the following restrictions:

1. The author is not responsible for the consequences of use of this
   software, no matter how awful, even if they arise from flaws in it.

2. The origin of this software must not be misrepresented, either by
   explicit claim or by omission.  Since few users ever read sources,
   credits must appear in the documentation.

3. Altered versions must be plainly marked as such, and must not be
   misrepresented as being the original software.  Since few users
   ever read sources, credits must appear in the documentation.

4. This notice may not be removed or altered.

(26) Mike Barcroft

Copyright (c) 2001 Mike Barcroft <mike@FreeBSD.org>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(27) Konstantin Chuguev (--enable-newlib-iconv)

Copyright (c) 1999, 2000
   Konstantin Chuguev.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

   iconv (Charset Conversion Library) v2.0

(27) Artem Bityuckiy (--enable-newlib-iconv)

Copyright (c) 2003, Artem B. Bityuckiy, SoftMine Corporation.
Rights transferred to Franklin Electronic Publishers.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(28) Red Hat Incorporated

Unless otherwise stated in each remaining newlib file, the remaining
files in the newlib subdirectory default to the following copyright.
It should be noted that Red Hat Incorporated now owns copyrights
belonging to Cygnus Solutions and Cygnus Support.

Copyright (c) 1994, 1997, 2001, 2002, 2003, 2004 Red Hat Incorporated.
All rights reserved.

Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met: 

    Redistributions of source code must retain the above copyright 
    notice, this list of conditions and the following disclaimer.

    Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.

    The name of Red Hat Incorporated may not be used to endorse 
    or promote products derived from this software without specific 
    prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED.  IN NO EVENT SHALL RED HAT INCORPORATED BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 


contrib/unicode:

﻿UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE

    Unicode Data Files include all data files under the directories
http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
http://www.unicode.org/cldr/data/. Unicode Data Files do not include PDF
online code charts under the directory http://www.unicode.org/Public/.
Software includes any source code published in the Unicode Standard or under
the directories http://www.unicode.org/Public/,
http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/.

    NOTICE TO USER: Carefully read the following legal agreement. BY
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES
("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND
AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF
YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA
FILES OR SOFTWARE.

    COPYRIGHT AND PERMISSION NOTICE

    Copyright © 1991-2013 Unicode, Inc. All rights reserved. Distributed under
the Terms of Use in http://www.unicode.org/copyright.html.

    Permission is hereby granted, free of charge, to any person obtaining a
copy of the Unicode data files and any associated documentation (the "Data
Files") or Unicode software and any associated documentation (the "Software")
to deal in the Data Files or Software without restriction, including without
limitation the rights to use, copy, modify, merge, publish, distribute, and/or
sell copies of the Data Files or Software, and to permit persons to whom the
Data Files or Software are furnished to do so, provided that (a) the above
copyright notice(s) and this permission notice appear with all copies of the
Data Files or Software, (b) both the above copyright notice(s) and this
permission notice appear in associated documentation, and (c) there is clear
notice in each modified Data File or in the Software as well as in the
documentation associated with the Data File(s) or Software that the data or
software has been modified.

    THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD
PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE
DATA FILES OR SOFTWARE.

    Except as contained in this notice, the name of a copyright holder shall
not be used in advertising or otherwise to promote the sale, use or other
dealings in these Data Files or Software without prior written authorization
of the copyright holder.

contrib/unicode/from_glibc:

# Copyright (C) 2014-2019 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
#
# The GNU C Library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# The GNU C Library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with the GNU C Library; if not, see
# <https://www.gnu.org/licenses/>.



==========================================================================
Package: libgpg-error0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libgpg-error
Upstream-Contact: gnupg-devel@gnupg.org
Source: https://gnupg.org/ftp/gcrypt/libgpg-error/

Files: *
Copyright: 2001-2004, 2010, 2012-2018, g10 Code GmbH
License: LGPL-2.1+

Files: src/b64dec.c
Copyright: 2008, 2011 Free Software Foundation, Inc.
 2008, 2011, 2016 g10 Code GmbH
License: LGPL-2.1+

Files: src/estream-printf.h src/estream-printf.c src/estream.c
Copyright: 2004-2012, 2014-2017 g10 Code GmbH
License: LGPL-2.1+ or BSD-3-clause

Files: src/w32-estream.c
Copyright: 2000 Werner Koch (dd9jn)
 2001, 2002, 2003, 2004, 2007, 2010, 2016 g10 Code GmbH
License: LGPL-2.1+

Files: src/gettext.h
Copyright: 1995-1998, 2000-2002 Free Software Foundation, Inc.
License: LGPL-2.1+

Files: src/gpg-error-config.in
Copyright: 1999, 2002, 2003 Free Software Foundation, Inc.
License: g10-permissive

Files: src/mkheader.c
Copyright: 2010 Free Software Foundation, Inc.
 2014 g10 Code GmbH
License: g10-permissive

Files: src/posix-lock.c
Copyright: 2005-2009 Free Software Foundation, Inc.
 2014 g10 Code GmbH
License: LGPL-2.1+

Files: src/w32-gettext.c
Copyright: 1995, 1996, 1997, 1999, 2005, 2007, 2008, 2010 Free Software Foundation, Inc.
License: LGPL-2.1+

Files: doc/yat2m.c
Copyright: 2005, 2013, 2015, 2016 g10 Code GmbH
 2006, 2008, 2011 Free Software Foundation, Inc.
License: GPL-3+

License: g10-permissive
 This file is free software; as a special exception the author gives
 unlimited permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.
 .
 This file is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

License: LGPL-2.1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as
 published by the Free Software Foundation; either version 2.1
 of the License, or (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems, the complete text of the GNU Lesser General Public License
 version 2.1 can be found in /usr/share/common-licenses/LGPL-2.1.

License: GPL-3+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, see <https://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 3 can be found in /usr/share/common-licenses/GPL-3.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, and the entire permission notice in its entirety,
    including the disclaimer of warranties.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. The name of the author may not be used to endorse or promote
    products derived from this software without specific prior
    written permission.
 .
 THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 OF THE POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: libgraphite2-3:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: graphite
Source: https://github.com/silnrsi/graphite/releases

Files: *
Copyright: (C) 2010-2011, SIL International
License: LGPL-2.1+ or MPL-1.1 or GPL-2+

Files: src/CMakeLists.txt tests/comparerenderer/* tests/featuremap/* tests/nametabletest/* tests/segcache/* tests/graphite.py
Copyright: (C) 2010-2011, SIL International
License: LGPL-2.1+

Files: tests/texts/udhr* tests/standards/scheherazade_arb.log tests/standards/charis.log tests/standards/piglatin.log tests/standards/charis_yor.log
Copyright: © 1996 – 2009 The Office of the High Commissioner for Human Rights
License: public-domain

Files: contrib/perl/*
Copyright: Copyright (C) 2011 Simon Cozens <simon@cpan.org>
License: Artistic or GPL-1+
Comment:
    This program is free software; you can redistribute it and/or modify
    it under the terms of either:
    .
    a) the GNU General Public License as published by the Free Software
       Foundation; either version 1, or (at your option) any later
       version, or
    .
    b) the "Artistic License" which comes with Perl.

Files: contrib/perl/ppport.h
Copyright: 2004-2010, Marcus Holland-Moritz <mhx-cpan@gmx.net>
 2001, Paul Marquess <pmqs@cpan.org> (Version 2.x)
 1999, Kenneth Albanowski <kjahds@kjahds.com> (Version 1.x)
License: Artistic or GPL-1+

Files: debian-src/*
Copyright: 2010 Martin Hosken <martin_hosken@sil.org>
License: LGPL-2.1+

Files: debian/*
Copyright: 2010 Martin Hosken <martin_hosken@sil.org>
           2011 Rene Engelhard <rene@debian.org>
           2017 Mattia Rizzolo <mattia@debian.org>
License: LGPL-2.1+

Files: gr2fonttest/gr2FontTest.cpp
Copyright: Copyright (C) 2005 www.thanlwinsoft.org
License: LGPL-2.1+ or GPL-2+ or MPL-1.1

Files: tests/fonts/*
Copyright:
License: custom-sil-open-font-license

License: Artistic
 On Debian systems you can find a copy of the Artistic license in
 /usr/share/common-licenses/Artistic

License: GPL-1+
 This program is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free Software
 Foundation; either version 1, or (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along with
 this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
 Street Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems you can find a local copy of the GNU General Public License
 in /usr/share/common-licenses/GPL-1.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free Software
 Foundation; version 2 of the license, or (at your opinion) any later version.
 .
 This program is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along with
 this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
 Street, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems you can find a local copy of the GNU General Public License
 in /usr/share/common-licenses/GPL-2.

License: MPL-1.1
 The contents of this file are subject to the Mozilla Public License Version
 1.1 (the "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at http://www.mozilla.org/MPL/.
 .
 Software distributed under the License is distributed on an "AS IS" basis,
 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
 the specific language governing rights and limitations under the License.
 .
 On Debian systems you can find a local copy of the GNU General Public License
 in /usr/share/common-licenses/MPL-1.1.

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or modify it under
 the terms of the GNU Lesser General Public License as published by the Free
 Software Foundation; version 2.1 of the license, or (at your option) any later
 version.
 .
 This library is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
 details.
 .
 You should have received a copy of the GNU Lesser General Public License along
 with this library; if not, write to the Free Software Foundation, Inc., 51
 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems you can find a local copy of the GNU Lesser General Public
 License in /usr/share/common-licenses/LGPL-2.1.

License: custom-sil-open-font-license
 -----------------------------------------------------------
 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
 -----------------------------------------------------------
 .
 PREAMBLE
 The goals of the Open Font License (OFL) are to stimulate worldwide
 development of collaborative font projects, to support the font creation
 efforts of academic and linguistic communities, and to provide a free and
 open framework in which fonts may be shared and improved in partnership
 with others.
 .
 The OFL allows the licensed fonts to be used, studied, modified and
 redistributed freely as long as they are not sold by themselves. The
 fonts, including any derivative works, can be bundled, embedded,
 redistributed and/or sold with any software provided that any reserved
 names are not used by derivative works. The fonts and derivatives,
 however, cannot be released under any other type of license. The
 requirement for fonts to remain under this license does not apply
 to any document created using the fonts or their derivatives.
 .
 DEFINITIONS
 "Font Software" refers to the set of files released by the Copyright
 Holder(s) under this license and clearly marked as such. This may
 include source files, build scripts and documentation.
 .
 "Reserved Font Name" refers to any names specified as such after the
 copyright statement(s).
 .
 "Original Version" refers to the collection of Font Software components as
 distributed by the Copyright Holder(s).
 .
 "Modified Version" refers to any derivative made by adding to, deleting,
 or substituting -- in part or in whole -- any of the components of the
 Original Version, by changing formats or by porting the Font Software to a
 new environment.
 .
 "Author" refers to any designer, engineer, programmer, technical
 writer or other person who contributed to the Font Software.
 .
 PERMISSION & CONDITIONS
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of the Font Software, to use, study, copy, merge, embed, modify,
 redistribute, and sell modified and unmodified copies of the Font
 Software, subject to the following conditions:
 .
 1) Neither the Font Software nor any of its individual components,
 in Original or Modified Versions, may be sold by itself.
 .
 2) Original or Modified Versions of the Font Software may be bundled,
 redistributed and/or sold with any software, provided that each copy
 contains the above copyright notice and this license. These can be
 included either as stand-alone text files, human-readable headers or
 in the appropriate machine-readable metadata fields within text or
 binary files as long as those fields can be easily viewed by the user.
 .
 3) No Modified Version of the Font Software may use the Reserved Font
 Name(s) unless explicit written permission is granted by the corresponding
 Copyright Holder. This restriction only applies to the primary font name as
 presented to the users.
 .
 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
 Software shall not be used to promote, endorse or advertise any
 Modified Version, except to acknowledge the contribution(s) of the
 Copyright Holder(s) and the Author(s) or with their explicit written
 permission.
 .
 5) The Font Software, modified or unmodified, in part or in whole,
 must be distributed entirely under this license, and must not be
 distributed under any other license. The requirement for fonts to
 remain under this license does not apply to any document created
 using the Font Software.
 .
 TERMINATION
 This license becomes null and void if any of the above conditions are
 not met.
 .
 DISCLAIMER
 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
 OTHER DEALINGS IN THE FONT SOFTWARE.



==========================================================================
Package: libgsm1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libgsm
Upstream-Contact: Jutta Degener <jutta@pobox.com>
Source: http://www.quut.com/gsm/

Files: *
Copyright:
 1992-1994 by Jutta Degener and Carsten Bormann, Technische Universitaet Berlin
License: TU-Berlin-2.0

Files: debian/*
Copyright:
 1997, Klee Dienes <klee@debian.org>
 1999, Martin Mitchell <martin@debian.org>
 2004-2012, Jochen Friedrich <jochen@scram.de>
 2018-2022, Felix Lechner <felix.lechner@lease-up.com>
License: TU-Berlin-2.0

License: TU-Berlin-2.0
 Any use of this software is permitted provided that this notice is not
 removed and that neither the authors nor the Technische Universitaet
 Berlin are deemed to have made any representations as to the
 suitability of this software for any purpose nor are held responsible
 for any defects of this software.  THERE IS ABSOLUTELY NO WARRANTY FOR
 THIS SOFTWARE.
 .
 As a matter of courtesy, the authors request to be informed about uses
 this software has found, about bugs in this software, and about any
 improvements that may be of general interest.
 .
 Berlin, 28.11.1994
 Jutta Degener
 Carsten Bormann
 .
 Since the original terms of 15 years ago maybe do not make our
 intentions completely clear given today's refined usage of the legal
 terms, we append this additional permission:
 .
       Permission to use, copy, modify, and distribute this software
       for any purpose with or without fee is hereby granted,
       provided that this notice is not removed and that neither
       the authors nor the Technische Universitaet Berlin are
       deemed to have made any representations as to the suitability
       of this software for any purpose nor are held responsible
       for any defects of this software.  THERE IS ABSOLUTELY NO
       WARRANTY FOR THIS SOFTWARE.
 .
 Berkeley/Bremen, 05.04.2009
 Jutta Degener
 Carsten Bormann



==========================================================================
Package: libgssapi-krb5-2:arm64
==========================================================================
This package was debianized by Sam Hartman <hartmans@permabit.com> on
Thu, 19 Oct 2000 16:05:06 -0400.

It was downloaded from:

    <http://web.mit.edu/kerberos/>

Upstream Maintainers:

    MIT Kerberos Team <krbdev@mit.edu>

Copyright:

Copyright (C) 1985-2022 by the Massachusetts Institute of Technology.

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Downloading of this software may constitute an export of cryptographic
software from the United States of America that is subject to the
United States Export Administration Regulations (EAR), 15 CFR 730-774.
Additional laws or regulations may apply.  It is the responsibility of
the person or entity contemplating export to comply with all
applicable export laws and regulations, including obtaining any
required license from the U.S. government.

The U.S. government prohibits export of encryption source code to
certain countries and individuals, including, but not limited to, the
countries of Cuba, Iran, North Korea, Sudan, Syria, and residents and
nationals of those countries.

Documentation components of this software distribution are licensed
under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
(https://creativecommons.org/licenses/by-sa/3.0/)

Individual source code files are copyright MIT, Cygnus Support,
Novell, OpenVision Technologies, Oracle, Red Hat, Sun Microsystems,
FundsXpress, and others.

Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira,
and Zephyr are trademarks of the Massachusetts Institute of Technology
(MIT).  No commercial use of these trademarks may be made without
prior written permission of MIT.

"Commercial use" means use of a name in a product or other for-profit
manner.  It does NOT prevent a commercial firm from referring to the
MIT trademarks in order to convey information (although in doing so,
recognition of their trademark status should be given).

======================================================================

The following copyright and permission notice applies to the
OpenVision Kerberos Administration system located in "kadmin/create",
"kadmin/dbutil", "kadmin/passwd", "kadmin/server", "lib/kadm5", and
portions of "lib/rpc":

   Copyright, OpenVision Technologies, Inc., 1993-1996, All Rights
   Reserved

   WARNING:  Retrieving the OpenVision Kerberos Administration system
   source code, as described below, indicates your acceptance of the
   following terms.  If you do not agree to the following terms, do
   not retrieve the OpenVision Kerberos administration system.

   You may freely use and distribute the Source Code and Object Code
   compiled from it, with or without modification, but this Source
   Code is provided to you "AS IS" EXCLUSIVE OF ANY WARRANTY,
   INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY OR
   FITNESS FOR A PARTICULAR PURPOSE, OR ANY OTHER WARRANTY, WHETHER
   EXPRESS OR IMPLIED. IN NO EVENT WILL OPENVISION HAVE ANY LIABILITY
   FOR ANY LOST PROFITS, LOSS OF DATA OR COSTS OF PROCUREMENT OF
   SUBSTITUTE GOODS OR SERVICES, OR FOR ANY SPECIAL, INDIRECT, OR
   CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, INCLUDING,
   WITHOUT LIMITATION, THOSE RESULTING FROM THE USE OF THE SOURCE
   CODE, OR THE FAILURE OF THE SOURCE CODE TO PERFORM, OR FOR ANY
   OTHER REASON.

   OpenVision retains all copyrights in the donated Source Code.
   OpenVision also retains copyright to derivative works of the Source
   Code, whether created by OpenVision or by a third party. The
   OpenVision copyright notice must be preserved if derivative works
   are made based on the donated Source Code.

   OpenVision Technologies, Inc. has donated this Kerberos
   Administration system to MIT for inclusion in the standard Kerberos
   5 distribution. This donation underscores our commitment to
   continuing Kerberos technology development and our gratitude for
   the valuable work which has been performed by MIT and the Kerberos
   community.

======================================================================

   Portions contributed by Matt Crawford "crawdad@fnal.gov" were work
   performed at Fermi National Accelerator Laboratory, which is
   operated by Universities Research Association, Inc., under contract
   DE-AC02-76CHO3000 with the U.S. Department of Energy.

======================================================================

Portions of "src/lib/crypto" have the following copyright:

   Copyright (C) 1998 by the FundsXpress, INC.

   All rights reserved.

      Export of this software from the United States of America may
      require a specific license from the United States Government.
      It is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
   distribute this software and its documentation for any purpose and
   without fee is hereby granted, provided that the above copyright
   notice appear in all copies and that both that copyright notice and
   this permission notice appear in supporting documentation, and that
   the name of FundsXpress. not be used in advertising or publicity
   pertaining to distribution of the software without specific,
   written prior permission.  FundsXpress makes no representations
   about the suitability of this software for any purpose.  It is
   provided "as is" without express or implied warranty.

   THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

======================================================================

The implementation of the AES encryption algorithm in
"src/lib/crypto/builtin/aes" has the following copyright:

   Copyright (C) 1998-2013, Brian Gladman, Worcester, UK.
   All rights reserved.

   The redistribution and use of this software (with or without
   changes) is allowed without the payment of fees or royalties
   provided that:

      source code distributions include the above copyright notice,
      this list of conditions and the following disclaimer;

      binary distributions include the above copyright notice, this
      list of conditions and the following disclaimer in their
      documentation.

   This software is provided 'as is' with no explicit or implied
   warranties in respect of its operation, including, but not limited
   to, correctness and fitness for purpose.

======================================================================

Portions contributed by Red Hat, including the pre-authentication
plug-in framework and the NSS crypto implementation, contain the
following copyright:

   Copyright (C) 2006 Red Hat, Inc.
   Portions copyright (C) 2006 Massachusetts Institute of Technology
   All Rights Reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.

   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials provided
     with the distribution.

   * Neither the name of Red Hat, Inc., nor the names of its
     contributors may be used to endorse or promote products derived
     from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

The bundled verto source code is subject to the following license:

   Copyright 2011 Red Hat, Inc.

   Permission is hereby granted, free of charge, to any person
   obtaining a copy of this software and associated documentation
   files (the "Software"), to deal in the Software without
   restriction, including without limitation the rights to use, copy,
   modify, merge, publish, distribute, sublicense, and/or sell copies
   of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
   HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   DEALINGS IN THE SOFTWARE.

======================================================================

The MS-KKDCP client implementation has the following copyright:

   Copyright 2013,2014 Red Hat, Inc.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

      1. Redistributions of source code must retain the above
         copyright notice, this list of conditions and the following
         disclaimer.

      2. Redistributions in binary form must reproduce the above
         copyright notice, this list of conditions and the following
         disclaimer in the documentation and/or other materials
         provided with the distribution.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

The implementations of GSSAPI mechglue in GSSAPI-SPNEGO in
"src/lib/gssapi", including the following files:

   lib/gssapi/generic/gssapi_err_generic.et
   lib/gssapi/mechglue/g_accept_sec_context.c
   lib/gssapi/mechglue/g_acquire_cred.c
   lib/gssapi/mechglue/g_canon_name.c
   lib/gssapi/mechglue/g_compare_name.c
   lib/gssapi/mechglue/g_context_time.c
   lib/gssapi/mechglue/g_delete_sec_context.c
   lib/gssapi/mechglue/g_dsp_name.c
   lib/gssapi/mechglue/g_dsp_status.c
   lib/gssapi/mechglue/g_dup_name.c
   lib/gssapi/mechglue/g_exp_sec_context.c
   lib/gssapi/mechglue/g_export_name.c
   lib/gssapi/mechglue/g_glue.c
   lib/gssapi/mechglue/g_imp_name.c
   lib/gssapi/mechglue/g_imp_sec_context.c
   lib/gssapi/mechglue/g_init_sec_context.c
   lib/gssapi/mechglue/g_initialize.c
   lib/gssapi/mechglue/g_inquire_context.c
   lib/gssapi/mechglue/g_inquire_cred.c
   lib/gssapi/mechglue/g_inquire_names.c
   lib/gssapi/mechglue/g_process_context.c
   lib/gssapi/mechglue/g_rel_buffer.c
   lib/gssapi/mechglue/g_rel_cred.c
   lib/gssapi/mechglue/g_rel_name.c
   lib/gssapi/mechglue/g_rel_oid_set.c
   lib/gssapi/mechglue/g_seal.c
   lib/gssapi/mechglue/g_sign.c
   lib/gssapi/mechglue/g_store_cred.c
   lib/gssapi/mechglue/g_unseal.c
   lib/gssapi/mechglue/g_userok.c
   lib/gssapi/mechglue/g_utils.c
   lib/gssapi/mechglue/g_verify.c
   lib/gssapi/mechglue/gssd_pname_to_uid.c
   lib/gssapi/mechglue/mglueP.h
   lib/gssapi/mechglue/oid_ops.c
   lib/gssapi/spnego/gssapiP_spnego.h
   lib/gssapi/spnego/spnego_mech.c

and the initial implementation of incremental propagation, including
the following new or changed files:

   include/iprop_hdr.h
   kadmin/server/ipropd_svc.c
   lib/kdb/iprop.x
   lib/kdb/kdb_convert.c
   lib/kdb/kdb_log.c
   lib/kdb/kdb_log.h
   lib/krb5/error_tables/kdb5_err.et
   kprop/kpropd_rpc.c
   kprop/kproplog.c

are subject to the following license:

   Copyright (C) 2004 Sun Microsystems, Inc.

   Permission is hereby granted, free of charge, to any person
   obtaining a copy of this software and associated documentation
   files (the "Software"), to deal in the Software without
   restriction, including without limitation the rights to use, copy,
   modify, merge, publish, distribute, sublicense, and/or sell copies
   of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
   BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   SOFTWARE.

======================================================================

Kerberos V5 includes documentation and software developed at the
University of California at Berkeley, which includes this copyright
notice:

   Copyright (C) 1983 Regents of the University of California.
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of the University nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS
   OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

Portions contributed by Novell, Inc., including the LDAP database
backend, are subject to the following license:

   Copyright (C) 2004-2005, Novell, Inc.
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.

   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials provided
     with the distribution.

   * The copyright holder's name is not used to endorse or promote
     products derived from this software without specific prior
     written permission.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

Portions funded by Sandia National Laboratory and developed by the
University of Michigan's Center for Information Technology
Integration, including the PKINIT implementation, are subject to the
following license:

   COPYRIGHT (C) 2006-2007
   THE REGENTS OF THE UNIVERSITY OF MICHIGAN
   ALL RIGHTS RESERVED

   Permission is granted to use, copy, create derivative works and
   redistribute this software and such derivative works for any
   purpose, so long as the name of The University of Michigan is not
   used in any advertising or publicity pertaining to the use of
   distribution of this software without specific, written prior
   authorization.  If the above copyright notice or any other
   identification of the University of Michigan is included in any
   copy of any portion of this software, then the disclaimer below
   must also be included.

   THIS SOFTWARE IS PROVIDED AS IS, WITHOUT REPRESENTATION FROM THE
   UNIVERSITY OF MICHIGAN AS TO ITS FITNESS FOR ANY PURPOSE, AND
   WITHOUT WARRANTY BY THE UNIVERSITY OF MICHIGAN OF ANY KIND, EITHER
   EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED
   WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   THE REGENTS OF THE UNIVERSITY OF MICHIGAN SHALL NOT BE LIABLE FOR
   ANY DAMAGES, INCLUDING SPECIAL, INDIRECT, INCIDENTAL, OR
   CONSEQUENTIAL DAMAGES, WITH RESPECT TO ANY CLAIM ARISING OUT OF OR
   IN CONNECTION WITH THE USE OF THE SOFTWARE, EVEN IF IT HAS BEEN OR
   IS HEREAFTER ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

======================================================================

The pkcs11.h file included in the PKINIT code has the following
license:

   Copyright 2006 g10 Code GmbH
   Copyright 2006 Andreas Jellinghaus

   This file is free software; as a special exception the author gives
   unlimited permission to copy and/or distribute it, with or without
   modifications, as long as this notice is preserved.

   This file is distributed in the hope that it will be useful, but
   WITHOUT ANY WARRANTY, to the extent permitted by law; without even
   the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
   PURPOSE.

======================================================================

Portions contributed by Apple Inc. are subject to the following
license:

   Copyright 2004-2008 Apple Inc.  All Rights Reserved.

      Export of this software from the United States of America may
      require a specific license from the United States Government.
      It is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
   distribute this software and its documentation for any purpose and
   without fee is hereby granted, provided that the above copyright
   notice appear in all copies and that both that copyright notice and
   this permission notice appear in supporting documentation, and that
   the name of Apple Inc. not be used in advertising or publicity
   pertaining to distribution of the software without specific,
   written prior permission.  Apple Inc. makes no representations
   about the suitability of this software for any purpose.  It is
   provided "as is" without express or implied warranty.

   THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

======================================================================

The implementations of UTF-8 string handling in src/util/support and
src/lib/krb5/unicode are subject to the following copyright and
permission notice:

   The OpenLDAP Public License
   Version 2.8, 17 August 2003

   Redistribution and use of this software and associated
   documentation ("Software"), with or without modification, are
   permitted provided that the following conditions are met:

   1. Redistributions in source form must retain copyright
      statements and notices,

   2. Redistributions in binary form must reproduce applicable
      copyright statements and notices, this list of conditions, and
      the following disclaimer in the documentation and/or other
      materials provided with the distribution, and

   3. Redistributions must contain a verbatim copy of this
      document.

   The OpenLDAP Foundation may revise this license from time to time.
   Each revision is distinguished by a version number.  You may use
   this Software under terms of this license revision or under the
   terms of any subsequent revision of the license.

   THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS
   CONTRIBUTORS "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   DISCLAIMED.  IN NO EVENT SHALL THE OPENLDAP FOUNDATION, ITS
   CONTRIBUTORS, OR THE AUTHOR(S) OR OWNER(S) OF THE SOFTWARE BE
   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   DAMAGE.

   The names of the authors and copyright holders must not be used in
   advertising or otherwise to promote the sale, use or other dealing
   in this Software without specific, written prior permission.  Title
   to copyright in this Software shall at all times remain with
   copyright holders.

   OpenLDAP is a registered trademark of the OpenLDAP Foundation.

   Copyright 1999-2003 The OpenLDAP Foundation, Redwood City,
   California, USA.  All Rights Reserved.  Permission to copy and
   distribute verbatim copies of this document is granted.

======================================================================

Marked test programs in src/lib/krb5/krb have the following copyright:

   Copyright (C) 2006 Kungliga Tekniska Högskola
   (Royal Institute of Technology, Stockholm, Sweden).
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of KTH nor the names of its contributors may
      be used to endorse or promote products derived from this
      software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY KTH AND ITS CONTRIBUTORS "AS IS" AND
   ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
   THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KTH OR ITS
   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

The KCM Mach RPC definition file used on macOS has the following
copyright:

      Copyright (C) 2009 Kungliga Tekniska Högskola
      (Royal Institute of Technology, Stockholm, Sweden).
      All rights reserved.

   Portions Copyright (C) 2009 Apple Inc. All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of the Institute nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE
   OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

Portions of the RPC implementation in src/lib/rpc and
src/include/gssrpc have the following copyright and permission notice:

   Copyright (C) 2010, Oracle America, Inc.

   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of the "Oracle America, Inc." nor the names
      of its contributors may be used to endorse or promote products
      derived from this software without specific prior written
      permission.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

   Copyright (C) 2006,2007,2009 NTT (Nippon Telegraph and Telephone
   Corporation).  All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer as the first lines of this file unmodified.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   THIS SOFTWARE IS PROVIDED BY NTT "AS IS" AND ANY EXPRESS OR IMPLIED
   WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   DISCLAIMED. IN NO EVENT SHALL NTT BE LIABLE FOR ANY DIRECT,
   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

   Copyright 2000 by Carnegie Mellon University

   All Rights Reserved

   Permission to use, copy, modify, and distribute this software and
   its documentation for any purpose and without fee is hereby
   granted, provided that the above copyright notice appear in all
   copies and that both that copyright notice and this permission
   notice appear in supporting documentation, and that the name of
   Carnegie Mellon University not be used in advertising or publicity
   pertaining to distribution of the software without specific,
   written prior permission.

   CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
   THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
   FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
   AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   SOFTWARE.

======================================================================

   Copyright (C) 2002 Naval Research Laboratory (NRL/CCS)

   Permission to use, copy, modify and distribute this software and
   its documentation is hereby granted, provided that both the
   copyright notice and this permission notice appear in all copies of
   the software, derivative works or modified versions, and any
   portions thereof.

   NRL ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION AND
   DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER
   RESULTING FROM THE USE OF THIS SOFTWARE.

======================================================================

   Copyright (C) 1991, 1992, 1994 by Cygnus Support.

   Permission to use, copy, modify, and distribute this software and
   its documentation for any purpose and without fee is hereby
   granted, provided that the above copyright notice appear in all
   copies and that both that copyright notice and this permission
   notice appear in supporting documentation. Cygnus Support makes no
   representations about the suitability of this software for any
   purpose.  It is provided "as is" without express or implied
   warranty.

======================================================================

   Copyright (C) 2006 Secure Endpoints Inc.

   Permission is hereby granted, free of charge, to any person
   obtaining a copy of this software and associated documentation
   files (the "Software"), to deal in the Software without
   restriction, including without limitation the rights to use, copy,
   modify, merge, publish, distribute, sublicense, and/or sell copies
   of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
   BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   SOFTWARE.

======================================================================

Portions of the implementation of the Fortuna-like PRNG are subject to
the following notice:

   Copyright (C) 2005 Marko Kreen
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR
   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

   Copyright (C) 1994 by the University of Southern California

      EXPORT OF THIS SOFTWARE from the United States of America may
      require a specific license from the United States Government. It
      is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to copy, modify, and distribute
   this software and its documentation in source and binary forms is
   hereby granted, provided that any documentation or other materials
   related to such distribution or use acknowledge that the software
   was developed by the University of Southern California.

   DISCLAIMER OF WARRANTY.  THIS SOFTWARE IS PROVIDED "AS IS".  The
   University of Southern California MAKES NO REPRESENTATIONS OR
   WARRANTIES, EXPRESS OR IMPLIED.  By way of example, but not
   limitation, the University of Southern California MAKES NO
   REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
   PARTICULAR PURPOSE. The University of Southern California shall not
   be held liable for any liability nor for any direct, indirect, or
   consequential damages with respect to any claim by the user or
   distributor of the ksu software.

======================================================================

   Copyright (C) 1995
   The President and Fellows of Harvard University

   This code is derived from software contributed to Harvard by Jeremy
   Rassen.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. All advertising materials mentioning features or use of this
      software must display the following acknowledgement:

         This product includes software developed by the University of
         California, Berkeley and its contributors.

   4. Neither the name of the University nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS
   OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

   Copyright (C) 2008 by the Massachusetts Institute of Technology.
   Copyright 1995 by Richard P. Basch.  All Rights Reserved.
   Copyright 1995 by Lehman Brothers, Inc.  All Rights Reserved.

      Export of this software from the United States of America may
      require a specific license from the United States Government. It
      is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
   distribute this software and its documentation for any purpose and
   without fee is hereby granted, provided that the above copyright
   notice appear in all copies and that both that copyright notice and
   this permission notice appear in supporting documentation, and that
   the name of Richard P. Basch, Lehman Brothers and M.I.T. not be
   used in advertising or publicity pertaining to distribution of the
   software without specific, written prior permission.  Richard P.
   Basch, Lehman Brothers and M.I.T. make no representations about the
   suitability of this software for any purpose.  It is provided "as
   is" without express or implied warranty.

======================================================================

The following notice applies to "src/lib/krb5/krb/strptime.c" and
"src/include/k5-queue.h".

   Copyright (C) 1997, 1998 The NetBSD Foundation, Inc.
   All rights reserved.

   This code was contributed to The NetBSD Foundation by Klaus Klein.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. All advertising materials mentioning features or use of this
      software must display the following acknowledgement:

         This product includes software developed by the NetBSD
         Foundation, Inc. and its contributors.

   4. Neither the name of The NetBSD Foundation nor the names of
      its contributors may be used to endorse or promote products
      derived from this software without specific prior written
      permission.

   THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
   CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE
   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   DAMAGE.

======================================================================

The following notice applies to Unicode library files in
"src/lib/krb5/unicode":

   Copyright 1997, 1998, 1999 Computing Research Labs,
   New Mexico State University

   Permission is hereby granted, free of charge, to any person
   obtaining a copy of this software and associated documentation
   files (the "Software"), to deal in the Software without
   restriction, including without limitation the rights to use, copy,
   modify, merge, publish, distribute, sublicense, and/or sell copies
   of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   NONINFRINGEMENT.  IN NO EVENT SHALL THE COMPUTING RESEARCH LAB OR
   NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY CLAIM, DAMAGES OR
   OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
   OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

======================================================================

The following notice applies to "src/util/support/strlcpy.c":

   Copyright (C) 1998 Todd C. Miller "Todd.Miller@courtesan.com"

   Permission to use, copy, modify, and distribute this software for
   any purpose with or without fee is hereby granted, provided that
   the above copyright notice and this permission notice appear in all
   copies.

   THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
   WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
   WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
   AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
   OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

======================================================================

The following notice applies to "src/util/profile/argv_parse.c" and
"src/util/profile/argv_parse.h":

   Copyright 1999 by Theodore Ts'o.

   Permission to use, copy, modify, and distribute this software for
   any purpose with or without fee is hereby granted, provided that
   the above copyright notice and this permission notice appear in all
   copies.  THE SOFTWARE IS PROVIDED "AS IS" AND THEODORE TS'O (THE
   AUTHOR) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN
   NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
   INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
   RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
   IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.  (Isn't
   it sick that the U.S. culture of lawsuit-happy lawyers requires
   this kind of disclaimer?)

======================================================================

The following notice applies to SWIG-generated code in
"src/util/profile/profile_tcl.c":

   Copyright (C) 1999-2000, The University of Chicago

   This file may be freely redistributed without license or fee
   provided this copyright message remains intact.

======================================================================

The following notice applies to portiions of "src/lib/rpc" and
"src/include/gssrpc":

   Copyright (C) 2000 The Regents of the University of Michigan. All
   rights reserved.

   Copyright (C) 2000 Dug Song "dugsong@UMICH.EDU". All rights
   reserved, all wrongs reversed.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of the University nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
   WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   DAMAGE.

======================================================================

Implementations of the MD4 algorithm are subject to the following
notice:

   Copyright (C) 1990, RSA Data Security, Inc. All rights reserved.

   License to copy and use this software is granted provided that it
   is identified as the "RSA Data Security, Inc. MD4 Message Digest
   Algorithm" in all material mentioning or referencing this software
   or this function.

   License is also granted to make and use derivative works provided
   that such works are identified as "derived from the RSA Data
   Security, Inc. MD4 Message Digest Algorithm" in all material
   mentioning or referencing the derived work.

   RSA Data Security, Inc. makes no representations concerning either
   the merchantability of this software or the suitability of this
   software for any particular purpose.  It is provided "as is"
   without express or implied warranty of any kind.

   These notices must be retained in any copies of any part of this
   documentation and/or software.

======================================================================

Implementations of the MD5 algorithm are subject to the following
notice:

   Copyright (C) 1990, RSA Data Security, Inc. All rights reserved.

   License to copy and use this software is granted provided that it
   is identified as the "RSA Data Security, Inc. MD5 Message- Digest
   Algorithm" in all material mentioning or referencing this software
   or this function.

   License is also granted to make and use derivative works provided
   that such works are identified as "derived from the RSA Data
   Security, Inc. MD5 Message-Digest Algorithm" in all material
   mentioning or referencing the derived work.

   RSA Data Security, Inc. makes no representations concerning either
   the merchantability of this software or the suitability of this
   software for any particular purpose.  It is provided "as is"
   without express or implied warranty of any kind.

   These notices must be retained in any copies of any part of this
   documentation and/or software.

======================================================================

The following notice applies to
"src/lib/crypto/crypto_tests/t_mddriver.c":

   Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All
   rights reserved.

   RSA Data Security, Inc. makes no representations concerning either
   the merchantability of this software or the suitability of this
   software for any particular purpose. It is provided "as is" without
   express or implied warranty of any kind.

   These notices must be retained in any copies of any part of this
   documentation and/or software.

======================================================================

Portions of "src/lib/krb5" are subject to the following notice:

   Copyright (C) 1994 CyberSAFE Corporation.
   Copyright 1990,1991,2007,2008 by the Massachusetts Institute of Technology.
   All Rights Reserved.

      Export of this software from the United States of America may
      require a specific license from the United States Government. It
      is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
   distribute this software and its documentation for any purpose and
   without fee is hereby granted, provided that the above copyright
   notice appear in all copies and that both that copyright notice and
   this permission notice appear in supporting documentation, and that
   the name of M.I.T. not be used in advertising or publicity
   pertaining to distribution of the software without specific,
   written prior permission.  Furthermore if you modify this software
   you must label your software as modified software and not
   distribute it in such a fashion that it might be confused with the
   original M.I.T. software. Neither M.I.T., the Open Computing
   Security Group, nor CyberSAFE Corporation make any representations
   about the suitability of this software for any purpose.  It is
   provided "as is" without express or implied warranty.

======================================================================

Portions contributed by PADL Software are subject to the following
license:

   Copyright (c) 2011, PADL Software Pty Ltd. All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of PADL Software nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY PADL SOFTWARE AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL PADL SOFTWARE
   OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

The bundled libev source code is subject to the following license:

   All files in libev are Copyright (C)2007,2008,2009 Marc Alexander
   Lehmann.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.

   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials provided
     with the distribution.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

   Alternatively, the contents of this package may be used under the
   terms of the GNU General Public License ("GPL") version 2 or any
   later version, in which case the provisions of the GPL are
   applicable instead of the above. If you wish to allow the use of
   your version of this package only under the terms of the GPL and
   not to allow others to use your version of this file under the BSD
   license, indicate your decision by deleting the provisions above
   and replace them with the notice and other provisions required by
   the GPL in this and the other files of this package. If you do not
   delete the provisions above, a recipient may use your version of
   this file under either the BSD or the GPL.

   On Debian systems, the complete text of the GNU General Public License
   version 2 can be found in `/usr/share/common-licenses/GPL-2'.

======================================================================

Files copied from the Intel AESNI Sample Library are subject to the
following license:

   Copyright (C) 2010, Intel Corporation
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

      * Redistributions of source code must retain the above
        copyright notice, this list of conditions and the following
        disclaimer.

      * Redistributions in binary form must reproduce the above
        copyright notice, this list of conditions and the following
        disclaimer in the documentation and/or other materials
        provided with the distribution.

      * Neither the name of Intel Corporation nor the names of its
        contributors may be used to endorse or promote products
        derived from this software without specific prior written
        permission.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

The following notice applies to
"src/ccapi/common/win/OldCC/autolock.hxx":

   Copyright (C) 1998 by Danilo Almeida.  All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.

   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials provided
     with the distribution.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

The following notice applies to portions of
"src/plugins/preauth/spake/edwards25519.c" and
"src/plugins/preauth/spake/edwards25519_tables.h":

The MIT License (MIT)

Copyright (c) 2015-2016 the fiat-crypto authors (see the AUTHORS
file).

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

======================================================================

The following notice applies to portions of
"src/plugins/preauth/spake/edwards25519.c":

Copyright (c) 2015-2016, Google Inc.

Permission to use, copy, modify, and/or distribute this software for
any purpose with or without fee is hereby granted, provided that the
above copyright notice and this permission notice appear in all
copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

======================================================================

The Debian Packaging is licensed under the same terms as MIT Kerberos.



==========================================================================
Package: libharfbuzz0b:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: HarfBuzz
Upstream-Contact: Behdad Esfahbod
Source: https://www.freedesktop.org/wiki/Software/HarfBuzz
Files-excluded: test/shape/data/in-house/fonts/641ca9d7808b01cafa9a666c13811c9b56eb9c52.ttf
 test/shape/data/in-house/tests/arabic-mark-attach.tests

Files: *
Copyright: 2018-2020, Adobe, Inc
           2005-2023, Behdad Esfahbod
           2007, Chris Wilson
           2011, Codethink Limited
           2005, David Turner
           1998-2004, David Turner and Werner Lemberg
           2015-2020, Ebrahim Byagowi
           2016, Elie Roux
           2019-2020, Facebook, Inc
           2010-2022, Google, Inc
           2016, Igalia S.L
           2009, Keith Stribley
           2018-2021, Khaled Hosny
           2011, Martin Hosken and SIL International
           2022, Matthias Clasen
           2012-2015, Mozilla Foundation
           2008-2010, Nokia Corporation and/or its subsidiary(-ies)
           1998-2022, Red Hat, Inc
License: MIT

Files: debian/*
Copyright: 2012-2019, أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
License: MIT

Files: src/hb-unicode-emoji-table.hh
Copyright: 2022, Unicode®, Inc
License: Unicode
Comment: https://www.unicode.org/terms_of_use.html

Files: src/hb-ucd.cc
Copyright: 2012, Grigori Goronzy <greg@kinoho.net>
License: ISC

Files: test/shape/data/text-rendering-tests/*
Copyright: 2016, Unicode Inc
License: Apache-2.0

Files: perf/fonts/Amiri-Regular.ttf
       perf/fonts/NotoNastaliqUrdu-Regular.ttf
       test/api/fonts/*
       test/fuzzing/fonts/*
       test/shape/data/text-rendering-tests/fonts/*
Copyright: 2002-2018, Adobe Systems Incorporated
           2017-2019, Amin Abedi (@aminabedi68)-www.fontamin.com
           2015, Cadson Demak <info@cadsondemak.com>
           2011-2020, Google Inc
           2016, Igalia S.L. (http://igalia.com/)
           2017, Jens Kutilek
           2010-2017, Khaled Hosny <khaledhosny@eglug.org>
           2016, Sascha Brawer
           2010, Sebastian Kosch <sebastian@aldusleaf.org>
           2008, The Bungee Project Authors <david@djr.com>
           1993-2016, The Font Bureau, Inc
           2016, The M+ Project Authors
           2021, The Qahiri Project Authors (github.com/aliftype/qahiri)
           2016-2019, Unicode, Inc
License: OFL-1.1

Files: test/shape/data/in-house/fonts/*
Copyright: 2000-2016, Adobe Systems Incorporated
           2016, Alfredo Marco Pradil
           2018-2022, David Corbett
           2010-2022, Google, Inc
           2011-2012, Lohit Fonts Project contributors <https://pagure.io/lohit>
           2013-2020, Microsoft Corporation
           2018, SIL International (http://scripts.sil.org)
           2010-2021, The Amiri Project Authors (https://github.com/aliftype/amiri)
           2015-2021, The Mada Project Authors
           2021, The Qahiri Project Authors (github.com/aliftype/qahiri)
           2021, The Raqq Project Authors (github.com/aliftype/raqq)
           2018, Unicode, Inc
           2005, Zawgyi.net & Alpha Mandalay
License: OFL-1.1

Files: test/subset/data/*
Copyright: 2002-2018, Adobe Systems Incorporated (http://www.adobe.com/)
           2012, Andhrapradesh Society for Knowledge Networks (fonts.siliconandhra.org)
           2013, Danh Hong (khmertype.org)
           2007, Denis Moyogo Jacquerye <moyogo@gmail.com>
           2011-2012, George W. Nuss (http://www.fulbefouta.com)
           2010-2016, Google Inc
           2011, Hjort Nidudsson
           2019, Inter IKEA Systems B.V. (www.ikea.com)
           2010, NHN Corporation
           2011-2012, Sorkin Type Co (www.sorkintype.com)
           2013, The Alegreya Sans Project Authors (https://github.com/huertatipografica/Alegreya-Sans)
           2010-2020, The Amiri Project Authors (https://github.com/alif-type/amiri)
           2008, The Bungee Project Authors <david@djr.com>
           2007-2008, The C&MA Guinea Fulbe Team
           2011, The Comfortaa Project Authors (https://github.com/alexeiva/comfortaa)
           2020, The Fraunces Project Authors (github.com/undercasetype/Fraunces)
           2016, The M+ Project Authors
           2021, The M+ FONTS Project Authors (https://github.com/coz-m/MPLUS_FONTS)
           2019, The Noto Project Authors (github. com/googlei18n/noto-fonts)
           2017, The Roboto Flex Project Authors (https://github.com/TypeNetwork/Roboto-Flex)
           2004-2020, SIL International (http://www.sil.org)
           2017, The Spectral Project Authors (http://github.com/productiontype/spectral)
           2001-2021, The STIX Fonts Project Authors (https://github.com/stipub/stixfonts)
License: OFL-1.1

Files: test/shape/data/aots/*
Copyright: 2000-2016, Adobe Systems Incorporated
License: Apache-2.0

Files: perf/fonts/Roboto-Regular.ttf
       test/api/fonts/nameID.origin.ttf
       test/api/fonts/nameID.override.expected.ttf
       test/api/fonts/OpenSans-Regular.ttf
       test/shape/data/text-rendering-tests/fonts/TestShapeKndaV3.ttf
       test/subset/data/fonts/Tinos-Italic.ttf
       test/subset/data/fonts/IndicTestHowrah-Regular.ttf
       test/subset/data/fonts/IndicTestJalandhar-Regular.ttf
       test/subset/data/fonts/Roboto-Regular.ttf
       test/subset/data/fonts/Roboto-Variable.ttf
Copyright: 2010-2013, Google Corporation
License: Apache-2.0

Files: test/shape/data/in-house/fonts/e8691822f6a705e3e9fb48a0405c645b1a036590.ttf
Copyright: 2020, Fredrick R. Brennan
License: Apache-2.0

Files: test/subset/data/fonts/Khmer.ttf
Copyright: 2013, Danh Hong (khmertype.org)
License: Apache-2.0

Files: test/api/fonts/TestGVAREight.ttf
       test/shape/data/text-rendering-tests/fonts/TestGVAREight.ttf
Copyright: 1992-2017, Thomas A. Rickner
License: Apache-2.0
Comment: License mismatch resolved: https://github.com/harfbuzz/harfbuzz/issues/4062

Files: test/api/fonts/TestGVAROne.ttf
       test/api/fonts/TestGVARThree.ttf
       test/api/fonts/TestGVARTwo.ttf
       test/shape/data/text-rendering-tests/fonts/TestGVAROne.ttf
       test/shape/data/text-rendering-tests/fonts/TestGVARThree.ttf
       test/shape/data/text-rendering-tests/fonts/TestGVARTwo.ttf
Copyright: 2016, Monotype Hong Kong Ltd. and Monotype Imaging Inc
License: Monotype

Files: test/shape/data/in-house/fonts/074a5ae6b19de8f29772fdd5df2d3d833f81f5e6.ttf
       test/shape/data/in-house/fonts/1a3d8f381387dd29be1e897e4b5100ac8b4829e1.ttf
       test/shape/data/in-house/fonts/b151cfcdaa77585d77f17a42158e0873fc8e2633.ttf
       test/shape/data/in-house/fonts/d9b8bc10985f24796826c29f7ccba3d0ae11ec02.ttf
Copyright: 2017, David Corbett
License: CC0-1.0

Files: test/shape/data/in-house/fonts/b722a7d09e60421f3efbc706ad348ab47b88567b.ttf
Copyright: 2005, Mihail Bayaryn
License: GPL-3+

Files: test/shape/data/in-house/fonts/b895f8ff06493cc893ec44de380690ca0074edfa.ttf
Copyright: 2009-2010, Yoram Gnat (yoram.gnat@gmail.com)
           2003-2007, Ralph Hancock & John Hudson
License: GPL-2+ with Font exception

Files: test/shape/data/in-house/fonts/DFONT.dfont
       test/shape/data/in-house/fonts/TTC.ttc
Copyright: 2015, FontTools
License: MIT
Comment: https://github.com/fonttools/fonttools/blob/main/LICENSE

Files: test/subset/data/expected/glyph_names/*
       test/subset/data/fonts/Ubuntu-Regular.ttf
Copyright: 2011, Canonical Ltd.
License: UFL-1.0

Files: aclocal.m4
       Makefile.in
       m4/*
       docs/Makefile.in
       perf/Makefile.in
       src/Makefile.in
       test/Makefile.in
       test/api/Makefile.in
       test/fuzzing/Makefile.in
       test/shape/Makefile.in
       test/shape/data/Makefile.in
       test/shape/data/aots/Makefile.in
       test/shape/data/in-house/Makefile.in
       test/shape/data/text-rendering-tests/Makefile.in
       test/subset/Makefile.in
       test/subset/data/Makefile.in
       test/subset/data/repack_tests/Makefile.in
       test/threads/Makefile.in
       util/Makefile.in
Copyright: 1994-2018, Free Software Foundation, Inc
           2004-2007, Damon Chaplin
           2012-2015, Dan Nicholson <dbn.lists@gmail.com>
           2003, James Henstridge
           2009, Johan Dahlin
           2004, Scott James Remnant <scott@netsplit.com>
           2007-2017, Stefan Sauer
           2003-2005, Thomas Vander Stichele <thomas@apestaart.org>
License: FSFULLR

Files: ar-lib
       compile
       depcomp
       missing
       test-driver
Copyright: 1996-2018, Free Software Foundation, Inc
License: GPL-2+ with AutoConf exception

Files: config.guess
       config.sub
Copyright: 1992-2018, Free Software Foundation, Inc
License: GPL-3+ with AutoConf exception

Files: m4/ax_cxx_compile_stdcxx.m4
Copyright: 2008, Benjamin Kosnik <bkoz@redhat.com>
           2014-2015, Google Inc.; contributed by Alexey Sokolov <sokolov@google.com>
           2016, Krzesimir Nowak <qdlacz@gmail.com>
           2015, Moritz Klammler <moritz@klammler.eu>
           2015, Paul Norman <penorman@mac.com>
           2013, Roy Stogner <roystgnr@ices.utexas.edu>
           2012, Zack Weinberg <zackw@panix.com>
License: FSFAP

Files: m4/ax_code_coverage.m4
Copyright: 2015, Bastien ROUCARIES
           2012, Christian Persch
           2012, Dan Winship
           2012, Paolo Borelli
           2012-2016, Philip Withnall
           2012, Xan Lopez
License: LGPL-2.1+

Files: ltmain.sh
Copyright: 1996-2015, Free Software Foundation, Inc
License: GPL-2+ with LibTool exception

Files: gtk-doc.make
Copyright: 2004-2007, Damon Chaplin
           2003, James Henstridge
           2007-2017, Stefan Sauer
License: GPL-3+

Files: m4/ax_check_link_flag.m4
Copyright: 2008, Guido U. Draheim <guidod@gmx.de>
           2011, Maarten Bosmans <mkbosmans@gmail.com>
License: GPL-3+ with AutoConf exception

Files: m4/gtk-doc.m4
Copyright: 2003, James Henstridge
           2007-2017, Stefan Sauer
License: GPL-3+

Files: m4/ax_pthread.m4
Copyright: 2011, Daniel Richard G <skunk@iSKUNK.ORG>
           2008, Steven G. Johnson <stevenj@alum.mit.edu>
License: GPL-3+ with AutoConf exception

Files: install-sh
Copyright: 1994, X Consortium
License: Expat

Files: INSTALL
Copyright: 1994-2016, Free Software
License: FSFAP

Files: configure
Copyright: 1992-2014, Free Software Foundation, Inc
License: FSFUL

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
  http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the full text of the Apache License
 can be found in the file `/usr/share/common-licenses/Apache-2.0'.

License: CC0-1.0
 On Debian systems, the text of the CC0 1.0 Universal license can be
 found in ‘/usr/share/common-licenses/CC0-1.0’.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from the X Consor-
 tium.

License: FSFAP
 Copying and distribution of this file, with or without modification, are
 permitted in any medium without royalty provided the copyright notice
 and this notice are preserved.  This file is offered as-is, without any
 warranty.

License: FSFUL
 This script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.

License: FSFULLR
 This file is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.

License: GPL-2+ with AutoConf exception
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 On Debian systems, the complete text of the GNU General Public
 License, version 2 can be found in "/usr/share/common-licenses/GPL-2".
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that program.

License: GPL-2+ with Font exception
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 On Debian systems, the complete text of the GNU General Public
 License, version 2 can be found in "/usr/share/common-licenses/GPL-2".
 .
 As a special exception, if you create a document which uses this font,
 and embed this font or unaltered portions of this font into the
 document, this font does not by itself cause the resulting document
 to be covered by the GNU General Public License. This exception does
 not however invalidate any other reasons why the document might be
 covered by the GNU General Public License. If you modify this font,
 you may extend this exception to your version of the font, but you
 are not obligated to do so. If you do not wish to do so, delete this
 exception statement from your version.

License: GPL-2+ with LibTool exception
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 On Debian systems, the complete text of the GNU General Public
 License, version 2 can be found in "/usr/share/common-licenses/GPL-2".
 .
 As a special exception to the GNU General Public License,
 if you distribute this file as part of a program or library that
 is built using GNU Libtool, you may include this file under the
 same distribution terms that you use for the rest of that program.

License: GPL-3+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or (at
 your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 On Debian systems, the complete text of the GNU General Public
 License, version 3 can be found in "/usr/share/common-licenses/GPL-3".

License: GPL-3+ with AutoConf exception
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 On Debian systems, the complete text of the GNU General Public
 License, version 3 can be found in "/usr/share/common-licenses/GPL-3".
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that program.

License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or modify it
 under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1 of the License, or (at
 your option) any later version.
 .
 This library is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
 General Public License for more details.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License, version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".

License: MIT
 Permission is hereby granted, without written agreement and without license or
 royalty fees, to use, copy, modify, and distribute this software and its
 documentation for any purpose, provided that the above copyright notice and
 the following two paragraphs appear in all copies of this software.
 .
 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR DIRECT,
 INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE
 OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE COPYRIGHT HOLDER HAS BEEN
 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .
 THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
 AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT,
 UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

License: OFL-1.1
 SIL OPEN FONT LICENSE
 .
 Version 1.1 - 26 February 2007
 .
 PREAMBLE
 The goals of the Open Font License (OFL) are to stimulate worldwide
 development of collaborative font projects, to support the font creation
 efforts of academic and linguistic communities, and to provide a free and
 open framework in which fonts may be shared and improved in partnership
 with others.
 .
 The OFL allows the licensed fonts to be used, studied, modified and
 redistributed freely as long as they are not sold by themselves. The
 fonts, including any derivative works, can be bundled, embedded,
 redistributed and/or sold with any software provided that any reserved
 names are not used by derivative works. The fonts and derivatives,
 however, cannot be released under any other type of license. The
 requirement for fonts to remain under this license does not apply
 to any document created using the fonts or their derivatives.
 .
 DEFINITIONS
 "Font Software" refers to the set of files released by the Copyright
 Holder(s) under this license and clearly marked as such. This may
 include source files, build scripts and documentation.
 .
 "Reserved Font Name" refers to any names specified as such after the
 copyright statement(s).
 .
 "Original Version" refers to the collection of Font Software components as
 distributed by the Copyright Holder(s).
 .
 "Modified Version" refers to any derivative made by adding to, deleting,
 or substituting - in part or in whole - any of the components of the
 Original Version, by changing formats or by porting the Font Software to a
 new environment.
 .
 "Author" refers to any designer, engineer, programmer, technical
 writer or other person who contributed to the Font Software.
 .
 PERMISSION & CONDITIONS
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of the Font Software, to use, study, copy, merge, embed, modify,
 redistribute, and sell modified and unmodified copies of the Font
 Software, subject to the following conditions:
 .
 1) Neither the Font Software nor any of its individual components,
 in Original or Modified Versions, may be sold by itself.
 .
 2) Original or Modified Versions of the Font Software may be bundled,
 redistributed and/or sold with any software, provided that each copy
 contains the above copyright notice and this license. These can be
 included either as stand-alone text files, human-readable headers or
 in the appropriate machine-readable metadata fields within text or
 binary files as long as those fields can be easily viewed by the user.
 .
 3) No Modified Version of the Font Software may use the Reserved Font
 Name(s) unless explicit written permission is granted by the corresponding
 Copyright Holder. This restriction only applies to the primary font name as
 presented to the users.
 .
 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
 Software shall not be used to promote, endorse or advertise any
 Modified Version, except to acknowledge the contribution(s) of the
 Copyright Holder(s) and the Author(s) or with their explicit written
 permission.
 .
 5) The Font Software, modified or unmodified, in part or in whole,
 must be distributed entirely under this license, and must not be
 distributed under any other license. The requirement for fonts to
 remain under this license does not apply to any document created
 using the Font Software.
 .
 TERMINATION
 This license becomes null and void if any of the above conditions are
 not met.
 .
 DISCLAIMER
 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
 OTHER DEALINGS IN THE FONT SOFTWARE.

License: Monotype
 This font software is the property of Monotype Imaging Inc., one of its
 affiliated entities, or its licensors (collectively, Monotype) and its use
 by you is covered under the terms of a license agreement.
 .
 You have obtained this font software either directly from Monotype or from the
 Unicode Consortium. Monotype has granted the Consortium and recipients of the
 this font distributed by the Consortium, permission, free of charge, to use,
 copy modify, publish, distribute, sublicense, and/or sell copies of the font,
 and to permit persons to whom the font is distributed to do so. In addition,
 Monotype grants to the Consortium the worldwide, nonexclusive, royalty-free,
 paid-up, and irrevocable rights under Monotype's copyright rights to
 reproduce, publicly display, publicly perform, prepare derivative works of,
 and distribute copies of the font, and the right to sublicense others who
 legally receive copies of the font.
 .
 You can learn more about Monotype here:  www.monotype.com

License: UFL-1.0
 -------------------------------
 UBUNTU FONT LICENCE Version 1.0
 -------------------------------
 .
 PREAMBLE
 This licence allows the licensed fonts to be used, studied, modified and
 redistributed freely. The fonts, including any derivative works, can be
 bundled, embedded, and redistributed provided the terms of this licence
 are met. The fonts and derivatives, however, cannot be released under
 any other licence. The requirement for fonts to remain under this
 licence does not require any document created using the fonts or their
 derivatives to be published under this licence, as long as the primary
 purpose of the document is not to be a vehicle for the distribution of
 the fonts.
 .
 DEFINITIONS
 "Font Software" refers to the set of files released by the Copyright
 Holder(s) under this licence and clearly marked as such. This may
 include source files, build scripts and documentation.
 .
 "Original Version" refers to the collection of Font Software components
 as received under this licence.
 .
 "Modified Version" refers to any derivative made by adding to, deleting,
 or substituting -- in part or in whole -- any of the components of the
 Original Version, by changing formats or by porting the Font Software to
 a new environment.
 .
 "Copyright Holder(s)" refers to all individuals and companies who have a
 copyright ownership of the Font Software.
 .
 "Substantially Changed" refers to Modified Versions which can be easily
 identified as dissimilar to the Font Software by users of the Font
 Software comparing the Original Version with the Modified Version.
 .
 To "Propagate" a work means to do anything with it that, without
 permission, would make you directly or secondarily liable for
 infringement under applicable copyright law, except executing it on a
 computer or modifying a private copy. Propagation includes copying,
 distribution (with or without modification and with or without charging
 a redistribution fee), making available to the public, and in some
 countries other activities as well.
 .
 PERMISSION & CONDITIONS
 This licence does not grant any rights under trademark law and all such
 rights are reserved.
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of the Font Software, to propagate the Font Software, subject to
 the below conditions:
 .
 1) Each copy of the Font Software must contain the above copyright
 notice and this licence. These can be included either as stand-alone
 text files, human-readable headers or in the appropriate machine-
 readable metadata fields within text or binary files as long as those
 fields can be easily viewed by the user.
 .
 2) The font name complies with the following:
 (a) The Original Version must retain its name, unmodified.
 (b) Modified Versions which are Substantially Changed must be renamed to
 avoid use of the name of the Original Version or similar names entirely.
 (c) Modified Versions which are not Substantially Changed must be
 renamed to both (i) retain the name of the Original Version and (ii) add
 additional naming elements to distinguish the Modified Version from the
 Original Version. The name of such Modified Versions must be the name of
 the Original Version, with "derivative X" where X represents the name of
 the new work, appended to that name.
 .
 3) The name(s) of the Copyright Holder(s) and any contributor to the
 Font Software shall not be used to promote, endorse or advertise any
 Modified Version, except (i) as required by this licence, (ii) to
 acknowledge the contribution(s) of the Copyright Holder(s) or (iii) with
 their explicit written permission.
 .
 4) The Font Software, modified or unmodified, in part or in whole, must
 be distributed entirely under this licence, and must not be distributed
 under any other licence. The requirement for fonts to remain under this
 licence does not affect any document created using the Font Software,
 except any version of the Font Software extracted from a document
 created using the Font Software may only be distributed under this
 licence.
 .
 TERMINATION
 This licence becomes null and void if any of the above conditions are
 not met.
 .
 DISCLAIMER
 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
 COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
 DEALINGS IN THE FONT SOFTWARE.

License: Unicode
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of the Unicode data files and any associated documentation
 (the "Data Files") or Unicode software and any associated documentation
 (the "Software") to deal in the Data Files or Software
 without restriction, including without limitation the rights to use,
 copy, modify, merge, publish, distribute, and/or sell copies of
 the Data Files or Software, and to permit persons to whom the Data Files
 or Software are furnished to do so, provided that either
 (a) this copyright and permission notice appear with all copies
 of the Data Files or Software, or
 (b) this copyright and permission notice appear in associated
 Documentation.
 .
 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT OF THIRD PARTY RIGHTS.
 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
 NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
 DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THE DATA FILES OR SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder
 shall not be used in advertising or otherwise to promote the sale,
 use or other dealings in these Data Files or Software without prior
 written authorization of the copyright holder.



==========================================================================
Package: libhogweed6:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Nettle
Upstream-Contact: Niels Möller <nisse@lysator.liu.se>
Source: http://www.lysator.liu.se/~nisse/nettle/
Copyright: © 2001-2020 Niels Möller
 Some parts are Copyright © the Free Software Foundation and various
 people. See below and source code comments for details.
License: LGPL-3+ or GPL-2+
Comment:
 Nettle is dual licenced under the GNU General Public License version
 2 or later, and the GNU Lesser General Public License version 3 or
 later.  When using Nettle, you must comply fully with all conditions
 of at least one of these licenses. A few of the individual files are
 licensed under more permissive terms, or in the public domain. To
 find the current status of particular files, you have to read the
 copyright notices at the top of the files.
 .
 8X--------- AUTHORS file -----------------------------------------
 Authors of GNU Nettle
 .
 The oldest code in Nettle was copied into precursors of the Nettle
 library from other public domain or LGPLv2 sources.
 .
 Steve Reid		Original CAST128 implementation
 Dana L. How		Original DES implementation,
 Colin Plumb		Original MD5 implementation
 Peter Gutmann		Original SHA1 implementation
 Andrew Kuchling		Original MD2 implementation
 .
 Free Software Foundation
 			Holds copyrights on code ported from
 			libgcrypt, written by Werner Koch and others.
 .
 J.H.M. Dassen		Original port of blowfish to GNU lsh, later
 			split off into Nettle. (This blowfish
 			implementation was replaced later).
 			Twofish tests.
 .
 Ruud de Rooij		Twofish implementation for GNU lsh, later split off into Nettle.
 .
 Rafael Sevilla		AES C and x86 implementation, original port of
 			Serpent, for GNU lsh, later split off into Nettle.
 .
 Authors of Nettle (in roughly chronological order of initial contribution)
 .
 Niels Möller		Main author.
 .
 Dan Egnor		Base64 conversion.
 .
 Andreas Sigfridsson	Port of MD2, from Andrew Kuchling's python
 			cryptography toolkit.
 .
 Marcus Comstedt		Implemented MD4.
 .
 D. J. Bernstein		Salsa20 public domain reference implementation.
 .
 Simon Josefsson		Port of Arctwo, from GnuTLS and libgcrypt. New
 			ports of LGPL Serpent and Blowfish code, from
 			libgcrypt. Port of Salsa20, based on djb's
 			reference. Implementation of PBKDF2 (RFC
 			2898).
 .
 Henrik Grubbström	AES assembly for Sparc64.
 .
 Magnus Holmgren		Conversion of DSA keys from DER format to SEXP
 			format.
 .
 Daniel Kahn Gillmor	Added the lists for nettle_get_ciphers,
 			nettle_get_hashes and nettle_get_armors. Test
 			vectors for hashes and hmac.
 .
 Nippon Telegraph and Telephone Corporation
 			LGPL:ed reference implementation of the
 			Camellia cipher.
 .
 Andrew M. (floodyberry)
 			The poly1305 code nettle's C implementation is
 			derived from.
 .
 Aleksey Kravchenko	The gosthash94 implementation in rhash library.
 .
 Stefan Metzmacher, Jeremy Allison, Michael Adam
 			Contributed to the CMAC code, which was added
 			to Nettle by Nikos Mavroyanopoulos.
 .
 Nikos Mavroyanopoulos	GCM implementation, RSA blinding code,
 			interface for general rsa-pkcs1 signatures.
 			Port of gosthash94 implementation from rhash. Port of
 			poly1305. Salsa20r12 variant. HKDF (RFC 5869)
 			implementation. CMAC and SIV-CMAV
 			implementation. CTR and GCM optimizations.
 			Implementation of versioned symbols. Setup of
 			.gitlab-ci.yml. Large number of smaller fixes.
 .
 Andres Mejia		Ported Ripemd160 from libgcrypt.
 .
 Martin Storsjö		Implemented m4 macrology to make x86_64
 			assembly files work with the windows ABI.
 			Several other portability improvements.
 .
 Jeronimo Pellegrini	Documentation for base16 and base64 functions.
 .
 Tim Ruehsen		Several smaller cleanups and bugfixes.
 .
 Fredrik Thulin		Test vectors for pbkdf2-hmac-sha512.
 .
 Joachim Strömbergson	Chacha implementation. Support for sha512_224
 			and sha512_256.
 .
 Owen Kirby		Implementation of CCM mode.
 .
 Amos Jeffries		Implementation of base64url encoding.
 .
 Daiki Ueno		Implementation of RSA-PSS signatures,
 			curve448, shake256, ed448-shake256 signatures,
 			chacha functions for 32-bit nonce, struct
 			nettle_mac interface.
 .
 Dmitry Baryshkov	CFB and CFB8 modes, CMAC64. gosthash94cp and
 			Streebog hash functions, GOST DSA signatures
 			and curves GC256B and GC512A. Various bug
 			fixes and cleanups.
 .
 Simo Sorce		Side-channel silent RSA functions. XTS
 			implementation.
 .
 H.J. Lu			Assembly annotations for Intel "Control-flow
 			Enforcement Technology".
 .
 Stephen R. van den Berg
 			Port of bcrypt.
 .
 Mamone Tarsha Kurdi	Powerpc64 assembly and fat build setup,
 			including AES and GCM. Arm64 assembly and fat
 			build setup, including AES, Chacha, GCM, SHA1,
 			SHA256. S390x assembly and fat build setup,
 			including AES, Chacha, memxor, memxor3, SHA1,
 			SHA256, SHA512, SHA3.
 .
 Nicolas Mora		RFC 3394 keywrap.
 .
 Tianjia Zhang		SM3 hash function.
 .
 Amitay Isaacs		Powerpc64 assembly for secp192r1, secp224r1
 			and secp256r1.
 .
 Martin Schwenke		Powerpc64 assembly for secp384r1, secp521r1,
 			curve25519 and curve448.
 8X--------- end of AUTHORS file ------------------------------------

Files: *
Copyright: 2001-2022 Niels Möller
License: LGPL-3+ or GPL-2+

Files: aes-invert-internal.c aes-set-decrypt-key.c
 aes-set-encrypt-key.c aes-set-key-internal.c
Copyright: 2013, Niels Möller
 2000-2002, Rafael R. Sevilla, Niels Möller
License: LGPL-3+ or GPL-2+

Files: x86*/aes-*-internal.asm
Copyright: 2001, 2002, 2005 Rafael R. Sevilla, Niels Möller
           2008, 2013 Niels Möller
License: LGPL-3+ or GPL-2+

Files: arctwo.c
Copyright: 2003 Nikos Mavroyanopoulos
 2004 Simon Josefsson
 2004 Free Software Foundation, Inc.
 2002, 2004, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: arctwo-meta.c pbkdf2.c
 salsa20-128-set-key.c salsa20-256-set-key.c
 salsa20-core-internal.c
 salsa20-set-key.c salsa20-set-nonce.c
Copyright: 2012-2014 Niels Möller
 2004, 2012 Simon Josefsson
License: LGPL-3+ or GPL-2+

Files: arctwo.h
 salsa20-internal.h salsa20.h
Copyright: 2004, 2012 Simon Josefsson
 2001, 2002, 2004, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: arm64/chacha-2core.asm arm64/chacha-4core.asm
 arm64/chacha-core-internal.asm s390x/vf/chacha-2core.asm
 s390x/vf/chacha-4core.asm s390x/vf/chacha-core-internal.asm
Copyright: 2020 Niels Möller and Torbjörn Granlund
 2022 Mamone Tarsha
License: LGPL-3+ or GPL-2+

Files: arm64/crypto/aes128-decrypt.asm arm64/crypto/aes128-encrypt.asm
 arm64/crypto/aes192-decrypt.asm arm64/crypto/aes192-encrypt.asm
 arm64/crypto/aes256-decrypt.asm arm64/crypto/aes256-encrypt.asm
 arm64/crypto/sha1-compress.asm arm64/crypto/sha256-compress.asm
 arm64/fat/aes128-decrypt-2.asm arm64/fat/aes128-encrypt-2.asm
 arm64/fat/aes192-decrypt-2.asm arm64/fat/aes192-encrypt-2.asm
 arm64/fat/aes256-decrypt-2.asm arm64/fat/aes256-encrypt-2.asm
 arm64/fat/ghash-set-key-2.asm arm64/fat/ghash-update-2.asm
 arm64/fat/sha1-compress-2.asm arm64/fat/sha256-compress-2.asm
 fat-arm64.c fat-s390x.c powerpc64/fat/ghash-set-key-2.asm
 powerpc64/fat/ghash-update-2.asm s390x/fat/aes128-decrypt-2.asm
 s390x/fat/aes128-encrypt-2.asm s390x/fat/aes128-set-decrypt-key-2.asm
 s390x/fat/aes128-set-encrypt-key-2.asm
 s390x/fat/aes192-decrypt-2.asm s390x/fat/aes192-encrypt-2.asm
 s390x/fat/aes192-set-decrypt-key-2.asm
 s390x/fat/aes192-set-encrypt-key-2.asm s390x/fat/aes256-decrypt-2.asm
 s390x/fat/aes256-encrypt-2.asm s390x/fat/aes256-set-decrypt-key-2.asm
 s390x/fat/aes256-set-encrypt-key-2.asm s390x/fat/chacha-2core.asm
 s390x/fat/chacha-4core.asm s390x/fat/chacha-core-internal-2.asm
 s390x/fat/cpu-facility.asm s390x/fat/ghash-set-key-2.asm
 s390x/fat/ghash-update-2.asm s390x/fat/memxor3-2.asm
 s390x/fat/sha1-compress-2.asm s390x/fat/sha256-compress-2.asm
 s390x/fat/sha3-permute-2.asm s390x/fat/sha512-compress-2.asm
 s390x/memxor.asm s390x/msa/sha1-compress.asm
 s390x/msa_x1/aes128-decrypt.asm s390x/msa_x1/aes128-encrypt.asm
 s390x/msa_x1/aes128-set-decrypt-key.asm
 s390x/msa_x1/aes128-set-encrypt-key.asm s390x/msa_x1/sha256-compress.asm
 s390x/msa_x2/aes192-decrypt.asm s390x/msa_x2/aes192-encrypt.asm
 s390x/msa_x2/aes192-set-decrypt-key.asm
 s390x/msa_x2/aes192-set-encrypt-key.asm s390x/msa_x2/aes256-decrypt.asm
 s390x/msa_x2/aes256-encrypt.asm s390x/msa_x2/aes256-set-decrypt-key.asm
 s390x/msa_x2/aes256-set-encrypt-key.asm s390x/msa_x2/sha512-compress.asm
 s390x/msa_x4/ghash-set-key.asm s390x/msa_x4/ghash-update.asm
 s390x/vf/memxor3.asm
Copyright: 2020, 2021 Mamone Tarsha
License: LGPL-3+ or GPL-2+

Files: arm64/crypto/ghash-set-key.asm arm64/crypto/ghash-update.asm
 powerpc64/p8/ghash-set-key.asm powerpc64/p8/ghash-update.asm
Copyright: 2020 Niels Möller and Mamone Tarsha
 2021 Michael Weiser
License: LGPL-3+ or GPL-2+

Files: base64.h base64-meta.c
Copyright: 2002 Dan Egnor, Niels Möller
License: LGPL-3+ or GPL-2+

Files: base64url-decode.c base64url-encode.c
Copyright: 2015 Amos Jeffries, Niels Möller
License: LGPL-3+ or GPL-2+

Files: block-internal.h
Copyright: 2019 Dmitry Eremin-Solenikov
 2018 Red Hat, Inc.
 2011 Katholieke Universiteit Leuven
 2011, 2013, 2018 Niels Möller
License: LGPL-3+ or GPL-2+

Files: blowfish.c
Copyright: 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
           2010 Simon Josefsson
License: LGPL-3+ or GPL-2+

Files: blowfish.h
Copyright: 1998, 2001 Free Software Foundation, Inc.
           1998, 2001 Ray Dassen
           1998, 2001 Niels Möller
License: LGPL-3+ or GPL-2+

Files: camellia-table.c camellia-crypt-internal.c camellia.h camellia-internal.h
 camellia128-set-encrypt-key.c camellia256-set-encrypt-key.c camellia-absorb.c
Copyright: 2006, 2007 NTT (Nippon Telegraph and Telephone Corporation)
	   2010, 2013 Niels Möller
License: LGPL-3+ or GPL-2+

Files: ccm.c ccm.h ccm-aes128.c
 ccm-aes192.c ccm-aes256.c
Copyright: 2014 Owen Kirby
 2014 Exegin Technologies Limited
License: LGPL-3+ or GPL-2+

Files: cfb.c
 cfb.h
 ecc-gostdsa-sign.c
 ecc-gostdsa-verify.c
 gostdsa-sign.c
 gostdsa-verify.c
Copyright: 2015, 2017 Dmitry Eremin-Solenikov
 2001, 2011, 2013, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: chacha-core-internal.c chacha-crypt.c
 chacha-internal.h chacha.h chacha-set-nonce.c
Copyright: 2012 Simon Josefsson
 2013 Joachim Strömbergson
 2012, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: cmac-aes128.c cmac-aes256.c
 cmac.h hkdf.c hkdf.h
 xts-aes128.c xts-aes256.c xts.c
Copyright: 2017, 2018 Red Hat, Inc.
License: LGPL-3+ or GPL-2+

Files: cmac-des3-meta.c
Copyright: 2020 Dmitry Baryshkov
License: LGPL-3+ or GPL-2+

Files: cmac-des3.c
 ecc-gost-gc256b.c ecc-gost-gc512a.c
 gost28147-internal.h gostdsa-vko.c
 hmac-gosthash94.c pbkdf2-hmac-gosthash94.c
Copyright: 2016-2020 Dmitry Eremin-Solenikov
License: LGPL-3+ or GPL-2+

Files: cmac.c cmac64.c
Copyright: 2012 Stefan Metzmacher, Michael Adam, Jeremy Allison
 2017 Red Hat Inc.
 2019 Dmitry Eremin-Solenikov
License: LGPL-3+ or GPL-2+

Files: ctr16.c
 pkcs1-internal.h pkcs1-sec-decrypt.c
 version.h.in xts.h
Copyright: 2015, 2017, 2018 Red Hat, Inc.
 2001, 2002, 2005-2018 Niels Möller
License: LGPL-3+ or GPL-2+

Files: curve448-eh-to-x.c curve448.h
 curve448-mul-g.c curve448-mul.c
 ecc-curve448.c  ed448-shake256-pubkey.c
 ed448-shake256-sign.c ed448-shake256-verify.c
 shake256.c
Copyright: 2017 Red Hat, Inc.
 2017 Daiki Ueno
License: LGPL-3+ or GPL-2+

Files: der2dsa.c
Copyright: 2005, 2009, 2014 Niels Möller
 2009 Magnus Holmgren
License: LGPL-3+ or GPL-2+

Files: desCode.h descore.README desdata.c
Copyright: © 2002 Dana L. How
License: LGPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Library General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Library General Public License for more details.
 .
 You should have received a copy of the GNU Library General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian GNU/Linux systems, the complete text of the GNU Library
 General Public License, version 2, can be found in
 /usr/share/common-licenses/LGPL-2.

Files: des.c des.h
Copyright: 1992 Dana L. How
 1997, 2001 Niels Möller
License: LGPL-3+ or GPL-2+

Files: dsa2sexp.c
Copyright: 2002, 2009, 2014 Niels Möller
 2009 Magnus Holmgren
License: LGPL-3+ or GPL-2+

Files: eccdata.c eddsa-hash.c
Copyright: 2017 Red Hat, Inc.
 2017 Daiki Ueno
 2013, 2014, 2017, 2019 Niels Möller
License: LGPL-3+ or GPL-2+

Files: ecc-secp192r1.c
Copyright: 2013, 2014, 2019, 2021 Niels Möller
 2019 Wim Lewis
License: LGPL-3+ or GPL-2+

Files: examples/base16dec.c examples/base16enc.c
 examples/base64dec.c examples/base64enc.c
Copyright: 2006, 2012, Jeronimo Pellegrini, Niels Möller
License: LGPL-3+ or GPL-2+

Files: examples/nettle-openssl.c
Copyright: 2015, 2017, 2018, Red Hat, Inc.
 2001, 2002, 2005-2018, Niels Möller
License: LGPL-3+ or GPL-2+

Files: gcm.c gcm.h ghash-set-key.c ghash-update.c
Copyright: 2011 Katholieke Universiteit Leuven
 2011, 2013, 2018, 2022 Niels Möller
 2018 Red Hat, Inc.
License: LGPL-3+ or GPL-2+

Files: gmp-glue.c
 gmp-glue.h
Copyright: 2013 Red Hat, Niels Möller
License: LGPL-3+ or GPL-2+

Files: gost28147.c gosthash94.c
Copyright: 2019 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
 2009-2012 Aleksey Kravchenko <rhash.admin@gmail.com>
License: Expat

Files: gostdsa.h
Copyright: 2015, Dmity Eremin-Solenikov
 2013, Niels Möller
License: LGPL-3+ or GPL-2+

Files: gosthash94-meta.c
Copyright: 2012, Nikos Mavrogiannopoulos, Niels Möller
License: LGPL-3+ or GPL-2+

Files: gosthash94.h
Copyright: 2012, Nikos Mavrogiannopoulos, Niels Möller
License: LGPL-3+ or GPL-2+

Files: hmac-md5-meta.c hmac-ripemd160-meta.c
 hmac-sha1-meta.c hmac-sha224-meta.c
 hmac-sha256-meta.c hmac-sha384-meta.c
 hmac-sha512-meta.c nettle-meta-macs.c
 pss-mgf1.c pss-mgf1.h pss.c pss.h
 rsa-pss-sha256-sign-tr.c rsa-pss-sha256-verify.c
 rsa-pss-sha512-sign-tr.c rsa-pss-sha512-verify.c
Copyright: 2017, 2020 Daiki Ueno
License: LGPL-3+ or GPL-2+

Files: hmac-sm3.c hmac-sm3-meta.c
Copyright: 2021 Tianjia Zhang
License: LGPL-3+ or GPL-2+

Files: md2.c
Copyright: ? Andrew Kuchling
           2003 Andreas Sigfridsson
           2003 Niels Möller
License: LGPL-3+ or GPL-2+

Files: md4.c
Copyright: 2003 Marcus Comstedt
 2003 Niels Möller
License: LGPL-3+ or GPL-2+

Files: md5.c md5-compress.c
Copyright: Colin Plumb, Andrew Kuchling
           2001 Niels Möller
License: LGPL-3+ or GPL-2+

Files: memxor.c
Copyright: 1991,1993, 1995 Free Software Foundation, Inc.
           2010 Niels Möller
License: LGPL-3+ or GPL-2+

Files: nettle-meta-armors.c
 nettle-meta-ciphers.c
 nettle-meta-hashes.c
Copyright: 2011 Daniel Kahn Gillmor
License: LGPL-3+ or GPL-2+

Files: nist-keywrap.c nist-keywrap.h
Copyright: 2021 Nicolas Mora
 2021 Niels Möller
License: LGPL-3+ or GPL-2+

Files: pbkdf2-hmac-sha1.c
 pbkdf2-hmac-sha256.c
 pbkdf2.h
 salsa20-crypt.c
Copyright: 2012, Simon Josefsson
License: LGPL-3+ or GPL-2+

Files: pbkdf2-hmac-sha384.c pbkdf2-hmac-sha512.c
Copyright: 2012 Simon Josefsson
 2021 Nicolas Mora
License: LGPL-3+ or GPL-2+

Files: poly1305-aes.c
Copyright: 2014 Niels Möller
 2013 Nikos Mavrogiannopoulos
License: LGPL-3+ or GPL-2+

Files: poly1305-internal.c
Copyright: 2013, Nikos Mavrogiannopoulos
 2013 Niels Möller
 2012, 2013 Andrew M. (floodyberry)
License: LGPL-3+ or GPL-2+

Files: poly1305-internal.h
 poly1305.h
Copyright: 2013, Nikos Mavrogiannopoulos
 2013, 2014, Niels Möller
License: LGPL-3+ or GPL-2+

Files: powerpc64/ecc-curve25519-modp.asm powerpc64/ecc-curve448-modp.asm
 powerpc64/ecc-secp521r1-modp.asm
Copyright: 2021 Martin Schwenke & Alastair D´Silva, IBM Corporation
License: LGPL-3+ or GPL-2+

Files: powerpc64/ecc-secp192r1-modp.asm powerpc64/ecc-secp224r1-modp.asm
Copyright: 2021 Amitay Isaacs, IBM Corporation
License: LGPL-3+ or GPL-2+

Files: powerpc64/ecc-secp256r1-redc.asm
Copyright: 2021 Amitay Isaacs & Martin Schwenke, IBM Corporation
License: LGPL-3+ or GPL-2+

Files: powerpc64/ecc-secp384r1-modp.asm
Copyright: 2021 Martin Schwenke, Amitay Isaacs & Alastair D´Silva, IBM Corporation
License: LGPL-3+ or GPL-2+

Files: ripemd160.c ripemd160-compress.c
Copyright: 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
License: LGPL-3+ or GPL-2+

Files: ripemd160-meta.c ripemd160.h ripemd160-internal.h
Copyright: 2011 Andres Mejia
License: LGPL-3+ or GPL-2+

Files: rsa-blind.c rsa-decrypt-tr.c
Copyright: 2001, 2012, Niels Möller, Nikos Mavrogiannopoulos
License: LGPL-3+ or GPL-2+

Files: rsa-pkcs1-sign-tr.c salsa20r12-crypt.c
 siv-cmac-aes128.c siv-cmac-aes256.c
 siv-cmac.c siv-cmac.h
Copyright: 2012, 2013, 2017, 2018, Nikos Mavrogiannopoulos
License: LGPL-3+ or GPL-2+

Files: rsa-sec-compute-root.c
Copyright: 2018 Red Hat, Inc
 2018 Niels Möller
License: LGPL-3+ or GPL-2+

Files: rsa-sec-decrypt.c
Copyright: 2018, Red Hat, Inc.
 2001, 2012, Niels Möller, Nikos Mavrogiannopoulos
License: LGPL-3+ or GPL-2+

Files: rsa-sign-tr.c
Copyright: 2018, Red Hat Inc.
 2012, Nikos Mavrogiannopoulos
 2001, 2015, Niels Möller
License: LGPL-3+ or GPL-2+

Files: s390x/vf/sha3-permute.asm
Copyright: 2012 Niels Möller
 2021 Mamone Tarsha
License: LGPL-3+ or GPL-2+

Files: serpent-encrypt.c serpent-decrypt.c serpent-set-key.c serpent-internal.h
Copyright: 1998 Ross Anderson, Eli Biham, Lars Knudsen
 2003, 2004, 2005 Free Software Foundation, Inc.
 2010, 2011 Simon Josefsson
 2011, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: sha1-compress.c
Copyright: 2001, 2004 Peter Gutmann, Andrew Kuchling, Niels Möller
License: LGPL-3+ or GPL-2+

Files: sha512.c
Copyright: 2013, 2014 Joachim Strömbergson
 2001, 2010, 2012, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: sm3.c sm3.h sm3-meta.c
Copyright: 2017 Jia Zhang
 2021 Tianjia Zhang
License: LGPL-3+ or GPL-2+

Files: testsuite/arctwo-test.c
Copyright: 2004, 2012 Simon Josefsson
 2001, 2002, 2004, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: testsuite/ccm-test.c
Copyright: 2014 Owen Kirby
 2014 Exegin Technologies Limited
License: LGPL-3+ or GPL-2+

Files: testsuite/chacha-test.c
Copyright: 2013, 2014 Joachim Strömbergson
 2001, 2010, 2012, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: testsuite/curve448-dh-test.c
 testsuite/ed448-test.c
 testsuite/shake256-test.c
Copyright: 2017, Red Hat, Inc.
 2017, Daiki Ueno
License: LGPL-3+ or GPL-2+

Files: testsuite/siv-test.c
Copyright: 2012, 2013, 2017, 2018 Nikos Mavrogiannopoulos
License: LGPL-3+ or GPL-2+

Files: texinfo.tex
Copyright: 1985, 1986, 1988, 1990-2009, Free Software Foundation, Inc.
License: GPL-3+
 This texinfo.tex file is free software: you can redistribute it and/or
 modify it under the terms of the GNU General Public License as
 published by the Free Software Foundation, either version 3 of the
 License, or (at your option) any later version.
 .
 This texinfo.tex file is distributed in the hope that it will be
 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 As a special exception, when this file is read by TeX when processing
 a Texinfo source document, you may use the result without
 restriction.  (This has been our intent since Texinfo was invented.)

Files: twofish*
Copyright: 1999 Ruud de Rooij <ruud@debian.org>
 1999 J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>
 2001 Niels Möller
License: LGPL-3+ or GPL-2+

Files: tools/pkcs1-conv.c
Copyright: 2005, 2009, 2014 Niels Möller
 2009 Magnus Holmgren
License: LGPL-3+ or GPL-2+

Files: getopt*
Copyright: 1987-2001 Free Software Foundation, Inc.
License: GPL-2+

Files: config.guess config.sub
Copyright: © 1992-2020 Free Software Foundation, Inc.
License: GPL-3+ with Autoconf exception
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that program.

Files: debian/*
Copyright: none
License: public-domain
 I believe that most files in debian/ hardly contains any creative
 expression eligible for copyright.

Files: debian/sexp-conv.1
Copyright: 2002 Timshel Knoll <timshel@debian.org>
 2007 Magnus Holmgren
License: GPL-2
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; version 2 dated June. 1991.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 02110-1301 USA.
 .
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License, version 2, can be found in
 /usr/share/common-licenses/GPL-2.
Comment:
 This manpage was copied from the lsh-utils package. Timshel didn't
 explicitly select a license for his packaging work, but I think that
 it can be considered released under the same license as LSH itself.

Files: debian/pkcs1-conv.1 debian/nettle-lfib-stream.1
Copyright: 2007 Magnus Holmgren
License: GAP
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.

License: LGPL-3+
 The nettle library is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 3 of the License, or (at your
 option) any later version.
 .
 GNU Nettle is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
 License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, see http://www.gnu.org/licenses/.
 .
 On Debian GNU/Linux systems, the complete text of the newest version
 of the GNU Lesser General Public License can be found in
 /usr/share/common-licenses/LGPL.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 GNU Nettle is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 02110-1301 USA.
 .
 On Debian GNU/Linux systems, the complete text of the newest version
 of the GNU General Public License can be found in
 /usr/share/common-licenses/GPL.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



==========================================================================
Package: libhwy1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: highway
Source: https://github.com/google/highway

Files: *
Copyright: 2019-2022 Google LLC
License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
      http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache License, Version 2
 can be found in "/usr/share/common-licenses/Apache-2.0".

Files: debian/*
Copyright: 2021-2022 Mathieu Malaterre <malat@debian.org>
License: Apache-2.0
 Same as above



==========================================================================
Package: libibus-1.0-5:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ibus
Upstream-Contact: Takao Fujiwara <tfujiwar@redhat.com>
Source: https://github.com/ibus/ibus/releases

Files:     *
Copyright: 2008-2018 Peng Huang <shawn.p.huang@gmail.com>
           2007-2019 Red Hat, Inc.
	   2010-2022 Takao Fujiwara <takao.fujiwara1@gmail.com>
License:   LGPL-2.1+

Files:     debian/*
Copyright: 2008-2010 LI Daobing <lidaobing@debian.org>
           2010-2012 Asias He <asias.hejun@gmail.com>
           2012 Kees Cook <kees@ubuntu.com>
           2012-2016 Aron Xu <aron@debian.org>
           2011-2019 Osamu Aoki <osamu@debian.org>
           2019 Boyuan Yang <byang@debian.org>
           2019-2023 Changwoo Ryu <cwryu@debian.org>
License:   LGPL-2.1+

Files:     Makefile.in
           bindings/Makefile.in
           bindings/pygobject/Makefile.in
           bindings/vala/Makefile.in
           bus/Makefile.in
           client/Makefile.in
           client/gtk2/Makefile.in
           client/gtk3/Makefile.in
           client/wayland/Makefile.in
           client/x11/Makefile.in
           conf/Makefile.in
           conf/dconf/Makefile.in
           conf/memconf/Makefile.in
           data/Makefile.in
           data/annotations/Makefile.in
           data/dconf/Makefile.in
           data/icons/Makefile.in
           data/its/Makefile.in
           data/keymaps/Makefile.in
           docs/Makefile.in
           docs/reference/Makefile.in
           docs/reference/ibus/Makefile.in
           engine/Makefile.in
           ibus/Makefile.in
           ibus/interface/Makefile.in
           m4/Makefile.in
           portal/Makefile.in
           setup/Makefile.in
           src/Makefile.in
           src/tests/Makefile.in
           tools/Makefile.in
           ui/Makefile.in
           ui/gtk3/Makefile.in
           util/IMdkit/Makefile.in
           util/Makefile.in
Copyright: 1994-2019 Free Software Foundation, Inc.
License:   permissive-makefile-in
 This Makefile.in is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.

Files:     util/IMdkit/IMConn.c
           util/IMdkit/IMMethod.c
           util/IMdkit/IMValues.c
           util/IMdkit/IMdkit.h
           util/IMdkit/Xi18n.h
           util/IMdkit/Xi18nX.h
           util/IMdkit/XimFunc.h
           util/IMdkit/i18nAttr.c
           util/IMdkit/i18nClbk.c
           util/IMdkit/i18nIc.c
           util/IMdkit/i18nMethod.c
           util/IMdkit/i18nPtHdr.c
           util/IMdkit/i18nUtil.c
           util/IMdkit/i18nX.c
Copyright: 1993-1994 Hewlett-Packard Company
           1994-1995 Sun Microsystems, Inc.
	   2014 Peng Huang
License:   ISC-Sun
 Permission to use, copy, modify, distribute, and sell this software
 and its documentation for any purpose is hereby granted without fee,
 provided that the above copyright notice appear in all copies and
 that both that copyright notice and this permission notice appear
 in supporting documentation, and that the name of Sun Microsystems, Inc.
 and Hewlett-Packard not be used in advertising or publicity pertaining to
 distribution of the software without specific, written prior permission.
 Sun Microsystems, Inc. and Hewlett-Packard make no representations about
 the suitability of this software for any purpose.  It is provided "as is"
 without express or implied warranty.
 .
 SUN MICROSYSTEMS INC. AND HEWLETT-PACKARD COMPANY DISCLAIMS ALL
 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
 SUN MICROSYSTEMS, INC. AND HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY
 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
 IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files:     m4/gettext.m4
           m4/iconv.m4
           m4/intlmacosx.m4
           m4/lib-ld.m4
           m4/lib-link.m4
           m4/lib-prefix.m4
           m4/libtool.m4
           m4/ltoptions.m4
           m4/ltsugar.m4
           m4/ltversion.m4
           m4/lt~obsolete.m4
           m4/nls.m4
           m4/po.m4
           m4/progtest.m4
Copyright: 1995-2018 Free Software Foundation, Inc.
License:   permissive-autoconf-m4
 This file is free software; the Free Software Foundation gives
 unlimited permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.

Files:     compile
           depcomp
           ltmain.sh
           missing
           py-compile
           test-driver
Copyright: 1996-2018 Free Software Foundation, Inc.
License:   GPL-2.0+ with autoconf exception

Files:     client/wayland/input-method-unstable-v1-client-protocol.h
           client/wayland/input-method-unstable-v1-protocol.c
Copyright: 2012-2013 Intel Corporation
License:   ISC-Intel
 Permission to use, copy, modify, distribute, and sell this
 software and its documentation for any purpose is hereby granted
 without fee, provided that the above copyright notice appear in
 all copies and that both that copyright notice and this permission
 notice appear in supporting documentation, and that the name of
 the copyright holders not be used in advertising or publicity
 pertaining to distribution of the software without specific,
 written prior permission.  The copyright holders make no
 representations about the suitability of this software for any
 purpose.  It is provided "as is" without express or implied
 warranty.
 .
 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
 THIS SOFTWARE.

Files:     client/wayland/Makefile.am
Copyright: 2007-2013 Peng Huang <shawn.p.huang@gmail.com>
	   2019 Takao Fujiwara <takao.fujiwara1@gmail.com>
           2007-2019 Red Hat, Inc.
License:   LGPL-2.1+

Files:     client/wayland/main.c
Copyright: 2019 Takao Fujiwara <takao.fujiwara1@gmail.com>
	   2013 Intel Corporation
           2013-2019 Red Hat, Inc.
License:   LGPL-2.1+

Files:     util/IMdkit/XimProto.h
Copyright: 1992-1994 FUJITSU LIMITED
License:   ISC-Fujitsu
 Permission to use, copy, modify, distribute, and sell this software
 and its documentation for any purpose is hereby granted without fee,
 provided that the above copyright notice appear in all copies and
 that both that copyright notice and this permission notice appear
 in supporting documentation, and that the name of FUJITSU LIMITED
 not be used in advertising or publicity pertaining to distribution
 of the software without specific, written prior permission.
 FUJITSU LIMITED makes no representations about the suitability of
 this software for any purpose.
 It is provided "as is" without express or implied warranty.
 .
 FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
 EVENT SHALL FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR
 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THIS SOFTWARE.
 .
 This version tidied and debugged by Steve Underwood May 1999

Files:     util/IMdkit/Xtrans.h
Copyright: 1993-1994 X Consortium
           1993-1994 NCR Corporation - Dayton, Ohio, USA
License:   MIT and ISC-NCR

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall
 not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization
 from the X Consortium.

License: ISC-NCR
 Permission to use, copy, modify, and distribute this software and its
 documentation for any purpose and without fee is hereby granted, provided
 that the above copyright notice appear in all copies and that both that
 copyright notice and this permission notice appear in supporting
 documentation, and that the name NCR not be used in advertising
 or publicity pertaining to distribution of the software without specific,
 written prior permission.  NCR makes no representations about the
 suitability of this software for any purpose.  It is provided "as is"
 without express or implied warranty.
 .
 NCR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
 NO EVENT SHALL NCR BE LIABLE FOR ANY SPECIAL, INDIRECT OR
 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files:     install-sh
Copyright: 1994 X Consortium
License:   MIT
Comment:   FSF changes to this file are in the public domain.

Files:     src/ibuskeynames.c
           src/ibuskeyuni.c
Copyright: 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
License:   LGPL-2.0+

Files:     src/gtkimcontextsimpleseqs.h
Copyright: 2007-2008 GNOME Foundation
License:   LGPL-2.0+

Files:     client/x11/gdk-private.h
Copyright: 2008 Peng Huang <shawn.p.huang@gmail.com>
           2008 Red Hat, Inc.
License:   LGPL-2.1+

Files:     setup/main.py
Copyright: 2007-2016 Peng Huang <shawn.p.huang@gmail.com>
	   2010-2018 Takao Fujiwara <takao.fujiwara1@gmail.com>
           2007-2016 Red Hat, Inc.
License:   LGPL-2.1+

Files:     ibus/keysyms.py
Copyright: 1998-2003 James Henstridge
License:   LGPL-2.1+

Files:     client/x11/gdk-private.c
Copyright: 2008-2015 Peng Huang <shawn.p.huang@gmail.com>
           2008-2015 Red Hat, Inc.
License:   LGPL-2.1+

Files:     client/x11/main.c
Copyright: 2007-2015 Peng Huang <shawn.p.huang@gmail.com>
	   2015-2019 Takao Fujiwara <takao.fujiwara1@gmail.com>
           2007-2015 Red Hat, Inc.
License:   LGPL-2.1+

Files:     m4/vapigen.m4
Copyright: 2012 Evan Nemerson dnl
License:   LGPL-2.1+

Files:     configure
Copyright: 1992-2012 Free Software Foundation, Inc.
License:   permissive-fsf-grant
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.

Files:     INSTALL
Copyright: 1994-2016 Free Software Foundation, Inc.
License:   permissive

Files:     po/Makefile.in.in
Copyright: 1995-2010 Ulrich Drepper <drepper@gnu.ai.mit.edu>
License:   permissive

License: permissive
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.  This file is offered as-is,
 without any warranty.

Files:     aclocal.m4
Copyright: 1996-2018 Free Software Foundation, Inc.
License:   permissive-fsf-grant-attribution
 This file is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.

Files:     m4/introspection.m4
Copyright: 2009 Johan Dahlin
License:   permissive-author-grant-attribution
 This file is free software; the author(s) gives unlimited
 permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.

Files:     config.sub
           config.guess
Copyright: 1992-2018 Free Software Foundation, Inc.
License:   GPL-3.0+ with autoconf exception
 This file is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, see <http://www.gnu.org/licenses/>.
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that
 program.  This Exception is an additional permission under section 7
 of the GNU General Public License, version 3 ("GPLv3").
 .
 On Debian systems, the complete text of the GNU General Public License
 Version 3 can be found in `/usr/share/common-licenses/GPL-3'.

License:   GPL-2.0+ with autoconf exception
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that program.
 .
 On Debian systems, the complete text of the GNU General Public License
 Version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License:   LGPL-2.0+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Library General Public License
 Version 2 can be found in `/usr/share/common-licenses/LGPL-2'.

License:   LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
 USA
 .
 On Debian systems, the complete text of the GNU Lesser General Public License
 Version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.



==========================================================================
Package: libibus-1.0-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ibus
Upstream-Contact: Takao Fujiwara <tfujiwar@redhat.com>
Source: https://github.com/ibus/ibus/releases

Files:     *
Copyright: 2008-2018 Peng Huang <shawn.p.huang@gmail.com>
           2007-2019 Red Hat, Inc.
	   2010-2022 Takao Fujiwara <takao.fujiwara1@gmail.com>
License:   LGPL-2.1+

Files:     debian/*
Copyright: 2008-2010 LI Daobing <lidaobing@debian.org>
           2010-2012 Asias He <asias.hejun@gmail.com>
           2012 Kees Cook <kees@ubuntu.com>
           2012-2016 Aron Xu <aron@debian.org>
           2011-2019 Osamu Aoki <osamu@debian.org>
           2019 Boyuan Yang <byang@debian.org>
           2019-2023 Changwoo Ryu <cwryu@debian.org>
License:   LGPL-2.1+

Files:     Makefile.in
           bindings/Makefile.in
           bindings/pygobject/Makefile.in
           bindings/vala/Makefile.in
           bus/Makefile.in
           client/Makefile.in
           client/gtk2/Makefile.in
           client/gtk3/Makefile.in
           client/wayland/Makefile.in
           client/x11/Makefile.in
           conf/Makefile.in
           conf/dconf/Makefile.in
           conf/memconf/Makefile.in
           data/Makefile.in
           data/annotations/Makefile.in
           data/dconf/Makefile.in
           data/icons/Makefile.in
           data/its/Makefile.in
           data/keymaps/Makefile.in
           docs/Makefile.in
           docs/reference/Makefile.in
           docs/reference/ibus/Makefile.in
           engine/Makefile.in
           ibus/Makefile.in
           ibus/interface/Makefile.in
           m4/Makefile.in
           portal/Makefile.in
           setup/Makefile.in
           src/Makefile.in
           src/tests/Makefile.in
           tools/Makefile.in
           ui/Makefile.in
           ui/gtk3/Makefile.in
           util/IMdkit/Makefile.in
           util/Makefile.in
Copyright: 1994-2019 Free Software Foundation, Inc.
License:   permissive-makefile-in
 This Makefile.in is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.

Files:     util/IMdkit/IMConn.c
           util/IMdkit/IMMethod.c
           util/IMdkit/IMValues.c
           util/IMdkit/IMdkit.h
           util/IMdkit/Xi18n.h
           util/IMdkit/Xi18nX.h
           util/IMdkit/XimFunc.h
           util/IMdkit/i18nAttr.c
           util/IMdkit/i18nClbk.c
           util/IMdkit/i18nIc.c
           util/IMdkit/i18nMethod.c
           util/IMdkit/i18nPtHdr.c
           util/IMdkit/i18nUtil.c
           util/IMdkit/i18nX.c
Copyright: 1993-1994 Hewlett-Packard Company
           1994-1995 Sun Microsystems, Inc.
	   2014 Peng Huang
License:   ISC-Sun
 Permission to use, copy, modify, distribute, and sell this software
 and its documentation for any purpose is hereby granted without fee,
 provided that the above copyright notice appear in all copies and
 that both that copyright notice and this permission notice appear
 in supporting documentation, and that the name of Sun Microsystems, Inc.
 and Hewlett-Packard not be used in advertising or publicity pertaining to
 distribution of the software without specific, written prior permission.
 Sun Microsystems, Inc. and Hewlett-Packard make no representations about
 the suitability of this software for any purpose.  It is provided "as is"
 without express or implied warranty.
 .
 SUN MICROSYSTEMS INC. AND HEWLETT-PACKARD COMPANY DISCLAIMS ALL
 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
 SUN MICROSYSTEMS, INC. AND HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY
 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
 IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files:     m4/gettext.m4
           m4/iconv.m4
           m4/intlmacosx.m4
           m4/lib-ld.m4
           m4/lib-link.m4
           m4/lib-prefix.m4
           m4/libtool.m4
           m4/ltoptions.m4
           m4/ltsugar.m4
           m4/ltversion.m4
           m4/lt~obsolete.m4
           m4/nls.m4
           m4/po.m4
           m4/progtest.m4
Copyright: 1995-2018 Free Software Foundation, Inc.
License:   permissive-autoconf-m4
 This file is free software; the Free Software Foundation gives
 unlimited permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.

Files:     compile
           depcomp
           ltmain.sh
           missing
           py-compile
           test-driver
Copyright: 1996-2018 Free Software Foundation, Inc.
License:   GPL-2.0+ with autoconf exception

Files:     client/wayland/input-method-unstable-v1-client-protocol.h
           client/wayland/input-method-unstable-v1-protocol.c
Copyright: 2012-2013 Intel Corporation
License:   ISC-Intel
 Permission to use, copy, modify, distribute, and sell this
 software and its documentation for any purpose is hereby granted
 without fee, provided that the above copyright notice appear in
 all copies and that both that copyright notice and this permission
 notice appear in supporting documentation, and that the name of
 the copyright holders not be used in advertising or publicity
 pertaining to distribution of the software without specific,
 written prior permission.  The copyright holders make no
 representations about the suitability of this software for any
 purpose.  It is provided "as is" without express or implied
 warranty.
 .
 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
 THIS SOFTWARE.

Files:     client/wayland/Makefile.am
Copyright: 2007-2013 Peng Huang <shawn.p.huang@gmail.com>
	   2019 Takao Fujiwara <takao.fujiwara1@gmail.com>
           2007-2019 Red Hat, Inc.
License:   LGPL-2.1+

Files:     client/wayland/main.c
Copyright: 2019 Takao Fujiwara <takao.fujiwara1@gmail.com>
	   2013 Intel Corporation
           2013-2019 Red Hat, Inc.
License:   LGPL-2.1+

Files:     util/IMdkit/XimProto.h
Copyright: 1992-1994 FUJITSU LIMITED
License:   ISC-Fujitsu
 Permission to use, copy, modify, distribute, and sell this software
 and its documentation for any purpose is hereby granted without fee,
 provided that the above copyright notice appear in all copies and
 that both that copyright notice and this permission notice appear
 in supporting documentation, and that the name of FUJITSU LIMITED
 not be used in advertising or publicity pertaining to distribution
 of the software without specific, written prior permission.
 FUJITSU LIMITED makes no representations about the suitability of
 this software for any purpose.
 It is provided "as is" without express or implied warranty.
 .
 FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
 EVENT SHALL FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR
 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THIS SOFTWARE.
 .
 This version tidied and debugged by Steve Underwood May 1999

Files:     util/IMdkit/Xtrans.h
Copyright: 1993-1994 X Consortium
           1993-1994 NCR Corporation - Dayton, Ohio, USA
License:   MIT and ISC-NCR

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall
 not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization
 from the X Consortium.

License: ISC-NCR
 Permission to use, copy, modify, and distribute this software and its
 documentation for any purpose and without fee is hereby granted, provided
 that the above copyright notice appear in all copies and that both that
 copyright notice and this permission notice appear in supporting
 documentation, and that the name NCR not be used in advertising
 or publicity pertaining to distribution of the software without specific,
 written prior permission.  NCR makes no representations about the
 suitability of this software for any purpose.  It is provided "as is"
 without express or implied warranty.
 .
 NCR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
 NO EVENT SHALL NCR BE LIABLE FOR ANY SPECIAL, INDIRECT OR
 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files:     install-sh
Copyright: 1994 X Consortium
License:   MIT
Comment:   FSF changes to this file are in the public domain.

Files:     src/ibuskeynames.c
           src/ibuskeyuni.c
Copyright: 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
License:   LGPL-2.0+

Files:     src/gtkimcontextsimpleseqs.h
Copyright: 2007-2008 GNOME Foundation
License:   LGPL-2.0+

Files:     client/x11/gdk-private.h
Copyright: 2008 Peng Huang <shawn.p.huang@gmail.com>
           2008 Red Hat, Inc.
License:   LGPL-2.1+

Files:     setup/main.py
Copyright: 2007-2016 Peng Huang <shawn.p.huang@gmail.com>
	   2010-2018 Takao Fujiwara <takao.fujiwara1@gmail.com>
           2007-2016 Red Hat, Inc.
License:   LGPL-2.1+

Files:     ibus/keysyms.py
Copyright: 1998-2003 James Henstridge
License:   LGPL-2.1+

Files:     client/x11/gdk-private.c
Copyright: 2008-2015 Peng Huang <shawn.p.huang@gmail.com>
           2008-2015 Red Hat, Inc.
License:   LGPL-2.1+

Files:     client/x11/main.c
Copyright: 2007-2015 Peng Huang <shawn.p.huang@gmail.com>
	   2015-2019 Takao Fujiwara <takao.fujiwara1@gmail.com>
           2007-2015 Red Hat, Inc.
License:   LGPL-2.1+

Files:     m4/vapigen.m4
Copyright: 2012 Evan Nemerson dnl
License:   LGPL-2.1+

Files:     configure
Copyright: 1992-2012 Free Software Foundation, Inc.
License:   permissive-fsf-grant
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.

Files:     INSTALL
Copyright: 1994-2016 Free Software Foundation, Inc.
License:   permissive

Files:     po/Makefile.in.in
Copyright: 1995-2010 Ulrich Drepper <drepper@gnu.ai.mit.edu>
License:   permissive

License: permissive
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.  This file is offered as-is,
 without any warranty.

Files:     aclocal.m4
Copyright: 1996-2018 Free Software Foundation, Inc.
License:   permissive-fsf-grant-attribution
 This file is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.

Files:     m4/introspection.m4
Copyright: 2009 Johan Dahlin
License:   permissive-author-grant-attribution
 This file is free software; the author(s) gives unlimited
 permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.

Files:     config.sub
           config.guess
Copyright: 1992-2018 Free Software Foundation, Inc.
License:   GPL-3.0+ with autoconf exception
 This file is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, see <http://www.gnu.org/licenses/>.
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that
 program.  This Exception is an additional permission under section 7
 of the GNU General Public License, version 3 ("GPLv3").
 .
 On Debian systems, the complete text of the GNU General Public License
 Version 3 can be found in `/usr/share/common-licenses/GPL-3'.

License:   GPL-2.0+ with autoconf exception
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that program.
 .
 On Debian systems, the complete text of the GNU General Public License
 Version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License:   LGPL-2.0+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Library General Public License
 Version 2 can be found in `/usr/share/common-licenses/LGPL-2'.

License:   LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
 USA
 .
 On Debian systems, the complete text of the GNU Lesser General Public License
 Version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.



==========================================================================
Package: libice-dev:arm64
==========================================================================
This package was downloaded from
http://xorg.freedesktop.org/releases/individual/lib/

Copyright 1993, 1998  The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.

Author: Ralph Mor, X Consortium



==========================================================================
Package: libice6:arm64
==========================================================================
This package was downloaded from
http://xorg.freedesktop.org/releases/individual/lib/

Copyright 1993, 1998  The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.

Author: Ralph Mor, X Consortium



==========================================================================
Package: libicu72:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
X-Format: https://dep.debian.net/deps/dep5
Upstream-Name: ICU
Upstream-Contact: https://icu.unicode.org/contacts
Source: https://github.com/unicode-org/icu

Files: *
Copyright: Copyright © 1991-2022 Unicode, Inc.
License: MIT
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated
 documentation files (the "Software"), to deal in the
 Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute,
 sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so,
 subject to the following conditions:
 .
 The above copyright notice and this permission notice shall
 be included in all copies or substantial portions of the
 Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
 PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
 OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Files: debian/*
Copyright: 2005-2015 Jay Berkenbilt <qjb@debian.org>,
           2015-     Laszlo Boszormenyi (GCS) <gcs@debian.org>
License: GPL-3
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation version 3 of the License.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 3 can be found in `/usr/share/common-licenses/GPL-3'.



==========================================================================
Package: libidn2-0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Libidn2
Upstream-Contact: Simon Josefsson <simon@josefsson.org>
Source: https://www.gnu.org/software/libidn/#libidn2

Files: *
Copyright: Copyright (C) 2011-2014 Simon Josefsson
License: GPL-3+

Files: *.c *.h
Copyright: Copyright (C) 2011-2014 Simon Josefsson
License: LGPL-3+ or GPL-2+

Files: build-aux/* lib/* GNUmakefile maint.mk
Copyright: Copyright (C) 2001-2011 Free Software Foundation, Inc.
License: GPL-3+

Files: doc/gdoc
Copyright: Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Simon Josefsson
           Copyright (c) 2001, 2002 Nikos Mavrogiannopoulos
           Copyright (c) 1998 Michael Zucchi
License: GPL-3+

Files: lib/IdnaMappingTable.txt lib/DerivedNormalizationProps.txt tests/IdnaTest.txt
Copyright: Copyright (c) 1991-2010 Unicode, Inc.
License: Unicode

License: GPL-3+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian GNU/Linux systems, the complete text of the GNU General Public
 License version 3 can be found in /usr/share/common-licenses/GPL-3.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian GNU/Linux systems, the complete text of the GNU General Public
 License version 2 can be found in /usr/share/common-licenses/GPL-2.

License: LGPL-3+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published
 by the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian GNU/Linux systems, the complete text of the GNU Lesser General
 Public License version 3 can be found in /usr/share/common-licenses/LGPL-3.

License: Unicode
 For terms of use, see http://www.unicode.org/terms_of_use.html
 Copyright © 1991-2011 Unicode, Inc. All rights reserved. Distributed
 under the Terms of Use in http://www.unicode.org/copyright.html.
 .
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of the Unicode data files and any associated documentation
 (the "Data Files") or Unicode software and any associated
 documentation (the "Software") to deal in the Data Files or Software
 without restriction, including without limitation the rights to use,
 copy, modify, merge, publish, distribute, and/or sell copies of the
 Data Files or Software, and to permit persons to whom the Data Files
 or Software are furnished to do so, provided that (a) the above
 copyright notice(s) and this permission notice appear with all copies
 of the Data Files or Software, (b) both the above copyright notice(s)
 and this permission notice appear in associated documentation, and
 (c) there is clear notice in each modified Data File or in the
 Software as well as in the documentation associated with the Data
 File(s) or Software that the data or software has been modified.
 .
 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
 COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY
 CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY
 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
 OF THE DATA FILES OR SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder
 shall not be used in advertising or otherwise to promote the sale,
 use or other dealings in these Data Files or Software without prior
 written authorization of the copyright holder.



==========================================================================
Package: libjbig0:arm64
==========================================================================
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: jbigkit
Source: http://www.cl.cam.ac.uk/~mgk25/jbigkit/

Files: *
Copyright: 1995-2008 Dr. Marcus Kuhn <mgk25@cl.cam.ac.uk>
License: GPL-2+
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 .
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Files: debian/*
Copyright: 2011 Michael van der Kolff <mvanderkolff@gmail.com>
License: GPL-2+
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 .
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".



==========================================================================
Package: libjpeg62-turbo:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libjpeg-turbo
Source: https://github.com/libjpeg-turbo/libjpeg-turbo

Files: BUILDING.md
 CMakeLists.txt
 ChangeLog.md
 LICENSE.md
 README.ijg
 README.md
 change.log
 cjpeg.1
 cmakescripts/BuildPackages.cmake
 cmakescripts/PackageInfo.cmake
 cmakescripts/cmake_uninstall.cmake.in
 cmakescripts/testclean.cmake
 croptest.in
 djpeg.1
 doc/html/annotated.html
 doc/html/bc_s.png
 doc/html/bdwn.png
 doc/html/classes.html
 doc/html/closed.png
 doc/html/doc.png
 doc/html/doxygen-extra.css
 doc/html/doxygen.css
 doc/html/doxygen.svg
 doc/html/folderclosed.png
 doc/html/folderopen.png
 doc/html/functions.html
 doc/html/functions_vars.html
 doc/html/group___turbo_j_p_e_g.html
 doc/html/index.html
 doc/html/modules.html
 doc/html/nav_f.png
 doc/html/nav_g.png
 doc/html/nav_h.png
 doc/html/open.png
 doc/html/search/all_0.html
 doc/html/search/all_0.js
 doc/html/search/all_1.html
 doc/html/search/all_1.js
 doc/html/search/all_2.html
 doc/html/search/all_2.js
 doc/html/search/all_3.html
 doc/html/search/all_3.js
 doc/html/search/all_4.html
 doc/html/search/all_4.js
 doc/html/search/all_5.html
 doc/html/search/all_5.js
 doc/html/search/all_6.html
 doc/html/search/all_6.js
 doc/html/search/all_7.html
 doc/html/search/all_7.js
 doc/html/search/all_8.html
 doc/html/search/all_8.js
 doc/html/search/all_9.html
 doc/html/search/all_9.js
 doc/html/search/classes_0.html
 doc/html/search/classes_0.js
 doc/html/search/close.svg
 doc/html/search/enums_0.html
 doc/html/search/enums_0.js
 doc/html/search/enumvalues_0.html
 doc/html/search/enumvalues_0.js
 doc/html/search/functions_0.html
 doc/html/search/functions_0.js
 doc/html/search/groups_0.html
 doc/html/search/groups_0.js
 doc/html/search/mag_sel.svg
 doc/html/search/nomatches.html
 doc/html/search/search.css
 doc/html/search/search_l.png
 doc/html/search/search_m.png
 doc/html/search/search_r.png
 doc/html/search/searchdata.js
 doc/html/search/typedefs_0.html
 doc/html/search/typedefs_0.js
 doc/html/search/variables_0.html
 doc/html/search/variables_0.js
 doc/html/search/variables_1.html
 doc/html/search/variables_1.js
 doc/html/search/variables_2.html
 doc/html/search/variables_2.js
 doc/html/search/variables_3.html
 doc/html/search/variables_3.js
 doc/html/search/variables_4.html
 doc/html/search/variables_4.js
 doc/html/search/variables_5.html
 doc/html/search/variables_5.js
 doc/html/search/variables_6.html
 doc/html/search/variables_6.js
 doc/html/search/variables_7.html
 doc/html/search/variables_7.js
 doc/html/search/variables_8.html
 doc/html/search/variables_8.js
 doc/html/search/variables_9.html
 doc/html/search/variables_9.js
 doc/html/splitbar.png
 doc/html/structtjregion.html
 doc/html/structtjscalingfactor.html
 doc/html/structtjtransform.html
 doc/html/sync_off.png
 doc/html/sync_on.png
 doc/html/tabs.css
 doc/html/tab_a.png
 doc/html/tab_b.png
 doc/html/tab_h.png
 doc/html/tab_s.png
 doxygen-extra.css
 doxygen.config
 example.txt
 fuzz/CMakeLists.txt
 fuzz/build.sh
 java/CMakeLists.txt
 java/MANIFEST.MF
 java/README
 java/doc/allclasses-frame.html
 java/doc/allclasses-noframe.html
 java/doc/constant-values.html
 java/doc/deprecated-list.html
 java/doc/help-doc.html
 java/doc/index-all.html
 java/doc/index.html
 java/doc/org/libjpegturbo/turbojpeg/TJ.html
 java/doc/org/libjpegturbo/turbojpeg/TJCompressor.html
 java/doc/org/libjpegturbo/turbojpeg/TJCustomFilter.html
 java/doc/org/libjpegturbo/turbojpeg/TJDecompressor.html
 java/doc/org/libjpegturbo/turbojpeg/TJException.html
 java/doc/org/libjpegturbo/turbojpeg/TJScalingFactor.html
 java/doc/org/libjpegturbo/turbojpeg/TJTransform.html
 java/doc/org/libjpegturbo/turbojpeg/TJTransformer.html
 java/doc/org/libjpegturbo/turbojpeg/YUVImage.html
 java/doc/org/libjpegturbo/turbojpeg/package-frame.html
 java/doc/org/libjpegturbo/turbojpeg/package-summary.html
 java/doc/org/libjpegturbo/turbojpeg/package-tree.html
 java/doc/overview-tree.html
 java/doc/package-list
 java/doc/resources/background.gif
 java/doc/resources/tab.gif
 java/doc/resources/titlebar.gif
 java/doc/resources/titlebar_end.gif
 java/doc/script.js
 java/doc/serialized-form.html
 java/doc/stylesheet.css
 jconfig.h.in
 jconfigint.h.in
 jpeg_nbits_table.h
 jpegtran.1
 jversion.h.in
 libjpeg.map.in
 md5/CMakeLists.txt
 rdjpgcom.1
 release/Config.cmake.in
 release/Distribution.xml.in
 release/License.rtf
 release/ReadMe.txt
 release/Welcome.rtf.in
 release/deb-control.in
 release/installer.nsi.in
 release/libjpeg.pc.in
 release/libturbojpeg.pc.in
 release/makedpkg.in
 release/makemacpkg.in
 release/makerpm.in
 release/makesrpm.in
 release/maketarball.in
 release/rpm.spec.in
 sharedlib/CMakeLists.txt
 simd/CMakeLists.txt
 simd/nasm/jsimdcfg.inc
 simd/nasm/jsimdcfg.inc.h
 testimages/nightshot_iso_100.bmp
 testimages/nightshot_iso_100.txt
 testimages/test.scan
 testimages/test1.icc
 testimages/test2.icc
 testimages/testimgari.jpg
 testimages/testimgint.jpg
 testimages/testorig.jpg
 testimages/testorig.ppm
 testimages/testorig12.jpg
 testimages/vgl_5674_0098.bmp
 testimages/vgl_6434_0018a.bmp
 testimages/vgl_6548_0026a.bmp
 tjbenchtest.in
 tjbenchtest.java.in
 tjexampletest.in
 tjexampletest.java.in
 turbojpeg-mapfile
 turbojpeg-mapfile.jni
 usage.txt
 win/gcc/projectTargets-release.cmake.in
 win/jconfig.h.in
 win/jpeg.rc.in
 win/jpeg62-memsrcdst.def
 win/jpeg62.def
 win/jpeg7-memsrcdst.def
 win/jpeg7.def
 win/jpeg8.def
 win/projectTargets.cmake.in
 win/turbojpeg.rc.in
 win/vc/projectTargets-release.cmake.in
 wizard.txt
 wrjpgcom.1
Copyright: 1991-2020, Thomas G. Lane, Guido Vollbeding
           1999-2006, MIYASAKA Masaru
           2009-2023, D. R. Commander
           2009-2011, Nokia Corporation and/or its subsidiary(-ies)
           2009, 2012, Pierre Ossman for Cendio AB
           2011-2016, Siarhei Siamashka
           2013-2014, Linaro Limited
           2013-2014, MIPS Technologies, Inc.
           2015-2016, 2018 Matthieu Darbois
           2015, 2020, Google, Inc.
           2015, Intel Corporation
           2019-2020, Arm Limited
License: BSD-BY-LC-NE
Comment:
 Assuming main license, no license specified.

Files: cderror.h
 cdjpeg.c
 cdjpeg.h
 cjpeg.c
 jcapimin.c
 jccolext.c
 jchuff.h
 jcinit.c
 jcmarker.c
 jcmaster.c
 jcparam.c
 jcprepct.c
 jctrans.c
 jdapimin.c
 jdatadst-tj.c
 jdatadst.c
 jdatasrc-tj.c
 jdatasrc.c
 jdcolext.c
 jdct.h
 jdmainct.c
 jdmarker.c
 jdmerge.h
 jdmrgext.c
 jdphuff.c
 jdtrans.c
 jerror.c
 jerror.h
 jfdctfst.c
 jfdctint.c
 jidctflt.c
 jidctfst.c
 jidctint.c
 jidctred.c
 jinclude.h
 jmemmgr.c
 jmemnobs.c
 jmorecfg.h
 jquant1.c
 jquant2.c
 jstdhuff.c
 jutils.c
 rdbmp.c
 rdjpgcom.c
 rdswitch.c
 rdtarga.c
 wrjpgcom.c
 wrppm.c
 wrtarga.c
Copyright: 1991-1994, Thomas G. Lane.
  1991-1996, Thomas G. Lane.
  1991-1997, Thomas G. Lane.
  1991-1998, Thomas G. Lane.
  1992-1996, Thomas G. Lane.
  1994-1996, Thomas G. Lane.
  1994-1997, Thomas G. Lane.
  1994-1998, Thomas G. Lane.
  1995-1997, Thomas G. Lane.
  1995-1998, Thomas G. Lane.
  2009, 2011, 2014-2015, 2018, 2020, D. R. Commander
  2009, 2011, 2015, 2023, D. R. Commander
  2009, 2014-2015, 2020, D. R. Commander
  2009, 2015, D. R. Commander
  2009-2011, 2018, D. R. Commander
  2009-2012, 2015, 2022, D. R. Commander
  2009-2019, 2021, D. R. Commander
  2010, 2013-2014, 2017, 2019-2022, D. R. Commander
  2010, 2016, 2018, D. R. Commander
  2010, 2016, D. R. Commander
  2010, 2018, 2022, D. R. Commander
  2010, D. R. Commander
  2010, 2020, D. R. Commander
  2011, 2014, 2016, 2019, 2022, D. R. Commander
  2011, 2015, 2020, 2023, D. R. Commander
  2011, 2016, 2019, D. R. Commander
  2012, 2015, 2022, D. R. Commander
  2013, 2016, 2022, D. R. Commander
  2014, 2017, 2021-2022, D. R. Commander
  2014, 2022, D. R. Commander
  2014, D. R. Commander
  2015, 2017-2018, 2021-2022, D. R. Commander
  2015, 2020, D. R. Commander
  2015, D. R. Commander
  2015-2016, 2018-2022, D. R. Commander
  2016, 2021-2022, D. R. Commander
  2016, 2022, D. R. Commander
  2017, 2019, 2021, D. R. Commander
  2017, 2019, 2022, D. R. Commander
  2017, 2019-2020, 2022, D. R. Commander
  2017-2018, D. R. Commander
  2018, 2021-2022, D. R. Commander
  2019, 2022, D. R. Commander
  2020, 2022, D. R. Commander
  2021, D. R. Commander
  2022, D. R. Commander
License: BSD-BY-LC-NE

Files: simd/i386/jccolext-mmx.asm
 simd/i386/jccolor-mmx.asm
 simd/i386/jcgray-mmx.asm
 simd/i386/jcgryext-mmx.asm
 simd/i386/jcsample-mmx.asm
 simd/i386/jcsample-sse2.asm
 simd/i386/jdcolext-mmx.asm
 simd/i386/jdcolext-sse2.asm
 simd/i386/jdcolor-mmx.asm
 simd/i386/jdcolor-sse2.asm
 simd/i386/jdmerge-mmx.asm
 simd/i386/jdmerge-sse2.asm
 simd/i386/jdmrgext-mmx.asm
 simd/i386/jdmrgext-sse2.asm
 simd/i386/jdsample-mmx.asm
 simd/i386/jdsample-sse2.asm
 simd/i386/jfdctflt-3dn.asm
 simd/i386/jfdctflt-sse.asm
 simd/i386/jfdctfst-mmx.asm
 simd/i386/jfdctfst-sse2.asm
 simd/i386/jfdctint-avx2.asm
 simd/i386/jfdctint-mmx.asm
 simd/i386/jfdctint-sse2.asm
 simd/i386/jidctflt-3dn.asm
 simd/i386/jidctflt-sse.asm
 simd/i386/jidctflt-sse2.asm
 simd/i386/jidctfst-mmx.asm
 simd/i386/jidctfst-sse2.asm
 simd/i386/jidctint-avx2.asm
 simd/i386/jidctint-mmx.asm
 simd/i386/jidctint-sse2.asm
 simd/i386/jidctred-mmx.asm
 simd/i386/jidctred-sse2.asm
 simd/i386/jquant-3dn.asm
 simd/i386/jquant-mmx.asm
 simd/i386/jquant-sse.asm
 simd/i386/jquantf-sse2.asm
 simd/i386/jquanti-sse2.asm
 simd/i386/jsimdcpu.asm
 simd/nasm/jdct.inc
 simd/x86_64/jdcolor-sse2.asm
 simd/x86_64/jdmerge-sse2.asm
 simd/x86_64/jfdctflt-sse.asm
 simd/x86_64/jfdctfst-sse2.asm
 simd/x86_64/jfdctint-avx2.asm
 simd/x86_64/jfdctint-sse2.asm
 simd/x86_64/jsimdcpu.asm
Copyright: 1999-2006, MIYASAKA Masaru
  2009, 2012, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2009, 2016, 2018, 2020, D. R. Commander
  2009, 2016, 2020, D. R. Commander
  2009, 2016, D. R. Commander
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2011, 2016, D. R. Commander
  2012, 2016, D. R. Commander
  2016, 2020, D. R. Commander
  2016, D. R. Commander
  2018, D. R. Commander
License: Zlib

Files: fuzz/cjpeg.cc
 fuzz/compress.cc
 fuzz/compress_yuv.cc
 fuzz/decompress.cc
 fuzz/decompress_yuv.cc
 fuzz/transform.cc
 java/TJBench.java
 java/TJExample.java
 java/TJUnitTest.java
 java/org/libjpegturbo/turbojpeg/TJCustomFilter.java
 java/org/libjpegturbo/turbojpeg/TJLoader-unix.java.in
 java/org/libjpegturbo/turbojpeg/TJLoader-win.java.in
 java/org/libjpegturbo/turbojpeg/TJTransform.java
 jcstest.c
 md5/md5.h
 md5/md5cmp.c
 release/uninstall.in
 strtest.c
 tjbench.c
 tjexample.c
 tjunittest.c
 tjutil.c
 tjutil.h
 turbojpeg-jni.c
 turbojpeg.h
Copyright: 2009-2011, 2013, 2016, 2020, D. R. Commander
  2009-2014, 2016-2019, 2021, 2023, D. R. Commander
  2009-2014, 2017-2019, 2022-2023, D. R. Commander
  2009-2015, 2017, 2020-2021, 2023, D. R. Commander
  2009-2019, 2021-2023, D. R. Commander
  2011, 2013, 2018, 2023, D. R. Commander
  2011, 2013, 2023, D. R. Commander
  2011, 2019, D. R. Commander
  2011, 2022, D. R. Commander
  2011, D. R. Commander
  2011-2012, 2014-2015, 2017, 2019, 2021-2023, D. R. Commander
  2011-2012, 2014-2015, 2017-2018, 2023, D. R. Commander
  2011-2013, 2016, 2020, D. R. Commander
  2011-2018, 2023, D. R. Commander
  2011-2023, D. R. Commander
  2013, 2016, D. R. Commander
  2018, D. R. Commander
  2021, D. R. Commander
  2022, D. R. Commander
License: BSD-3-clause

Files: coderules.txt
 jcapistd.c
 jccoefct.c
 jcmainct.c
 jcomapi.c
 jconfig.txt
 jdmainct.h
 jdmaster.h
 jdpostct.c
 jdsample.h
 jfdctflt.c
 jmemsys.h
 simd/mips64/jcsample.h
 simd/powerpc/jcsample.h
Copyright: 1991-1994, Thomas G. Lane.
  1991-1995, Thomas G. Lane.
  1991-1996, Thomas G. Lane.
  1992-1997, Thomas G. Lane.
  1994-1996, Thomas G. Lane.
  1994-1997, Thomas G. Lane.
License: BSD-BY-LC-NE

Files: simd/powerpc/jccolor-altivec.c
 simd/powerpc/jcgray-altivec.c
 simd/powerpc/jcsample-altivec.c
 simd/powerpc/jdcolext-altivec.c
 simd/powerpc/jdcolor-altivec.c
 simd/powerpc/jdmerge-altivec.c
 simd/powerpc/jdmrgext-altivec.c
 simd/powerpc/jdsample-altivec.c
 simd/powerpc/jfdctfst-altivec.c
 simd/powerpc/jfdctint-altivec.c
 simd/powerpc/jidctfst-altivec.c
 simd/powerpc/jidctint-altivec.c
 simd/powerpc/jquanti-altivec.c
 simd/powerpc/jsimd_altivec.h
Copyright: 2014, 2020, D. R. Commander
  2014, D. R. Commander
  2014-2015, 2020, D. R. Commander
  2014-2015, D. R. Commander
  2015, D. R. Commander
License: Zlib

Files: simd/x86_64/jcsample-sse2.asm
 simd/x86_64/jdcolext-sse2.asm
 simd/x86_64/jdmrgext-sse2.asm
 simd/x86_64/jdsample-sse2.asm
 simd/x86_64/jidctflt-sse2.asm
 simd/x86_64/jidctfst-sse2.asm
 simd/x86_64/jidctint-avx2.asm
 simd/x86_64/jidctint-sse2.asm
 simd/x86_64/jidctred-sse2.asm
 simd/x86_64/jquantf-sse2.asm
 simd/x86_64/jquanti-sse2.asm
Copyright: 1999-2006, MIYASAKA Masaru.
  2009, 2012, 2016, D. R. Commander
  2009, 2012, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2009, 2016, 2018, 2020, D. R. Commander
  2009, 2016, 2020, D. R. Commander
  2009, 2016, D. R. Commander
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2018, Matthias Räncker.
License: Zlib

Files: simd/arm/aarch32/jchuff-neon.c
 simd/arm/aarch64/jccolext-neon.c
 simd/arm/align.h
 simd/arm/jcgray-neon.c
 simd/arm/jcgryext-neon.c
 simd/arm/jcsample-neon.c
 simd/arm/jdcolor-neon.c
 simd/arm/jdmerge-neon.c
 simd/arm/jfdctfst-neon.c
 simd/arm/jidctfst-neon.c
 simd/arm/jquanti-neon.c
Copyright: 2020, Arm Limited
  2020-2021, Arm Limited
License: Zlib

Files: simd/arm/aarch32/jccolext-neon.c
 simd/arm/aarch64/jchuff-neon.c
 simd/arm/jccolor-neon.c
 simd/arm/jdcolext-neon.c
 simd/arm/jdmrgext-neon.c
 simd/arm/jdsample-neon.c
 simd/arm/jfdctint-neon.c
 simd/arm/jidctint-neon.c
 simd/arm/jidctred-neon.c
 simd/arm/neon-compat.h.in
Copyright: 2020, 2022, D. R. Commander
  2020, Arm Limited.
  2020, D. R. Commander
  2020-2021, Arm Limited.
License: Zlib

Files: simd/i386/jcsample-avx2.asm
 simd/i386/jdcolext-avx2.asm
 simd/i386/jdcolor-avx2.asm
 simd/i386/jdmerge-avx2.asm
 simd/i386/jdmrgext-avx2.asm
 simd/i386/jdsample-avx2.asm
 simd/x86_64/jdcolor-avx2.asm
 simd/x86_64/jdmerge-avx2.asm
Copyright: 1999-2006, MIYASAKA Masaru.
  2009, 2012, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2009, 2016, D. R. Commander
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2012, 2016, D. R. Commander
  2015, Intel Corporation.
  2016, D. R. Commander
License: Zlib

Files: java/org/libjpegturbo/turbojpeg/TJ.java
 java/org/libjpegturbo/turbojpeg/TJCompressor.java
 java/org/libjpegturbo/turbojpeg/TJDecompressor.java
 java/org/libjpegturbo/turbojpeg/TJException.java
 java/org/libjpegturbo/turbojpeg/TJScalingFactor.java
 java/org/libjpegturbo/turbojpeg/TJTransformer.java
 java/org/libjpegturbo/turbojpeg/YUVImage.java
Copyright: 2011, 2013-2015, 2023, D. R. Commander
  2011, 2018, D. R. Commander
  2011-2013, 2017-2018, 2020-2021, 2023, D. R. Commander
  2011-2015, 2018, 2020, 2023, D. R. Commander
  2011-2015, 2018, 2022-2023, D. R. Commander
  2014, 2017, 2023, D. R. Commander
  2015, Viktor Szathmáry
  2017-2018, D. R. Commander
License: BSD-3-clause

Files: simd/mips64/jcsample-mmi.c
 simd/mips64/jdsample-mmi.c
 simd/mips64/jfdctfst-mmi.c
 simd/mips64/jfdctint-mmi.c
 simd/mips64/jidctfst-mmi.c
 simd/mips64/jidctint-mmi.c
 simd/mips64/jquanti-mmi.c
Copyright: 1999-2006, MIYASAKA Masaru
  2014, 2018, 2020, D. R. Commander
  2014, 2018-2019, D. R. Commander
  2014-2015, 2018, 2020, D. R. Commander
  2014-2015, 2018-2019, D. R. Commander
  2015, 2018-2019, D. R. Commander
  2016-2017, Loongson Technology Corporation Limited, BeiJing
  2016-2018, Loongson Technology Corporation Limited, BeiJing
  2018-2019, D. R. Commander
License: Zlib

Files: cmyk.h
 jaricom.c
 jcarith.c
 jdarith.c
 jpegcomp.h
Copyright: 2010, 2020, D. R. Commander
  2015, 2018, 2021-2022, D. R. Commander
  2015, 2018, D. R. Commander
  2015-2020, 2022, D. R. Commander
  2017-2018, D. R. Commander
License: BSD-BY-LC-NE

Files: simd/i386/jccolext-avx2.asm
 simd/i386/jccolor-avx2.asm
 simd/i386/jcgray-avx2.asm
 simd/i386/jcgryext-avx2.asm
 simd/x86_64/jccolor-avx2.asm
 simd/x86_64/jcgray-avx2.asm
Copyright: 1999-2006, MIYASAKA Masaru.
  2009, 2016, D. R. Commander
  2011, 2016, D. R. Commander
  2015, Intel Corporation.
  2016, D. R. Commander
License: Zlib

Files: simd/i386/jccolext-sse2.asm
 simd/i386/jccolor-sse2.asm
 simd/i386/jcgray-sse2.asm
 simd/i386/jcgryext-sse2.asm
 simd/x86_64/jccolor-sse2.asm
 simd/x86_64/jcgray-sse2.asm
Copyright: 1999-2006, MIYASAKA Masaru.
  2009, 2016, D. R. Commander
  2011, 2016, D. R. Commander
  2016, D. R. Commander
License: Zlib

Files: simd/mips64/jccolor-mmi.c
 simd/mips64/jcgray-mmi.c
 simd/mips64/jdcolor-mmi.c
 simd/mips64/jdmerge-mmi.c
 simd/mips64/loongson-mmintrin.h
Copyright: 2011, 2014, D. R. Commander
  2011, 2015, D. R. Commander
  2016-2017, Loongson Technology Corporation Limited, BeiJing
  2016-2018, Loongson Technology Corporation Limited, BeiJing
  2019, D. R. Commander
License: Zlib

Files: doc/html/dynsections.js
 doc/html/menu.js
 doc/html/menudata.js
 doc/html/search/search.js
Copyright: 1997-2020, Dimitri van Heesch
License: Expat

Files: djpeg.c
 jdapistd.c
 jdinput.c
 jpeglib.h
Copyright: 1991-1997, Thomas G. Lane.
  1991-1998, Thomas G. Lane.
  1994-1996, Thomas G. Lane.
  2009-2011, 2013-2014, 2016-2017, 2020, D. R. Commander
  2010, 2015-2020, 2022, D. R. Commander
  2010, 2016, 2018, 2022, D. R. Commander
  2010-2011, 2013-2017, 2019-2020, 2022, D. R. Commander
  2015, Google, Inc.
License: BSD-BY-LC-NE

Files: simd/x86_64/jcsample-avx2.asm
 simd/x86_64/jdcolext-avx2.asm
 simd/x86_64/jdmrgext-avx2.asm
 simd/x86_64/jdsample-avx2.asm
Copyright: 1999-2006, MIYASAKA Masaru.
  2009, 2012, 2016, D. R. Commander
  2009, 2012, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2009, 2016, D. R. Commander
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2015, Intel Corporation.
  2018, Matthias Räncker.
License: Zlib

Files: simd/i386/jquanti-avx2.asm
 simd/i386/jsimd.c
 simd/powerpc/jsimd.c
 simd/x86_64/jsimd.c
Copyright: 1999-2006, MIYASAKA Masaru.
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2009-2011, 2013-2014, 2016, 2018, 2022, D. R. Commander
  2009-2011, 2014, 2016, 2018, 2022, D. R. Commander
  2009-2011, 2014-2016, 2018, 2022, D. R. Commander
  2015-2016, 2018, 2022, Matthieu Darbois.
  2016, 2018, D. R. Commander
  2016, Matthieu Darbois.
License: Zlib

Files: simd/mips64/jccolext-mmi.c
 simd/mips64/jcgryext-mmi.c
 simd/mips64/jdcolext-mmi.c
 simd/mips64/jdmrgext-mmi.c
Copyright: 1999-2006, MIYASAKA Masaru.
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2014-2015, 2019, D. R. Commander.
  2015, 2019, D. R. Commander.
  2016-2018, Loongson Technology Corporation Limited, BeiJing.
License: Zlib

Files: java/org_libjpegturbo_turbojpeg_TJ.h
 java/org_libjpegturbo_turbojpeg_TJCompressor.h
 java/org_libjpegturbo_turbojpeg_TJDecompressor.h
 java/org_libjpegturbo_turbojpeg_TJTransformer.h
Copyright: 2009-2021, D. R. Commander
License: BSD-3-clause
Comment:
 Generated files. Assuming license as for the Java files.

Files: jdcol565.c
 jdmrg565.c
 wrbmp.c
Copyright: 1991-1997, Thomas G. Lane.
  1994-1996, Thomas G. Lane.
  2013, Linaro Limited.
  2014-2015, 2017, 2019, 2022, D. R. Commander
  2014-2015, 2018, 2020, D. R. Commander
  2014-2015, D. R. Commander
License: BSD-BY-LC-NE

Files: jccolor.c
 jcsample.c
 jddctmgr.c
Copyright: 1991-1996, Thomas G. Lane.
  1994-1996, Thomas G. Lane.
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2009-2012, 2015, 2022, D. R. Commander
  2010, 2015, 2022, D. R. Commander
  2013, MIPS Technologies, Inc., California.
  2014, MIPS Technologies, Inc., California.
  2015, 2019, D. R. Commander
License: BSD-BY-LC-NE

Files: jpegtran.c
 transupp.c
 transupp.h
Copyright: 1991-2020, Thomas G. Lane, Guido Vollbeding.
  1995-2019, Thomas G. Lane, Guido Vollbeding.
  1997-2019, Thomas G. Lane, Guido Vollbeding.
  2010, 2012-2022, D. R. Commander
  2010, 2014, 2017, 2019-2022, D. R. Commander
  2010, 2017, 2021-2022, D. R. Commander
  2017, 2021, D. R. Commander
License: BSD-BY-LC-NE

Files: testimages/test1.icc.txt
 testimages/test2.icc.txt
Copyright: 1988, Jef Poskanzer
  1989, Jef Poskanzer
  1991-1997, Thomas G. Lane
  2015, 2017, 2022, D. R. Commander
  2015-2017, 2020-2023, D. R. Commander
License: Expat

Files: rdppm.c
 wrgif.c
Copyright: 1988, Jef Poskanzer.
  1989, Jef Poskanzer.
  1991-1997, Thomas G. Lane.
  2015, 2017, 2022, D. R. Commander.
  2015-2017, 2020-2023, D. R. Commander.
License: NTP

Files: jsimd.h
 jsimd_none.c
Copyright: 1999-2006, MIYASAKA Masaru.
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2009-2011, 2014, 2022, D. R. Commander
  2011, 2014, 2022, D. R. Commander
  2015-2016, 2018, 2022, Matthieu Darbois.
  2020, Arm Limited.
License: Zlib

Files: simd/x86_64/jccolext-avx2.asm
 simd/x86_64/jcgryext-avx2.asm
Copyright: 1999-2006, MIYASAKA Masaru.
  2009, 2016, D. R. Commander
  2011, 2016, D. R. Commander
  2015, Intel Corporation.
  2018, Matthias Räncker.
License: Zlib

Files: jdcolor.c
 jdmerge.c
Copyright: 1991-1997, Thomas G. Lane.
  1994-1996, Thomas G. Lane.
  2009, 2011, 2014-2015, 2020, D. R. Commander
  2009, 2011-2012, 2014-2015, D. R. Commander
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2013, Linaro Limited.
License: BSD-BY-LC-NE

Files: simd/x86_64/jccolext-sse2.asm
 simd/x86_64/jcgryext-sse2.asm
Copyright: 1999-2006, MIYASAKA Masaru.
  2009, 2016, D. R. Commander
  2011, 2016, D. R. Commander
  2018, Matthias Räncker.
License: Zlib

Files: simd/i386/jchuff-sse2.asm
 simd/x86_64/jchuff-sse2.asm
Copyright: 1999-2006, MIYASAKA Masaru.
  2009-2011, 2014-2016, 2019, 2021, D. R. Commander
  2009-2011, 2014-2017, 2019, D. R. Commander
  2015, Matthieu Darbois.
  2018, Matthias Räncker.
License: Zlib

Files: jdhuff.c
 jdhuff.h
Copyright: 1991-1997, Thomas G. Lane.
  2009-2011, 2016, 2018-2019, D. R. Commander
  2010-2011, 2015-2016, 2021, D. R. Commander
  2018, Matthias Räncker.
License: BSD-BY-LC-NE

Files: jcicc.c
 jdicc.c
Copyright: 1997-1998, Thomas G. Lane, Todd Newman.
  2017, D. R. Commander
License: BSD-BY-LC-NE

Files: simd/i386/jcphuff-sse2.asm
 simd/x86_64/jcphuff-sse2.asm
Copyright: 1999-2006, MIYASAKA Masaru.
  2016, 2018, Matthieu Darbois
License: Zlib

Files: simd/powerpc/jccolext-altivec.c
 simd/powerpc/jcgryext-altivec.c
Copyright: 2014, Jay Foad.
  2014-2015, D. R. Commander
License: Zlib

Files: simd/arm/aarch32/jsimd_neon.S
 simd/arm/aarch64/jsimd_neon.S
Copyright: 2009-2011, Nokia Corporation and/or its subsidiary(-ies).
  2013-2014, Linaro Limited.
  2014, Linaro Limited.
  2014, Siarhei Siamashka.
  2014-2016, 2020, D. R. Commander
  2015, D. R. Commander
  2015-2016, 2018, Matthieu Darbois.
  2016, Siarhei Siamashka.
License: Zlib

Files: cmakescripts/GNUInstallDirs.cmake
Copyright: 2011, 2013-2015, Kitware, Inc.
  2011, Alex Neundorf
  2011, Eric NOULARD
  2011, Nikita Krupen'ko
  2013, Dimitri John Ledkov
  2014, Daniele E. Domenichelli
  2014, Rolf Eike Beer
  2015, Alex Turbov
  2016, 2019, D. R. Commander
  2016, Dmitry Marakasov
  2016, Roger Leigh
  2018, Matthias Räncker
License: BSD-3-clause

Files: turbojpeg.c
Copyright: 2009-2023, D. R. Commander
  2021, Alex Richardson.
License: BSD-3-clause

Files: md5/md5hl.c
Copyright: 2016, 2018-2019, 2022, D. R. Commander
License: BSD-3-clause

Files: md5/md5.c
Copyright: 2018, D. R. Commander
License: BSD-3-clause

Files: rdgif.c
Copyright: 1990, David Koblas
  1991-1997, Thomas G. Lane
  2021-2022, D. R. Commander
License: NTP

Files: rdcolmap.c
Copyright: 1994-1996, Thomas G. Lane.
License: NTP

Files: jcphuff.c
Copyright: 1995-1997, Thomas G. Lane.
  2011, 2015, 2018, 2021-2022, D. R. Commander
  2016, 2018, 2022, Matthieu Darbois.
  2020, Arm Limited.
  2021, Alex Richardson.
License: BSD-BY-LC-NE

Files: jchuff.c
Copyright: 1991-1997, Thomas G. Lane
  1996-1997, Agner Fog
  2009-2011, 2014-2016, 2018-2022, D. R. Commander
  2015, Matthieu Darbois
  2018, Matthias Räncker
  2020, Arm Limited
License: BSD-BY-LC-NE

Files: jpegint.h
Copyright: 1991-1997, Thomas G. Lane.
  2015, Google, Inc.
  2015-2016, 2019, 2021, D. R. Commander
  2021, Alex Richardson.
License: BSD-BY-LC-NE

Files: simd/arm/aarch32/jsimd.c
Copyright: 1999-2006, MIYASAKA Masaru.
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2009-2011, 2013-2014, 2016, 2018, 2022, D. R. Commander
  2011, Nokia Corporation and/or its subsidiary(-ies)
  2015-2016, 2018, 2022, Matthieu Darbois
  2019, Google LLC.
  2020, Arm Limited.
License: Zlib

Files: jdsample.c
Copyright: 1991-1996, Thomas G. Lane.
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2010, 2015-2016, D. R. Commander
  2014, MIPS Technologies, Inc., California.
  2015, Google, Inc.
  2019-2020, Arm Limited.
License: BSD-BY-LC-NE

Files: simd/jsimd.h
Copyright: 1999-2006, MIYASAKA Masaru.
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2011, 2014-2016, 2018, 2020, 2022, D. R. Commander
  2013-2014, MIPS Technologies, Inc., California.
  2014, Linaro Limited.
  2015-2016, 2018, 2022, Matthieu Darbois.
  2016-2018, Loongson Technology Corporation Limited, BeiJing.
  2020, Arm Limited.
License: Zlib

Files: simd/arm/aarch64/jsimd.c
Copyright: 1999-2006, MIYASAKA Masaru.
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2009-2011, 2013-2014, 2016, 2018, 2020, 2022, D. R. Commander
  2011, Nokia Corporation and/or its subsidiary(-ies).
  2015-2016, 2018, Matthieu Darbois.
  2020, Arm Limited.
License:zlib

Files: simd/arm/jchuff.h
Copyright: 1991-1997, Thomas G. Lane.
  2009, 2018, 2021, D. R. Commander
  2018, Matthias Räncker
  2020-2021, Arm Limited
License: BSD-BY-LC-NE

Files: jdmaster.c
Copyright: 1991-1997, Thomas G. Lane.
  2009-2011, 2016, 2019, 2022, D. R. Commander
  2013, Linaro Limited
  2015, Google, Inc.
License: BSD-BY-LC-NE

Files: jdcoefct.c
Copyright: 1994-1997, Thomas G. Lane.
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2010, 2015-2016, 2019-2020, 2022, D. R. Commander
  2015, 2020, Google, Inc.
License: BSD-BY-LC-NE

Files: libjpeg.txt
Copyright: 1994-2013, Thomas G. Lane, Guido Vollbeding.
  2010, 2014-2018, 2020, 2022, D. R. Commander
  2015, Google, Inc.
License: BSD-BY-LC-NE

Files: simd/mips64/jsimd.c
Copyright: 1999-2006, MIYASAKA Masaru.
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2009-2011, 2014, 2016, 2018, 2022, D. R. Commander
  2013-2014, MIPS Technologies, Inc., California.
  2015, 2018, 2022, Matthieu Darbois.
  2016-2018, Loongson Technology Corporation Limited, BeiJing.
License: Zlib

Files: simd/mips/jsimd.c
Copyright: 1999-2006, MIYASAKA Masaru.
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2009-2011, 2014, 2016, 2018, 2020, 2022, D. R. Commander
  2013-2014, MIPS Technologies, Inc., California.
  2015-2016, 2018, 2022, Matthieu Darbois.
License: Zlib

Files: simd/x86_64/jquanti-avx2.asm
Copyright: 1999-2006, MIYASAKA Masaru.
  2009, 2016, 2018, D. R. Commander
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2016, Matthieu Darbois.
  2018, Matthias Räncker.
License: Zlib

Files: jcdctmgr.c
Copyright: 1994-1996, Thomas G. Lane.
  1999-2006, MIYASAKA Masaru.
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2011, 2014-2015, D. R. Commander
License: BSD-BY-LC-NE

Files: jdcoefct.h
Copyright: 1994-1997, Thomas G. Lane.
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2020, Google, Inc.
License: BSD-BY-LC-NE

Files: simd/nasm/jcolsamp.inc
Copyright: 1999-2006, MIYASAKA Masaru.
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2015, Intel Corporation.
License: Zlib

Files: jsimddct.h
Copyright: 1999-2006, MIYASAKA Masaru.
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
License: Zlib

Files: structure.txt
Copyright: 1991-2012, Thomas G. Lane, Guido Vollbeding.
License: BSD-BY-LC-NE

Files: simd/arm/jcphuff-neon.c
Copyright: 2020-2021, Arm Limited
  2022, D. R. Commander
  2022, Matthieu Darbois
License: Zlib

Files: simd/mips/jsimd_dspr2.S
Copyright: 2013-2014, MIPS Technologies, Inc., California.
  2015, D. R. Commander
License: Zlib

Files: simd/nasm/jsimdext.inc
Copyright: 1999-2006, MIYASAKA Masaru.
  2009, Pierre Ossman <ossman@cendio.se> for Cendio AB
  2010, 2016, 2018-2019, D. R. Commander
  2018, Matthias Räncker.
  2018, Matthieu Darbois.
License: Zlib

Files: simd/mips64/jsimd_mmi.h
Copyright: 2016-2018, Loongson Technology Corporation Limited, BeiJing.
License: Zlib

Files: simd/mips/jsimd_dspr2_asm.h
Copyright: 2013, MIPS Technologies, Inc., California.
  2018, Matthieu Darbois.
License: Zlib

Files: debian/*
Copyright:
 2020-2023, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
 2014,      Ondřej Surý <ondrej@debian.org>
 2012-2013, Debian TigerVNC Packaging Team <pkg-tigervnc-devel@lists.alioth.debian.org>
 2011-2012, Canonical Ltd.
 2011-2012, Linaro Inc.
License: BSD-3-clause

Files: debian/extra/*
Copyright:
 2005, Guido Vollbeding <guido@jpegclub.org>
License: BSD-BY-LC-NE
Comment:
 No license information present in file headers.
 .
 Assume same license as for Files: * as author of these files
 has also been involved in development of the rest of the
 project files.

Files: debian/missing-sources/jquery* doc/html/jquery.js
Copyright: Copyright 2011, John Resig
           Copyright 2011, The Dojo Foundation
License: Expat

Files: debian/tjbench.1.in
Copyright: 2009-2019, 2021, D. R. Commander
License: BSD-3-clause

License: BSD-BY-LC-NE
 In plain English:
 .
 1. We don't promise that this software works.  (But if you find any bugs,
    please let us know!)
 2. You can use this software for whatever you want.  You don't have to pay us.
 3. You may not pretend that you wrote this software.  If you use it in a
    program, you must acknowledge somewhere in your documentation that
    you've used the IJG code.
 .
 In legalese:
 .
 The authors make NO WARRANTY or representation, either express or implied,
 with respect to this software, its quality, accuracy, merchantability, or
 fitness for a particular purpose.  This software is provided "AS IS", and you,
 its user, assume the entire risk as to its quality and accuracy.
 .
 This software is copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding.
 All Rights Reserved except as specified below.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 software (or portions thereof) for any purpose, without fee, subject to these
 conditions:
 (1) If any part of the source code for this software is distributed, then this
 README file must be included, with this copyright and no-warranty notice
 unaltered; and any additions, deletions, or changes to the original files
 must be clearly indicated in accompanying documentation.
 (2) If only executable code is distributed, then the accompanying
 documentation must state that "this software is based in part on the work of
 the Independent JPEG Group".
 (3) Permission for use of this software is granted only if the user accepts
 full responsibility for any undesirable consequences; the authors accept
 NO LIABILITY for damages of any kind.
 .
 These conditions apply to any software derived from or based on the IJG code,
 not just to the unmodified library.  If you use our work, you ought to
 acknowledge us.
 .
 Permission is NOT granted for the use of any IJG author's name or company name
 in advertising or publicity relating to this software or products derived from
 it.  This software may be referred to only as "the Independent JPEG Group's
 software".
 .
 We specifically permit and encourage the use of this software as the basis of
 commercial products, provided that all warranty or liability claims are
 assumed by the product vendor.
 .
 ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
 sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.
 ansi2knr.c is NOT covered by the above copyright and conditions, but instead
 by the usual distribution terms of the Free Software Foundation; principally,
 that you must include source code if you redistribute it.  (See the file
 ansi2knr.c for full details.)  However, since ansi2knr.c is not needed as part
 of any program generated from the IJG code, this does not limit you more than
 the foregoing paragraphs do.
 .
 The Unix configuration script "configure" was produced with GNU Autoconf.
 It is copyright by the Free Software Foundation but is freely distributable.
 The same holds for its supporting scripts (config.guess, config.sub,
 ltmain.sh).  Another support script, install-sh, is copyright by X Consortium
 but is also freely distributable.
 .
 The IJG distribution formerly included code to read and write GIF files.
 To avoid entanglement with the Unisys LZW patent, GIF reading support has
 been removed altogether, and the GIF writer has been simplified to produce
 "uncompressed GIFs".  This technique does not use the LZW algorithm; the
 resulting GIF files are larger than usual, but are readable by all standard
 GIF decoders.
 .
 We are required to state that
     "The Graphics Interchange Format(c) is the Copyright property of
     CompuServe Incorporated.  GIF(sm) is a Service Mark property of
     CompuServe Incorporated."
 .
 The complete text can be found in README, supplied with the source.
 .
 libjpeg-turbo is licensed under a non-restrictive, BSD-style license
 (see README.) The TurboJPEG/OSS wrapper (both C and Java versions) and
 associated test programs bear a similar license, which is reproduced below:
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 - Redistributions of source code must retain the above copyright notice,
   this list of conditions and the following disclaimer.
 - Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.
 - Neither the name of the libjpeg-turbo Project nor the names of its
   contributors may be used to endorse or promote products derived from this
   software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.
 .
 The complete text can be found in README-turbo.txt, supplied with the source.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 - Redistributions of source code must retain the above copyright notice,
   this list of conditions and the following disclaimer.
 - Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.
 - Neither the name of the libjpeg-turbo Project nor the names of its
   contributors may be used to endorse or promote products derived from this
   software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: NTP
 Permission to use, copy, modify, and distribute this software and its
 documentation for any purpose and without fee is hereby granted, provided
 that the above copyright notice appear in all copies and that both that
 copyright notice and this permission notice appear in supporting
 documentation.  This software is provided "as is" without express or
 implied warranty.

License: Zlib
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 arising from the use of this software.
 . 
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 . 
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
     appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.



==========================================================================
Package: libjxl0.7:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: jpeg-xl
Source: https://github.com/libjxl/libjxl

Files: *
Copyright: 2020 the JPEG XL Project
License: BSD-3-clause-Google

Files: tools/ssimulacra.cc
Copyright: 2005, Rabah Mehdi <mehdi.rabah@gmail.com>,
 2009, Philipp Klaus Krause <philipp@colecovision.eu>
License: ISC-License
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

License: BSD-3-clause-Google
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
 * Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above
 copyright notice, this list of conditions and the following disclaimer
 in the documentation and/or other materials provided with the
 distribution.
 * Neither the name of Google Inc. nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: debian/*
Copyright: 2021 Mathieu Malaterre <malat@debian.org>
License: BSD-3-clause-Google
 Same as above



==========================================================================
Package: libk5crypto3:arm64
==========================================================================
This package was debianized by Sam Hartman <hartmans@permabit.com> on
Thu, 19 Oct 2000 16:05:06 -0400.

It was downloaded from:

    <http://web.mit.edu/kerberos/>

Upstream Maintainers:

    MIT Kerberos Team <krbdev@mit.edu>

Copyright:

Copyright (C) 1985-2022 by the Massachusetts Institute of Technology.

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Downloading of this software may constitute an export of cryptographic
software from the United States of America that is subject to the
United States Export Administration Regulations (EAR), 15 CFR 730-774.
Additional laws or regulations may apply.  It is the responsibility of
the person or entity contemplating export to comply with all
applicable export laws and regulations, including obtaining any
required license from the U.S. government.

The U.S. government prohibits export of encryption source code to
certain countries and individuals, including, but not limited to, the
countries of Cuba, Iran, North Korea, Sudan, Syria, and residents and
nationals of those countries.

Documentation components of this software distribution are licensed
under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
(https://creativecommons.org/licenses/by-sa/3.0/)

Individual source code files are copyright MIT, Cygnus Support,
Novell, OpenVision Technologies, Oracle, Red Hat, Sun Microsystems,
FundsXpress, and others.

Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira,
and Zephyr are trademarks of the Massachusetts Institute of Technology
(MIT).  No commercial use of these trademarks may be made without
prior written permission of MIT.

"Commercial use" means use of a name in a product or other for-profit
manner.  It does NOT prevent a commercial firm from referring to the
MIT trademarks in order to convey information (although in doing so,
recognition of their trademark status should be given).

======================================================================

The following copyright and permission notice applies to the
OpenVision Kerberos Administration system located in "kadmin/create",
"kadmin/dbutil", "kadmin/passwd", "kadmin/server", "lib/kadm5", and
portions of "lib/rpc":

   Copyright, OpenVision Technologies, Inc., 1993-1996, All Rights
   Reserved

   WARNING:  Retrieving the OpenVision Kerberos Administration system
   source code, as described below, indicates your acceptance of the
   following terms.  If you do not agree to the following terms, do
   not retrieve the OpenVision Kerberos administration system.

   You may freely use and distribute the Source Code and Object Code
   compiled from it, with or without modification, but this Source
   Code is provided to you "AS IS" EXCLUSIVE OF ANY WARRANTY,
   INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY OR
   FITNESS FOR A PARTICULAR PURPOSE, OR ANY OTHER WARRANTY, WHETHER
   EXPRESS OR IMPLIED. IN NO EVENT WILL OPENVISION HAVE ANY LIABILITY
   FOR ANY LOST PROFITS, LOSS OF DATA OR COSTS OF PROCUREMENT OF
   SUBSTITUTE GOODS OR SERVICES, OR FOR ANY SPECIAL, INDIRECT, OR
   CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, INCLUDING,
   WITHOUT LIMITATION, THOSE RESULTING FROM THE USE OF THE SOURCE
   CODE, OR THE FAILURE OF THE SOURCE CODE TO PERFORM, OR FOR ANY
   OTHER REASON.

   OpenVision retains all copyrights in the donated Source Code.
   OpenVision also retains copyright to derivative works of the Source
   Code, whether created by OpenVision or by a third party. The
   OpenVision copyright notice must be preserved if derivative works
   are made based on the donated Source Code.

   OpenVision Technologies, Inc. has donated this Kerberos
   Administration system to MIT for inclusion in the standard Kerberos
   5 distribution. This donation underscores our commitment to
   continuing Kerberos technology development and our gratitude for
   the valuable work which has been performed by MIT and the Kerberos
   community.

======================================================================

   Portions contributed by Matt Crawford "crawdad@fnal.gov" were work
   performed at Fermi National Accelerator Laboratory, which is
   operated by Universities Research Association, Inc., under contract
   DE-AC02-76CHO3000 with the U.S. Department of Energy.

======================================================================

Portions of "src/lib/crypto" have the following copyright:

   Copyright (C) 1998 by the FundsXpress, INC.

   All rights reserved.

      Export of this software from the United States of America may
      require a specific license from the United States Government.
      It is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
   distribute this software and its documentation for any purpose and
   without fee is hereby granted, provided that the above copyright
   notice appear in all copies and that both that copyright notice and
   this permission notice appear in supporting documentation, and that
   the name of FundsXpress. not be used in advertising or publicity
   pertaining to distribution of the software without specific,
   written prior permission.  FundsXpress makes no representations
   about the suitability of this software for any purpose.  It is
   provided "as is" without express or implied warranty.

   THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

======================================================================

The implementation of the AES encryption algorithm in
"src/lib/crypto/builtin/aes" has the following copyright:

   Copyright (C) 1998-2013, Brian Gladman, Worcester, UK.
   All rights reserved.

   The redistribution and use of this software (with or without
   changes) is allowed without the payment of fees or royalties
   provided that:

      source code distributions include the above copyright notice,
      this list of conditions and the following disclaimer;

      binary distributions include the above copyright notice, this
      list of conditions and the following disclaimer in their
      documentation.

   This software is provided 'as is' with no explicit or implied
   warranties in respect of its operation, including, but not limited
   to, correctness and fitness for purpose.

======================================================================

Portions contributed by Red Hat, including the pre-authentication
plug-in framework and the NSS crypto implementation, contain the
following copyright:

   Copyright (C) 2006 Red Hat, Inc.
   Portions copyright (C) 2006 Massachusetts Institute of Technology
   All Rights Reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.

   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials provided
     with the distribution.

   * Neither the name of Red Hat, Inc., nor the names of its
     contributors may be used to endorse or promote products derived
     from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

The bundled verto source code is subject to the following license:

   Copyright 2011 Red Hat, Inc.

   Permission is hereby granted, free of charge, to any person
   obtaining a copy of this software and associated documentation
   files (the "Software"), to deal in the Software without
   restriction, including without limitation the rights to use, copy,
   modify, merge, publish, distribute, sublicense, and/or sell copies
   of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
   HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   DEALINGS IN THE SOFTWARE.

======================================================================

The MS-KKDCP client implementation has the following copyright:

   Copyright 2013,2014 Red Hat, Inc.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

      1. Redistributions of source code must retain the above
         copyright notice, this list of conditions and the following
         disclaimer.

      2. Redistributions in binary form must reproduce the above
         copyright notice, this list of conditions and the following
         disclaimer in the documentation and/or other materials
         provided with the distribution.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

The implementations of GSSAPI mechglue in GSSAPI-SPNEGO in
"src/lib/gssapi", including the following files:

   lib/gssapi/generic/gssapi_err_generic.et
   lib/gssapi/mechglue/g_accept_sec_context.c
   lib/gssapi/mechglue/g_acquire_cred.c
   lib/gssapi/mechglue/g_canon_name.c
   lib/gssapi/mechglue/g_compare_name.c
   lib/gssapi/mechglue/g_context_time.c
   lib/gssapi/mechglue/g_delete_sec_context.c
   lib/gssapi/mechglue/g_dsp_name.c
   lib/gssapi/mechglue/g_dsp_status.c
   lib/gssapi/mechglue/g_dup_name.c
   lib/gssapi/mechglue/g_exp_sec_context.c
   lib/gssapi/mechglue/g_export_name.c
   lib/gssapi/mechglue/g_glue.c
   lib/gssapi/mechglue/g_imp_name.c
   lib/gssapi/mechglue/g_imp_sec_context.c
   lib/gssapi/mechglue/g_init_sec_context.c
   lib/gssapi/mechglue/g_initialize.c
   lib/gssapi/mechglue/g_inquire_context.c
   lib/gssapi/mechglue/g_inquire_cred.c
   lib/gssapi/mechglue/g_inquire_names.c
   lib/gssapi/mechglue/g_process_context.c
   lib/gssapi/mechglue/g_rel_buffer.c
   lib/gssapi/mechglue/g_rel_cred.c
   lib/gssapi/mechglue/g_rel_name.c
   lib/gssapi/mechglue/g_rel_oid_set.c
   lib/gssapi/mechglue/g_seal.c
   lib/gssapi/mechglue/g_sign.c
   lib/gssapi/mechglue/g_store_cred.c
   lib/gssapi/mechglue/g_unseal.c
   lib/gssapi/mechglue/g_userok.c
   lib/gssapi/mechglue/g_utils.c
   lib/gssapi/mechglue/g_verify.c
   lib/gssapi/mechglue/gssd_pname_to_uid.c
   lib/gssapi/mechglue/mglueP.h
   lib/gssapi/mechglue/oid_ops.c
   lib/gssapi/spnego/gssapiP_spnego.h
   lib/gssapi/spnego/spnego_mech.c

and the initial implementation of incremental propagation, including
the following new or changed files:

   include/iprop_hdr.h
   kadmin/server/ipropd_svc.c
   lib/kdb/iprop.x
   lib/kdb/kdb_convert.c
   lib/kdb/kdb_log.c
   lib/kdb/kdb_log.h
   lib/krb5/error_tables/kdb5_err.et
   kprop/kpropd_rpc.c
   kprop/kproplog.c

are subject to the following license:

   Copyright (C) 2004 Sun Microsystems, Inc.

   Permission is hereby granted, free of charge, to any person
   obtaining a copy of this software and associated documentation
   files (the "Software"), to deal in the Software without
   restriction, including without limitation the rights to use, copy,
   modify, merge, publish, distribute, sublicense, and/or sell copies
   of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
   BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   SOFTWARE.

======================================================================

Kerberos V5 includes documentation and software developed at the
University of California at Berkeley, which includes this copyright
notice:

   Copyright (C) 1983 Regents of the University of California.
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of the University nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS
   OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

Portions contributed by Novell, Inc., including the LDAP database
backend, are subject to the following license:

   Copyright (C) 2004-2005, Novell, Inc.
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.

   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials provided
     with the distribution.

   * The copyright holder's name is not used to endorse or promote
     products derived from this software without specific prior
     written permission.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

Portions funded by Sandia National Laboratory and developed by the
University of Michigan's Center for Information Technology
Integration, including the PKINIT implementation, are subject to the
following license:

   COPYRIGHT (C) 2006-2007
   THE REGENTS OF THE UNIVERSITY OF MICHIGAN
   ALL RIGHTS RESERVED

   Permission is granted to use, copy, create derivative works and
   redistribute this software and such derivative works for any
   purpose, so long as the name of The University of Michigan is not
   used in any advertising or publicity pertaining to the use of
   distribution of this software without specific, written prior
   authorization.  If the above copyright notice or any other
   identification of the University of Michigan is included in any
   copy of any portion of this software, then the disclaimer below
   must also be included.

   THIS SOFTWARE IS PROVIDED AS IS, WITHOUT REPRESENTATION FROM THE
   UNIVERSITY OF MICHIGAN AS TO ITS FITNESS FOR ANY PURPOSE, AND
   WITHOUT WARRANTY BY THE UNIVERSITY OF MICHIGAN OF ANY KIND, EITHER
   EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED
   WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   THE REGENTS OF THE UNIVERSITY OF MICHIGAN SHALL NOT BE LIABLE FOR
   ANY DAMAGES, INCLUDING SPECIAL, INDIRECT, INCIDENTAL, OR
   CONSEQUENTIAL DAMAGES, WITH RESPECT TO ANY CLAIM ARISING OUT OF OR
   IN CONNECTION WITH THE USE OF THE SOFTWARE, EVEN IF IT HAS BEEN OR
   IS HEREAFTER ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

======================================================================

The pkcs11.h file included in the PKINIT code has the following
license:

   Copyright 2006 g10 Code GmbH
   Copyright 2006 Andreas Jellinghaus

   This file is free software; as a special exception the author gives
   unlimited permission to copy and/or distribute it, with or without
   modifications, as long as this notice is preserved.

   This file is distributed in the hope that it will be useful, but
   WITHOUT ANY WARRANTY, to the extent permitted by law; without even
   the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
   PURPOSE.

======================================================================

Portions contributed by Apple Inc. are subject to the following
license:

   Copyright 2004-2008 Apple Inc.  All Rights Reserved.

      Export of this software from the United States of America may
      require a specific license from the United States Government.
      It is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
   distribute this software and its documentation for any purpose and
   without fee is hereby granted, provided that the above copyright
   notice appear in all copies and that both that copyright notice and
   this permission notice appear in supporting documentation, and that
   the name of Apple Inc. not be used in advertising or publicity
   pertaining to distribution of the software without specific,
   written prior permission.  Apple Inc. makes no representations
   about the suitability of this software for any purpose.  It is
   provided "as is" without express or implied warranty.

   THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

======================================================================

The implementations of UTF-8 string handling in src/util/support and
src/lib/krb5/unicode are subject to the following copyright and
permission notice:

   The OpenLDAP Public License
   Version 2.8, 17 August 2003

   Redistribution and use of this software and associated
   documentation ("Software"), with or without modification, are
   permitted provided that the following conditions are met:

   1. Redistributions in source form must retain copyright
      statements and notices,

   2. Redistributions in binary form must reproduce applicable
      copyright statements and notices, this list of conditions, and
      the following disclaimer in the documentation and/or other
      materials provided with the distribution, and

   3. Redistributions must contain a verbatim copy of this
      document.

   The OpenLDAP Foundation may revise this license from time to time.
   Each revision is distinguished by a version number.  You may use
   this Software under terms of this license revision or under the
   terms of any subsequent revision of the license.

   THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS
   CONTRIBUTORS "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   DISCLAIMED.  IN NO EVENT SHALL THE OPENLDAP FOUNDATION, ITS
   CONTRIBUTORS, OR THE AUTHOR(S) OR OWNER(S) OF THE SOFTWARE BE
   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   DAMAGE.

   The names of the authors and copyright holders must not be used in
   advertising or otherwise to promote the sale, use or other dealing
   in this Software without specific, written prior permission.  Title
   to copyright in this Software shall at all times remain with
   copyright holders.

   OpenLDAP is a registered trademark of the OpenLDAP Foundation.

   Copyright 1999-2003 The OpenLDAP Foundation, Redwood City,
   California, USA.  All Rights Reserved.  Permission to copy and
   distribute verbatim copies of this document is granted.

======================================================================

Marked test programs in src/lib/krb5/krb have the following copyright:

   Copyright (C) 2006 Kungliga Tekniska Högskola
   (Royal Institute of Technology, Stockholm, Sweden).
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of KTH nor the names of its contributors may
      be used to endorse or promote products derived from this
      software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY KTH AND ITS CONTRIBUTORS "AS IS" AND
   ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
   THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KTH OR ITS
   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

The KCM Mach RPC definition file used on macOS has the following
copyright:

      Copyright (C) 2009 Kungliga Tekniska Högskola
      (Royal Institute of Technology, Stockholm, Sweden).
      All rights reserved.

   Portions Copyright (C) 2009 Apple Inc. All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of the Institute nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE
   OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

Portions of the RPC implementation in src/lib/rpc and
src/include/gssrpc have the following copyright and permission notice:

   Copyright (C) 2010, Oracle America, Inc.

   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of the "Oracle America, Inc." nor the names
      of its contributors may be used to endorse or promote products
      derived from this software without specific prior written
      permission.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

   Copyright (C) 2006,2007,2009 NTT (Nippon Telegraph and Telephone
   Corporation).  All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer as the first lines of this file unmodified.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   THIS SOFTWARE IS PROVIDED BY NTT "AS IS" AND ANY EXPRESS OR IMPLIED
   WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   DISCLAIMED. IN NO EVENT SHALL NTT BE LIABLE FOR ANY DIRECT,
   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

   Copyright 2000 by Carnegie Mellon University

   All Rights Reserved

   Permission to use, copy, modify, and distribute this software and
   its documentation for any purpose and without fee is hereby
   granted, provided that the above copyright notice appear in all
   copies and that both that copyright notice and this permission
   notice appear in supporting documentation, and that the name of
   Carnegie Mellon University not be used in advertising or publicity
   pertaining to distribution of the software without specific,
   written prior permission.

   CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
   THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
   FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
   AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   SOFTWARE.

======================================================================

   Copyright (C) 2002 Naval Research Laboratory (NRL/CCS)

   Permission to use, copy, modify and distribute this software and
   its documentation is hereby granted, provided that both the
   copyright notice and this permission notice appear in all copies of
   the software, derivative works or modified versions, and any
   portions thereof.

   NRL ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION AND
   DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER
   RESULTING FROM THE USE OF THIS SOFTWARE.

======================================================================

   Copyright (C) 1991, 1992, 1994 by Cygnus Support.

   Permission to use, copy, modify, and distribute this software and
   its documentation for any purpose and without fee is hereby
   granted, provided that the above copyright notice appear in all
   copies and that both that copyright notice and this permission
   notice appear in supporting documentation. Cygnus Support makes no
   representations about the suitability of this software for any
   purpose.  It is provided "as is" without express or implied
   warranty.

======================================================================

   Copyright (C) 2006 Secure Endpoints Inc.

   Permission is hereby granted, free of charge, to any person
   obtaining a copy of this software and associated documentation
   files (the "Software"), to deal in the Software without
   restriction, including without limitation the rights to use, copy,
   modify, merge, publish, distribute, sublicense, and/or sell copies
   of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
   BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   SOFTWARE.

======================================================================

Portions of the implementation of the Fortuna-like PRNG are subject to
the following notice:

   Copyright (C) 2005 Marko Kreen
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR
   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

   Copyright (C) 1994 by the University of Southern California

      EXPORT OF THIS SOFTWARE from the United States of America may
      require a specific license from the United States Government. It
      is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to copy, modify, and distribute
   this software and its documentation in source and binary forms is
   hereby granted, provided that any documentation or other materials
   related to such distribution or use acknowledge that the software
   was developed by the University of Southern California.

   DISCLAIMER OF WARRANTY.  THIS SOFTWARE IS PROVIDED "AS IS".  The
   University of Southern California MAKES NO REPRESENTATIONS OR
   WARRANTIES, EXPRESS OR IMPLIED.  By way of example, but not
   limitation, the University of Southern California MAKES NO
   REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
   PARTICULAR PURPOSE. The University of Southern California shall not
   be held liable for any liability nor for any direct, indirect, or
   consequential damages with respect to any claim by the user or
   distributor of the ksu software.

======================================================================

   Copyright (C) 1995
   The President and Fellows of Harvard University

   This code is derived from software contributed to Harvard by Jeremy
   Rassen.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. All advertising materials mentioning features or use of this
      software must display the following acknowledgement:

         This product includes software developed by the University of
         California, Berkeley and its contributors.

   4. Neither the name of the University nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS
   OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

   Copyright (C) 2008 by the Massachusetts Institute of Technology.
   Copyright 1995 by Richard P. Basch.  All Rights Reserved.
   Copyright 1995 by Lehman Brothers, Inc.  All Rights Reserved.

      Export of this software from the United States of America may
      require a specific license from the United States Government. It
      is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
   distribute this software and its documentation for any purpose and
   without fee is hereby granted, provided that the above copyright
   notice appear in all copies and that both that copyright notice and
   this permission notice appear in supporting documentation, and that
   the name of Richard P. Basch, Lehman Brothers and M.I.T. not be
   used in advertising or publicity pertaining to distribution of the
   software without specific, written prior permission.  Richard P.
   Basch, Lehman Brothers and M.I.T. make no representations about the
   suitability of this software for any purpose.  It is provided "as
   is" without express or implied warranty.

======================================================================

The following notice applies to "src/lib/krb5/krb/strptime.c" and
"src/include/k5-queue.h".

   Copyright (C) 1997, 1998 The NetBSD Foundation, Inc.
   All rights reserved.

   This code was contributed to The NetBSD Foundation by Klaus Klein.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. All advertising materials mentioning features or use of this
      software must display the following acknowledgement:

         This product includes software developed by the NetBSD
         Foundation, Inc. and its contributors.

   4. Neither the name of The NetBSD Foundation nor the names of
      its contributors may be used to endorse or promote products
      derived from this software without specific prior written
      permission.

   THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
   CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE
   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   DAMAGE.

======================================================================

The following notice applies to Unicode library files in
"src/lib/krb5/unicode":

   Copyright 1997, 1998, 1999 Computing Research Labs,
   New Mexico State University

   Permission is hereby granted, free of charge, to any person
   obtaining a copy of this software and associated documentation
   files (the "Software"), to deal in the Software without
   restriction, including without limitation the rights to use, copy,
   modify, merge, publish, distribute, sublicense, and/or sell copies
   of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   NONINFRINGEMENT.  IN NO EVENT SHALL THE COMPUTING RESEARCH LAB OR
   NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY CLAIM, DAMAGES OR
   OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
   OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

======================================================================

The following notice applies to "src/util/support/strlcpy.c":

   Copyright (C) 1998 Todd C. Miller "Todd.Miller@courtesan.com"

   Permission to use, copy, modify, and distribute this software for
   any purpose with or without fee is hereby granted, provided that
   the above copyright notice and this permission notice appear in all
   copies.

   THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
   WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
   WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
   AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
   OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

======================================================================

The following notice applies to "src/util/profile/argv_parse.c" and
"src/util/profile/argv_parse.h":

   Copyright 1999 by Theodore Ts'o.

   Permission to use, copy, modify, and distribute this software for
   any purpose with or without fee is hereby granted, provided that
   the above copyright notice and this permission notice appear in all
   copies.  THE SOFTWARE IS PROVIDED "AS IS" AND THEODORE TS'O (THE
   AUTHOR) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN
   NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
   INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
   RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
   IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.  (Isn't
   it sick that the U.S. culture of lawsuit-happy lawyers requires
   this kind of disclaimer?)

======================================================================

The following notice applies to SWIG-generated code in
"src/util/profile/profile_tcl.c":

   Copyright (C) 1999-2000, The University of Chicago

   This file may be freely redistributed without license or fee
   provided this copyright message remains intact.

======================================================================

The following notice applies to portiions of "src/lib/rpc" and
"src/include/gssrpc":

   Copyright (C) 2000 The Regents of the University of Michigan. All
   rights reserved.

   Copyright (C) 2000 Dug Song "dugsong@UMICH.EDU". All rights
   reserved, all wrongs reversed.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of the University nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
   WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   DAMAGE.

======================================================================

Implementations of the MD4 algorithm are subject to the following
notice:

   Copyright (C) 1990, RSA Data Security, Inc. All rights reserved.

   License to copy and use this software is granted provided that it
   is identified as the "RSA Data Security, Inc. MD4 Message Digest
   Algorithm" in all material mentioning or referencing this software
   or this function.

   License is also granted to make and use derivative works provided
   that such works are identified as "derived from the RSA Data
   Security, Inc. MD4 Message Digest Algorithm" in all material
   mentioning or referencing the derived work.

   RSA Data Security, Inc. makes no representations concerning either
   the merchantability of this software or the suitability of this
   software for any particular purpose.  It is provided "as is"
   without express or implied warranty of any kind.

   These notices must be retained in any copies of any part of this
   documentation and/or software.

======================================================================

Implementations of the MD5 algorithm are subject to the following
notice:

   Copyright (C) 1990, RSA Data Security, Inc. All rights reserved.

   License to copy and use this software is granted provided that it
   is identified as the "RSA Data Security, Inc. MD5 Message- Digest
   Algorithm" in all material mentioning or referencing this software
   or this function.

   License is also granted to make and use derivative works provided
   that such works are identified as "derived from the RSA Data
   Security, Inc. MD5 Message-Digest Algorithm" in all material
   mentioning or referencing the derived work.

   RSA Data Security, Inc. makes no representations concerning either
   the merchantability of this software or the suitability of this
   software for any particular purpose.  It is provided "as is"
   without express or implied warranty of any kind.

   These notices must be retained in any copies of any part of this
   documentation and/or software.

======================================================================

The following notice applies to
"src/lib/crypto/crypto_tests/t_mddriver.c":

   Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All
   rights reserved.

   RSA Data Security, Inc. makes no representations concerning either
   the merchantability of this software or the suitability of this
   software for any particular purpose. It is provided "as is" without
   express or implied warranty of any kind.

   These notices must be retained in any copies of any part of this
   documentation and/or software.

======================================================================

Portions of "src/lib/krb5" are subject to the following notice:

   Copyright (C) 1994 CyberSAFE Corporation.
   Copyright 1990,1991,2007,2008 by the Massachusetts Institute of Technology.
   All Rights Reserved.

      Export of this software from the United States of America may
      require a specific license from the United States Government. It
      is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
   distribute this software and its documentation for any purpose and
   without fee is hereby granted, provided that the above copyright
   notice appear in all copies and that both that copyright notice and
   this permission notice appear in supporting documentation, and that
   the name of M.I.T. not be used in advertising or publicity
   pertaining to distribution of the software without specific,
   written prior permission.  Furthermore if you modify this software
   you must label your software as modified software and not
   distribute it in such a fashion that it might be confused with the
   original M.I.T. software. Neither M.I.T., the Open Computing
   Security Group, nor CyberSAFE Corporation make any representations
   about the suitability of this software for any purpose.  It is
   provided "as is" without express or implied warranty.

======================================================================

Portions contributed by PADL Software are subject to the following
license:

   Copyright (c) 2011, PADL Software Pty Ltd. All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of PADL Software nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY PADL SOFTWARE AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL PADL SOFTWARE
   OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

The bundled libev source code is subject to the following license:

   All files in libev are Copyright (C)2007,2008,2009 Marc Alexander
   Lehmann.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.

   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials provided
     with the distribution.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

   Alternatively, the contents of this package may be used under the
   terms of the GNU General Public License ("GPL") version 2 or any
   later version, in which case the provisions of the GPL are
   applicable instead of the above. If you wish to allow the use of
   your version of this package only under the terms of the GPL and
   not to allow others to use your version of this file under the BSD
   license, indicate your decision by deleting the provisions above
   and replace them with the notice and other provisions required by
   the GPL in this and the other files of this package. If you do not
   delete the provisions above, a recipient may use your version of
   this file under either the BSD or the GPL.

   On Debian systems, the complete text of the GNU General Public License
   version 2 can be found in `/usr/share/common-licenses/GPL-2'.

======================================================================

Files copied from the Intel AESNI Sample Library are subject to the
following license:

   Copyright (C) 2010, Intel Corporation
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

      * Redistributions of source code must retain the above
        copyright notice, this list of conditions and the following
        disclaimer.

      * Redistributions in binary form must reproduce the above
        copyright notice, this list of conditions and the following
        disclaimer in the documentation and/or other materials
        provided with the distribution.

      * Neither the name of Intel Corporation nor the names of its
        contributors may be used to endorse or promote products
        derived from this software without specific prior written
        permission.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

The following notice applies to
"src/ccapi/common/win/OldCC/autolock.hxx":

   Copyright (C) 1998 by Danilo Almeida.  All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.

   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials provided
     with the distribution.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

The following notice applies to portions of
"src/plugins/preauth/spake/edwards25519.c" and
"src/plugins/preauth/spake/edwards25519_tables.h":

The MIT License (MIT)

Copyright (c) 2015-2016 the fiat-crypto authors (see the AUTHORS
file).

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

======================================================================

The following notice applies to portions of
"src/plugins/preauth/spake/edwards25519.c":

Copyright (c) 2015-2016, Google Inc.

Permission to use, copy, modify, and/or distribute this software for
any purpose with or without fee is hereby granted, provided that the
above copyright notice and this permission notice appear in all
copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

======================================================================

The Debian Packaging is licensed under the same terms as MIT Kerberos.



==========================================================================
Package: libkeyutils1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: keyutils
Upstream-Contact: David Howells <dhowells@redhat.com>
Source: http://people.redhat.com/~dhowells/keyutils/

Files: *
Copyright: 2005-2018, Red Hat <http://www.redhat.com/>
License: GPL-2+

Files: keyutils.*
Copyright: 2005-2018, Red Hat <http://www.redhat.com/>
License: LGPL-2+

Files: debian/*
Copyright: 2006-2013, Daniel Baumann <mail@daniel-baumann.ch>
           2013, Luk Claes <luk@debian.org>
	   2014-2022, Christian Kastner <ckk@debian.org>
License: LGPL-2+

License: GPL-2+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 The complete text of the GNU General Public License
 can be found in /usr/share/common-licenses/GPL-2 file.

License: LGPL-2+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation, either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 The complete text of the GNU Lesser General Public License
 can be found in /usr/share/common-licenses/LGPL-2 file.



==========================================================================
Package: libkrb5-3:arm64
==========================================================================
This package was debianized by Sam Hartman <hartmans@permabit.com> on
Thu, 19 Oct 2000 16:05:06 -0400.

It was downloaded from:

    <http://web.mit.edu/kerberos/>

Upstream Maintainers:

    MIT Kerberos Team <krbdev@mit.edu>

Copyright:

Copyright (C) 1985-2022 by the Massachusetts Institute of Technology.

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Downloading of this software may constitute an export of cryptographic
software from the United States of America that is subject to the
United States Export Administration Regulations (EAR), 15 CFR 730-774.
Additional laws or regulations may apply.  It is the responsibility of
the person or entity contemplating export to comply with all
applicable export laws and regulations, including obtaining any
required license from the U.S. government.

The U.S. government prohibits export of encryption source code to
certain countries and individuals, including, but not limited to, the
countries of Cuba, Iran, North Korea, Sudan, Syria, and residents and
nationals of those countries.

Documentation components of this software distribution are licensed
under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
(https://creativecommons.org/licenses/by-sa/3.0/)

Individual source code files are copyright MIT, Cygnus Support,
Novell, OpenVision Technologies, Oracle, Red Hat, Sun Microsystems,
FundsXpress, and others.

Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira,
and Zephyr are trademarks of the Massachusetts Institute of Technology
(MIT).  No commercial use of these trademarks may be made without
prior written permission of MIT.

"Commercial use" means use of a name in a product or other for-profit
manner.  It does NOT prevent a commercial firm from referring to the
MIT trademarks in order to convey information (although in doing so,
recognition of their trademark status should be given).

======================================================================

The following copyright and permission notice applies to the
OpenVision Kerberos Administration system located in "kadmin/create",
"kadmin/dbutil", "kadmin/passwd", "kadmin/server", "lib/kadm5", and
portions of "lib/rpc":

   Copyright, OpenVision Technologies, Inc., 1993-1996, All Rights
   Reserved

   WARNING:  Retrieving the OpenVision Kerberos Administration system
   source code, as described below, indicates your acceptance of the
   following terms.  If you do not agree to the following terms, do
   not retrieve the OpenVision Kerberos administration system.

   You may freely use and distribute the Source Code and Object Code
   compiled from it, with or without modification, but this Source
   Code is provided to you "AS IS" EXCLUSIVE OF ANY WARRANTY,
   INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY OR
   FITNESS FOR A PARTICULAR PURPOSE, OR ANY OTHER WARRANTY, WHETHER
   EXPRESS OR IMPLIED. IN NO EVENT WILL OPENVISION HAVE ANY LIABILITY
   FOR ANY LOST PROFITS, LOSS OF DATA OR COSTS OF PROCUREMENT OF
   SUBSTITUTE GOODS OR SERVICES, OR FOR ANY SPECIAL, INDIRECT, OR
   CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, INCLUDING,
   WITHOUT LIMITATION, THOSE RESULTING FROM THE USE OF THE SOURCE
   CODE, OR THE FAILURE OF THE SOURCE CODE TO PERFORM, OR FOR ANY
   OTHER REASON.

   OpenVision retains all copyrights in the donated Source Code.
   OpenVision also retains copyright to derivative works of the Source
   Code, whether created by OpenVision or by a third party. The
   OpenVision copyright notice must be preserved if derivative works
   are made based on the donated Source Code.

   OpenVision Technologies, Inc. has donated this Kerberos
   Administration system to MIT for inclusion in the standard Kerberos
   5 distribution. This donation underscores our commitment to
   continuing Kerberos technology development and our gratitude for
   the valuable work which has been performed by MIT and the Kerberos
   community.

======================================================================

   Portions contributed by Matt Crawford "crawdad@fnal.gov" were work
   performed at Fermi National Accelerator Laboratory, which is
   operated by Universities Research Association, Inc., under contract
   DE-AC02-76CHO3000 with the U.S. Department of Energy.

======================================================================

Portions of "src/lib/crypto" have the following copyright:

   Copyright (C) 1998 by the FundsXpress, INC.

   All rights reserved.

      Export of this software from the United States of America may
      require a specific license from the United States Government.
      It is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
   distribute this software and its documentation for any purpose and
   without fee is hereby granted, provided that the above copyright
   notice appear in all copies and that both that copyright notice and
   this permission notice appear in supporting documentation, and that
   the name of FundsXpress. not be used in advertising or publicity
   pertaining to distribution of the software without specific,
   written prior permission.  FundsXpress makes no representations
   about the suitability of this software for any purpose.  It is
   provided "as is" without express or implied warranty.

   THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

======================================================================

The implementation of the AES encryption algorithm in
"src/lib/crypto/builtin/aes" has the following copyright:

   Copyright (C) 1998-2013, Brian Gladman, Worcester, UK.
   All rights reserved.

   The redistribution and use of this software (with or without
   changes) is allowed without the payment of fees or royalties
   provided that:

      source code distributions include the above copyright notice,
      this list of conditions and the following disclaimer;

      binary distributions include the above copyright notice, this
      list of conditions and the following disclaimer in their
      documentation.

   This software is provided 'as is' with no explicit or implied
   warranties in respect of its operation, including, but not limited
   to, correctness and fitness for purpose.

======================================================================

Portions contributed by Red Hat, including the pre-authentication
plug-in framework and the NSS crypto implementation, contain the
following copyright:

   Copyright (C) 2006 Red Hat, Inc.
   Portions copyright (C) 2006 Massachusetts Institute of Technology
   All Rights Reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.

   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials provided
     with the distribution.

   * Neither the name of Red Hat, Inc., nor the names of its
     contributors may be used to endorse or promote products derived
     from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

The bundled verto source code is subject to the following license:

   Copyright 2011 Red Hat, Inc.

   Permission is hereby granted, free of charge, to any person
   obtaining a copy of this software and associated documentation
   files (the "Software"), to deal in the Software without
   restriction, including without limitation the rights to use, copy,
   modify, merge, publish, distribute, sublicense, and/or sell copies
   of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
   HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   DEALINGS IN THE SOFTWARE.

======================================================================

The MS-KKDCP client implementation has the following copyright:

   Copyright 2013,2014 Red Hat, Inc.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

      1. Redistributions of source code must retain the above
         copyright notice, this list of conditions and the following
         disclaimer.

      2. Redistributions in binary form must reproduce the above
         copyright notice, this list of conditions and the following
         disclaimer in the documentation and/or other materials
         provided with the distribution.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

The implementations of GSSAPI mechglue in GSSAPI-SPNEGO in
"src/lib/gssapi", including the following files:

   lib/gssapi/generic/gssapi_err_generic.et
   lib/gssapi/mechglue/g_accept_sec_context.c
   lib/gssapi/mechglue/g_acquire_cred.c
   lib/gssapi/mechglue/g_canon_name.c
   lib/gssapi/mechglue/g_compare_name.c
   lib/gssapi/mechglue/g_context_time.c
   lib/gssapi/mechglue/g_delete_sec_context.c
   lib/gssapi/mechglue/g_dsp_name.c
   lib/gssapi/mechglue/g_dsp_status.c
   lib/gssapi/mechglue/g_dup_name.c
   lib/gssapi/mechglue/g_exp_sec_context.c
   lib/gssapi/mechglue/g_export_name.c
   lib/gssapi/mechglue/g_glue.c
   lib/gssapi/mechglue/g_imp_name.c
   lib/gssapi/mechglue/g_imp_sec_context.c
   lib/gssapi/mechglue/g_init_sec_context.c
   lib/gssapi/mechglue/g_initialize.c
   lib/gssapi/mechglue/g_inquire_context.c
   lib/gssapi/mechglue/g_inquire_cred.c
   lib/gssapi/mechglue/g_inquire_names.c
   lib/gssapi/mechglue/g_process_context.c
   lib/gssapi/mechglue/g_rel_buffer.c
   lib/gssapi/mechglue/g_rel_cred.c
   lib/gssapi/mechglue/g_rel_name.c
   lib/gssapi/mechglue/g_rel_oid_set.c
   lib/gssapi/mechglue/g_seal.c
   lib/gssapi/mechglue/g_sign.c
   lib/gssapi/mechglue/g_store_cred.c
   lib/gssapi/mechglue/g_unseal.c
   lib/gssapi/mechglue/g_userok.c
   lib/gssapi/mechglue/g_utils.c
   lib/gssapi/mechglue/g_verify.c
   lib/gssapi/mechglue/gssd_pname_to_uid.c
   lib/gssapi/mechglue/mglueP.h
   lib/gssapi/mechglue/oid_ops.c
   lib/gssapi/spnego/gssapiP_spnego.h
   lib/gssapi/spnego/spnego_mech.c

and the initial implementation of incremental propagation, including
the following new or changed files:

   include/iprop_hdr.h
   kadmin/server/ipropd_svc.c
   lib/kdb/iprop.x
   lib/kdb/kdb_convert.c
   lib/kdb/kdb_log.c
   lib/kdb/kdb_log.h
   lib/krb5/error_tables/kdb5_err.et
   kprop/kpropd_rpc.c
   kprop/kproplog.c

are subject to the following license:

   Copyright (C) 2004 Sun Microsystems, Inc.

   Permission is hereby granted, free of charge, to any person
   obtaining a copy of this software and associated documentation
   files (the "Software"), to deal in the Software without
   restriction, including without limitation the rights to use, copy,
   modify, merge, publish, distribute, sublicense, and/or sell copies
   of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
   BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   SOFTWARE.

======================================================================

Kerberos V5 includes documentation and software developed at the
University of California at Berkeley, which includes this copyright
notice:

   Copyright (C) 1983 Regents of the University of California.
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of the University nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS
   OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

Portions contributed by Novell, Inc., including the LDAP database
backend, are subject to the following license:

   Copyright (C) 2004-2005, Novell, Inc.
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.

   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials provided
     with the distribution.

   * The copyright holder's name is not used to endorse or promote
     products derived from this software without specific prior
     written permission.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

Portions funded by Sandia National Laboratory and developed by the
University of Michigan's Center for Information Technology
Integration, including the PKINIT implementation, are subject to the
following license:

   COPYRIGHT (C) 2006-2007
   THE REGENTS OF THE UNIVERSITY OF MICHIGAN
   ALL RIGHTS RESERVED

   Permission is granted to use, copy, create derivative works and
   redistribute this software and such derivative works for any
   purpose, so long as the name of The University of Michigan is not
   used in any advertising or publicity pertaining to the use of
   distribution of this software without specific, written prior
   authorization.  If the above copyright notice or any other
   identification of the University of Michigan is included in any
   copy of any portion of this software, then the disclaimer below
   must also be included.

   THIS SOFTWARE IS PROVIDED AS IS, WITHOUT REPRESENTATION FROM THE
   UNIVERSITY OF MICHIGAN AS TO ITS FITNESS FOR ANY PURPOSE, AND
   WITHOUT WARRANTY BY THE UNIVERSITY OF MICHIGAN OF ANY KIND, EITHER
   EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED
   WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   THE REGENTS OF THE UNIVERSITY OF MICHIGAN SHALL NOT BE LIABLE FOR
   ANY DAMAGES, INCLUDING SPECIAL, INDIRECT, INCIDENTAL, OR
   CONSEQUENTIAL DAMAGES, WITH RESPECT TO ANY CLAIM ARISING OUT OF OR
   IN CONNECTION WITH THE USE OF THE SOFTWARE, EVEN IF IT HAS BEEN OR
   IS HEREAFTER ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

======================================================================

The pkcs11.h file included in the PKINIT code has the following
license:

   Copyright 2006 g10 Code GmbH
   Copyright 2006 Andreas Jellinghaus

   This file is free software; as a special exception the author gives
   unlimited permission to copy and/or distribute it, with or without
   modifications, as long as this notice is preserved.

   This file is distributed in the hope that it will be useful, but
   WITHOUT ANY WARRANTY, to the extent permitted by law; without even
   the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
   PURPOSE.

======================================================================

Portions contributed by Apple Inc. are subject to the following
license:

   Copyright 2004-2008 Apple Inc.  All Rights Reserved.

      Export of this software from the United States of America may
      require a specific license from the United States Government.
      It is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
   distribute this software and its documentation for any purpose and
   without fee is hereby granted, provided that the above copyright
   notice appear in all copies and that both that copyright notice and
   this permission notice appear in supporting documentation, and that
   the name of Apple Inc. not be used in advertising or publicity
   pertaining to distribution of the software without specific,
   written prior permission.  Apple Inc. makes no representations
   about the suitability of this software for any purpose.  It is
   provided "as is" without express or implied warranty.

   THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

======================================================================

The implementations of UTF-8 string handling in src/util/support and
src/lib/krb5/unicode are subject to the following copyright and
permission notice:

   The OpenLDAP Public License
   Version 2.8, 17 August 2003

   Redistribution and use of this software and associated
   documentation ("Software"), with or without modification, are
   permitted provided that the following conditions are met:

   1. Redistributions in source form must retain copyright
      statements and notices,

   2. Redistributions in binary form must reproduce applicable
      copyright statements and notices, this list of conditions, and
      the following disclaimer in the documentation and/or other
      materials provided with the distribution, and

   3. Redistributions must contain a verbatim copy of this
      document.

   The OpenLDAP Foundation may revise this license from time to time.
   Each revision is distinguished by a version number.  You may use
   this Software under terms of this license revision or under the
   terms of any subsequent revision of the license.

   THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS
   CONTRIBUTORS "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   DISCLAIMED.  IN NO EVENT SHALL THE OPENLDAP FOUNDATION, ITS
   CONTRIBUTORS, OR THE AUTHOR(S) OR OWNER(S) OF THE SOFTWARE BE
   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   DAMAGE.

   The names of the authors and copyright holders must not be used in
   advertising or otherwise to promote the sale, use or other dealing
   in this Software without specific, written prior permission.  Title
   to copyright in this Software shall at all times remain with
   copyright holders.

   OpenLDAP is a registered trademark of the OpenLDAP Foundation.

   Copyright 1999-2003 The OpenLDAP Foundation, Redwood City,
   California, USA.  All Rights Reserved.  Permission to copy and
   distribute verbatim copies of this document is granted.

======================================================================

Marked test programs in src/lib/krb5/krb have the following copyright:

   Copyright (C) 2006 Kungliga Tekniska Högskola
   (Royal Institute of Technology, Stockholm, Sweden).
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of KTH nor the names of its contributors may
      be used to endorse or promote products derived from this
      software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY KTH AND ITS CONTRIBUTORS "AS IS" AND
   ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
   THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KTH OR ITS
   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

The KCM Mach RPC definition file used on macOS has the following
copyright:

      Copyright (C) 2009 Kungliga Tekniska Högskola
      (Royal Institute of Technology, Stockholm, Sweden).
      All rights reserved.

   Portions Copyright (C) 2009 Apple Inc. All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of the Institute nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE
   OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

Portions of the RPC implementation in src/lib/rpc and
src/include/gssrpc have the following copyright and permission notice:

   Copyright (C) 2010, Oracle America, Inc.

   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of the "Oracle America, Inc." nor the names
      of its contributors may be used to endorse or promote products
      derived from this software without specific prior written
      permission.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

   Copyright (C) 2006,2007,2009 NTT (Nippon Telegraph and Telephone
   Corporation).  All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer as the first lines of this file unmodified.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   THIS SOFTWARE IS PROVIDED BY NTT "AS IS" AND ANY EXPRESS OR IMPLIED
   WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   DISCLAIMED. IN NO EVENT SHALL NTT BE LIABLE FOR ANY DIRECT,
   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

   Copyright 2000 by Carnegie Mellon University

   All Rights Reserved

   Permission to use, copy, modify, and distribute this software and
   its documentation for any purpose and without fee is hereby
   granted, provided that the above copyright notice appear in all
   copies and that both that copyright notice and this permission
   notice appear in supporting documentation, and that the name of
   Carnegie Mellon University not be used in advertising or publicity
   pertaining to distribution of the software without specific,
   written prior permission.

   CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
   THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
   FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
   AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   SOFTWARE.

======================================================================

   Copyright (C) 2002 Naval Research Laboratory (NRL/CCS)

   Permission to use, copy, modify and distribute this software and
   its documentation is hereby granted, provided that both the
   copyright notice and this permission notice appear in all copies of
   the software, derivative works or modified versions, and any
   portions thereof.

   NRL ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION AND
   DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER
   RESULTING FROM THE USE OF THIS SOFTWARE.

======================================================================

   Copyright (C) 1991, 1992, 1994 by Cygnus Support.

   Permission to use, copy, modify, and distribute this software and
   its documentation for any purpose and without fee is hereby
   granted, provided that the above copyright notice appear in all
   copies and that both that copyright notice and this permission
   notice appear in supporting documentation. Cygnus Support makes no
   representations about the suitability of this software for any
   purpose.  It is provided "as is" without express or implied
   warranty.

======================================================================

   Copyright (C) 2006 Secure Endpoints Inc.

   Permission is hereby granted, free of charge, to any person
   obtaining a copy of this software and associated documentation
   files (the "Software"), to deal in the Software without
   restriction, including without limitation the rights to use, copy,
   modify, merge, publish, distribute, sublicense, and/or sell copies
   of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
   BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   SOFTWARE.

======================================================================

Portions of the implementation of the Fortuna-like PRNG are subject to
the following notice:

   Copyright (C) 2005 Marko Kreen
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR
   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

   Copyright (C) 1994 by the University of Southern California

      EXPORT OF THIS SOFTWARE from the United States of America may
      require a specific license from the United States Government. It
      is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to copy, modify, and distribute
   this software and its documentation in source and binary forms is
   hereby granted, provided that any documentation or other materials
   related to such distribution or use acknowledge that the software
   was developed by the University of Southern California.

   DISCLAIMER OF WARRANTY.  THIS SOFTWARE IS PROVIDED "AS IS".  The
   University of Southern California MAKES NO REPRESENTATIONS OR
   WARRANTIES, EXPRESS OR IMPLIED.  By way of example, but not
   limitation, the University of Southern California MAKES NO
   REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
   PARTICULAR PURPOSE. The University of Southern California shall not
   be held liable for any liability nor for any direct, indirect, or
   consequential damages with respect to any claim by the user or
   distributor of the ksu software.

======================================================================

   Copyright (C) 1995
   The President and Fellows of Harvard University

   This code is derived from software contributed to Harvard by Jeremy
   Rassen.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. All advertising materials mentioning features or use of this
      software must display the following acknowledgement:

         This product includes software developed by the University of
         California, Berkeley and its contributors.

   4. Neither the name of the University nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS
   OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

   Copyright (C) 2008 by the Massachusetts Institute of Technology.
   Copyright 1995 by Richard P. Basch.  All Rights Reserved.
   Copyright 1995 by Lehman Brothers, Inc.  All Rights Reserved.

      Export of this software from the United States of America may
      require a specific license from the United States Government. It
      is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
   distribute this software and its documentation for any purpose and
   without fee is hereby granted, provided that the above copyright
   notice appear in all copies and that both that copyright notice and
   this permission notice appear in supporting documentation, and that
   the name of Richard P. Basch, Lehman Brothers and M.I.T. not be
   used in advertising or publicity pertaining to distribution of the
   software without specific, written prior permission.  Richard P.
   Basch, Lehman Brothers and M.I.T. make no representations about the
   suitability of this software for any purpose.  It is provided "as
   is" without express or implied warranty.

======================================================================

The following notice applies to "src/lib/krb5/krb/strptime.c" and
"src/include/k5-queue.h".

   Copyright (C) 1997, 1998 The NetBSD Foundation, Inc.
   All rights reserved.

   This code was contributed to The NetBSD Foundation by Klaus Klein.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. All advertising materials mentioning features or use of this
      software must display the following acknowledgement:

         This product includes software developed by the NetBSD
         Foundation, Inc. and its contributors.

   4. Neither the name of The NetBSD Foundation nor the names of
      its contributors may be used to endorse or promote products
      derived from this software without specific prior written
      permission.

   THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
   CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE
   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   DAMAGE.

======================================================================

The following notice applies to Unicode library files in
"src/lib/krb5/unicode":

   Copyright 1997, 1998, 1999 Computing Research Labs,
   New Mexico State University

   Permission is hereby granted, free of charge, to any person
   obtaining a copy of this software and associated documentation
   files (the "Software"), to deal in the Software without
   restriction, including without limitation the rights to use, copy,
   modify, merge, publish, distribute, sublicense, and/or sell copies
   of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   NONINFRINGEMENT.  IN NO EVENT SHALL THE COMPUTING RESEARCH LAB OR
   NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY CLAIM, DAMAGES OR
   OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
   OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

======================================================================

The following notice applies to "src/util/support/strlcpy.c":

   Copyright (C) 1998 Todd C. Miller "Todd.Miller@courtesan.com"

   Permission to use, copy, modify, and distribute this software for
   any purpose with or without fee is hereby granted, provided that
   the above copyright notice and this permission notice appear in all
   copies.

   THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
   WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
   WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
   AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
   OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

======================================================================

The following notice applies to "src/util/profile/argv_parse.c" and
"src/util/profile/argv_parse.h":

   Copyright 1999 by Theodore Ts'o.

   Permission to use, copy, modify, and distribute this software for
   any purpose with or without fee is hereby granted, provided that
   the above copyright notice and this permission notice appear in all
   copies.  THE SOFTWARE IS PROVIDED "AS IS" AND THEODORE TS'O (THE
   AUTHOR) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN
   NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
   INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
   RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
   IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.  (Isn't
   it sick that the U.S. culture of lawsuit-happy lawyers requires
   this kind of disclaimer?)

======================================================================

The following notice applies to SWIG-generated code in
"src/util/profile/profile_tcl.c":

   Copyright (C) 1999-2000, The University of Chicago

   This file may be freely redistributed without license or fee
   provided this copyright message remains intact.

======================================================================

The following notice applies to portiions of "src/lib/rpc" and
"src/include/gssrpc":

   Copyright (C) 2000 The Regents of the University of Michigan. All
   rights reserved.

   Copyright (C) 2000 Dug Song "dugsong@UMICH.EDU". All rights
   reserved, all wrongs reversed.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of the University nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
   WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   DAMAGE.

======================================================================

Implementations of the MD4 algorithm are subject to the following
notice:

   Copyright (C) 1990, RSA Data Security, Inc. All rights reserved.

   License to copy and use this software is granted provided that it
   is identified as the "RSA Data Security, Inc. MD4 Message Digest
   Algorithm" in all material mentioning or referencing this software
   or this function.

   License is also granted to make and use derivative works provided
   that such works are identified as "derived from the RSA Data
   Security, Inc. MD4 Message Digest Algorithm" in all material
   mentioning or referencing the derived work.

   RSA Data Security, Inc. makes no representations concerning either
   the merchantability of this software or the suitability of this
   software for any particular purpose.  It is provided "as is"
   without express or implied warranty of any kind.

   These notices must be retained in any copies of any part of this
   documentation and/or software.

======================================================================

Implementations of the MD5 algorithm are subject to the following
notice:

   Copyright (C) 1990, RSA Data Security, Inc. All rights reserved.

   License to copy and use this software is granted provided that it
   is identified as the "RSA Data Security, Inc. MD5 Message- Digest
   Algorithm" in all material mentioning or referencing this software
   or this function.

   License is also granted to make and use derivative works provided
   that such works are identified as "derived from the RSA Data
   Security, Inc. MD5 Message-Digest Algorithm" in all material
   mentioning or referencing the derived work.

   RSA Data Security, Inc. makes no representations concerning either
   the merchantability of this software or the suitability of this
   software for any particular purpose.  It is provided "as is"
   without express or implied warranty of any kind.

   These notices must be retained in any copies of any part of this
   documentation and/or software.

======================================================================

The following notice applies to
"src/lib/crypto/crypto_tests/t_mddriver.c":

   Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All
   rights reserved.

   RSA Data Security, Inc. makes no representations concerning either
   the merchantability of this software or the suitability of this
   software for any particular purpose. It is provided "as is" without
   express or implied warranty of any kind.

   These notices must be retained in any copies of any part of this
   documentation and/or software.

======================================================================

Portions of "src/lib/krb5" are subject to the following notice:

   Copyright (C) 1994 CyberSAFE Corporation.
   Copyright 1990,1991,2007,2008 by the Massachusetts Institute of Technology.
   All Rights Reserved.

      Export of this software from the United States of America may
      require a specific license from the United States Government. It
      is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
   distribute this software and its documentation for any purpose and
   without fee is hereby granted, provided that the above copyright
   notice appear in all copies and that both that copyright notice and
   this permission notice appear in supporting documentation, and that
   the name of M.I.T. not be used in advertising or publicity
   pertaining to distribution of the software without specific,
   written prior permission.  Furthermore if you modify this software
   you must label your software as modified software and not
   distribute it in such a fashion that it might be confused with the
   original M.I.T. software. Neither M.I.T., the Open Computing
   Security Group, nor CyberSAFE Corporation make any representations
   about the suitability of this software for any purpose.  It is
   provided "as is" without express or implied warranty.

======================================================================

Portions contributed by PADL Software are subject to the following
license:

   Copyright (c) 2011, PADL Software Pty Ltd. All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of PADL Software nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY PADL SOFTWARE AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL PADL SOFTWARE
   OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

The bundled libev source code is subject to the following license:

   All files in libev are Copyright (C)2007,2008,2009 Marc Alexander
   Lehmann.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.

   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials provided
     with the distribution.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

   Alternatively, the contents of this package may be used under the
   terms of the GNU General Public License ("GPL") version 2 or any
   later version, in which case the provisions of the GPL are
   applicable instead of the above. If you wish to allow the use of
   your version of this package only under the terms of the GPL and
   not to allow others to use your version of this file under the BSD
   license, indicate your decision by deleting the provisions above
   and replace them with the notice and other provisions required by
   the GPL in this and the other files of this package. If you do not
   delete the provisions above, a recipient may use your version of
   this file under either the BSD or the GPL.

   On Debian systems, the complete text of the GNU General Public License
   version 2 can be found in `/usr/share/common-licenses/GPL-2'.

======================================================================

Files copied from the Intel AESNI Sample Library are subject to the
following license:

   Copyright (C) 2010, Intel Corporation
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

      * Redistributions of source code must retain the above
        copyright notice, this list of conditions and the following
        disclaimer.

      * Redistributions in binary form must reproduce the above
        copyright notice, this list of conditions and the following
        disclaimer in the documentation and/or other materials
        provided with the distribution.

      * Neither the name of Intel Corporation nor the names of its
        contributors may be used to endorse or promote products
        derived from this software without specific prior written
        permission.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

The following notice applies to
"src/ccapi/common/win/OldCC/autolock.hxx":

   Copyright (C) 1998 by Danilo Almeida.  All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.

   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials provided
     with the distribution.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

The following notice applies to portions of
"src/plugins/preauth/spake/edwards25519.c" and
"src/plugins/preauth/spake/edwards25519_tables.h":

The MIT License (MIT)

Copyright (c) 2015-2016 the fiat-crypto authors (see the AUTHORS
file).

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

======================================================================

The following notice applies to portions of
"src/plugins/preauth/spake/edwards25519.c":

Copyright (c) 2015-2016, Google Inc.

Permission to use, copy, modify, and/or distribute this software for
any purpose with or without fee is hereby granted, provided that the
above copyright notice and this permission notice appear in all
copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

======================================================================

The Debian Packaging is licensed under the same terms as MIT Kerberos.



==========================================================================
Package: libkrb5support0:arm64
==========================================================================
This package was debianized by Sam Hartman <hartmans@permabit.com> on
Thu, 19 Oct 2000 16:05:06 -0400.

It was downloaded from:

    <http://web.mit.edu/kerberos/>

Upstream Maintainers:

    MIT Kerberos Team <krbdev@mit.edu>

Copyright:

Copyright (C) 1985-2022 by the Massachusetts Institute of Technology.

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Downloading of this software may constitute an export of cryptographic
software from the United States of America that is subject to the
United States Export Administration Regulations (EAR), 15 CFR 730-774.
Additional laws or regulations may apply.  It is the responsibility of
the person or entity contemplating export to comply with all
applicable export laws and regulations, including obtaining any
required license from the U.S. government.

The U.S. government prohibits export of encryption source code to
certain countries and individuals, including, but not limited to, the
countries of Cuba, Iran, North Korea, Sudan, Syria, and residents and
nationals of those countries.

Documentation components of this software distribution are licensed
under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
(https://creativecommons.org/licenses/by-sa/3.0/)

Individual source code files are copyright MIT, Cygnus Support,
Novell, OpenVision Technologies, Oracle, Red Hat, Sun Microsystems,
FundsXpress, and others.

Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira,
and Zephyr are trademarks of the Massachusetts Institute of Technology
(MIT).  No commercial use of these trademarks may be made without
prior written permission of MIT.

"Commercial use" means use of a name in a product or other for-profit
manner.  It does NOT prevent a commercial firm from referring to the
MIT trademarks in order to convey information (although in doing so,
recognition of their trademark status should be given).

======================================================================

The following copyright and permission notice applies to the
OpenVision Kerberos Administration system located in "kadmin/create",
"kadmin/dbutil", "kadmin/passwd", "kadmin/server", "lib/kadm5", and
portions of "lib/rpc":

   Copyright, OpenVision Technologies, Inc., 1993-1996, All Rights
   Reserved

   WARNING:  Retrieving the OpenVision Kerberos Administration system
   source code, as described below, indicates your acceptance of the
   following terms.  If you do not agree to the following terms, do
   not retrieve the OpenVision Kerberos administration system.

   You may freely use and distribute the Source Code and Object Code
   compiled from it, with or without modification, but this Source
   Code is provided to you "AS IS" EXCLUSIVE OF ANY WARRANTY,
   INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY OR
   FITNESS FOR A PARTICULAR PURPOSE, OR ANY OTHER WARRANTY, WHETHER
   EXPRESS OR IMPLIED. IN NO EVENT WILL OPENVISION HAVE ANY LIABILITY
   FOR ANY LOST PROFITS, LOSS OF DATA OR COSTS OF PROCUREMENT OF
   SUBSTITUTE GOODS OR SERVICES, OR FOR ANY SPECIAL, INDIRECT, OR
   CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, INCLUDING,
   WITHOUT LIMITATION, THOSE RESULTING FROM THE USE OF THE SOURCE
   CODE, OR THE FAILURE OF THE SOURCE CODE TO PERFORM, OR FOR ANY
   OTHER REASON.

   OpenVision retains all copyrights in the donated Source Code.
   OpenVision also retains copyright to derivative works of the Source
   Code, whether created by OpenVision or by a third party. The
   OpenVision copyright notice must be preserved if derivative works
   are made based on the donated Source Code.

   OpenVision Technologies, Inc. has donated this Kerberos
   Administration system to MIT for inclusion in the standard Kerberos
   5 distribution. This donation underscores our commitment to
   continuing Kerberos technology development and our gratitude for
   the valuable work which has been performed by MIT and the Kerberos
   community.

======================================================================

   Portions contributed by Matt Crawford "crawdad@fnal.gov" were work
   performed at Fermi National Accelerator Laboratory, which is
   operated by Universities Research Association, Inc., under contract
   DE-AC02-76CHO3000 with the U.S. Department of Energy.

======================================================================

Portions of "src/lib/crypto" have the following copyright:

   Copyright (C) 1998 by the FundsXpress, INC.

   All rights reserved.

      Export of this software from the United States of America may
      require a specific license from the United States Government.
      It is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
   distribute this software and its documentation for any purpose and
   without fee is hereby granted, provided that the above copyright
   notice appear in all copies and that both that copyright notice and
   this permission notice appear in supporting documentation, and that
   the name of FundsXpress. not be used in advertising or publicity
   pertaining to distribution of the software without specific,
   written prior permission.  FundsXpress makes no representations
   about the suitability of this software for any purpose.  It is
   provided "as is" without express or implied warranty.

   THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

======================================================================

The implementation of the AES encryption algorithm in
"src/lib/crypto/builtin/aes" has the following copyright:

   Copyright (C) 1998-2013, Brian Gladman, Worcester, UK.
   All rights reserved.

   The redistribution and use of this software (with or without
   changes) is allowed without the payment of fees or royalties
   provided that:

      source code distributions include the above copyright notice,
      this list of conditions and the following disclaimer;

      binary distributions include the above copyright notice, this
      list of conditions and the following disclaimer in their
      documentation.

   This software is provided 'as is' with no explicit or implied
   warranties in respect of its operation, including, but not limited
   to, correctness and fitness for purpose.

======================================================================

Portions contributed by Red Hat, including the pre-authentication
plug-in framework and the NSS crypto implementation, contain the
following copyright:

   Copyright (C) 2006 Red Hat, Inc.
   Portions copyright (C) 2006 Massachusetts Institute of Technology
   All Rights Reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.

   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials provided
     with the distribution.

   * Neither the name of Red Hat, Inc., nor the names of its
     contributors may be used to endorse or promote products derived
     from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

The bundled verto source code is subject to the following license:

   Copyright 2011 Red Hat, Inc.

   Permission is hereby granted, free of charge, to any person
   obtaining a copy of this software and associated documentation
   files (the "Software"), to deal in the Software without
   restriction, including without limitation the rights to use, copy,
   modify, merge, publish, distribute, sublicense, and/or sell copies
   of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
   HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   DEALINGS IN THE SOFTWARE.

======================================================================

The MS-KKDCP client implementation has the following copyright:

   Copyright 2013,2014 Red Hat, Inc.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

      1. Redistributions of source code must retain the above
         copyright notice, this list of conditions and the following
         disclaimer.

      2. Redistributions in binary form must reproduce the above
         copyright notice, this list of conditions and the following
         disclaimer in the documentation and/or other materials
         provided with the distribution.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

The implementations of GSSAPI mechglue in GSSAPI-SPNEGO in
"src/lib/gssapi", including the following files:

   lib/gssapi/generic/gssapi_err_generic.et
   lib/gssapi/mechglue/g_accept_sec_context.c
   lib/gssapi/mechglue/g_acquire_cred.c
   lib/gssapi/mechglue/g_canon_name.c
   lib/gssapi/mechglue/g_compare_name.c
   lib/gssapi/mechglue/g_context_time.c
   lib/gssapi/mechglue/g_delete_sec_context.c
   lib/gssapi/mechglue/g_dsp_name.c
   lib/gssapi/mechglue/g_dsp_status.c
   lib/gssapi/mechglue/g_dup_name.c
   lib/gssapi/mechglue/g_exp_sec_context.c
   lib/gssapi/mechglue/g_export_name.c
   lib/gssapi/mechglue/g_glue.c
   lib/gssapi/mechglue/g_imp_name.c
   lib/gssapi/mechglue/g_imp_sec_context.c
   lib/gssapi/mechglue/g_init_sec_context.c
   lib/gssapi/mechglue/g_initialize.c
   lib/gssapi/mechglue/g_inquire_context.c
   lib/gssapi/mechglue/g_inquire_cred.c
   lib/gssapi/mechglue/g_inquire_names.c
   lib/gssapi/mechglue/g_process_context.c
   lib/gssapi/mechglue/g_rel_buffer.c
   lib/gssapi/mechglue/g_rel_cred.c
   lib/gssapi/mechglue/g_rel_name.c
   lib/gssapi/mechglue/g_rel_oid_set.c
   lib/gssapi/mechglue/g_seal.c
   lib/gssapi/mechglue/g_sign.c
   lib/gssapi/mechglue/g_store_cred.c
   lib/gssapi/mechglue/g_unseal.c
   lib/gssapi/mechglue/g_userok.c
   lib/gssapi/mechglue/g_utils.c
   lib/gssapi/mechglue/g_verify.c
   lib/gssapi/mechglue/gssd_pname_to_uid.c
   lib/gssapi/mechglue/mglueP.h
   lib/gssapi/mechglue/oid_ops.c
   lib/gssapi/spnego/gssapiP_spnego.h
   lib/gssapi/spnego/spnego_mech.c

and the initial implementation of incremental propagation, including
the following new or changed files:

   include/iprop_hdr.h
   kadmin/server/ipropd_svc.c
   lib/kdb/iprop.x
   lib/kdb/kdb_convert.c
   lib/kdb/kdb_log.c
   lib/kdb/kdb_log.h
   lib/krb5/error_tables/kdb5_err.et
   kprop/kpropd_rpc.c
   kprop/kproplog.c

are subject to the following license:

   Copyright (C) 2004 Sun Microsystems, Inc.

   Permission is hereby granted, free of charge, to any person
   obtaining a copy of this software and associated documentation
   files (the "Software"), to deal in the Software without
   restriction, including without limitation the rights to use, copy,
   modify, merge, publish, distribute, sublicense, and/or sell copies
   of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
   BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   SOFTWARE.

======================================================================

Kerberos V5 includes documentation and software developed at the
University of California at Berkeley, which includes this copyright
notice:

   Copyright (C) 1983 Regents of the University of California.
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of the University nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS
   OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

Portions contributed by Novell, Inc., including the LDAP database
backend, are subject to the following license:

   Copyright (C) 2004-2005, Novell, Inc.
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.

   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials provided
     with the distribution.

   * The copyright holder's name is not used to endorse or promote
     products derived from this software without specific prior
     written permission.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

Portions funded by Sandia National Laboratory and developed by the
University of Michigan's Center for Information Technology
Integration, including the PKINIT implementation, are subject to the
following license:

   COPYRIGHT (C) 2006-2007
   THE REGENTS OF THE UNIVERSITY OF MICHIGAN
   ALL RIGHTS RESERVED

   Permission is granted to use, copy, create derivative works and
   redistribute this software and such derivative works for any
   purpose, so long as the name of The University of Michigan is not
   used in any advertising or publicity pertaining to the use of
   distribution of this software without specific, written prior
   authorization.  If the above copyright notice or any other
   identification of the University of Michigan is included in any
   copy of any portion of this software, then the disclaimer below
   must also be included.

   THIS SOFTWARE IS PROVIDED AS IS, WITHOUT REPRESENTATION FROM THE
   UNIVERSITY OF MICHIGAN AS TO ITS FITNESS FOR ANY PURPOSE, AND
   WITHOUT WARRANTY BY THE UNIVERSITY OF MICHIGAN OF ANY KIND, EITHER
   EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED
   WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   THE REGENTS OF THE UNIVERSITY OF MICHIGAN SHALL NOT BE LIABLE FOR
   ANY DAMAGES, INCLUDING SPECIAL, INDIRECT, INCIDENTAL, OR
   CONSEQUENTIAL DAMAGES, WITH RESPECT TO ANY CLAIM ARISING OUT OF OR
   IN CONNECTION WITH THE USE OF THE SOFTWARE, EVEN IF IT HAS BEEN OR
   IS HEREAFTER ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

======================================================================

The pkcs11.h file included in the PKINIT code has the following
license:

   Copyright 2006 g10 Code GmbH
   Copyright 2006 Andreas Jellinghaus

   This file is free software; as a special exception the author gives
   unlimited permission to copy and/or distribute it, with or without
   modifications, as long as this notice is preserved.

   This file is distributed in the hope that it will be useful, but
   WITHOUT ANY WARRANTY, to the extent permitted by law; without even
   the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
   PURPOSE.

======================================================================

Portions contributed by Apple Inc. are subject to the following
license:

   Copyright 2004-2008 Apple Inc.  All Rights Reserved.

      Export of this software from the United States of America may
      require a specific license from the United States Government.
      It is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
   distribute this software and its documentation for any purpose and
   without fee is hereby granted, provided that the above copyright
   notice appear in all copies and that both that copyright notice and
   this permission notice appear in supporting documentation, and that
   the name of Apple Inc. not be used in advertising or publicity
   pertaining to distribution of the software without specific,
   written prior permission.  Apple Inc. makes no representations
   about the suitability of this software for any purpose.  It is
   provided "as is" without express or implied warranty.

   THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

======================================================================

The implementations of UTF-8 string handling in src/util/support and
src/lib/krb5/unicode are subject to the following copyright and
permission notice:

   The OpenLDAP Public License
   Version 2.8, 17 August 2003

   Redistribution and use of this software and associated
   documentation ("Software"), with or without modification, are
   permitted provided that the following conditions are met:

   1. Redistributions in source form must retain copyright
      statements and notices,

   2. Redistributions in binary form must reproduce applicable
      copyright statements and notices, this list of conditions, and
      the following disclaimer in the documentation and/or other
      materials provided with the distribution, and

   3. Redistributions must contain a verbatim copy of this
      document.

   The OpenLDAP Foundation may revise this license from time to time.
   Each revision is distinguished by a version number.  You may use
   this Software under terms of this license revision or under the
   terms of any subsequent revision of the license.

   THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS
   CONTRIBUTORS "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   DISCLAIMED.  IN NO EVENT SHALL THE OPENLDAP FOUNDATION, ITS
   CONTRIBUTORS, OR THE AUTHOR(S) OR OWNER(S) OF THE SOFTWARE BE
   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   DAMAGE.

   The names of the authors and copyright holders must not be used in
   advertising or otherwise to promote the sale, use or other dealing
   in this Software without specific, written prior permission.  Title
   to copyright in this Software shall at all times remain with
   copyright holders.

   OpenLDAP is a registered trademark of the OpenLDAP Foundation.

   Copyright 1999-2003 The OpenLDAP Foundation, Redwood City,
   California, USA.  All Rights Reserved.  Permission to copy and
   distribute verbatim copies of this document is granted.

======================================================================

Marked test programs in src/lib/krb5/krb have the following copyright:

   Copyright (C) 2006 Kungliga Tekniska Högskola
   (Royal Institute of Technology, Stockholm, Sweden).
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of KTH nor the names of its contributors may
      be used to endorse or promote products derived from this
      software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY KTH AND ITS CONTRIBUTORS "AS IS" AND
   ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
   THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KTH OR ITS
   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

The KCM Mach RPC definition file used on macOS has the following
copyright:

      Copyright (C) 2009 Kungliga Tekniska Högskola
      (Royal Institute of Technology, Stockholm, Sweden).
      All rights reserved.

   Portions Copyright (C) 2009 Apple Inc. All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of the Institute nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE
   OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

Portions of the RPC implementation in src/lib/rpc and
src/include/gssrpc have the following copyright and permission notice:

   Copyright (C) 2010, Oracle America, Inc.

   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of the "Oracle America, Inc." nor the names
      of its contributors may be used to endorse or promote products
      derived from this software without specific prior written
      permission.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

   Copyright (C) 2006,2007,2009 NTT (Nippon Telegraph and Telephone
   Corporation).  All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer as the first lines of this file unmodified.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   THIS SOFTWARE IS PROVIDED BY NTT "AS IS" AND ANY EXPRESS OR IMPLIED
   WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   DISCLAIMED. IN NO EVENT SHALL NTT BE LIABLE FOR ANY DIRECT,
   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

   Copyright 2000 by Carnegie Mellon University

   All Rights Reserved

   Permission to use, copy, modify, and distribute this software and
   its documentation for any purpose and without fee is hereby
   granted, provided that the above copyright notice appear in all
   copies and that both that copyright notice and this permission
   notice appear in supporting documentation, and that the name of
   Carnegie Mellon University not be used in advertising or publicity
   pertaining to distribution of the software without specific,
   written prior permission.

   CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
   THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
   AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
   FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
   AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
   OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   SOFTWARE.

======================================================================

   Copyright (C) 2002 Naval Research Laboratory (NRL/CCS)

   Permission to use, copy, modify and distribute this software and
   its documentation is hereby granted, provided that both the
   copyright notice and this permission notice appear in all copies of
   the software, derivative works or modified versions, and any
   portions thereof.

   NRL ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION AND
   DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER
   RESULTING FROM THE USE OF THIS SOFTWARE.

======================================================================

   Copyright (C) 1991, 1992, 1994 by Cygnus Support.

   Permission to use, copy, modify, and distribute this software and
   its documentation for any purpose and without fee is hereby
   granted, provided that the above copyright notice appear in all
   copies and that both that copyright notice and this permission
   notice appear in supporting documentation. Cygnus Support makes no
   representations about the suitability of this software for any
   purpose.  It is provided "as is" without express or implied
   warranty.

======================================================================

   Copyright (C) 2006 Secure Endpoints Inc.

   Permission is hereby granted, free of charge, to any person
   obtaining a copy of this software and associated documentation
   files (the "Software"), to deal in the Software without
   restriction, including without limitation the rights to use, copy,
   modify, merge, publish, distribute, sublicense, and/or sell copies
   of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
   BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   SOFTWARE.

======================================================================

Portions of the implementation of the Fortuna-like PRNG are subject to
the following notice:

   Copyright (C) 2005 Marko Kreen
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR
   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

   Copyright (C) 1994 by the University of Southern California

      EXPORT OF THIS SOFTWARE from the United States of America may
      require a specific license from the United States Government. It
      is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to copy, modify, and distribute
   this software and its documentation in source and binary forms is
   hereby granted, provided that any documentation or other materials
   related to such distribution or use acknowledge that the software
   was developed by the University of Southern California.

   DISCLAIMER OF WARRANTY.  THIS SOFTWARE IS PROVIDED "AS IS".  The
   University of Southern California MAKES NO REPRESENTATIONS OR
   WARRANTIES, EXPRESS OR IMPLIED.  By way of example, but not
   limitation, the University of Southern California MAKES NO
   REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
   PARTICULAR PURPOSE. The University of Southern California shall not
   be held liable for any liability nor for any direct, indirect, or
   consequential damages with respect to any claim by the user or
   distributor of the ksu software.

======================================================================

   Copyright (C) 1995
   The President and Fellows of Harvard University

   This code is derived from software contributed to Harvard by Jeremy
   Rassen.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. All advertising materials mentioning features or use of this
      software must display the following acknowledgement:

         This product includes software developed by the University of
         California, Berkeley and its contributors.

   4. Neither the name of the University nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS
   OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

   Copyright (C) 2008 by the Massachusetts Institute of Technology.
   Copyright 1995 by Richard P. Basch.  All Rights Reserved.
   Copyright 1995 by Lehman Brothers, Inc.  All Rights Reserved.

      Export of this software from the United States of America may
      require a specific license from the United States Government. It
      is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
   distribute this software and its documentation for any purpose and
   without fee is hereby granted, provided that the above copyright
   notice appear in all copies and that both that copyright notice and
   this permission notice appear in supporting documentation, and that
   the name of Richard P. Basch, Lehman Brothers and M.I.T. not be
   used in advertising or publicity pertaining to distribution of the
   software without specific, written prior permission.  Richard P.
   Basch, Lehman Brothers and M.I.T. make no representations about the
   suitability of this software for any purpose.  It is provided "as
   is" without express or implied warranty.

======================================================================

The following notice applies to "src/lib/krb5/krb/strptime.c" and
"src/include/k5-queue.h".

   Copyright (C) 1997, 1998 The NetBSD Foundation, Inc.
   All rights reserved.

   This code was contributed to The NetBSD Foundation by Klaus Klein.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. All advertising materials mentioning features or use of this
      software must display the following acknowledgement:

         This product includes software developed by the NetBSD
         Foundation, Inc. and its contributors.

   4. Neither the name of The NetBSD Foundation nor the names of
      its contributors may be used to endorse or promote products
      derived from this software without specific prior written
      permission.

   THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
   CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE
   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   DAMAGE.

======================================================================

The following notice applies to Unicode library files in
"src/lib/krb5/unicode":

   Copyright 1997, 1998, 1999 Computing Research Labs,
   New Mexico State University

   Permission is hereby granted, free of charge, to any person
   obtaining a copy of this software and associated documentation
   files (the "Software"), to deal in the Software without
   restriction, including without limitation the rights to use, copy,
   modify, merge, publish, distribute, sublicense, and/or sell copies
   of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   NONINFRINGEMENT.  IN NO EVENT SHALL THE COMPUTING RESEARCH LAB OR
   NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY CLAIM, DAMAGES OR
   OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
   OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
   OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

======================================================================

The following notice applies to "src/util/support/strlcpy.c":

   Copyright (C) 1998 Todd C. Miller "Todd.Miller@courtesan.com"

   Permission to use, copy, modify, and distribute this software for
   any purpose with or without fee is hereby granted, provided that
   the above copyright notice and this permission notice appear in all
   copies.

   THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
   WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
   WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
   AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
   OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
   NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
   CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

======================================================================

The following notice applies to "src/util/profile/argv_parse.c" and
"src/util/profile/argv_parse.h":

   Copyright 1999 by Theodore Ts'o.

   Permission to use, copy, modify, and distribute this software for
   any purpose with or without fee is hereby granted, provided that
   the above copyright notice and this permission notice appear in all
   copies.  THE SOFTWARE IS PROVIDED "AS IS" AND THEODORE TS'O (THE
   AUTHOR) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN
   NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
   INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
   RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
   OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
   IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.  (Isn't
   it sick that the U.S. culture of lawsuit-happy lawyers requires
   this kind of disclaimer?)

======================================================================

The following notice applies to SWIG-generated code in
"src/util/profile/profile_tcl.c":

   Copyright (C) 1999-2000, The University of Chicago

   This file may be freely redistributed without license or fee
   provided this copyright message remains intact.

======================================================================

The following notice applies to portiions of "src/lib/rpc" and
"src/include/gssrpc":

   Copyright (C) 2000 The Regents of the University of Michigan. All
   rights reserved.

   Copyright (C) 2000 Dug Song "dugsong@UMICH.EDU". All rights
   reserved, all wrongs reversed.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of the University nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
   WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
   USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
   DAMAGE.

======================================================================

Implementations of the MD4 algorithm are subject to the following
notice:

   Copyright (C) 1990, RSA Data Security, Inc. All rights reserved.

   License to copy and use this software is granted provided that it
   is identified as the "RSA Data Security, Inc. MD4 Message Digest
   Algorithm" in all material mentioning or referencing this software
   or this function.

   License is also granted to make and use derivative works provided
   that such works are identified as "derived from the RSA Data
   Security, Inc. MD4 Message Digest Algorithm" in all material
   mentioning or referencing the derived work.

   RSA Data Security, Inc. makes no representations concerning either
   the merchantability of this software or the suitability of this
   software for any particular purpose.  It is provided "as is"
   without express or implied warranty of any kind.

   These notices must be retained in any copies of any part of this
   documentation and/or software.

======================================================================

Implementations of the MD5 algorithm are subject to the following
notice:

   Copyright (C) 1990, RSA Data Security, Inc. All rights reserved.

   License to copy and use this software is granted provided that it
   is identified as the "RSA Data Security, Inc. MD5 Message- Digest
   Algorithm" in all material mentioning or referencing this software
   or this function.

   License is also granted to make and use derivative works provided
   that such works are identified as "derived from the RSA Data
   Security, Inc. MD5 Message-Digest Algorithm" in all material
   mentioning or referencing the derived work.

   RSA Data Security, Inc. makes no representations concerning either
   the merchantability of this software or the suitability of this
   software for any particular purpose.  It is provided "as is"
   without express or implied warranty of any kind.

   These notices must be retained in any copies of any part of this
   documentation and/or software.

======================================================================

The following notice applies to
"src/lib/crypto/crypto_tests/t_mddriver.c":

   Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All
   rights reserved.

   RSA Data Security, Inc. makes no representations concerning either
   the merchantability of this software or the suitability of this
   software for any particular purpose. It is provided "as is" without
   express or implied warranty of any kind.

   These notices must be retained in any copies of any part of this
   documentation and/or software.

======================================================================

Portions of "src/lib/krb5" are subject to the following notice:

   Copyright (C) 1994 CyberSAFE Corporation.
   Copyright 1990,1991,2007,2008 by the Massachusetts Institute of Technology.
   All Rights Reserved.

      Export of this software from the United States of America may
      require a specific license from the United States Government. It
      is the responsibility of any person or organization
      contemplating export to obtain such a license before exporting.

   WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
   distribute this software and its documentation for any purpose and
   without fee is hereby granted, provided that the above copyright
   notice appear in all copies and that both that copyright notice and
   this permission notice appear in supporting documentation, and that
   the name of M.I.T. not be used in advertising or publicity
   pertaining to distribution of the software without specific,
   written prior permission.  Furthermore if you modify this software
   you must label your software as modified software and not
   distribute it in such a fashion that it might be confused with the
   original M.I.T. software. Neither M.I.T., the Open Computing
   Security Group, nor CyberSAFE Corporation make any representations
   about the suitability of this software for any purpose.  It is
   provided "as is" without express or implied warranty.

======================================================================

Portions contributed by PADL Software are subject to the following
license:

   Copyright (c) 2011, PADL Software Pty Ltd. All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above
      copyright notice, this list of conditions and the following
      disclaimer.

   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

   3. Neither the name of PADL Software nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY PADL SOFTWARE AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL PADL SOFTWARE
   OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.

======================================================================

The bundled libev source code is subject to the following license:

   All files in libev are Copyright (C)2007,2008,2009 Marc Alexander
   Lehmann.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.

   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials provided
     with the distribution.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

   Alternatively, the contents of this package may be used under the
   terms of the GNU General Public License ("GPL") version 2 or any
   later version, in which case the provisions of the GPL are
   applicable instead of the above. If you wish to allow the use of
   your version of this package only under the terms of the GPL and
   not to allow others to use your version of this file under the BSD
   license, indicate your decision by deleting the provisions above
   and replace them with the notice and other provisions required by
   the GPL in this and the other files of this package. If you do not
   delete the provisions above, a recipient may use your version of
   this file under either the BSD or the GPL.

   On Debian systems, the complete text of the GNU General Public License
   version 2 can be found in `/usr/share/common-licenses/GPL-2'.

======================================================================

Files copied from the Intel AESNI Sample Library are subject to the
following license:

   Copyright (C) 2010, Intel Corporation
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

      * Redistributions of source code must retain the above
        copyright notice, this list of conditions and the following
        disclaimer.

      * Redistributions in binary form must reproduce the above
        copyright notice, this list of conditions and the following
        disclaimer in the documentation and/or other materials
        provided with the distribution.

      * Neither the name of Intel Corporation nor the names of its
        contributors may be used to endorse or promote products
        derived from this software without specific prior written
        permission.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

The following notice applies to
"src/ccapi/common/win/OldCC/autolock.hxx":

   Copyright (C) 1998 by Danilo Almeida.  All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.

   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials provided
     with the distribution.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   OF THE POSSIBILITY OF SUCH DAMAGE.

======================================================================

The following notice applies to portions of
"src/plugins/preauth/spake/edwards25519.c" and
"src/plugins/preauth/spake/edwards25519_tables.h":

The MIT License (MIT)

Copyright (c) 2015-2016 the fiat-crypto authors (see the AUTHORS
file).

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

======================================================================

The following notice applies to portions of
"src/plugins/preauth/spake/edwards25519.c":

Copyright (c) 2015-2016, Google Inc.

Permission to use, copy, modify, and/or distribute this software for
any purpose with or without fee is hereby granted, provided that the
above copyright notice and this permission notice appear in all
copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

======================================================================

The Debian Packaging is licensed under the same terms as MIT Kerberos.



==========================================================================
Package: liblcms2-2:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Little CMS
Source: http://www.littlecms.com/

Files: *
Copyright: 1998-2022 Marti Maria Saguer <marti.maria@littlecms.com>
License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Files: plugins/fast_float/* plugins/threaded/*
Copyright: 1998-2022 Marti Maria Saguer <marti.maria@littlecms.com>
License: GPL-3
 This package is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, version 3 only.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General
 Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

Files: utils/jpgicc/iccjpeg.*
Copyright: 1991-2013, Thomas G. Lane, Guido Vollbeding.
License: IJG
 In plain English:
 .
 1. We don't promise that this software works.  (But if you find any bugs,
    please let us know!)
 2. You can use this software for whatever you want.  You don't have to pay us.
 3. You may not pretend that you wrote this software.  If you use it in a
    program, you must acknowledge somewhere in your documentation that
    you've used the IJG code.
 .
 In legalese:
 .
 The authors make NO WARRANTY or representation, either express or implied,
 with respect to this software, its quality, accuracy, merchantability, or
 fitness for a particular purpose.  This software is provided "AS IS", and you,
 its user, assume the entire risk as to its quality and accuracy.
 .
 This software is copyright (C) 1991-2013, Thomas G. Lane, Guido Vollbeding.
 All Rights Reserved except as specified below.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 software (or portions thereof) for any purpose, without fee, subject to these
 conditions:
 (1) If any part of the source code for this software is distributed, then this
 README file must be included, with this copyright and no-warranty notice
 unaltered; and any additions, deletions, or changes to the original files
 must be clearly indicated in accompanying documentation.
 (2) If only executable code is distributed, then the accompanying
 documentation must state that "this software is based in part on the work of
 the Independent JPEG Group".
 (3) Permission for use of this software is granted only if the user accepts
 full responsibility for any undesirable consequences; the authors accept
 NO LIABILITY for damages of any kind.
 .
 These conditions apply to any software derived from or based on the IJG code,
 not just to the unmodified library.  If you use our work, you ought to
 acknowledge us.
 .
 Permission is NOT granted for the use of any IJG author's name or company name
 in advertising or publicity relating to this software or products derived from
 it.  This software may be referred to only as "the Independent JPEG Group's
 software".
 .
 We specifically permit and encourage the use of this software as the basis of
 commercial products, provided that all warranty or liability claims are
 assumed by the product vendor.

Files: debian/*
Copyright: 2011 Oleksandr Moskalenko <malex@debian.org>
           2013-2023 Thomas Weber <tweber@debian.org>
License: GPL-2+
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 .
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".



==========================================================================
Package: liblerc4:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: lerc
Source: https://github.com/Esri/lerc
Comment: The upstream release is repacked in order to exclude
 pre-build binaries and PDF documents without source files.
Files-Excluded: bin
                build
                doc
                OtherLanguages/js
                OtherLanguages/CSharp

Files: *
Copyright: 2015-2022, Esri
License: Apache-2.0

Files: debian/*
Copyright: 2021-2022, Antonnio Valentino <antonio.valentino@tiscali.it>
License: Apache-2.0

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache version 2.0 license
 can be found in "/usr/share/common-licenses/Apache-2.0".



==========================================================================
Package: libllvm15:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: LLVM/Clang
Source: https://llvm.org/releases/download.html

Files: *
Copyright: 2003-2017 University of Illinois at Urbana-Champaign.
License: APACHE-2-LLVM-EXCEPTIONS
 On Debian systems the full text of the Apache Software License 2.0 can be
 found in the `/usr/share/common-licenses/Apache-2.0' file.
 .
 ---- LLVM Exceptions to the Apache 2.0 License ----
 .
 As an exception, if, as a result of your compiling your source code, portions
 of this Software are embedded into an Object form of such source code, you
 may redistribute such embedded portions in such Object form without complying
 with the conditions of Sections 4(a), 4(b) and 4(d) of the License.
 .
 In addition, if you combine or link compiled forms of this Software with
 software that is licensed under the GPLv2 ("Combined Software") and if a
 court of competent jurisdiction determines that the patent provision (Section
 3), the indemnity provision (Section 9) or other Section of the License
 conflicts with the conditions of the GPLv2, you may retroactively and
 prospectively choose to deem waived or otherwise exclude such Section(s) of
 the License, but only in their entirety and only with respect to the Combined
 Software.

Files: debian/*
Copyright: 2003-2020 Sylvestre Ledru and others
License: APACHE-2-LLVM-EXCEPTIONS
 On Debian systems the full text of the Apache Software License 2.0 can be
 found in the `/usr/share/common-licenses/Apache-2.0' file.
 .
 ---- LLVM Exceptions to the Apache 2.0 License ----
 .
 As an exception, if, as a result of your compiling your source code, portions
 of this Software are embedded into an Object form of such source code, you
 may redistribute such embedded portions in such Object form without complying
 with the conditions of Sections 4(a), 4(b) and 4(d) of the License.
 .
 In addition, if you combine or link compiled forms of this Software with
 software that is licensed under the GPLv2 ("Combined Software") and if a
 court of competent jurisdiction determines that the patent provision (Section
 3), the indemnity provision (Section 9) or other Section of the License
 conflicts with the conditions of the GPLv2, you may retroactively and
 prospectively choose to deem waived or otherwise exclude such Section(s) of
 the License, but only in their entirety and only with respect to the Combined
 Software.

Files: compiler-rt/lib/BlocksRuntime/*
 lldb/tools/debugserver/source/MacOSX/stack_logging.h
Copyright: 2008-2010 Apple, Inc.
License: MIT

Files: llvm/lib/Support/reg*
Copyright: 1992, 1993, 1994 Henry Spencer
           1992, 1993, 1994 The Regents of the University of California
License: BSD-3-clause

Files: llvm/lib/Support/MD5.cpp llvm/include/llvm/Support/MD5.h
Copyright: 2001 Alexander Peslyak <solar at openwall.com>
License: solar-public-domain
 This software was written by Alexander Peslyak in 2001.  No copyright is
 claimed, and the software is hereby placed in the public domain.
 In case this attempt to disclaim copyright and place the software in the
 public domain is deemed null and void, then the software is
 Copyright (c) 2001 Alexander Peslyak and it is hereby released to the
 general public under the following terms:
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted.
 .
 * There's ABSOLUTELY NO WARRANTY, express or implied.

Files: lldb/third_party/Python/module/unittest2*
Copyright: 1999-2003 Steve Purcell
           2003-2010 Python Software Foundation
License: Python
 This module is free software, and you may redistribute it and/or modify
 it under the same terms as Python itself, so long as this copyright message
 and disclaimer are retained in their original form.
 .
 IN NO EVENT SHALL THE AUTHOR BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
 SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF
 THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
 DAMAGE.
 .
 THE AUTHOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE.  THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
 AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

Files: llvm/llvmtest/YAMLParser/*
Copyright: 2006 Kirill Simonov
License: MIT

Files: llvm/utils/unittest/googletest/*
Copyright: 2006-2008, Google Inc.
License: BSD-3-Clause

Files: llvm/utils/unittest/googlemock/*
Copyright: 2008, Google Inc.
License: BSD-3-Clause

Files: clang/lib/Headers/cuda_wrappers/*
 clang/lib/Headers/avx512vlvp2intersectintrin.h
 clang/lib/Headers/avx512vp2intersectintrin.h
Copyright: 2016-2020, Google Inc.
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.


License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.



==========================================================================
Package: liblz4-1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: lz4
Source: https://github.com/lz4/lz4

Files: *
Copyright: 2011-2020, Yann Collet.
License: BSD-2-clause

Files: programs/bench.c
 programs/bench.h
 programs/datagen.c
 programs/datagen.h
 tests/datagencli.c
 tests/fullbench.c
 tests/fuzzer.c
 examples/Makefile
 programs/Makefile
 programs/lz4cli.c
 programs/lz4io.c
 programs/lz4io.h
 tests/Makefile
 ossfuzz/Makefile
 lib/dll/example/Makefile
 tests/checkTag.c
Copyright: Yann Collet 2011-2020
License: GPL-2+

Files: lib/lz4file.c
 lib/lz4file.h
Copyright: 2022, Xiaomi Inc.
License: BSD-2-clause

Files: programs/platform.h
 programs/util.h
Copyright: 2016-2020, Przemyslaw Skibinski, Yann Collet
License: GPL-2+

Files: tests/checkFrame.c
 tests/frametest.c
Copyright: Yann Collet 2014-2020
License: GPL-2+

Files: examples/compress_functions.c
 examples/simple_buffer.c
Copyright: Kyle Harper
License: BSD-2-clause

Files: tests/abiTest.c
 tests/roundTripTest.c
Copyright: 2016-2020, Yann Collet, Facebook, Inc.
License: GPL-2+ or BSD-2-clause

Files: contrib/djgpp/*
Copyright: 2015, Louis P. Santillan <lpsantil@gmail.com>
License: BSD-2-clause

Files: tests/test-lz4-speed.py
Copyright: 2016-2020, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
License: BSD-2-clause

Files: examples/blockStreaming_lineByLine.c
       examples/blockStreaming_doubleBuffer.c
       examples/printVersion.c
Copyright: Takayuki Matsuoka
License: BSD-2-clause

Files: debian/*
Copyright: 2013 - 2022 Nobuhiro Iwamatsu <iwamatsu@debian.org>
License: GPL-2+

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; version 2 dated June, 1991, or (at
 your option) any later version.
 .
 On Debian systems, the complete text of version 2 of the GNU General
 Public License can be found in '/usr/share/common-licenses/GPL-2'.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are 
 met:
 .
 * Redistributions of source code must retain the above copyright notice,
   this list of conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 
 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: liblzma5:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: XZ Utils
Upstream-Contact:
 Lasse Collin <lasse.collin@tukaani.org>
 https://tukaani.org/xz/lists.html
Source:
 https://tukaani.org/xz
 https://git.tukaani.org/xz.git
Comment:
 XZ Utils is developed and maintained upstream by Lasse Collin.  Major
 portions are based on code by other authors; see AUTHORS for details.
 Most of the source has been put into the public domain, but some files
 have not (details below).
 .
 This file describes the source package.  The binary packages contain
 some files derived from other works: for example, images in the API
 documentation come from Doxygen.
License:
 Different licenses apply to different files in this package. Here
 is a rough summary of which licenses apply to which parts of this
 package (but check the individual files to be sure!):
 .
   - liblzma is in the public domain.
 .
   - xz, xzdec, and lzmadec command line tools are in the public
     domain unless GNU getopt_long had to be compiled and linked
     in from the lib directory. The getopt_long code is under
     GNU LGPLv2.1+.
 .
   - The scripts to grep, diff, and view compressed files have been
     adapted from gzip. These scripts and their documentation are
     under GNU GPLv2+.
 .
   - All the documentation in the doc directory and most of the
     XZ Utils specific documentation files in other directories
     are in the public domain.
 .
   - Translated messages are in the public domain.
 .
   - The build system contains public domain files, and files that
     are under GNU GPLv2+ or GNU GPLv3+. None of these files end up
     in the binaries being built.
 .
   - Test files and test code in the tests directory, and debugging
     utilities in the debug directory are in the public domain.
 .
   - The extra directory may contain public domain files, and files
     that are under various free software licenses.
 .
 You can do whatever you want with the files that have been put into
 the public domain. If you find public domain legally problematic,
 take the previous sentence as a license grant. If you still find
 the lack of copyright legally problematic, you have too many
 lawyers.
 .
 As usual, this software is provided "as is", without any warranty.
 .
 If you copy significant amounts of public domain code from XZ Utils
 into your project, acknowledging this somewhere in your software is
 polite (especially if it is proprietary, non-free software), but
 naturally it is not legally required. Here is an example of a good
 notice to put into "about box" or into documentation:
 .
     This software includes code from XZ Utils <http://tukaani.org/xz/>.
 .
 The following license texts are included in the following files:
   - COPYING.LGPLv2.1: GNU Lesser General Public License version 2.1
   - COPYING.GPLv2: GNU General Public License version 2
   - COPYING.GPLv3: GNU General Public License version 3
 .
 Note that the toolchain (compiler, linker etc.) may add some code
 pieces that are copyrighted. Thus, it is possible that e.g. liblzma
 binary wouldn't actually be in the public domain in its entirety
 even though it contains no copyrighted code from the XZ Utils source
 package.
 .
 If you have questions, don't hesitate to ask the author(s) for more
 information.

Files: *
Copyright: 2006-2018, Lasse Collin
           1999-2008, Igor Pavlov
           2006, Ville Koskinen
           1998, Steve Reid
           2000, Wei Dai
           2003, Kevin Springle
           2009, Jonathan Nieder
           2010, Anders F Björklund
License: PD
 This file has been put in the public domain.
 You can do whatever you want with this file.
Comment:
  From: Lasse Collin <lasse.collin@tukaani.org>
  To: Jonathan Nieder <jrnieder@gmail.com>
  Subject: Re: XZ utils for Debian
  Date: Sun, 19 Jul 2009 13:28:23 +0300
  Message-Id: <200907191328.23816.lasse.collin@tukaani.org>
 .
 [...]
 .
  > AUTHORS, ChangeLog, COPYING, README, THANKS, TODO,
  > dos/README, windows/README
 .
  COPYING says that most docs are in the public domain. Maybe that's not
  clear enough, but on the other hand it looks a bit stupid to put
  copyright information in tiny and relatively small docs like README.
 .
  I don't dare to say that _all_ XZ Utils specific docs are in the public
  domain unless otherwise mentioned in the file. I'm including PDF files
  generated by groff + ps2pdf, and some day I might include Doxygen-
  generated HTML docs too. Those don't include any copyright notices, but
  it seems likely that groff + ps2pdf or at least Doxygen put some
  copyrighted content into the generated files.

Files: INSTALL NEWS PACKAGERS
 windows/README-Windows.txt
 windows/INSTALL-MinGW.txt
Copyright: 2009-2010, Lasse Collin
License: probably-PD
 See the note on AUTHORS, README, and so on above.

Files: src/scripts/* lib/* extra/scanlzma/scanlzma.c
Copyright: © 1993, Jean-loup Gailly
           © 1989-1994, 1996-1999, 2001-2007, Free Software Foundation, Inc.
           © 2006 Timo Lindfors
           2005, Charles Levert
           2005, 2009, Lasse Collin
           2009, Andrew Dudman
Other-Authors: Paul Eggert, Ulrich Drepper
License: GPL-2+

Files: src/scripts/Makefile.am src/scripts/xzless.1
Copyright: 2009, Andrew Dudman
           2009, Lasse Collin
License: PD
 This file has been put in the public domain.
 You can do whatever you want with this file.

Files: doc/examples/xz_pipe_comp.c doc/examples/xz_pipe_decomp.c
Copyright: 2010, Daniel Mealha Cabrita
License: PD
 Not copyrighted -- provided to the public domain.

Files: lib/getopt.c lib/getopt1.c lib/getopt.in.h
Copyright: © 1987-2007 Free Software Foundation, Inc.
Other-Authors: Ulrich Drepper
License: LGPL-2.1+

Files: m4/getopt.m4 m4/posix-shell.m4
Copyright: © 2002-2006, 2008 Free Software Foundation, Inc.
           © 2007-2008 Free Software Foundation, Inc.
Other-Authors: Bruno Haible, Paul Eggert
License: permissive-fsf

Files: m4/acx_pthread.m4
Copyright: © 2008, Steven G. Johnson <stevenj@alum.mit.edu>
License: Autoconf

files: m4/ax_check_capsicum.m4
Copyright: © 2014, Google Inc.
           © 2015, Lasse Collin <lasse.collin@tukaani.org>
License: permissive-nowarranty

Files: Doxyfile.in
Copyright: © 1997-2007 by Dimitri van Heesch
Origin: Doxygen 1.4.7
License: GPL-2

Files: src/liblzma/check/crc32_table_?e.h
 src/liblzma/check/crc64_table_?e.h
 src/liblzma/lzma/fastpos_table.c
 src/liblzma/rangecoder/price_table.c
Copyright: none, automatically generated data
Generated-With:
 src/liblzma/check/crc32_tablegen.c
 src/liblzma/check/crc64_tablegen.c
 src/liblzma/lzma/fastpos_tablegen.c
 src/liblzma/rangecoder/price_tablegen.c
License: none
 No copyright to license.

Files: .gitignore m4/.gitignore po/.gitignore po/LINGUAS po/POTFILES.in
Copyright: none; these are just short lists.
License: none
 No copyright to license.

Files: tests/compress_prepared_bcj_*
Copyright: 2008-2009, Lasse Collin
Source-Code: tests/bcj_test.c
License: PD
 This file has been put into the public domain.
 You can do whatever you want with this file.
Comment:
 changelog.gz (commit 975d8fd) explains:
 .
 Recreated the BCJ test files for x86 and SPARC. The old files
 were linked with crt*.o, which are copyrighted, and thus the
 old test files were not in the public domain as a whole. They
 are freely distributable though, but it is better to be careful
 and avoid including any copyrighted pieces in the test files.
 The new files are just compiled and assembled object files,
 and thus don't contain any copyrighted code.

Files: po/cs.po po/de.po po/fr.po
Copyright: 2010, Marek Černocký
           2010, Andre Noll
           2011, Adrien Nader
License: PD
 This file is put in the public domain.

Files: po/it.po po/pl.po
Copyright: 2009, 2010, Gruppo traduzione italiano di Ubuntu-it
           2010, Lorenzo De Liso
           2009, 2010, 2011, Milo Casagrande
           2011, Jakub Bogusz
License: PD
 This file is in the public domain

Files: INSTALL.generic
Copyright: © 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
             2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
License: permissive-nowarranty

Files: dos/config.h
Copyright: © 1992, 1993, 1994, 1999, 2000, 2001, 2002, 2005
             Free Software Foundation, Inc.
           2007-2010, Lasse Collin
Other-Authors: Roland McGrath, Akim Demaille, Paul Eggert,
               David Mackenzie, Bruno Haible, and many others.
Origin: configure.ac from XZ Utils,
        visibility.m4 serial 1 (gettext-0.15),
        Autoconf 2.52g
License: config-h
 configure.ac:
 .
  # Author: Lasse Collin
  #
  # This file has been put into the public domain.
  # You can do whatever you want with this file.
 .
 visibility.m4:
 .
  dnl Copyright (C) 2005 Free Software Foundation, Inc.
  dnl This file is free software; the Free Software Foundation
  dnl gives unlimited permission to copy and/or distribute it,
  dnl with or without modifications, as long as this notice is preserved.
 .
 dnl From Bruno Haible.
 .
 comments from Autoconf 2.52g:
 .
  # Copyright 1992, 1993, 1994, 1999, 2000, 2001, 2002
  # Free Software Foundation, Inc.
 .
 [...]
 .
  # As a special exception, the Free Software Foundation gives unlimited
  # permission to copy, distribute and modify the configure scripts that
  # are the output of Autoconf.  You need not follow the terms of the GNU
  # General Public License when using or distributing such scripts, even
  # though portions of the text of Autoconf appear in them.  The GNU
  # General Public License (GPL) does govern all other use of the material
  # that constitutes the Autoconf program.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 2 can be found in ‘/usr/share/common-licenses/GPL-2’.
 dos/config.h was generated with autoheader, which tells Autoconf to
 output a script to generate a config.h file and then runs it.

Files: po/Makevars
Origin: gettext-runtime/po/Makevars (gettext-0.12)
Copyright: © 2003 Free Software Foundation, Inc.
Authors: Bruno Haible
License: LGPL-2.1+
 The gettext-runtime package is under the LGPL, see files intl/COPYING.LIB-2.0
 and intl/COPYING.LIB-2.1.
 .
 On Debian systems, the complete text of intl/COPYING.LIB-2.0 from
 gettext-runtime 0.12 can be found in ‘/usr/share/common-licenses/LGPL-2’
 and the text of intl/COPYING.LIB-2.1 can be found in
 ‘/usr/share/common-licenses/LGPL-2.1’.
 .
 po/Makevars consists mostly of helpful comments and does not contain a
 copyright and license notice.

Files: COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1
Copyright: © 1989, 1991, 1999, 2007 Free Software Foundation, Inc.
License: noderivs
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

Files: debian/*
Copyright: 2009-2012, Jonathan Nieder
License: PD-debian
 The Debian packaging files are in the public domain.
 You may freely use, modify, distribute, and relicense them.

License: LGPL-2.1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License along
 with this program; if not, write to the Free Software Foundation,
 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in ‘/usr/share/common-licenses/LGPL-2.1’.

License: GPL-2
 Permission to use, copy, modify, and distribute this software and its
 documentation under the terms of the GNU General Public License is
 hereby granted. No representations are made about the suitability of
 this software for any purpose. It is provided "as is" without express
 or implied warranty. See the GNU General Public License for more
 details.
 .
 Documents produced by doxygen are derivative works derived from the
 input used in their production; they are not affected by this license.
 .
 On Debian systems, the complete text of the version of the GNU General
 Public License distributed with Doxygen can be found in
 ‘/usr/share/common-licenses/GPL-2’.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation,
 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 2 can be found in ‘/usr/share/common-licenses/GPL-2’.

License: Autoconf
 This program is free software: you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
 Free Software Foundation, either version 3 of the License, or (at your
 option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
 Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 As a special exception, the respective Autoconf Macro's copyright owner
 gives unlimited permission to copy, distribute and modify the configure
 scripts that are the output of Autoconf when processing the Macro. You
 need not follow the terms of the GNU General Public License when using
 or distributing such scripts, even though portions of the text of the
 Macro appear in them. The GNU General Public License (GPL) does govern
 all other use of the material that constitutes the Autoconf Macro.
 .
 This special exception to the GPL applies to versions of the Autoconf
 Macro released by the Autoconf Archive. When you make and distribute a
 modified version of the Autoconf Macro, you may extend this special
 exception to the GPL to apply to your modified version as well.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 3 can be found in ‘/usr/share/common-licenses/GPL-3’.

License: permissive-fsf
 This file is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.

License: permissive-nowarranty
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.  This file is offered as-is,
 without warranty of any kind.



==========================================================================
Package: libmbedcrypto7:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Mbed TLS
Source: https://github.com/Mbed-TLS/mbedtls/releases/
Upstream-Contact: mbed-tls <mbed-tls@lists.trustedfirmware.org>

Files: *
Copyright: The Mbed TLS Contributors
License: Apache-2.0
Comment: Was also available under GPL-2+ until after 2.26 release

Files: debian/*
Copyright: 2015-2021 James Cowgill <jcowgill@debian.org>
           2022      Andrea Pappacoda <andrea@pappacoda.it>
License: Apache-2.0 or GPL-2+

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache version 2.0 license
 can be found in "/usr/share/common-licenses/Apache-2.0".

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 2 can be found in "/usr/share/common-licenses/GPL-2".



==========================================================================
Package: libmd0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

Files:
 *
Copyright:
 Copyright © 2009, 2011, 2016 Guillem Jover <guillem@hadrons.org>
License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. The name of the author may not be used to endorse or promote products
    derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
 THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files:
 include/sha2.h
 src/sha2.c
Copyright:
 Copyright © 2000-2001, Aaron D. Gifford
 All rights reserved.
License: BSD-3-clause-Aaron-D-Gifford
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the copyright holder nor the names of contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTOR(S) ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTOR(S) BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

Files:
 include/rmd160.h
 src/rmd160.c
Copyright:
 Copyright © 2001 Markus Friedl.  All rights reserved.
License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files:
 src/md2.c
Copyright:
 Copyright (c) 2001 The NetBSD Foundation, Inc.
 All rights reserved.
 .
 This code is derived from software contributed to The NetBSD Foundation
 by Andrew Brown.
License: BSD-2-clause-NetBSD
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

Files:
 man/rmd160.3
 man/sha1.3
 man/sha2.3
Copyright:
 Copyright © 1997, 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
License: ISC
 Permission to use, copy, modify, and distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files:
 man/mdX.3
 src/helper.c
Copyright:
 Poul-Henning Kamp <phk@login.dkuug.dk>
License: Beerware
 "THE BEER-WARE LICENSE" (Revision 42):
 <phk@login.dkuug.dk> wrote this file.  As long as you retain this notice you
 can do whatever you want with this stuff. If we meet some day, and you think
 this stuff is worth it, you can buy me a beer in return.   Poul-Henning Kamp

Files:
 include/md4.h
 src/md4.c
Copyright:
 Colin Plumb
 Todd C. Miller
License: public-domain-md4
 This code implements the MD4 message-digest algorithm.
 The algorithm is due to Ron Rivest.  This code was
 written by Colin Plumb in 1993, no copyright is claimed.
 This code is in the public domain; do with it what you wish.
 Todd C. Miller modified the MD5 code to do MD4 based on RFC 1186.

Files:
 include/md5.h
 src/md5.c
Copyright:
 Colin Plumb
License: public-domain-md5
 This code implements the MD5 message-digest algorithm.
 The algorithm is due to Ron Rivest.  This code was
 written by Colin Plumb in 1993, no copyright is claimed.
 This code is in the public domain; do with it what you wish.

Files:
 include/sha1.h
 src/sha1.c
Copyright:
 Steve Reid <steve@edmweb.com>
License: public-domain-sha1
 100% Public Domain



==========================================================================
Package: libmount-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: util-linux
Upstream-Contact: util-linux@vger.kernel.org
Source: https://www.kernel.org/pub/linux/utils/util-linux/

Files: *
Copyright:      Michal Luscon <mluscon@redhat.com>
           1986 Gary S. Brown
           1990 Gordon Irlam (gordoni@cs.ua.oz.au)
           1991, 1992 Linus Torvalds
           1991-2004 Miquel van Smoorenburg
           1992  A. V. Le Blanc (LeBlanc@mcc.ac.uk)
           1992-1997 Michael K. Johnson, johnsonm@redhat.com
           1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                 2003, 2004, 2005, 2008 Theodore Ts'o <tytso@mit.edu>
           1994 Kevin E. Martin (martin@cs.unc.edu)
           1994 Salvatore Valente <svalente@mit.edu>
           1994,1996 Alessandro Rubini (rubini@ipvvis.unipv.it)
           1994-2005 Jeff Tranter (tranter@pobox.com)
           1995, 1999, 2000 Andries E. Brouwer <aeb@cwi.nl>
           1997-2005 Frodo Looijaard <frodo@frodo.looijaard.name>
           1998 Danek Duvall <duvall@alumni.princeton.edu>
           1999 Andreas Dilger
           1999-2002 Transmeta Corporation
           1999, 2000, 2002-2009, 2010, 2011, 2012, 2014 Red Hat, Inc.
           2000 Werner Almesberger
           2004-2006 Michael Holzt, kju -at- fqdn.org
           2005 Adrian Bunk
           2007-2020 Karel Zak <kzak@redhat.com>
           2007, 2011, 2012, 2016 SuSE LINUX Products GmbH
           2008 Cai Qian <qcai@redhat.com>
           2008 Hayden A. James (hayden.james@gmail.com)
           2008 James Youngman <jay@gnu.org>
           2008 Roy Peled, the.roy.peled  -at-  gmail.com
           2009 Mikhail Gusarov <dottedmag@dottedmag.net>
           2010, 2011, 2012 Davidlohr Bueso <dave@gnu.org>
           2010 Jason Borden <jborden@bluehost.com>A
           2010 Hajime Taira <htaira@redhat.com>
           2010 Masatake Yamato <yamato@redhat.com>
           2011 IBM Corp.
           2012 Andy Lutomirski <luto@amacapital.net>
           2012 Lennart Poettering
           2012 Sami Kerola <kerolasa@iki.fi>
           2012 Cody Maloney <cmaloney@theoreticalchaos.com>
           2012 Werner Fink <werner@suse.de>
           2013,2014 Ondrej Oprala <ooprala@redhat.com>
License: GPL-2+

Files: schedutils/ionice.c
Copyright: 2005 Jens Axboe <jens@axboe.dk>
License: GPL-2

Files: schedutils/chrt.c
       schedutils/taskset.c
Copyright: 2004 Robert Love <rml@tech9.net>
           2010 Karel Zak <kzak@redhat.com>
License: GPL-2

Files: disk-utils/raw.c
Copyright: 1999, 2000, Red Hat Software
License: GPL-2

Files: sys-utils/hwclock-parse-date.y
Copyright: Steven M. Bellovin <smb@research.att.com>
           Unknown Authors on Usenet
           1990 Rich $alz <rsalz@bbn.com>
           1990 Jim Berets <jberets@bbn.com>
           1999, 2004 Paul Eggert <eggert@twinsun.com>
License: GPL-3+

Files: sys-utils/nsenter.c
Copyright: 2012-2013 Eric Biederman <ebiederm@xmission.com>
License: GPL-2

Files: disk-utils/mkfs.minix.c
       disk-utils/mkswap.c
Copyright: 1991, 1992 Linus Torvalds
License: GPL-2

Files: lib/blkdev.c
       lib/loopdev.c
       lib/sysfs.c
       lib/ttyutils.c
       misc-utils/mcookie.c
       sys-utils/setsid.c
       text-utils/line.c
Copyright: n/a
License: public-domain

Files: login-utils/vipw.c
       misc-utils/cal.c
       misc-utils/kill.c
       misc-utils/logger.c
       misc-utils/look.c
       misc-utils/whereis.c
       sys-utils/renice.c
       term-utils/mesg.c
       term-utils/script.c
       term-utils/ttymsg.c
       term-utils/wall.c
       term-utils/write.c
       text-utils/col.c
       text-utils/colcrt.c
       text-utils/colrm.c
       text-utils/column.c
       text-utils/hexdump.c
       text-utils/hexdump.h
       text-utils/hexdump-conv.c
       text-utils/hexdump-display.c
       text-utils/hexdump-parse.c
       text-utils/rev.c
       text-utils/ul.c
Copyright: 1980, 1983, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994
                The Regents of the University of California
           2014 Sami Kerola <kerolasa@iki.fi>
           2014 Karel Zak <kzak@redhat.com>
License: BSD-4-clause

Files: sys-utils/flock.c
Copyright: 2003-2005 H. Peter Anvin
License: MIT

Files: text-utils/pg.c
Copyright: 2000-2001 Gunnar Ritter
License: BSD-3-clause

Files: login-utils/login.c
Copyright: 1980, 1987, 1988 The Regents of the University of California.
           2011 Karel Zak <kzak@redhat.com>
License: BSLA

Files: login-utils/logindefs.c
Copyright: 2003, 2004, 2005 Thorsten Kukuk
License: BSD-3-clause

Files: libuuid/*
       libuuid/src/*
       libuuid/man/*
Copyright: 1996, 1997, 1998, 1999, 2007 Theodore Ts'o.
           1999 Andreas Dilger (adilger@enel.ucalgary.ca)
License: BSD-3-clause

Files: lib/procutils.c
       include/xalloc.h
Copyright: 2010, 2011 Davidlohr Bueso <dave@gnu.org>
License: LGPL-2+

Files: */colors.*
Copyright: 2012 Ondrej Oprala <ooprala@redhat.com>
           2012-2014 Karel Zak <kzak@redhat.com>
License: LGPL-2+

Files: login-utils/setpwnam.h
       login-utils/setpwnam.c
Copyright: 1994 Martin Schulze <joey@infodrom.north.de>
           1994 Salvatore Valente <svalente@mit.edu>
License: LGPL-2+

Files: libfdisk/*
       libfdisk/src/*
Copyright: 2007-2013 Karel Zak <kzak@redhat.com>
           2012 Davidlohr Bueso <dave@gnu.org>
License: LGPL-2.1+

Files: lib/cpuset.c
       */match.*
       lib/canonicalize.c
Copyright: 2008-2009, 2010, 2011, 2012 Karel Zak <kzak@redhat.com>
License: LGPL-2.1+

Files: */mbsalign.*
Copyright: 2009-2010 Free Software Foundation, Inc.
           2010-2013 Karel Zak <kzak@redhat.com>
License: LGPL-2.1+

Files: */timeutils.*
Copyright: 2010 Lennart Poettering
License: LGPL-2.1+

Files: include/list.h
Copyright: 2008 Karel Zak <kzak@redhat.com>
           1999-2008 by Theodore Ts'o
License: LGPL

Files: libblkid/*
       libblkid/src/*
       libblkid/samples/*
       libblkid/src/partitions/*
       libblkid/src/superblocks/*
       libblkid/src/topology/*
Copyright: 1999, 2001 Andries Brouwer
           1995, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004
               Theodore Ts'o.
           2001 Andreas Dilger (adilger@turbolinux.com)
           2004-2008 Kay Sievers <kay.sievers@vrfy.org>
           2008-2013 Karel Zak <kzak@redhat.com>
           2009 Bastian Friedrich <bastian.friedrich@collax.com>
           2009 Corentin Chary <corentincj@iksaif.net>
           2009 Mike Hommey <mh@glandium.org>
           2009 Red Hat, Inc.
           2009-2010 Andreas Dilger <adilger@sun.com>
           2010 Andrew Nayenko <resver@gmail.com>
           2010 Jeroen Oortwijn <oortwijn@gmail.com>
           2010 Jiro SEKIBA <jir@unicus.jp>
           2011 Philipp Marek <philipp.marek@linbit.com>
           2012 Milan Broz <mbroz@redhat.com>
           2013 Alejandro Martinez Ruiz <alex@nowcomputing.com>
           2013 Eric Sandeen <sandeen@redhat.com>
           2013 Rolf Fokkens <rolf@fokkens.nl>
           2013 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
License: LGPL-2.1+

Files: include/cpuset.h
       lib/randutils.c
Copyright: *unknown*
License: LGPL

Files: misc-utils/blkid.c
Copyright: 2001 Andreas Dilger
License: LGPL

Files: libmount/*
       libmount/src/*
Copyright: 2008-2012 Karel Zak <kzak@redhat.com>
License: LGPL-2.1+

Files: libmount/python/*
Copyright: 2013, Red Hat, Inc.
License: LGPL-3+

Files: libsmartcols/*
Copyright:  2009-2014 Karel Zak <kzak@redhat.com>
            2014 Ondrej Oprala <ooprala@redhat.com>
License: LGPL-2.1+

Files: debian/*
Copyright:           Guy Maor <maor@debian.org>
                     Sean 'Shaleh' Perry <shaleh@debian.org>
                     Adrian Bunk <bunk@stusta.de>
                     LaMont Jones <lamont@debian.org>
           1996-2003 Martin Mitchell (martin@debian.org)
           2008-2012 Frank Lichtenheld (djpig@debian.org)
           2014      Andreas Henriksson <andreas@fatal.se>
           2017-2020 Michael Biebl <biebl@debian.org>
           2019      Petter Reinholdtsen <pere@debian.org>
           2017-2020 Chris Hofstaedtler <zeha@debian.org>
License: GPL-2+

Files: debian/po/*
Copyright:           Aiet Kolkhi <aietkolkhi@gmail.com>
                     Anton Gladky <gladky.anton@gmail.com>
                     Arief S F (arief@gurame.fisika.ui.ac.id>
                     Armin Beširović <armin@linux.org.ba>
                     astur <malditoastur@gmail.com>
                     Axel Bojer <axelb@skolelinux.no>
                     Bart Cornelis <cobaco@skolelinux.no>
                     Bartosz Fe�ski <fenio@o2.pl>
                     Basil Shubin <bashu@surgut.ru>
                     Baurzhan Muftakhidinov <baurthefirst@gmail.com>
                     Bjorn Steensrud <bjornst@powertech.no>
                     Claus Hindsgaul <claus_h@image.dk>
                     Clytie Siddall <clytie@riverland.net.au>
                     Dafydd Tomos <l10n@da.fydd.org>
                     Damyan Ivanov <dam@modsoftsys.com>
                     Daniel Franganillo <dfranganillo@gmail.com>
                     Daniel Nylander <po@danielnylander.se>
                     Danishka Navin <danishka@gmail.com>
                     Dauren Sarsenov <daur88@inbox.ru>
                     Dominik Zablotny <dominz@wp.pl>
                     Dr.T.Vasudevan <agnihot3@gmail.com>
                     Eddy Petrisor <eddy.petrisor@gmail.com>
                     Eder L. Marques <frolic@debian-ce.org>
                     Elian Myftiu <elian.myftiu@gmail.com>
                     Emmanuel Galatoulas <galas@tee.gr>
                     Esko Arajärvi <edu@iki.fi>
                     Frank Lichtenheld <djpig@debian.org>
                     Frédéric Bothamy <frederic.bothamy@free.fr>
                     Gabor Burjan <buga@buvoshetes.hu>
                     George Papamichelakis <george@step.gr>
                     Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
                     Håvard Korsvoll <korsvoll@gmail.com>
                     Hideki Yamane <henrich@samba.gr.jp>
                     Hleb Rubanau <g.rubanau@gmail.com>
                     I Gede Wijaya S <gwijayas@yahoo.com>
                     Ivan Masár <helix84@centrum.sk>
                     Jacobo Tarrio <jtarrio@debian.org>
                     Jamil Ahmed <jamil@ankur.org.bd>
                     Janos Guljas <janos@resenje.org>
                     Jordi Mallach <jordi@debian.org>
                     Josip Rodin <joy+ditrans@linux.hr>
                     Karolina Kalic <karolina@resenje.org>
                     Kartik Mistry <kartik.mistry@gmail.com>
                     Kęstutis Biliūnas <kebil@kaunas.init.lt>
                     Kevin Scannell <kscanne@gmail.com>
                     Khoem Sokhem <khoemsokhem@khmeros.info>
                     Klaus Ade Johnstad <klaus@skolelinux.no>
                     Knut Yrvin <knuty@skolelinux.no>
                     Konstantinos Margaritis <markos@debian.org>
                     Kostas Papadimas <pkst@gnome.org>
                     Kumar Appaiah <a.kumar@alumni.iitm.ac.in>
                     Lior Kaplan <kaplan@debian.org>
                     Luiz Portella <lfpor@lujz.org>
                     Mallikarjuna <Mallikarjunasj@gmail.com>
                     Mert Dirik <mertdirik@gmail.com>
                     Milo Casagrande <milo@ubuntu.com>
                     Ming Hua <minghua@ubuntu.com>
                     Miroslav Kure <kurem@debian.cz>
                     Mouhamadou Mamoune Mbacke <mouhamadoumamoune@gmail.com>
                     Nabin Gautam <nabin@mpp.org.np>
                     Ossama M. Khayat <okhayat@yahoo.com>
                     Ovidiu Damian <deelerious@gmail.com>
                     Parlin Imanuel Toh <parlin_i@yahoo.com>
                     Pavel Piatruk <berserker@neolocation.com>
                     Piarres Beobide <pi@beobide.net>
                     Praveen|പ്രവീണ്‍ A|എ <pravi.a@gmail.com>
                     Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>
                     Sahran <Sahran.ug@gmail.com>
                     Sampada Nakhare <sampadanakhare@gmail.com>
                     Setyo Nugroho <setyo@gmx.net>
                     Simão Pedro Cardoso <pthell@gmail.com>
                     Stefano Melchior <stefano.melchior@openlabs.it>
                     Sunjae Park <darehanl@gmail.com>
                     Sveinn í Felli <sveinki@nett.is>
                     Tetralet <tetralet@gmail.com>
                     Theppitak Karoonboonyanan <thep@linux.thai.net>
                     Tshewang Norbu <bumthap2006@hotmail.com>
                     Vahid Ghaderi <vahid_male1384@yahoo.com>
                     Vanja Cvelbar <cvelbar@gmail.com>
                     Veeven <veeven@gmail.com>
                     Vikram Vincent <vincentvikram@gmail.com>
                     Yoppy Hidayanto <yoppy.hidayanto@gmail.com>
License: GPL-2+


License: public-domain
 The files tagged with this license contains the following paragraphs:
 .
 No copyright is claimed.  This code is in the public domain; do with
 it what you wish.
 .
 Written by Karel Zak <kzak@redhat.com>

License: GPL-2
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License, v2, as
 published by the Free Software Foundation
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License: GPL-3+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 3 can be found in `/usr/share/common-licenses/GPL-3'.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 1) Redistributions of source code must retain the above copyright notice,
 this list of conditions and the following disclaimer.
 .
 2) Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimer in the documentation
 and/or other materials provided with the distribution.
 .
 3) Neither the name of the ORGANIZATION nor the names of its contributors
 may be used to endorse or promote products derived from this software
 without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: BSD-4-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. All advertising materials mentioning features or use of this software
    must display the following acknowledgement:
    This product includes software developed by the University of
    California, Berkeley and its contributors.
 4. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSLA
 Redistribution and use in source and binary forms are permitted
 provided that the above copyright notice and this paragraph are
 duplicated in all such forms and that any documentation,
 advertising materials, and other materials related to such
 distribution and use acknowledge that the software was developed
 by the University of California, Berkeley.  The name of the
 University may not be used to endorse or promote products derived
 from this software without specific prior written permission.
 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

License: LGPL
 This file may be redistributed under the terms of the
 GNU Lesser General Public License.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License can be found in ‘/usr/share/common-licenses/LGPL’.

License: LGPL-2+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation, either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 The complete text of the GNU Lesser General Public License
 can be found in /usr/share/common-licenses/LGPL-2 file.

License: LGPL-2.1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License along
 with this program; if not, write to the Free Software Foundation,
 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in ‘/usr/share/common-licenses/LGPL-2.1’.

License: LGPL-3+
 This package is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 3 of the License, or (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in "/usr/share/common-licenses/LGPL-3".

License: MIT
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation files
 (the "Software"), to deal in the Software without restriction,
 including without limitation the rights to use, copy, modify, merge,
 publish, distribute, sublicense, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.



==========================================================================
Package: libmount1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: util-linux
Upstream-Contact: util-linux@vger.kernel.org
Source: https://www.kernel.org/pub/linux/utils/util-linux/

Files: *
Copyright:      Michal Luscon <mluscon@redhat.com>
           1986 Gary S. Brown
           1990 Gordon Irlam (gordoni@cs.ua.oz.au)
           1991, 1992 Linus Torvalds
           1991-2004 Miquel van Smoorenburg
           1992  A. V. Le Blanc (LeBlanc@mcc.ac.uk)
           1992-1997 Michael K. Johnson, johnsonm@redhat.com
           1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                 2003, 2004, 2005, 2008 Theodore Ts'o <tytso@mit.edu>
           1994 Kevin E. Martin (martin@cs.unc.edu)
           1994 Salvatore Valente <svalente@mit.edu>
           1994,1996 Alessandro Rubini (rubini@ipvvis.unipv.it)
           1994-2005 Jeff Tranter (tranter@pobox.com)
           1995, 1999, 2000 Andries E. Brouwer <aeb@cwi.nl>
           1997-2005 Frodo Looijaard <frodo@frodo.looijaard.name>
           1998 Danek Duvall <duvall@alumni.princeton.edu>
           1999 Andreas Dilger
           1999-2002 Transmeta Corporation
           1999, 2000, 2002-2009, 2010, 2011, 2012, 2014 Red Hat, Inc.
           2000 Werner Almesberger
           2004-2006 Michael Holzt, kju -at- fqdn.org
           2005 Adrian Bunk
           2007-2020 Karel Zak <kzak@redhat.com>
           2007, 2011, 2012, 2016 SuSE LINUX Products GmbH
           2008 Cai Qian <qcai@redhat.com>
           2008 Hayden A. James (hayden.james@gmail.com)
           2008 James Youngman <jay@gnu.org>
           2008 Roy Peled, the.roy.peled  -at-  gmail.com
           2009 Mikhail Gusarov <dottedmag@dottedmag.net>
           2010, 2011, 2012 Davidlohr Bueso <dave@gnu.org>
           2010 Jason Borden <jborden@bluehost.com>A
           2010 Hajime Taira <htaira@redhat.com>
           2010 Masatake Yamato <yamato@redhat.com>
           2011 IBM Corp.
           2012 Andy Lutomirski <luto@amacapital.net>
           2012 Lennart Poettering
           2012 Sami Kerola <kerolasa@iki.fi>
           2012 Cody Maloney <cmaloney@theoreticalchaos.com>
           2012 Werner Fink <werner@suse.de>
           2013,2014 Ondrej Oprala <ooprala@redhat.com>
License: GPL-2+

Files: schedutils/ionice.c
Copyright: 2005 Jens Axboe <jens@axboe.dk>
License: GPL-2

Files: schedutils/chrt.c
       schedutils/taskset.c
Copyright: 2004 Robert Love <rml@tech9.net>
           2010 Karel Zak <kzak@redhat.com>
License: GPL-2

Files: disk-utils/raw.c
Copyright: 1999, 2000, Red Hat Software
License: GPL-2

Files: sys-utils/hwclock-parse-date.y
Copyright: Steven M. Bellovin <smb@research.att.com>
           Unknown Authors on Usenet
           1990 Rich $alz <rsalz@bbn.com>
           1990 Jim Berets <jberets@bbn.com>
           1999, 2004 Paul Eggert <eggert@twinsun.com>
License: GPL-3+

Files: sys-utils/nsenter.c
Copyright: 2012-2013 Eric Biederman <ebiederm@xmission.com>
License: GPL-2

Files: disk-utils/mkfs.minix.c
       disk-utils/mkswap.c
Copyright: 1991, 1992 Linus Torvalds
License: GPL-2

Files: lib/blkdev.c
       lib/loopdev.c
       lib/sysfs.c
       lib/ttyutils.c
       misc-utils/mcookie.c
       sys-utils/setsid.c
       text-utils/line.c
Copyright: n/a
License: public-domain

Files: login-utils/vipw.c
       misc-utils/cal.c
       misc-utils/kill.c
       misc-utils/logger.c
       misc-utils/look.c
       misc-utils/whereis.c
       sys-utils/renice.c
       term-utils/mesg.c
       term-utils/script.c
       term-utils/ttymsg.c
       term-utils/wall.c
       term-utils/write.c
       text-utils/col.c
       text-utils/colcrt.c
       text-utils/colrm.c
       text-utils/column.c
       text-utils/hexdump.c
       text-utils/hexdump.h
       text-utils/hexdump-conv.c
       text-utils/hexdump-display.c
       text-utils/hexdump-parse.c
       text-utils/rev.c
       text-utils/ul.c
Copyright: 1980, 1983, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994
                The Regents of the University of California
           2014 Sami Kerola <kerolasa@iki.fi>
           2014 Karel Zak <kzak@redhat.com>
License: BSD-4-clause

Files: sys-utils/flock.c
Copyright: 2003-2005 H. Peter Anvin
License: MIT

Files: text-utils/pg.c
Copyright: 2000-2001 Gunnar Ritter
License: BSD-3-clause

Files: login-utils/login.c
Copyright: 1980, 1987, 1988 The Regents of the University of California.
           2011 Karel Zak <kzak@redhat.com>
License: BSLA

Files: login-utils/logindefs.c
Copyright: 2003, 2004, 2005 Thorsten Kukuk
License: BSD-3-clause

Files: libuuid/*
       libuuid/src/*
       libuuid/man/*
Copyright: 1996, 1997, 1998, 1999, 2007 Theodore Ts'o.
           1999 Andreas Dilger (adilger@enel.ucalgary.ca)
License: BSD-3-clause

Files: lib/procutils.c
       include/xalloc.h
Copyright: 2010, 2011 Davidlohr Bueso <dave@gnu.org>
License: LGPL-2+

Files: */colors.*
Copyright: 2012 Ondrej Oprala <ooprala@redhat.com>
           2012-2014 Karel Zak <kzak@redhat.com>
License: LGPL-2+

Files: login-utils/setpwnam.h
       login-utils/setpwnam.c
Copyright: 1994 Martin Schulze <joey@infodrom.north.de>
           1994 Salvatore Valente <svalente@mit.edu>
License: LGPL-2+

Files: libfdisk/*
       libfdisk/src/*
Copyright: 2007-2013 Karel Zak <kzak@redhat.com>
           2012 Davidlohr Bueso <dave@gnu.org>
License: LGPL-2.1+

Files: lib/cpuset.c
       */match.*
       lib/canonicalize.c
Copyright: 2008-2009, 2010, 2011, 2012 Karel Zak <kzak@redhat.com>
License: LGPL-2.1+

Files: */mbsalign.*
Copyright: 2009-2010 Free Software Foundation, Inc.
           2010-2013 Karel Zak <kzak@redhat.com>
License: LGPL-2.1+

Files: */timeutils.*
Copyright: 2010 Lennart Poettering
License: LGPL-2.1+

Files: include/list.h
Copyright: 2008 Karel Zak <kzak@redhat.com>
           1999-2008 by Theodore Ts'o
License: LGPL

Files: libblkid/*
       libblkid/src/*
       libblkid/samples/*
       libblkid/src/partitions/*
       libblkid/src/superblocks/*
       libblkid/src/topology/*
Copyright: 1999, 2001 Andries Brouwer
           1995, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004
               Theodore Ts'o.
           2001 Andreas Dilger (adilger@turbolinux.com)
           2004-2008 Kay Sievers <kay.sievers@vrfy.org>
           2008-2013 Karel Zak <kzak@redhat.com>
           2009 Bastian Friedrich <bastian.friedrich@collax.com>
           2009 Corentin Chary <corentincj@iksaif.net>
           2009 Mike Hommey <mh@glandium.org>
           2009 Red Hat, Inc.
           2009-2010 Andreas Dilger <adilger@sun.com>
           2010 Andrew Nayenko <resver@gmail.com>
           2010 Jeroen Oortwijn <oortwijn@gmail.com>
           2010 Jiro SEKIBA <jir@unicus.jp>
           2011 Philipp Marek <philipp.marek@linbit.com>
           2012 Milan Broz <mbroz@redhat.com>
           2013 Alejandro Martinez Ruiz <alex@nowcomputing.com>
           2013 Eric Sandeen <sandeen@redhat.com>
           2013 Rolf Fokkens <rolf@fokkens.nl>
           2013 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
License: LGPL-2.1+

Files: include/cpuset.h
       lib/randutils.c
Copyright: *unknown*
License: LGPL

Files: misc-utils/blkid.c
Copyright: 2001 Andreas Dilger
License: LGPL

Files: libmount/*
       libmount/src/*
Copyright: 2008-2012 Karel Zak <kzak@redhat.com>
License: LGPL-2.1+

Files: libmount/python/*
Copyright: 2013, Red Hat, Inc.
License: LGPL-3+

Files: libsmartcols/*
Copyright:  2009-2014 Karel Zak <kzak@redhat.com>
            2014 Ondrej Oprala <ooprala@redhat.com>
License: LGPL-2.1+

Files: debian/*
Copyright:           Guy Maor <maor@debian.org>
                     Sean 'Shaleh' Perry <shaleh@debian.org>
                     Adrian Bunk <bunk@stusta.de>
                     LaMont Jones <lamont@debian.org>
           1996-2003 Martin Mitchell (martin@debian.org)
           2008-2012 Frank Lichtenheld (djpig@debian.org)
           2014      Andreas Henriksson <andreas@fatal.se>
           2017-2020 Michael Biebl <biebl@debian.org>
           2019      Petter Reinholdtsen <pere@debian.org>
           2017-2020 Chris Hofstaedtler <zeha@debian.org>
License: GPL-2+

Files: debian/po/*
Copyright:           Aiet Kolkhi <aietkolkhi@gmail.com>
                     Anton Gladky <gladky.anton@gmail.com>
                     Arief S F (arief@gurame.fisika.ui.ac.id>
                     Armin Beširović <armin@linux.org.ba>
                     astur <malditoastur@gmail.com>
                     Axel Bojer <axelb@skolelinux.no>
                     Bart Cornelis <cobaco@skolelinux.no>
                     Bartosz Fe�ski <fenio@o2.pl>
                     Basil Shubin <bashu@surgut.ru>
                     Baurzhan Muftakhidinov <baurthefirst@gmail.com>
                     Bjorn Steensrud <bjornst@powertech.no>
                     Claus Hindsgaul <claus_h@image.dk>
                     Clytie Siddall <clytie@riverland.net.au>
                     Dafydd Tomos <l10n@da.fydd.org>
                     Damyan Ivanov <dam@modsoftsys.com>
                     Daniel Franganillo <dfranganillo@gmail.com>
                     Daniel Nylander <po@danielnylander.se>
                     Danishka Navin <danishka@gmail.com>
                     Dauren Sarsenov <daur88@inbox.ru>
                     Dominik Zablotny <dominz@wp.pl>
                     Dr.T.Vasudevan <agnihot3@gmail.com>
                     Eddy Petrisor <eddy.petrisor@gmail.com>
                     Eder L. Marques <frolic@debian-ce.org>
                     Elian Myftiu <elian.myftiu@gmail.com>
                     Emmanuel Galatoulas <galas@tee.gr>
                     Esko Arajärvi <edu@iki.fi>
                     Frank Lichtenheld <djpig@debian.org>
                     Frédéric Bothamy <frederic.bothamy@free.fr>
                     Gabor Burjan <buga@buvoshetes.hu>
                     George Papamichelakis <george@step.gr>
                     Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
                     Håvard Korsvoll <korsvoll@gmail.com>
                     Hideki Yamane <henrich@samba.gr.jp>
                     Hleb Rubanau <g.rubanau@gmail.com>
                     I Gede Wijaya S <gwijayas@yahoo.com>
                     Ivan Masár <helix84@centrum.sk>
                     Jacobo Tarrio <jtarrio@debian.org>
                     Jamil Ahmed <jamil@ankur.org.bd>
                     Janos Guljas <janos@resenje.org>
                     Jordi Mallach <jordi@debian.org>
                     Josip Rodin <joy+ditrans@linux.hr>
                     Karolina Kalic <karolina@resenje.org>
                     Kartik Mistry <kartik.mistry@gmail.com>
                     Kęstutis Biliūnas <kebil@kaunas.init.lt>
                     Kevin Scannell <kscanne@gmail.com>
                     Khoem Sokhem <khoemsokhem@khmeros.info>
                     Klaus Ade Johnstad <klaus@skolelinux.no>
                     Knut Yrvin <knuty@skolelinux.no>
                     Konstantinos Margaritis <markos@debian.org>
                     Kostas Papadimas <pkst@gnome.org>
                     Kumar Appaiah <a.kumar@alumni.iitm.ac.in>
                     Lior Kaplan <kaplan@debian.org>
                     Luiz Portella <lfpor@lujz.org>
                     Mallikarjuna <Mallikarjunasj@gmail.com>
                     Mert Dirik <mertdirik@gmail.com>
                     Milo Casagrande <milo@ubuntu.com>
                     Ming Hua <minghua@ubuntu.com>
                     Miroslav Kure <kurem@debian.cz>
                     Mouhamadou Mamoune Mbacke <mouhamadoumamoune@gmail.com>
                     Nabin Gautam <nabin@mpp.org.np>
                     Ossama M. Khayat <okhayat@yahoo.com>
                     Ovidiu Damian <deelerious@gmail.com>
                     Parlin Imanuel Toh <parlin_i@yahoo.com>
                     Pavel Piatruk <berserker@neolocation.com>
                     Piarres Beobide <pi@beobide.net>
                     Praveen|പ്രവീണ്‍ A|എ <pravi.a@gmail.com>
                     Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>
                     Sahran <Sahran.ug@gmail.com>
                     Sampada Nakhare <sampadanakhare@gmail.com>
                     Setyo Nugroho <setyo@gmx.net>
                     Simão Pedro Cardoso <pthell@gmail.com>
                     Stefano Melchior <stefano.melchior@openlabs.it>
                     Sunjae Park <darehanl@gmail.com>
                     Sveinn í Felli <sveinki@nett.is>
                     Tetralet <tetralet@gmail.com>
                     Theppitak Karoonboonyanan <thep@linux.thai.net>
                     Tshewang Norbu <bumthap2006@hotmail.com>
                     Vahid Ghaderi <vahid_male1384@yahoo.com>
                     Vanja Cvelbar <cvelbar@gmail.com>
                     Veeven <veeven@gmail.com>
                     Vikram Vincent <vincentvikram@gmail.com>
                     Yoppy Hidayanto <yoppy.hidayanto@gmail.com>
License: GPL-2+


License: public-domain
 The files tagged with this license contains the following paragraphs:
 .
 No copyright is claimed.  This code is in the public domain; do with
 it what you wish.
 .
 Written by Karel Zak <kzak@redhat.com>

License: GPL-2
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License, v2, as
 published by the Free Software Foundation
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License: GPL-3+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 3 can be found in `/usr/share/common-licenses/GPL-3'.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 1) Redistributions of source code must retain the above copyright notice,
 this list of conditions and the following disclaimer.
 .
 2) Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimer in the documentation
 and/or other materials provided with the distribution.
 .
 3) Neither the name of the ORGANIZATION nor the names of its contributors
 may be used to endorse or promote products derived from this software
 without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: BSD-4-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. All advertising materials mentioning features or use of this software
    must display the following acknowledgement:
    This product includes software developed by the University of
    California, Berkeley and its contributors.
 4. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSLA
 Redistribution and use in source and binary forms are permitted
 provided that the above copyright notice and this paragraph are
 duplicated in all such forms and that any documentation,
 advertising materials, and other materials related to such
 distribution and use acknowledge that the software was developed
 by the University of California, Berkeley.  The name of the
 University may not be used to endorse or promote products derived
 from this software without specific prior written permission.
 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

License: LGPL
 This file may be redistributed under the terms of the
 GNU Lesser General Public License.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License can be found in ‘/usr/share/common-licenses/LGPL’.

License: LGPL-2+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation, either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 The complete text of the GNU Lesser General Public License
 can be found in /usr/share/common-licenses/LGPL-2 file.

License: LGPL-2.1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License along
 with this program; if not, write to the Free Software Foundation,
 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in ‘/usr/share/common-licenses/LGPL-2.1’.

License: LGPL-3+
 This package is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 3 of the License, or (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in "/usr/share/common-licenses/LGPL-3".

License: MIT
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation files
 (the "Software"), to deal in the Software without restriction,
 including without limitation the rights to use, copy, modify, merge,
 publish, distribute, sublicense, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.



==========================================================================
Package: libmp3lame0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: LAME
Upstream-Contact: lame-dev@lists.sourceforge.net
Source: https://lame.sourceforge.io/

Files: *
Copyright: © 1998, Michael Cheng
           © 1999-2001, Mark Taylor
           © 1999-2002, Albert L. Faber
           © 1999-2005, Takehiro Tominaga
           © 1999-2007, The LAME Project
           © 2000-2005, Alexander Leidinger
           © 2000-2005, Elecard Ltd.
           © 2000-2005, Gabriel Bouvigne
           © 2000-2005, Marie Orlova
           © 2000-2005, Peter Gubanov
           © 2000-2005, Vitaly Ivanov
           © 2000-2008, Gabriel Bouvigne
           © 2000-2008, Robert Hegemann
           © 2000, Don Melton
           © 2000, Frank Klemm
           © 2001-2002, Naoki Shibata
           © 2001, John Dahlstrom
           © 2001, Jonathan Dee
           © 2001, Ralf Kempkens
           © 2002, Per Bolmstedt
           © 2003, Olcios
License: LGPL-2+

Files: ACM/*
       libmp3lame/gain_analysis.c
       libmp3lame/gain_analysis.h
Copyright: © 2001, David Robinson
           © 2001, Glen Sawyer
           © 2002, Steve Lhomme <steve.lhomme at free.fr>
           © 2003, Gabriel Bouvigne
           © 2003, Milan Cutka
License: LGPL-2.1+

Files: ACM/tinyxml/*
Copyright: © 2000-2002, Lee Thomason (www.grinninglizard.com)
License: zlib/libpng
 This software is provided 'as-is', without any express or implied
 warranty. In no event will the authors be held liable for any
 damages arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any
 purpose, including commercial applications, and to alter it and
 redistribute it freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must
 not claim that you wrote the original software. If you use this
 software in a product, an acknowledgment in the product documentation
 would be appreciated but is not required.
 .
 2. Altered source versions must be plainly marked as such, and
 must not be misrepresented as being the original software.
 .
 3. This notice may not be removed or altered from any source
 distribution.

Files: ACM/ADbg/*
Copyright: © 2001, Steve Lhomme
License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 - Redistributions of source code must retain the above copyright notice, this
 list of conditions and the following disclaimer.
 .
 - Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimer in the documentation
 and/or other materials provided with the distribution.
 .
 - The name of the author may not be used to endorse or promote products derived
 from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
 EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
 OF SUCH DAMAGE.

Files: libmp3lame/i386/*
Copyright: © 1999, Keiichi SAKAI
           © 1999, shigeo
           © 1999, URURI
License: LGPL-2+
Comment:
 Though the license information is not explicitly given, these files are from
 an open source MP3 encoder named gogo-no-coda, which is based off of LAME.
 The gogo-no-coda developers (the developers mentioned above) have released
 their work under LGPL-2. A copy of the source code to gogo-no-coda can be
 downloaded from http://homepage2.nifty.com/kei-i/petit/petit313.tgz (as of
 07-26-2011).

Files: libmp3lame/fft.c
Copyright: © 1988-1993, Ron Mayer
           © 1999-2000, Takehiro Tominaga
License: GPL-1+
Comment:
 No version of the GPL is explicitly given.

Files: debian/*
Copyright: © 2005-2015, Fabian Greffrath <fabian@debian.org>
           © 2009-2011, Andres Mejia <amejia@debian.org>
License: LGPL-2+

Files: misc/auenc
Copyright: © 1999, Gerhard Wesp
License: GPL-1+
Comment:
 No version of the GPL is explicitly given.

License: GPL-1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 1 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General
 Public License version 1 can be found in `/usr/share/common-licenses/GPL-1'.

License: LGPL-2+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Library General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Library General Public License for more details.
 .
 You should have received a copy of the GNU Library General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Library General
 Public License can be found in `/usr/share/common-licenses/LGPL-2'.

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.



==========================================================================
Package: libmpg123-0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mpg123
Upstream-Contact: maintainer@mpg123.org
Source: http://sf.net/projects/mpg123/files/

Files: *
Copyright:
  1995-2021 by the mpg123 project
  2008 Christian Weisgerber <naddy@openbsd.org>
  2006-2007 by Zuxy Meng
  2000-2002 David Olofson
  1998 Fabrice Bellard
  1997 Mikko Tommila
License: LGPL-2.1

Files: debian/*
Copyright:
  2016-2021 Sebastian Ramacher <sramacher@debian.org>
  2012 Miguel A. Colón Vélez <debian.micove@gmail.com>
  2012-2014 Alessio Treglia <alessio@debian.org>
  2002-2010 Daniel Kobras <kobras@debian.org>
  2000-2001 Tommi Virtanen <tv@debian.org>
  1997-1999 Paul Haggart <phaggart@debian.org>
License: LGPL-2.1

License: LGPL-2.1
 This library is free software; you can redistribute it and/or modify it under
 the terms of the GNU Lesser General Public License version 2.1 as published by
 the Free Software Foundation.
 .
 This library is distributed in the hope that it will be useful, but WITHOUT ANY
 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
 .
 On Debian systems, the complete text of the GNU Lesser General Public License
 version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
 .
 You should have received a copy of the GNU Lesser General Public License along
 with this library. If not, see <http://www.gnu.org/licenses/>.



==========================================================================
Package: libnettle8:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Nettle
Upstream-Contact: Niels Möller <nisse@lysator.liu.se>
Source: http://www.lysator.liu.se/~nisse/nettle/
Copyright: © 2001-2020 Niels Möller
 Some parts are Copyright © the Free Software Foundation and various
 people. See below and source code comments for details.
License: LGPL-3+ or GPL-2+
Comment:
 Nettle is dual licenced under the GNU General Public License version
 2 or later, and the GNU Lesser General Public License version 3 or
 later.  When using Nettle, you must comply fully with all conditions
 of at least one of these licenses. A few of the individual files are
 licensed under more permissive terms, or in the public domain. To
 find the current status of particular files, you have to read the
 copyright notices at the top of the files.
 .
 8X--------- AUTHORS file -----------------------------------------
 Authors of GNU Nettle
 .
 The oldest code in Nettle was copied into precursors of the Nettle
 library from other public domain or LGPLv2 sources.
 .
 Steve Reid		Original CAST128 implementation
 Dana L. How		Original DES implementation,
 Colin Plumb		Original MD5 implementation
 Peter Gutmann		Original SHA1 implementation
 Andrew Kuchling		Original MD2 implementation
 .
 Free Software Foundation
 			Holds copyrights on code ported from
 			libgcrypt, written by Werner Koch and others.
 .
 J.H.M. Dassen		Original port of blowfish to GNU lsh, later
 			split off into Nettle. (This blowfish
 			implementation was replaced later).
 			Twofish tests.
 .
 Ruud de Rooij		Twofish implementation for GNU lsh, later split off into Nettle.
 .
 Rafael Sevilla		AES C and x86 implementation, original port of
 			Serpent, for GNU lsh, later split off into Nettle.
 .
 Authors of Nettle (in roughly chronological order of initial contribution)
 .
 Niels Möller		Main author.
 .
 Dan Egnor		Base64 conversion.
 .
 Andreas Sigfridsson	Port of MD2, from Andrew Kuchling's python
 			cryptography toolkit.
 .
 Marcus Comstedt		Implemented MD4.
 .
 D. J. Bernstein		Salsa20 public domain reference implementation.
 .
 Simon Josefsson		Port of Arctwo, from GnuTLS and libgcrypt. New
 			ports of LGPL Serpent and Blowfish code, from
 			libgcrypt. Port of Salsa20, based on djb's
 			reference. Implementation of PBKDF2 (RFC
 			2898).
 .
 Henrik Grubbström	AES assembly for Sparc64.
 .
 Magnus Holmgren		Conversion of DSA keys from DER format to SEXP
 			format.
 .
 Daniel Kahn Gillmor	Added the lists for nettle_get_ciphers,
 			nettle_get_hashes and nettle_get_armors. Test
 			vectors for hashes and hmac.
 .
 Nippon Telegraph and Telephone Corporation
 			LGPL:ed reference implementation of the
 			Camellia cipher.
 .
 Andrew M. (floodyberry)
 			The poly1305 code nettle's C implementation is
 			derived from.
 .
 Aleksey Kravchenko	The gosthash94 implementation in rhash library.
 .
 Stefan Metzmacher, Jeremy Allison, Michael Adam
 			Contributed to the CMAC code, which was added
 			to Nettle by Nikos Mavroyanopoulos.
 .
 Nikos Mavroyanopoulos	GCM implementation, RSA blinding code,
 			interface for general rsa-pkcs1 signatures.
 			Port of gosthash94 implementation from rhash. Port of
 			poly1305. Salsa20r12 variant. HKDF (RFC 5869)
 			implementation. CMAC and SIV-CMAV
 			implementation. CTR and GCM optimizations.
 			Implementation of versioned symbols. Setup of
 			.gitlab-ci.yml. Large number of smaller fixes.
 .
 Andres Mejia		Ported Ripemd160 from libgcrypt.
 .
 Martin Storsjö		Implemented m4 macrology to make x86_64
 			assembly files work with the windows ABI.
 			Several other portability improvements.
 .
 Jeronimo Pellegrini	Documentation for base16 and base64 functions.
 .
 Tim Ruehsen		Several smaller cleanups and bugfixes.
 .
 Fredrik Thulin		Test vectors for pbkdf2-hmac-sha512.
 .
 Joachim Strömbergson	Chacha implementation. Support for sha512_224
 			and sha512_256.
 .
 Owen Kirby		Implementation of CCM mode.
 .
 Amos Jeffries		Implementation of base64url encoding.
 .
 Daiki Ueno		Implementation of RSA-PSS signatures,
 			curve448, shake256, ed448-shake256 signatures,
 			chacha functions for 32-bit nonce, struct
 			nettle_mac interface.
 .
 Dmitry Baryshkov	CFB and CFB8 modes, CMAC64. gosthash94cp and
 			Streebog hash functions, GOST DSA signatures
 			and curves GC256B and GC512A. Various bug
 			fixes and cleanups.
 .
 Simo Sorce		Side-channel silent RSA functions. XTS
 			implementation.
 .
 H.J. Lu			Assembly annotations for Intel "Control-flow
 			Enforcement Technology".
 .
 Stephen R. van den Berg
 			Port of bcrypt.
 .
 Mamone Tarsha Kurdi	Powerpc64 assembly and fat build setup,
 			including AES and GCM. Arm64 assembly and fat
 			build setup, including AES, Chacha, GCM, SHA1,
 			SHA256. S390x assembly and fat build setup,
 			including AES, Chacha, memxor, memxor3, SHA1,
 			SHA256, SHA512, SHA3.
 .
 Nicolas Mora		RFC 3394 keywrap.
 .
 Tianjia Zhang		SM3 hash function.
 .
 Amitay Isaacs		Powerpc64 assembly for secp192r1, secp224r1
 			and secp256r1.
 .
 Martin Schwenke		Powerpc64 assembly for secp384r1, secp521r1,
 			curve25519 and curve448.
 8X--------- end of AUTHORS file ------------------------------------

Files: *
Copyright: 2001-2022 Niels Möller
License: LGPL-3+ or GPL-2+

Files: aes-invert-internal.c aes-set-decrypt-key.c
 aes-set-encrypt-key.c aes-set-key-internal.c
Copyright: 2013, Niels Möller
 2000-2002, Rafael R. Sevilla, Niels Möller
License: LGPL-3+ or GPL-2+

Files: x86*/aes-*-internal.asm
Copyright: 2001, 2002, 2005 Rafael R. Sevilla, Niels Möller
           2008, 2013 Niels Möller
License: LGPL-3+ or GPL-2+

Files: arctwo.c
Copyright: 2003 Nikos Mavroyanopoulos
 2004 Simon Josefsson
 2004 Free Software Foundation, Inc.
 2002, 2004, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: arctwo-meta.c pbkdf2.c
 salsa20-128-set-key.c salsa20-256-set-key.c
 salsa20-core-internal.c
 salsa20-set-key.c salsa20-set-nonce.c
Copyright: 2012-2014 Niels Möller
 2004, 2012 Simon Josefsson
License: LGPL-3+ or GPL-2+

Files: arctwo.h
 salsa20-internal.h salsa20.h
Copyright: 2004, 2012 Simon Josefsson
 2001, 2002, 2004, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: arm64/chacha-2core.asm arm64/chacha-4core.asm
 arm64/chacha-core-internal.asm s390x/vf/chacha-2core.asm
 s390x/vf/chacha-4core.asm s390x/vf/chacha-core-internal.asm
Copyright: 2020 Niels Möller and Torbjörn Granlund
 2022 Mamone Tarsha
License: LGPL-3+ or GPL-2+

Files: arm64/crypto/aes128-decrypt.asm arm64/crypto/aes128-encrypt.asm
 arm64/crypto/aes192-decrypt.asm arm64/crypto/aes192-encrypt.asm
 arm64/crypto/aes256-decrypt.asm arm64/crypto/aes256-encrypt.asm
 arm64/crypto/sha1-compress.asm arm64/crypto/sha256-compress.asm
 arm64/fat/aes128-decrypt-2.asm arm64/fat/aes128-encrypt-2.asm
 arm64/fat/aes192-decrypt-2.asm arm64/fat/aes192-encrypt-2.asm
 arm64/fat/aes256-decrypt-2.asm arm64/fat/aes256-encrypt-2.asm
 arm64/fat/ghash-set-key-2.asm arm64/fat/ghash-update-2.asm
 arm64/fat/sha1-compress-2.asm arm64/fat/sha256-compress-2.asm
 fat-arm64.c fat-s390x.c powerpc64/fat/ghash-set-key-2.asm
 powerpc64/fat/ghash-update-2.asm s390x/fat/aes128-decrypt-2.asm
 s390x/fat/aes128-encrypt-2.asm s390x/fat/aes128-set-decrypt-key-2.asm
 s390x/fat/aes128-set-encrypt-key-2.asm
 s390x/fat/aes192-decrypt-2.asm s390x/fat/aes192-encrypt-2.asm
 s390x/fat/aes192-set-decrypt-key-2.asm
 s390x/fat/aes192-set-encrypt-key-2.asm s390x/fat/aes256-decrypt-2.asm
 s390x/fat/aes256-encrypt-2.asm s390x/fat/aes256-set-decrypt-key-2.asm
 s390x/fat/aes256-set-encrypt-key-2.asm s390x/fat/chacha-2core.asm
 s390x/fat/chacha-4core.asm s390x/fat/chacha-core-internal-2.asm
 s390x/fat/cpu-facility.asm s390x/fat/ghash-set-key-2.asm
 s390x/fat/ghash-update-2.asm s390x/fat/memxor3-2.asm
 s390x/fat/sha1-compress-2.asm s390x/fat/sha256-compress-2.asm
 s390x/fat/sha3-permute-2.asm s390x/fat/sha512-compress-2.asm
 s390x/memxor.asm s390x/msa/sha1-compress.asm
 s390x/msa_x1/aes128-decrypt.asm s390x/msa_x1/aes128-encrypt.asm
 s390x/msa_x1/aes128-set-decrypt-key.asm
 s390x/msa_x1/aes128-set-encrypt-key.asm s390x/msa_x1/sha256-compress.asm
 s390x/msa_x2/aes192-decrypt.asm s390x/msa_x2/aes192-encrypt.asm
 s390x/msa_x2/aes192-set-decrypt-key.asm
 s390x/msa_x2/aes192-set-encrypt-key.asm s390x/msa_x2/aes256-decrypt.asm
 s390x/msa_x2/aes256-encrypt.asm s390x/msa_x2/aes256-set-decrypt-key.asm
 s390x/msa_x2/aes256-set-encrypt-key.asm s390x/msa_x2/sha512-compress.asm
 s390x/msa_x4/ghash-set-key.asm s390x/msa_x4/ghash-update.asm
 s390x/vf/memxor3.asm
Copyright: 2020, 2021 Mamone Tarsha
License: LGPL-3+ or GPL-2+

Files: arm64/crypto/ghash-set-key.asm arm64/crypto/ghash-update.asm
 powerpc64/p8/ghash-set-key.asm powerpc64/p8/ghash-update.asm
Copyright: 2020 Niels Möller and Mamone Tarsha
 2021 Michael Weiser
License: LGPL-3+ or GPL-2+

Files: base64.h base64-meta.c
Copyright: 2002 Dan Egnor, Niels Möller
License: LGPL-3+ or GPL-2+

Files: base64url-decode.c base64url-encode.c
Copyright: 2015 Amos Jeffries, Niels Möller
License: LGPL-3+ or GPL-2+

Files: block-internal.h
Copyright: 2019 Dmitry Eremin-Solenikov
 2018 Red Hat, Inc.
 2011 Katholieke Universiteit Leuven
 2011, 2013, 2018 Niels Möller
License: LGPL-3+ or GPL-2+

Files: blowfish.c
Copyright: 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
           2010 Simon Josefsson
License: LGPL-3+ or GPL-2+

Files: blowfish.h
Copyright: 1998, 2001 Free Software Foundation, Inc.
           1998, 2001 Ray Dassen
           1998, 2001 Niels Möller
License: LGPL-3+ or GPL-2+

Files: camellia-table.c camellia-crypt-internal.c camellia.h camellia-internal.h
 camellia128-set-encrypt-key.c camellia256-set-encrypt-key.c camellia-absorb.c
Copyright: 2006, 2007 NTT (Nippon Telegraph and Telephone Corporation)
	   2010, 2013 Niels Möller
License: LGPL-3+ or GPL-2+

Files: ccm.c ccm.h ccm-aes128.c
 ccm-aes192.c ccm-aes256.c
Copyright: 2014 Owen Kirby
 2014 Exegin Technologies Limited
License: LGPL-3+ or GPL-2+

Files: cfb.c
 cfb.h
 ecc-gostdsa-sign.c
 ecc-gostdsa-verify.c
 gostdsa-sign.c
 gostdsa-verify.c
Copyright: 2015, 2017 Dmitry Eremin-Solenikov
 2001, 2011, 2013, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: chacha-core-internal.c chacha-crypt.c
 chacha-internal.h chacha.h chacha-set-nonce.c
Copyright: 2012 Simon Josefsson
 2013 Joachim Strömbergson
 2012, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: cmac-aes128.c cmac-aes256.c
 cmac.h hkdf.c hkdf.h
 xts-aes128.c xts-aes256.c xts.c
Copyright: 2017, 2018 Red Hat, Inc.
License: LGPL-3+ or GPL-2+

Files: cmac-des3-meta.c
Copyright: 2020 Dmitry Baryshkov
License: LGPL-3+ or GPL-2+

Files: cmac-des3.c
 ecc-gost-gc256b.c ecc-gost-gc512a.c
 gost28147-internal.h gostdsa-vko.c
 hmac-gosthash94.c pbkdf2-hmac-gosthash94.c
Copyright: 2016-2020 Dmitry Eremin-Solenikov
License: LGPL-3+ or GPL-2+

Files: cmac.c cmac64.c
Copyright: 2012 Stefan Metzmacher, Michael Adam, Jeremy Allison
 2017 Red Hat Inc.
 2019 Dmitry Eremin-Solenikov
License: LGPL-3+ or GPL-2+

Files: ctr16.c
 pkcs1-internal.h pkcs1-sec-decrypt.c
 version.h.in xts.h
Copyright: 2015, 2017, 2018 Red Hat, Inc.
 2001, 2002, 2005-2018 Niels Möller
License: LGPL-3+ or GPL-2+

Files: curve448-eh-to-x.c curve448.h
 curve448-mul-g.c curve448-mul.c
 ecc-curve448.c  ed448-shake256-pubkey.c
 ed448-shake256-sign.c ed448-shake256-verify.c
 shake256.c
Copyright: 2017 Red Hat, Inc.
 2017 Daiki Ueno
License: LGPL-3+ or GPL-2+

Files: der2dsa.c
Copyright: 2005, 2009, 2014 Niels Möller
 2009 Magnus Holmgren
License: LGPL-3+ or GPL-2+

Files: desCode.h descore.README desdata.c
Copyright: © 2002 Dana L. How
License: LGPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Library General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Library General Public License for more details.
 .
 You should have received a copy of the GNU Library General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian GNU/Linux systems, the complete text of the GNU Library
 General Public License, version 2, can be found in
 /usr/share/common-licenses/LGPL-2.

Files: des.c des.h
Copyright: 1992 Dana L. How
 1997, 2001 Niels Möller
License: LGPL-3+ or GPL-2+

Files: dsa2sexp.c
Copyright: 2002, 2009, 2014 Niels Möller
 2009 Magnus Holmgren
License: LGPL-3+ or GPL-2+

Files: eccdata.c eddsa-hash.c
Copyright: 2017 Red Hat, Inc.
 2017 Daiki Ueno
 2013, 2014, 2017, 2019 Niels Möller
License: LGPL-3+ or GPL-2+

Files: ecc-secp192r1.c
Copyright: 2013, 2014, 2019, 2021 Niels Möller
 2019 Wim Lewis
License: LGPL-3+ or GPL-2+

Files: examples/base16dec.c examples/base16enc.c
 examples/base64dec.c examples/base64enc.c
Copyright: 2006, 2012, Jeronimo Pellegrini, Niels Möller
License: LGPL-3+ or GPL-2+

Files: examples/nettle-openssl.c
Copyright: 2015, 2017, 2018, Red Hat, Inc.
 2001, 2002, 2005-2018, Niels Möller
License: LGPL-3+ or GPL-2+

Files: gcm.c gcm.h ghash-set-key.c ghash-update.c
Copyright: 2011 Katholieke Universiteit Leuven
 2011, 2013, 2018, 2022 Niels Möller
 2018 Red Hat, Inc.
License: LGPL-3+ or GPL-2+

Files: gmp-glue.c
 gmp-glue.h
Copyright: 2013 Red Hat, Niels Möller
License: LGPL-3+ or GPL-2+

Files: gost28147.c gosthash94.c
Copyright: 2019 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
 2009-2012 Aleksey Kravchenko <rhash.admin@gmail.com>
License: Expat

Files: gostdsa.h
Copyright: 2015, Dmity Eremin-Solenikov
 2013, Niels Möller
License: LGPL-3+ or GPL-2+

Files: gosthash94-meta.c
Copyright: 2012, Nikos Mavrogiannopoulos, Niels Möller
License: LGPL-3+ or GPL-2+

Files: gosthash94.h
Copyright: 2012, Nikos Mavrogiannopoulos, Niels Möller
License: LGPL-3+ or GPL-2+

Files: hmac-md5-meta.c hmac-ripemd160-meta.c
 hmac-sha1-meta.c hmac-sha224-meta.c
 hmac-sha256-meta.c hmac-sha384-meta.c
 hmac-sha512-meta.c nettle-meta-macs.c
 pss-mgf1.c pss-mgf1.h pss.c pss.h
 rsa-pss-sha256-sign-tr.c rsa-pss-sha256-verify.c
 rsa-pss-sha512-sign-tr.c rsa-pss-sha512-verify.c
Copyright: 2017, 2020 Daiki Ueno
License: LGPL-3+ or GPL-2+

Files: hmac-sm3.c hmac-sm3-meta.c
Copyright: 2021 Tianjia Zhang
License: LGPL-3+ or GPL-2+

Files: md2.c
Copyright: ? Andrew Kuchling
           2003 Andreas Sigfridsson
           2003 Niels Möller
License: LGPL-3+ or GPL-2+

Files: md4.c
Copyright: 2003 Marcus Comstedt
 2003 Niels Möller
License: LGPL-3+ or GPL-2+

Files: md5.c md5-compress.c
Copyright: Colin Plumb, Andrew Kuchling
           2001 Niels Möller
License: LGPL-3+ or GPL-2+

Files: memxor.c
Copyright: 1991,1993, 1995 Free Software Foundation, Inc.
           2010 Niels Möller
License: LGPL-3+ or GPL-2+

Files: nettle-meta-armors.c
 nettle-meta-ciphers.c
 nettle-meta-hashes.c
Copyright: 2011 Daniel Kahn Gillmor
License: LGPL-3+ or GPL-2+

Files: nist-keywrap.c nist-keywrap.h
Copyright: 2021 Nicolas Mora
 2021 Niels Möller
License: LGPL-3+ or GPL-2+

Files: pbkdf2-hmac-sha1.c
 pbkdf2-hmac-sha256.c
 pbkdf2.h
 salsa20-crypt.c
Copyright: 2012, Simon Josefsson
License: LGPL-3+ or GPL-2+

Files: pbkdf2-hmac-sha384.c pbkdf2-hmac-sha512.c
Copyright: 2012 Simon Josefsson
 2021 Nicolas Mora
License: LGPL-3+ or GPL-2+

Files: poly1305-aes.c
Copyright: 2014 Niels Möller
 2013 Nikos Mavrogiannopoulos
License: LGPL-3+ or GPL-2+

Files: poly1305-internal.c
Copyright: 2013, Nikos Mavrogiannopoulos
 2013 Niels Möller
 2012, 2013 Andrew M. (floodyberry)
License: LGPL-3+ or GPL-2+

Files: poly1305-internal.h
 poly1305.h
Copyright: 2013, Nikos Mavrogiannopoulos
 2013, 2014, Niels Möller
License: LGPL-3+ or GPL-2+

Files: powerpc64/ecc-curve25519-modp.asm powerpc64/ecc-curve448-modp.asm
 powerpc64/ecc-secp521r1-modp.asm
Copyright: 2021 Martin Schwenke & Alastair D´Silva, IBM Corporation
License: LGPL-3+ or GPL-2+

Files: powerpc64/ecc-secp192r1-modp.asm powerpc64/ecc-secp224r1-modp.asm
Copyright: 2021 Amitay Isaacs, IBM Corporation
License: LGPL-3+ or GPL-2+

Files: powerpc64/ecc-secp256r1-redc.asm
Copyright: 2021 Amitay Isaacs & Martin Schwenke, IBM Corporation
License: LGPL-3+ or GPL-2+

Files: powerpc64/ecc-secp384r1-modp.asm
Copyright: 2021 Martin Schwenke, Amitay Isaacs & Alastair D´Silva, IBM Corporation
License: LGPL-3+ or GPL-2+

Files: ripemd160.c ripemd160-compress.c
Copyright: 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
License: LGPL-3+ or GPL-2+

Files: ripemd160-meta.c ripemd160.h ripemd160-internal.h
Copyright: 2011 Andres Mejia
License: LGPL-3+ or GPL-2+

Files: rsa-blind.c rsa-decrypt-tr.c
Copyright: 2001, 2012, Niels Möller, Nikos Mavrogiannopoulos
License: LGPL-3+ or GPL-2+

Files: rsa-pkcs1-sign-tr.c salsa20r12-crypt.c
 siv-cmac-aes128.c siv-cmac-aes256.c
 siv-cmac.c siv-cmac.h
Copyright: 2012, 2013, 2017, 2018, Nikos Mavrogiannopoulos
License: LGPL-3+ or GPL-2+

Files: rsa-sec-compute-root.c
Copyright: 2018 Red Hat, Inc
 2018 Niels Möller
License: LGPL-3+ or GPL-2+

Files: rsa-sec-decrypt.c
Copyright: 2018, Red Hat, Inc.
 2001, 2012, Niels Möller, Nikos Mavrogiannopoulos
License: LGPL-3+ or GPL-2+

Files: rsa-sign-tr.c
Copyright: 2018, Red Hat Inc.
 2012, Nikos Mavrogiannopoulos
 2001, 2015, Niels Möller
License: LGPL-3+ or GPL-2+

Files: s390x/vf/sha3-permute.asm
Copyright: 2012 Niels Möller
 2021 Mamone Tarsha
License: LGPL-3+ or GPL-2+

Files: serpent-encrypt.c serpent-decrypt.c serpent-set-key.c serpent-internal.h
Copyright: 1998 Ross Anderson, Eli Biham, Lars Knudsen
 2003, 2004, 2005 Free Software Foundation, Inc.
 2010, 2011 Simon Josefsson
 2011, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: sha1-compress.c
Copyright: 2001, 2004 Peter Gutmann, Andrew Kuchling, Niels Möller
License: LGPL-3+ or GPL-2+

Files: sha512.c
Copyright: 2013, 2014 Joachim Strömbergson
 2001, 2010, 2012, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: sm3.c sm3.h sm3-meta.c
Copyright: 2017 Jia Zhang
 2021 Tianjia Zhang
License: LGPL-3+ or GPL-2+

Files: testsuite/arctwo-test.c
Copyright: 2004, 2012 Simon Josefsson
 2001, 2002, 2004, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: testsuite/ccm-test.c
Copyright: 2014 Owen Kirby
 2014 Exegin Technologies Limited
License: LGPL-3+ or GPL-2+

Files: testsuite/chacha-test.c
Copyright: 2013, 2014 Joachim Strömbergson
 2001, 2010, 2012, 2014 Niels Möller
License: LGPL-3+ or GPL-2+

Files: testsuite/curve448-dh-test.c
 testsuite/ed448-test.c
 testsuite/shake256-test.c
Copyright: 2017, Red Hat, Inc.
 2017, Daiki Ueno
License: LGPL-3+ or GPL-2+

Files: testsuite/siv-test.c
Copyright: 2012, 2013, 2017, 2018 Nikos Mavrogiannopoulos
License: LGPL-3+ or GPL-2+

Files: texinfo.tex
Copyright: 1985, 1986, 1988, 1990-2009, Free Software Foundation, Inc.
License: GPL-3+
 This texinfo.tex file is free software: you can redistribute it and/or
 modify it under the terms of the GNU General Public License as
 published by the Free Software Foundation, either version 3 of the
 License, or (at your option) any later version.
 .
 This texinfo.tex file is distributed in the hope that it will be
 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 As a special exception, when this file is read by TeX when processing
 a Texinfo source document, you may use the result without
 restriction.  (This has been our intent since Texinfo was invented.)

Files: twofish*
Copyright: 1999 Ruud de Rooij <ruud@debian.org>
 1999 J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>
 2001 Niels Möller
License: LGPL-3+ or GPL-2+

Files: tools/pkcs1-conv.c
Copyright: 2005, 2009, 2014 Niels Möller
 2009 Magnus Holmgren
License: LGPL-3+ or GPL-2+

Files: getopt*
Copyright: 1987-2001 Free Software Foundation, Inc.
License: GPL-2+

Files: config.guess config.sub
Copyright: © 1992-2020 Free Software Foundation, Inc.
License: GPL-3+ with Autoconf exception
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that program.

Files: debian/*
Copyright: none
License: public-domain
 I believe that most files in debian/ hardly contains any creative
 expression eligible for copyright.

Files: debian/sexp-conv.1
Copyright: 2002 Timshel Knoll <timshel@debian.org>
 2007 Magnus Holmgren
License: GPL-2
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; version 2 dated June. 1991.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 02110-1301 USA.
 .
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License, version 2, can be found in
 /usr/share/common-licenses/GPL-2.
Comment:
 This manpage was copied from the lsh-utils package. Timshel didn't
 explicitly select a license for his packaging work, but I think that
 it can be considered released under the same license as LSH itself.

Files: debian/pkcs1-conv.1 debian/nettle-lfib-stream.1
Copyright: 2007 Magnus Holmgren
License: GAP
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.

License: LGPL-3+
 The nettle library is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 3 of the License, or (at your
 option) any later version.
 .
 GNU Nettle is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
 License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, see http://www.gnu.org/licenses/.
 .
 On Debian GNU/Linux systems, the complete text of the newest version
 of the GNU Lesser General Public License can be found in
 /usr/share/common-licenses/LGPL.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 GNU Nettle is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 02110-1301 USA.
 .
 On Debian GNU/Linux systems, the complete text of the newest version
 of the GNU General Public License can be found in
 /usr/share/common-licenses/GPL.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



==========================================================================
Package: libnorm1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: norm
Upstream-Contact: https://publists.nrl.navy.mil/pipermail/norm-dev/
Source: https://github.com/USNavalResearchLaboratory
Comment: Upstream tarball has been repackaged to remove the binary waf files
         and Win-specific sources with an unknown license. Java pre-compiled
         binaries are also removed.
Files-Excluded: protolib/src/java/libprotolibjni.jnilib
                protolib/src/java/ProtolibJni.dll*
                protolib/src/java/protolib-jni.jar*
                protolib/src/win32
                protolib/src/wince
                protolib/android
                protolib/makefiles
                protolib/waf
                protolib/wscript
                android
                makefiles
                waf
                wscript
                _deps

Files: *
Copyright: 2005-2015 Naval Research Laboratory (NRL)
License: NRL-2-clause

Files: src/sim/opnet/11.5/norm_protolib.pr.cpp
       src/sim/opnet/12.0/norm_protolib.pr.cpp
Copyright: 1992-2006 OPNET Technologies, Inc.
           2005-2015 Naval Research Laboratory (NRL)
License: NRL-2-clause

Files: src/unix/unixPostProcess.cpp
Copyright: 1996 Netscape Communications Corporation
           2005-2015 Naval Research Laboratory (NRL)
License: NRL-3-clause

Files: include/galois.h
       include/normEncoder.h
       include/normEncoderMDP.h
       include/normVersion.h
       protolib/doc/doxygen/mainpages/introduction.h
       protolib/include/protoDispatcher.h
       protolib/include/protoTimer.h
       protolib/include/protoTree.h
       protolib/src/common/protoDispatcher.cpp
       protolib/src/common/protoTree.cpp
       protolib/src/sim/ns/nsProtoManetKernel.cpp
       protolib/src/sim/ns/nsProtoManetKernel.h
       protolib/src/sim/ns/nsProtoManetKernel_packet.h
       src/common/galois.cpp
       src/common/normEncoder.cpp
       src/common/normEncoderMDP.cpp
       src/sim/ns/nsNormAgent.cpp
       src/sim/ns/nsNormAgent.h
Copyright: 2005-2015 Naval Research Laboratory (NRL)
License: NRL-3-clause

Files: src/common/normEncoderRS16.cpp
       src/common/normEncoderRS8.cpp
Copyright: 1997-1998 Luigi Rizzo <luigi@iet.unipi.it>
License: BSD-2-clause
 This includes forward error correction code based on Vandermonde matrices
 980624
 (C) 1997-98 Luigi Rizzo (luigi@iet.unipi.it)
 .
 Portions derived from code by Phil Karn (karn@ka9q.ampr.org),
 Robert Morelos-Zaragoza (robert@spectra.eng.hawaii.edu) and Hari
 Thirumoorthy (harit@spectra.eng.hawaii.edu), Aug 1995
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following
    disclaimer in the documentation and/or other materials
    provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
 OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
 OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
 OF SUCH DAMAGE.

Files: protolib/src/sim/ns/ns233/*
       protolib/src/sim/ns/ns234/*
       protolib/src/sim/ns/ns235/*
Copyright: 1994-1997 Regents of the University of California.
License: BSD-4-clause-UC
 Copyright (c) 1994-1997 Regents of the University of California.
 All rights reserved.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. All advertising materials mentioning features or use of this software
    must display the following acknowledgement:
      This product includes software developed by the Computer Systems
      Engineering Group at Lawrence Berkeley Laboratory.
 4. Neither the name of the University nor of the Laboratory may be used
    to endorse or promote products derived from this software without
    specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

Files: debian/*
Copyright: 2017-2021 Luca Boccassi <bluca@debian.org>
License: BSD-3-clause

License: NRL-2-clause
 AUTHORIZATION TO USE AND DISTRIBUTE
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that: 
 .
 (1) source code distributions retain this paragraph in its entirety, 
 .
 (2) distributions including binary code include this paragraph in
     its entirety in the documentation or other materials provided 
     with the distribution.
 .
      "This product includes software written and developed 
       by Code 5520 of the Naval Research Laboratory (NRL)." 
 .
 The name of NRL, the name(s) of NRL  employee(s), or any entity
 of the United States Government may not be used to endorse or
 promote  products derived from this software, nor does the 
 inclusion of the NRL written and developed software  directly or
 indirectly suggest NRL or United States  Government endorsement
 of this product.
 .
 THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

License: NRL-3-clause
 AUTHORIZATION TO USE AND DISTRIBUTE
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that: 
 .
 (1) source code distributions retain this paragraph in its entirety, 
 .
 (2) distributions including binary code include this paragraph in
     its entirety in the documentation or other materials provided 
     with the distribution, and 
 .
 (3) all advertising materials mentioning features or use of this 
     software display the following acknowledgment:
 .
      "This product includes software written and developed 
       by Brian Adamson and Joe Macker of the Naval Research 
       Laboratory (NRL)." 
 .
 The name of NRL, the name(s) of NRL  employee(s), or any entity
 of the United States Government may not be used to endorse or
 promote  products derived from this software, nor does the 
 inclusion of the NRL written and developed software  directly or
 indirectly suggest NRL or United States  Government endorsement
 of this product.
 .
 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 3. The name of the author may not be used to endorse or promote products
    derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: libnsl-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libnsl
Upstream-Contact: Thorsten Kukuk <kukuk@thkukuk.de>
Source: https://github.com/thkukuk/libnsl

Files: debian/*
Copyright: 2020, Aurelien Jarno
License: LGPL-2.1+

Files: AUTHORS
       configure.ac
       config.h.in
       libnsl.pc.in
       Makefile.am
       NEWS
       README
       src/Makefile.am
       src/do_ypcall.c
       src/internal.h
       src/libnsl.map
       src/nisplus/nis_error.c
       src/taddr2host.c
       src/taddr2ipstr.c
       src/taddr2port.c
       src/yp_first.c
       src/yp_get_default_domain.c
       src/yp_maplist.c
       src/yp_master.c
       src/yp_match.c
       src/yp_next.c
       src/yp_order.c
       src/ypbinderr_string.c
       src/yperr_string.c
       src/ypprot_err.c
Copyright: 2014, 2015, 2017-2018, Thorsten Kukuk
License: LGPL-2.1

Files: src/libc-lock.h
       src/nisplus/nis_add.c
       src/nisplus/nis_addmember.c
       src/nisplus/nis_call.c
       src/nisplus/nis_callback.c
       src/nisplus/nis_checkpoint.c
       src/nisplus/nis_clone_dir.c
       src/nisplus/nis_clone_obj.c
       src/nisplus/nis_clone_res.c
       src/nisplus/nis_creategroup.c
       src/nisplus/nis_defaults.c
       src/nisplus/nis_destroygroup.c
       src/nisplus/nis_domain_of.c
       src/nisplus/nis_domain_of_r.c
       src/nisplus/nis_file.c
       src/nisplus/nis_findserv.c
       src/nisplus/nis_free.c
       src/nisplus/nis_getservlist.c
       src/nisplus/nis_hash.c
       src/nisplus/nis_intern.h
       src/nisplus/nis_ismember.c
       src/nisplus/nis_local_names.c
       src/nisplus/nis_lookup.c
       src/nisplus/nis_mkdir.c
       src/nisplus/nis_modify.c
       src/nisplus/nis_ping.c
       src/nisplus/nis_print.c
       src/nisplus/nis_print_group_entry.c
       src/nisplus/nis_remove.c
       src/nisplus/nis_removemember.c
       src/nisplus/nis_rmdir.c
       src/nisplus/nis_server.c
       src/nisplus/nis_subr.c
       src/nisplus/nis_table.c
       src/nisplus/nis_util.c
       src/nisplus/nis_verifygroup.c
       src/nisplus/nis_xdr.c
       src/nisplus/nis_xdr.h
       src/rpcsvc/nislib.h
       src/rpcsvc/ypclnt.h
Copyright: 1996-2015, Free Software Foundation, Inc.
License: LGPL-2.1+

Files: src/rpcsvc/nis_callback.h
       src/rpcsvc/nis_callback.x
       src/rpcsvc/nis_object.x
       src/rpcsvc/nis_tags.h
       src/rpcsvc/nis.h
       src/rpcsvc/nis.x
       src/rpcsvc/yp.h
       src/rpcsvc/yp.x
       src/rpcsvc/yp_prot.h
       src/rpcsvc/yppasswd.h
       src/rpcsvc/yppasswd.x
       src/rpcsvc/ypupd.h
       src/yp_xdr.c
Copyright: 2010, Oracle America, Inc.
License: BSD-3-clause

Files: INSTALL
Copyright: 1994-1996, 1999-2002, 2004-2016 Free Software Foundation, Inc.
License: permissive-fsf

Files: Makefile.in
       src/Makefile.in
Copyright: 1994-2020 Free Software Foundation, Inc.
License: permissive-makefile-in

Files: aclocal.m4
Copyright: 1996-2017 Free Software Foundation, Inc.
License: permissive-autoconf-m4-no-warranty

Files: config.sub
       config.guess
Copyright: 1992-2018 Free Software Foundation, Inc.
License: GPL-3+-autoconf-exception

Files: configure
Copyright: 1992-1996, 1998-2012 Free Software Foundation, Inc.
License: permissive-configure

Files: compile
       depcomp
       missing
       test-driver
Copyright: 1999-2017 Free Software Foundation, Inc.
License: GPL-2+-autoconf-exception

Files: install-sh
Copyright: 1994 X Consortium
License: MIT

Files: ltmain.sh
Copyright: 1996-2015 Free Software Foundation, Inc.
License: GPL-2+-libtool-exception

Files: config.rpath
       m4/gettext.m4
       m4/host-cpu-c-abi.m4
       m4/iconv.m4
       m4/intlmacosx.m4
       m4/lib-ld.m4
       m4/lib-link.m4
       m4/lib-prefix.m4
       m4/libtool.m4
       m4/ltoptions.m4
       m4/ltsugar.m4
       m4/ltversion.m4
       m4/lt~obsolete.m4
       m4/nls.m4
       m4/po.m4
       m4/progtest.m4
Copyright: 1995-2020 Free Software Foundation, Inc.
License: permissive-autoconf-m4

Files: ABOUT-NLS
       po/Makefile.in.in
       po/Makevars
       po/POTFILES.in
       po/Rules-quot
       po/boldquot.sed
       po/en@boldquot.header
       po/en@quot.header
       po/insert-header.sin
       po/libnsl.pot
       po/quot.sed
       po/remove-potcdate.sin
       po/stamp-po
Copyright: 1995-1997, 2000-2007, 2009-2010 Ulrich Drepper
License: permissive-fsf


License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
     * Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.
     * Redistributions in binary form must reproduce the above
       copyright notice, this list of conditions and the following
       disclaimer in the documentation and/or other materials
       provided with the distribution.
     * Neither the name of the "Oracle America, Inc." nor the names of its
       contributors may be used to endorse or promote products derived
       from this software without specific prior written permission.
 .
   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
   GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: GPL-2+-autoconf-exception
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that program.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License: GPL-2+-libtool-exception
 GNU Libtool is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 As a special exception to the GNU General Public License,
 if you distribute this file as part of a program or library that
 is built using GNU Libtool, you may include this file under the
 same distribution terms that you use for the rest of that program.
 .
 GNU Libtool is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License: GPL-3+-autoconf-exception
 This file is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, see <http://www.gnu.org/licenses/>.
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that
 program.  This Exception is an additional permission under section 7
 of the GNU General Public License, version 3 ("GPLv3").
 .
 On Debian systems, the complete text of the GNU General Public License
 Version 3 can be found in `/usr/share/common-licenses/GPL-3'.

License: LGPL-2.1
 This library is free software: you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public License
 in version 2.1 as published by the Free Software Foundation.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".

License: LGPL-2.1+
 The GNU C Library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 The GNU C Library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with the GNU C Library; if not, see
 <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from the X Consor-
 tium.

License: permissive-autoconf-m4
 This file is free software; the Free Software Foundation gives
 unlimited permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.

License: permissive-autoconf-m4-no-warranty
 This file is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.

License: permissive-configure
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.

License: permissive-fsf
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.  This file is offered as-is,
 without any warranty.

License: permissive-makefile-in
 This Makefile.in is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.



==========================================================================
Package: libnsl2:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libnsl
Upstream-Contact: Thorsten Kukuk <kukuk@thkukuk.de>
Source: https://github.com/thkukuk/libnsl

Files: debian/*
Copyright: 2020, Aurelien Jarno
License: LGPL-2.1+

Files: AUTHORS
       configure.ac
       config.h.in
       libnsl.pc.in
       Makefile.am
       NEWS
       README
       src/Makefile.am
       src/do_ypcall.c
       src/internal.h
       src/libnsl.map
       src/nisplus/nis_error.c
       src/taddr2host.c
       src/taddr2ipstr.c
       src/taddr2port.c
       src/yp_first.c
       src/yp_get_default_domain.c
       src/yp_maplist.c
       src/yp_master.c
       src/yp_match.c
       src/yp_next.c
       src/yp_order.c
       src/ypbinderr_string.c
       src/yperr_string.c
       src/ypprot_err.c
Copyright: 2014, 2015, 2017-2018, Thorsten Kukuk
License: LGPL-2.1

Files: src/libc-lock.h
       src/nisplus/nis_add.c
       src/nisplus/nis_addmember.c
       src/nisplus/nis_call.c
       src/nisplus/nis_callback.c
       src/nisplus/nis_checkpoint.c
       src/nisplus/nis_clone_dir.c
       src/nisplus/nis_clone_obj.c
       src/nisplus/nis_clone_res.c
       src/nisplus/nis_creategroup.c
       src/nisplus/nis_defaults.c
       src/nisplus/nis_destroygroup.c
       src/nisplus/nis_domain_of.c
       src/nisplus/nis_domain_of_r.c
       src/nisplus/nis_file.c
       src/nisplus/nis_findserv.c
       src/nisplus/nis_free.c
       src/nisplus/nis_getservlist.c
       src/nisplus/nis_hash.c
       src/nisplus/nis_intern.h
       src/nisplus/nis_ismember.c
       src/nisplus/nis_local_names.c
       src/nisplus/nis_lookup.c
       src/nisplus/nis_mkdir.c
       src/nisplus/nis_modify.c
       src/nisplus/nis_ping.c
       src/nisplus/nis_print.c
       src/nisplus/nis_print_group_entry.c
       src/nisplus/nis_remove.c
       src/nisplus/nis_removemember.c
       src/nisplus/nis_rmdir.c
       src/nisplus/nis_server.c
       src/nisplus/nis_subr.c
       src/nisplus/nis_table.c
       src/nisplus/nis_util.c
       src/nisplus/nis_verifygroup.c
       src/nisplus/nis_xdr.c
       src/nisplus/nis_xdr.h
       src/rpcsvc/nislib.h
       src/rpcsvc/ypclnt.h
Copyright: 1996-2015, Free Software Foundation, Inc.
License: LGPL-2.1+

Files: src/rpcsvc/nis_callback.h
       src/rpcsvc/nis_callback.x
       src/rpcsvc/nis_object.x
       src/rpcsvc/nis_tags.h
       src/rpcsvc/nis.h
       src/rpcsvc/nis.x
       src/rpcsvc/yp.h
       src/rpcsvc/yp.x
       src/rpcsvc/yp_prot.h
       src/rpcsvc/yppasswd.h
       src/rpcsvc/yppasswd.x
       src/rpcsvc/ypupd.h
       src/yp_xdr.c
Copyright: 2010, Oracle America, Inc.
License: BSD-3-clause

Files: INSTALL
Copyright: 1994-1996, 1999-2002, 2004-2016 Free Software Foundation, Inc.
License: permissive-fsf

Files: Makefile.in
       src/Makefile.in
Copyright: 1994-2020 Free Software Foundation, Inc.
License: permissive-makefile-in

Files: aclocal.m4
Copyright: 1996-2017 Free Software Foundation, Inc.
License: permissive-autoconf-m4-no-warranty

Files: config.sub
       config.guess
Copyright: 1992-2018 Free Software Foundation, Inc.
License: GPL-3+-autoconf-exception

Files: configure
Copyright: 1992-1996, 1998-2012 Free Software Foundation, Inc.
License: permissive-configure

Files: compile
       depcomp
       missing
       test-driver
Copyright: 1999-2017 Free Software Foundation, Inc.
License: GPL-2+-autoconf-exception

Files: install-sh
Copyright: 1994 X Consortium
License: MIT

Files: ltmain.sh
Copyright: 1996-2015 Free Software Foundation, Inc.
License: GPL-2+-libtool-exception

Files: config.rpath
       m4/gettext.m4
       m4/host-cpu-c-abi.m4
       m4/iconv.m4
       m4/intlmacosx.m4
       m4/lib-ld.m4
       m4/lib-link.m4
       m4/lib-prefix.m4
       m4/libtool.m4
       m4/ltoptions.m4
       m4/ltsugar.m4
       m4/ltversion.m4
       m4/lt~obsolete.m4
       m4/nls.m4
       m4/po.m4
       m4/progtest.m4
Copyright: 1995-2020 Free Software Foundation, Inc.
License: permissive-autoconf-m4

Files: ABOUT-NLS
       po/Makefile.in.in
       po/Makevars
       po/POTFILES.in
       po/Rules-quot
       po/boldquot.sed
       po/en@boldquot.header
       po/en@quot.header
       po/insert-header.sin
       po/libnsl.pot
       po/quot.sed
       po/remove-potcdate.sin
       po/stamp-po
Copyright: 1995-1997, 2000-2007, 2009-2010 Ulrich Drepper
License: permissive-fsf


License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
     * Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.
     * Redistributions in binary form must reproduce the above
       copyright notice, this list of conditions and the following
       disclaimer in the documentation and/or other materials
       provided with the distribution.
     * Neither the name of the "Oracle America, Inc." nor the names of its
       contributors may be used to endorse or promote products derived
       from this software without specific prior written permission.
 .
   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
   COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
   GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: GPL-2+-autoconf-exception
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that program.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License: GPL-2+-libtool-exception
 GNU Libtool is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 As a special exception to the GNU General Public License,
 if you distribute this file as part of a program or library that
 is built using GNU Libtool, you may include this file under the
 same distribution terms that you use for the rest of that program.
 .
 GNU Libtool is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License: GPL-3+-autoconf-exception
 This file is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, see <http://www.gnu.org/licenses/>.
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that
 program.  This Exception is an additional permission under section 7
 of the GNU General Public License, version 3 ("GPLv3").
 .
 On Debian systems, the complete text of the GNU General Public License
 Version 3 can be found in `/usr/share/common-licenses/GPL-3'.

License: LGPL-2.1
 This library is free software: you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public License
 in version 2.1 as published by the Free Software Foundation.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".

License: LGPL-2.1+
 The GNU C Library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 The GNU C Library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with the GNU C Library; if not, see
 <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from the X Consor-
 tium.

License: permissive-autoconf-m4
 This file is free software; the Free Software Foundation gives
 unlimited permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.

License: permissive-autoconf-m4-no-warranty
 This file is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.

License: permissive-configure
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.

License: permissive-fsf
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.  This file is offered as-is,
 without any warranty.

License: permissive-makefile-in
 This Makefile.in is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.



==========================================================================
Package: libnuma1:arm64
==========================================================================
This package was debianized by Ian Wienand <ianw@gelato.unsw.edu.au>
on Wed, 15 Dec 2004.

libnuma sources are available from
https://github.com/numactl/numactl

Upstream Authors: 
Andi Kleen <ak@suse.de>

Copyright (C) 2004 Andi Kleen

numactl and the demo programs are under the GNU General Public License, v.2
libnuma is under the GNU Lesser General Public License, v2.1.
The manpages are under the same license as the Linux manpages (see the files)

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.  The full text of the License
may be found in /usr/share/common-licenses/GPL.

The redistribution of portions of this program are controlled by
the GNU Lesser General Public License as published by the Free
Software Foundation.  The full text of the License may be found in
/usr/share/common-licenses/LGPL.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

Parts of the numademo program are derived from the STREAM benchmark,
available from

http://www.cs.virginia.edu/stream/



==========================================================================
Package: libogg0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libogg
Upstream-Contact: ogg-dev@xiph.org
Source: https://xiph.org/downloads/
License: BSD-3-clause

Files: *
Copyright: 1994-2020, the Xiph.Org Foundation http://www.xiph.org/
License: BSD-3-clause

Files: doc/rfc3533.txt
Copyright: 2003, Silvia Pfeiffer <silviapfeiffer1@gmail.com>
 2003, The Internet Society
License: rfc3533-license
 Received: from mail-vw0-f52.google.com ([209.85.212.52])
         by master.debian.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16)
         (Exim 4.72)
         (envelope-from <silviapfeiffer1@gmail.com>)
         id 1QsTXr-0004MO-Ek
         for ron@debian.org; Sun, 14 Aug 2011 05:47:35 +0000
 In-Reply-To: <20110813065417.GV2324@audi.shelbyville.oz>
 References: <20110813065417.GV2324@audi.shelbyville.oz>
 From: Silvia Pfeiffer <silviapfeiffer1@gmail.com>
 Date: Sun, 14 Aug 2011 15:47:09 +1000
 Message-ID: <CAHp8n2nmGN+G09aA118KN86NeX9yw_VJAQNFZebm74k195zz+Q@mail.gmail.com>
 Subject: Re: Distributing the libogg RFCs in the Debian package
 To: Ron <ron@debian.org>
 Cc: Christopher Montgomery <monty@xiph.org>,
         Ivo Emanuel Goncalves <justivo@gmail.com>
 .
 Hi Ron,
 .
 I am happy to have the RFCs that I authored or co-authored to be
 published with the additional license as stated below and permit those
 RFCs to be distributed under the same terms as libogg itself.
 .
 Cheers,
 Silvia.
 .
 > The author(s) agree to grant third parties the irrevocable
 > right to copy, use and distribute the work, with or without
 > modification, in any medium, without royalty, provided that,
 > unless separate permission is granted, redistributed modified
 > works do not contain misleading author, version, name of work,
 > or endorsement information.


Files: doc/rfc5334.txt
Copyright: 2008, Ivo Emanuel Goncalves
  2008, Silvia Pfeiffer <silviapfeiffer1@gmail.com>
  2008, Christopher Montgomery <monty@xiph.org>,
License: rfc5334-license

Files: debian/*
Copyright: 2012-2016, Ron Lee <ron@debian.org>
 2022, IOhannes m zmölnig <umlaeute@debian.org>
License: BSD-3-clause

Files: debian/tests/readogg.c
Copyright: 2012, Nathan Rajlich <nathan@tootallnate.net>
License: BSD-3-clause
Comment:
 File obtained from
 https://github.com/gypified/libogg/blob/e4f952549fdcdf79c65beea93b3a9f8a2028cf4d/test.c


License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 - Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 .
 - Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 .
 - Neither the name of the Xiph.Org Foundation nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: rfc5334-license
 12.  Copying Conditions
 .
  The authors agree to grant third parties the irrevocable right to
  copy, use and distribute the work, with or without modification, in
  any medium, without royalty, provided that, unless separate
  permission is granted, redistributed modified works do not contain
  misleading author, version, name of work, or endorsement information.



==========================================================================
Package: libopenjp2-7:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: OpenJPEG
Upstream-Contact: openjpeg@googlegroups.com
Source: http://openjpeg.org
Files-Excluded: thirdparty/astyle scripts

Files: src/lib/openjpip/*
Copyright: 2002-2011, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2011, Professor Benoit Macq
 2010-2011, Kaori Hagihara
License: BSD-2

Files: src/lib/openjpip/query_parser.h
 src/lib/openjpip/query_parser.c
 src/lib/openjpip/j2kheader_manager.h
 src/lib/openjpip/j2kheader_manager.c
 src/lib/openjpip/jpip_parser.h
 src/lib/openjpip/jpip_parser.c
 src/lib/openjpip/jp2k_encoder.h
 src/lib/openjpip/jp2k_encoder.c
 src/lib/openjpip/dec_clientmsg_handler.h
 src/lib/openjpip/msgqueue_manager.h
 src/lib/openjpip/msgqueue_manager.c
 .gitignore
Copyright: 2002-2011, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2011, Professor Benoit Macq
 2010-2011, Kaori Hagihara
 2011, Lucian Corlaciu, GSoC
License: BSD-2

Files: src/lib/openjp2/mqc_inl.h
Copyright: 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2005, Francois Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
 2006, Mónica Díez García, Image Processing Laboratory, University of Valladolid, Spain
License: BSD-2

Files: src/lib/openmj2/*
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
License: BSD-2

Files: src/lib/openmj2/jp2.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2010-2011, Kaori Hagihara
License: BSD-2

Files: src/lib/openmj2/jp2.h
 src/lib/openmj2/jpt.h
 src/lib/openmj2/jpt.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2002-2003, Yannick Verschueren
 2005, Herve Drolon, FreeImage Team
License: BSD-2

Files: src/lib/openmj2/opj_malloc.h
Copyright: 2005, Herve Drolon, FreeImage Team
 2007, Callum Lerwick <seg@haxxed.com>
License: BSD-2

Files: src/lib/openmj2/event.h
 src/lib/openmj2/event.c
 src/lib/openmj2/image.h
 src/lib/openmj2/image.c
 src/lib/openmj2/opj_includes.h
 src/lib/openmj2/j2k_lib.h
 src/lib/openmj2/j2k_lib.c
 src/lib/openmj2/openjpeg.c
Copyright: 2005, Herve Drolon, FreeImage Team
License: BSD-2

Files: src/lib/openmj2/j2k.h
 src/lib/openmj2/pi.c
 src/lib/openmj2/tcd.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2006-2007, Parvatha Elangovan
License: BSD-2

Files: src/lib/openmj2/mj2.c
 src/lib/openmj2/mj2_convert.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2003-2007, Francois-Olivier Devaux
License: BSD-2

Files: src/lib/openmj2/openjpeg.h
 src/lib/openmj2/j2k.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2006-2007, Parvatha Elangovan
 2010-2011, Kaori Hagihara
License: BSD-2

Files: src/lib/openmj2/raw.h
 src/lib/openmj2/raw.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
License: BSD-2

Files: src/lib/openmj2/t1.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2007, Callum Lerwick <seg@haxxed.com>
License: BSD-2

Files: src/lib/openmj2/mj2.h
Copyright: 2003-2004, Francois-Olivier Devaux
 2003-2004, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
License: BSD-2

Files: src/lib/openmj2/dwt.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2007, Jonathan Ballard <dzonatas@dzonux.net>
 2007, Callum Lerwick <seg@haxxed.com>
License: BSD-2

Files: src/lib/openmj2/mj2_convert.h
Copyright: 2003-2004, Francois-Olivier Devaux
 2002-2004, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
License: BSD-2

Files: src/lib/openjp2/jp2.h
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2002-2003, Yannick Verschueren
 2005, Herve Drolon, FreeImage Team
 2008;2011-2012, Centre National d'Etudes Spatiales (CNES), France
 2012, CS Systemes d'Information, France
License: BSD-2

Files:
 AUTHORS.md
 CHANGELOG.md
 CMakeLists.txt
 CTestConfig.cmake
 INSTALL.md
 NEWS.md
 README.md
 THANKS.md
 appveyor.yml
 cmake/FindJPYLYZER.cmake
 cmake/CTestCustom.cmake.in
 cmake/EnsureFileInclude.cmake
 cmake/FindFCGI.cmake
 cmake/FindLCMS.cmake
 cmake/FindLCMS2.cmake
 cmake/JPIPTestDriver.cmake
 cmake/OpenJPEGCPack.cmake
 cmake/OpenJPEGConfig.cmake.in
 cmake/TestFileOffsetBits.c
 cmake/TestLargeFiles.c.cmake.in
 cmake/TestLargeFiles.cmake
 cmake/TestWindowsFSeek.c
 cmake/openjpeg_valgrind.supp
 doc/CMakeLists.txt
 doc/Doxyfile.dox.cmake.in
 doc/jpip_architect.png
 doc/jpip_protocol.png
 doc/man/man1/opj_compress.1
 doc/man/man1/opj_decompress.1
 doc/man/man1/opj_dump.1
 doc/man/man3/libopenjp2.3
 src/CMakeLists.txt
 src/bin/CMakeLists.txt
 src/bin/common/CMakeLists.txt
 src/bin/common/opj_apps_config.h.cmake.in
 src/bin/common/opj_getopt.h
 src/bin/jp2/CMakeLists.txt
 src/bin/jpwl/CMakeLists.txt
 src/bin/mj2/CMakeLists.txt
 src/bin/mj2/meta_out.h
 src/bin/mj2/mj2_to_metadata.h
 src/bin/mj2/mj2_to_metadata.sln
 src/bin/mj2/mj2_to_metadata.vcproj
 src/bin/mj2/mj2_to_metadata_Notes.doc
 src/bin/mj2/readme.txt
 src/bin/wx/CMakeLists.txt
 src/bin/wx/OPJViewer/CMakeLists.txt
 src/bin/wx/OPJViewer/OPJViewer.iss
 src/bin/wx/OPJViewer/Readme.txt
 src/bin/wx/OPJViewer/about/about.htm
 src/bin/wx/OPJViewer/about/opj_logo.png
 src/bin/wx/OPJViewer/source/OPJChild.ico
 src/bin/wx/OPJViewer/source/OPJChild16.xpm
 src/bin/wx/OPJViewer/source/OPJViewer.ico
 src/bin/wx/OPJViewer/source/OPJViewer.rc
 src/bin/wx/OPJViewer/source/OPJViewer16.xpm
 src/bin/wx/OPJViewer/source/about_htm.h
 src/bin/wx/OPJViewer/source/build.h
 src/bin/wx/OPJViewer/source/icon1.xpm
 src/bin/wx/OPJViewer/source/icon2.xpm
 src/bin/wx/OPJViewer/source/icon3.xpm
 src/bin/wx/OPJViewer/source/icon4.xpm
 src/bin/wx/OPJViewer/source/icon5.xpm
 src/bin/wx/OPJViewer/source/opj_logo.xpm
 src/bin/wx/OPJViewer/source/readmeafter.txt
 src/bin/wx/OPJViewer/source/readmebefore.txt
 src/lib/CMakeLists.txt
 src/lib/openjp2/CMakeLists.txt
 src/lib/openjp2/libopenjp2.pc.cmake.in
 src/lib/openjp2/opj_codec.h
 src/lib/openjp2/opj_config.h.cmake.in
 src/lib/openjp2/opj_config_private.h.cmake.in
 src/lib/openjp2/t1_luts.h
 tests/CMakeLists.txt
 tests/include_openjpeg.c
 tests/conformance/CMakeLists.txt
 tests/nonregression/CMakeLists.txt
 tests/nonregression/checkmd5refs.cmake
 tests/nonregression/md5refs.txt
 tests/nonregression/test_suite.ctest.in
 thirdparty/libz/CMakeLists.txt
 tests/pdf2jp2.c
 tests/ppm2rgb3.c
 tests/unit/CMakeLists.txt
 tests/unit/testempty0.c
 thirdparty/CMakeLists.txt
 thirdparty/README.txt
 wrapping/CMakeLists.txt
 wrapping/java/CMakeLists.txt
 wrapping/java/openjp2/CMakeLists.txt
 wrapping/java/openjp2/org_openJpeg_OpenJPEGJavaDecoder.h
 wrapping/java/openjp2/org_openJpeg_OpenJPEGJavaEncoder.h
 .travis.yml
 tools/abi-tracker/compat_report/2.1_to_current/compat_report.html
 tools/abi-tracker/openjpeg.json
 tools/ctest_scripts/travis-ci.cmake
 tools/travis-ci/abi-check.sh
 tools/travis-ci/detect-avx2.c
 tools/travis-ci/install.sh
 tools/travis-ci/knownfailures-Ubuntu12.04-clang3.4-x86_64-Debug-3rdP-ASan.txt
 tools/travis-ci/knownfailures-Ubuntu12.04-clang3.9.0-x86_64-Debug-3rdP.txt
 tools/travis-ci/knownfailures-Ubuntu12.04-clang3.9.0-x86_64-Release-3rdP.txt
 tools/travis-ci/knownfailures-Ubuntu12.04-gcc4.6.3-i386-Release-3rdP.txt
 tools/travis-ci/knownfailures-Ubuntu12.04-gcc4.6.4-i386-Release-3rdP.txt
 tools/travis-ci/knownfailures-Ubuntu14.04-clang3.8.0-x86_64-Release-3rdP.txt
 tools/travis-ci/knownfailures-Ubuntu14.04-gcc4.8.4-i386-Release-3rdP.txt
 tools/travis-ci/knownfailures-all.txt
 tools/travis-ci/knownfailures-windows-vs2010-x86-Release-3rdP.txt
 tools/travis-ci/knownfailures-windows-vs2015-x64-Release-3rdP.txt
 tools/travis-ci/knownfailures-windows-vs2015-x86-Release-3rdP.txt
 tools/travis-ci/knownfailures-Ubuntu12.04-gcc4.6.3-x86_64-Release-3rdP.txt
 tools/travis-ci/run.sh
 tools/travis-ci/travis_rsa.enc
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2002-2003, Yannick Verschueren
License: BSD-2

Files: src/lib/openjp2/opj_stdint.h
 src/lib/openjp2/opj_inttypes.h
Copyright: 2012, Mathieu Malaterre <mathieu.malaterre@gmail.com>
License: BSD-2

Files: src/lib/openjp2/opj_malloc.h
Copyright: 2005, Herve Drolon, FreeImage Team
 2007, Callum Lerwick <seg@haxxed.com>
License: BSD-2

Files: src/lib/openjp2/j2k.h
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2006-2007, Parvatha Elangovan
 2008, Jerome Fimes, Communications & Systemes <jerome.fimes@c-s.fr>
 2011-2012, Centre National d'Etudes Spatiales (CNES), France
 2012, CS Systemes d'Information, France
License: BSD-2

Files: src/bin/common/opj_string.h
Copyright: Copyright (c) 2015, Matthieu Darbois
License: BSD-2

Files: src/lib/openjp2/opj_malloc.c
Copyright: Copyright (c) 2015, Mathieu Malaterre <mathieu.malaterre@gmail.com>
 Copyright (c) 2015, Matthieu Darbois
License: BSD-2

Files: src/lib/openjp2/mqc.h
 src/lib/openjp2/mqc.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2008, Jerome Fimes, Communications & Systemes <jerome.fimes@c-s.fr>
License: BSD-2

Files: src/lib/openjp2/tgt.h
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2008, Jerome Fimes, Communications & Systemes <jerome.fimes@c-s.fr>
 2011-2012, Centre National d'Etudes Spatiales (CNES), France
 2012, CS Systemes d'Information, France
License: BSD-2

Files: src/lib/openjp2/pi.c
 src/bin/jp2/convertbmp.c
 src/bin/jp2/convertpng.c
 src/bin/jp2/converttif.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2006-2007, Parvatha Elangovan
License: BSD-2

Files: src/lib/openjp2/t1_generate_luts.c
 src/lib/openjp2/t1.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2007, Callum Lerwick <seg@haxxed.com>
License: BSD-2

Files: src/lib/openjp2/invert.h
 src/lib/openjp2/invert.c
 src/lib/openjp2/function_list.h
 src/lib/openjp2/function_list.c
Copyright: 2008, Jerome Fimes, Communications & Systemes <jerome.fimes@c-s.fr>
License: BSD-2

Files: src/lib/openjp2/raw.c
 src/lib/openjp2/raw.h
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
License: BSD-2

Files: src/lib/openjp2/bio.c
 src/lib/openjp2/bio.h
 src/lib/openjp2/dwt.h
 src/lib/openjp2/opj_intmath.h
 src/lib/openjp2/pi.h
 src/lib/openjp2/t1.h
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
License: BSD-2

Files: src/lib/openjp2/tcd.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2006-2007, Parvatha Elangovan
 2008;2011-2012, Centre National d'Etudes Spatiales (CNES), France
 2012, CS Systemes d'Information, France
License: BSD-2

Files: src/lib/openjp2/dwt.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2007, Jonathan Ballard <dzonatas@dzonux.net>
 2007, Callum Lerwick <seg@haxxed.com>
License: BSD-2

Files: src/lib/openjp2/j2k.c
 src/lib/openjp2/openjpeg.h
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2006-2007, Parvatha Elangovan
 2008, Jerome Fimes, Communications & Systemes <jerome.fimes@c-s.fr>
 2010-2011, Kaori Hagihara
 2011-2012, Centre National d'Etudes Spatiales (CNES), France
 2012, CS Systemes d'Information, France
License: BSD-2

Files: src/lib/openjp2/t2.h
 src/lib/openjp2/t2.c
 src/lib/openjp2/tcd.h
 src/lib/openjp2/mct.h
 src/lib/openjp2/mct.c
 src/lib/openjp2/tgt.c
 src/lib/openjp2/jp2.c
 src/lib/openjp2/cio.h
 src/lib/openjp2/cio.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2008;2011-2012, Centre National d'Etudes Spatiales (CNES), France
 2012, CS Systemes d'Information, France
License: BSD-2

Files: src/lib/openjp2/image.h
 src/lib/openjp2/image.c
 src/lib/openjp2/opj_clock.c
 src/lib/openjp2/opj_clock.h
Copyright: 2005, Herve Drolon, FreeImage Team
License: BSD-2

Files: src/lib/openjp2/thix_manager.c
 src/lib/openjp2/phix_manager.c
 src/lib/openjp2/ppix_manager.c
 src/lib/openjp2/cidx_manager.h
 src/lib/openjp2/cidx_manager.c
 src/lib/openjp2/tpix_manager.c
 src/lib/openjp2/indexbox_manager.h
Copyright: 2002-2011, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2011, Professor Benoit Macq
 2003-2004, Yannick Verschueren
 2010-2011, Kaori Hagihara
License: BSD-2

Files: src/lib/openjp2/openjpeg.c
 src/lib/openjp2/opj_includes.h
 src/lib/openjp2/event.h
 src/lib/openjp2/event.c
Copyright: 2005, Herve Drolon, FreeImage Team
 2008;2011-2012, Centre National d'Etudes Spatiales (CNES), France
 2012, CS Systemes d'Information, France
License: BSD-2

Files: src/lib/openjpwl/*
Copyright: 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2005, Francois Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
 2005-2006, Dept. of Electronic and Information Engineering, Universita' degli Studi di Perugia, Italy
License: BSD-2

Files: src/bin/wx/OPJViewer/source/license.txt
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2007, Digital Signal Processing Laboratory, Università degli studi di Perugia (UPG), Italy
License: BSD-2

Files: src/bin/wx/OPJViewer/source/OPJViewer.cpp
 src/bin/wx/OPJViewer/source/OPJViewer.h
 src/bin/wx/OPJViewer/source/wxjp2parser.cpp
 src/bin/wx/OPJViewer/source/OPJDialogs.cpp
 src/bin/wx/OPJViewer/source/imagjpeg2000.h
 src/bin/wx/OPJViewer/source/imagjpeg2000.cpp
 src/bin/wx/OPJViewer/source/wxj2kparser.cpp
 src/bin/wx/OPJViewer/source/OPJThreads.cpp
 src/bin/wx/OPJViewer/source/OPJAbout.cpp
 src/bin/wx/OPJViewer/source/imagmxf.h
 src/bin/wx/OPJViewer/source/imagmxf.cpp
Copyright: 2007, Digital Signal Processing Laboratory, Universita' degli studi di Perugia (UPG), Italy
License: BSD-2

Files: src/bin/jp2/index.c
 src/bin/jp2/index.h
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2003-2007, Francois-Olivier Devaux
License: BSD-2

Files: src/bin/jp2/windirent.h
Copyright: 1998-2002 Toni Ronkko
License: MIT

Files: src/bin/jp2/opj_decompress.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2006-2007, Parvatha Elangovan
 2008;2011-2012, Centre National d'Etudes Spatiales (CNES), France
 2012, CS Systemes d'Information, France
License: BSD-2

Files: src/bin/jp2/opj_compress.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2006-2007, Parvatha Elangovan
 2008, Jerome Fimes, Communications & Systemes <jerome.fimes@c-s.fr>
 2011-2012, Centre National d'Etudes Spatiales (CNES), France
 2012, CS Systemes d'Information, France
License: BSD-2

Files: src/bin/jp2/convert.h
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
License: BSD-2

Files: src/bin/jp2/convert.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2006-2007, Parvatha Elangovan
License: BSD-2

Files: src/bin/jp2/opj_dump.c
Copyright: 2010, Mathieu Malaterre, GDCM
 2011-2012, Centre National d'Etudes Spatiales (CNES), France
 2012, CS Systemes d'Information, France
License: BSD-2

Files: src/bin/common/opj_getopt.c
Copyright: 1987, 1993, 1994, The Regents of the University of California
License: BSD-3
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. All advertising materials mentioning features or use of this software
    must display the following acknowledgement:
    This product includes software developed by the University of
    California, Berkeley and its contributors.
 .
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

Files: src/bin/common/color.c
 src/bin/common/color.h
 src/bin/common/format_defs.h
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
License: BSD-2

Files: src/bin/mj2/opj_mj2_decompress.c
 src/bin/mj2/opj_mj2_compress.c
Copyright: 2003-2004, Francois-Olivier Devaux
 2002-2004, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
License: BSD-2

Files: src/bin/mj2/opj_mj2_wrap.c
 src/bin/mj2/opj_mj2_extract.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2003-2007, Francois-Olivier Devaux
License: BSD-2

Files: src/bin/mj2/mj2_to_metadata.c
 src/bin/mj2/meta_out.c
 src/bin/mj2/mj2_to_metadata.dtd
Copyright: None
License: public-domain
 The base code in this file was developed by the author as part of a video archiving
 project for the U.S. National Library of Medicine, Bethesda, MD.
 It is the policy of NLM (and U.S. government) to not assert copyright.
 .
 A non-exclusive copy of this code has been contributed to the Open JPEG project.
 Except for copyright, inclusion of the code within Open JPEG for distribution and use
 can be bound by the Open JPEG open-source license and disclaimer, expressed elsewhere.

Files: src/bin/jpip/*
Copyright: 2002-2011, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2011, Professor Benoit Macq
 2010-2011, Kaori Hagihara
License: BSD-2

Files: src/bin/jpip/opj_server.c
Copyright: 2002-2011, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2011, Professor Benoit Macq
 2010-2011, Kaori Hagihara
 2011, Lucian Corlaciu, GSoC
License: BSD-2

Files: src/bin/jpwl/index.c
 src/bin/jpwl/index.h
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2003-2007, Francois-Olivier Devaux
License: BSD-2

Files: src/bin/jpwl/windirent.h
Copyright: 1998-2002 Toni Ronkko
License: MIT

Files: src/bin/jpwl/opj_jpwl_decompress.c
 src/bin/jpwl/opj_jpwl_compress.c
 src/bin/jpwl/convert.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2006-2007, Parvatha Elangovan
License: BSD-2

Files: src/bin/jpwl/convert.h
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
License: BSD-2

Files: tests/compare_dump_files.c
 tests/compare_images.c
 tests/compare_raw_files.c
Copyright: 2011-2012, Centre National d'Etudes Spatiales (CNES), France
License: BSD-2

Files: tests/j2k_random_tile_access.c
Copyright: 2011-2012, Centre National d'Etudes Spatiales (CNES), France
 2012, CS Systemes d'Information, France
License: BSD-2

Files: tests/unit/testempty2.c
 tests/unit/testempty1.c
Copyright: 2012, Mathieu Malaterre
License: BSD-2

Files: tests/test_tile_decoder.c
 tests/test_tile_encoder.c
Copyright: 2008, Jerome Fimes, Communications & Systemes <jerome.fimes@c-s.fr>
License: BSD-2

Files: wrapping/java/openjp2/index.c
 wrapping/java/openjp2/index.h
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2003-2007, Francois-Olivier Devaux
License: BSD-2

Files: wrapping/java/openjp2/JavaOpenJPEG.c
 wrapping/java/openjp2/JavaOpenJPEGDecoder.c
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2001-2003, David Janssens
 2002-2003, Yannick Verschueren
 2003-2007, Francois-Olivier Devaux and Antonin Descampe
 2005, Herve Drolon, FreeImage Team
 2006-2007, Parvatha Elangovan
 2007, Patrick Piscaglia (Telemis)
License: BSD-2

Files: wrapping/java/openjp2/java-sources/org/openJpeg/OpenJPEGJavaDecoder.java
 wrapping/java/openjp2/java-sources/org/openJpeg/OpenJPEGJavaEncoder.java
Copyright: 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2007, Professor Benoit Macq
 2002-2007, Patrick Piscaglia, Telemis s.a.
License: BSD-2

Files: thirdparty/libpng/*
Copyright: 1998-2010 Glenn Randers-Pehrson
 1996, 1997 Andreas Dilger)
 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
License: LIBPNG
 If you modify libpng you may insert additional notices immediately following
 this sentence.
 .
 This code is released under the libpng license.
 .
 libpng versions 1.2.6, August 15, 2004, through 1.4.4, September 23, 2010, are
 Copyright (c) 2004, 2006-2010 Glenn Randers-Pehrson, and are
 distributed according to the same disclaimer and license as libpng-1.2.5
 with the following individual added to the list of Contributing Authors:
 .
    Cosmin Truta
 .
 libpng versions 1.0.7, July 1, 2000, through 1.2.5, October 3, 2002, are
 Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
 distributed according to the same disclaimer and license as libpng-1.0.6
 with the following individuals added to the list of Contributing Authors:
 .
    Simon-Pierre Cadieux
    Eric S. Raymond
    Gilles Vollant
 .
 and with the following additions to the disclaimer:
 .
    There is no warranty against interference with your enjoyment of the
    library or against infringement.  There is no warranty that our
    efforts or the library will fulfill any of your particular purposes
    or needs.  This library is provided with all faults, and the entire
    risk of satisfactory quality, performance, accuracy, and effort is with
    the user.
 .
 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
 Copyright (c) 1998, 1999, 2000 Glenn Randers-Pehrson, and are
 distributed according to the same disclaimer and license as libpng-0.96,
 with the following individuals added to the list of Contributing Authors:
 .
    Tom Lane
    Glenn Randers-Pehrson
    Willem van Schaik
 .
 libpng versions 0.89, June 1996, through 0.96, May 1997, are
 Copyright (c) 1996, 1997 Andreas Dilger
 Distributed according to the same disclaimer and license as libpng-0.88,
 with the following individuals added to the list of Contributing Authors:
 .
    John Bowler
    Kevin Bracey
    Sam Bushell
    Magnus Holmgren
    Greg Roelofs
    Tom Tanner
 .
 libpng versions 0.5, May 1995, through 0.88, January 1996, are
 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
 .
 For the purposes of this copyright and license, "Contributing Authors"
 is defined as the following set of individuals:
 .
    Andreas Dilger
    Dave Martindale
    Guy Eric Schalnat
    Paul Schmidt
    Tim Wegner
 .
 The PNG Reference Library is supplied "AS IS".  The Contributing Authors
 and Group 42, Inc. disclaim all warranties, expressed or implied,
 including, without limitation, the warranties of merchantability and of
 fitness for any purpose.  The Contributing Authors and Group 42, Inc.
 assume no liability for direct, indirect, incidental, special, exemplary,
 or consequential damages, which may result from the use of the PNG
 Reference Library, even if advised of the possibility of such damage.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 source code, or portions hereof, for any purpose, without fee, subject
 to the following restrictions:
 .
 1. The origin of this source code must not be misrepresented.
 .
 2. Altered versions must be plainly marked as such and
 must not be misrepresented as being the original source.
 .
 3. This Copyright notice may not be removed or altered from
    any source or altered source distribution.
 .
 The Contributing Authors and Group 42, Inc. specifically permit, without
 fee, and encourage the use of this source code as a component to
 supporting the PNG file format in commercial products.  If you use this
 source code in a product, acknowledgment is not required but would be
 appreciated.

Files: thirdparty/liblcms2/*
Copyright: 1998-2010 Marti Maria Saguer
License: MIT

Files: thirdparty/include/zconf.h
 thirdparty/libz/zutil.h
 thirdparty/libz/trees.c
 thirdparty/libz/trees.h
 thirdparty/libz/inffixed.h
 thirdparty/libz/crc32.h
 thirdparty/libz/deflate.h
Copyright: 1995-2010 Jean-loup Gailly.
License: ZLIB

Files: thirdparty/include/zlib.h
 thirdparty/libz/deflate.c
 thirdparty/libz/zlib.h
Copyright: 1995-2010 Jean-loup Gailly and Mark Adler
License: ZLIB

Files: thirdparty/libz/infback.c
 thirdparty/libz/inflate.h
Copyright: 1995-2009 Mark Adler
License: ZLIB

Files: thirdparty/libz/gzwrite.c
 thirdparty/libz/gzread.c
 thirdparty/libz/gzguts.h
Copyright: 2004, 2005, 2010 Mark Adler
License: ZLIB

Files: thirdparty/libz/inflate.c
 thirdparty/libz/inftrees.c
Copyright: 1995-2010 Mark Adler
License: ZLIB

Files: thirdparty/libz/inftrees.h
Copyright: 1995-2005, 2010 Mark Adler
License: ZLIB

Files: thirdparty/libz/gzclose.c
 thirdparty/libz/gzlib.c
Copyright: 2004, 2010 Mark Adler
License: ZLIB

Files: thirdparty/libz/compress.c
Copyright: 1995-2005 Jean-loup Gailly.
License: ZLIB

Files: thirdparty/libz/adler32.c
Copyright: 1995-2007 Mark Adler
License: ZLIB

Files: thirdparty/libz/uncompr.c
Copyright: 1995-2003, 2010 Jean-loup Gailly.
License: ZLIB

Files: thirdparty/libz/inffast.h
Copyright: 1995-2003, 2010 Mark Adler
License: ZLIB

Files: thirdparty/libz/zutil.c
Copyright: 1995-2005, 2010 Jean-loup Gailly.
License: ZLIB

Files: thirdparty/libz/crc32.c
Copyright: 1995-2006, 2010 Mark Adler
License: ZLIB

Files: thirdparty/libz/inffast.c
Copyright: 1995-2008, 2010 Mark Adler
License: ZLIB

Files: thirdparty/libtiff/*
Copyright: 1988-1997 Sam Leffler
 1991-1997 Silicon Graphics, Inc.
License: LIBTIFF

Files: thirdparty/libtiff/tif_lzma.c
Copyright: 2010, Andrey Kiselev <dron@ak4719.spb.edu>
License: LIBTIFF

Files: thirdparty/libtiff/tif_pixarlog.c
Copyright: 1996-1997 Sam Leffler
 1996 Pixar
License: LIBTIFF-PIXAR
 Permission to use, copy, modify, distribute, and sell this software and
 its documentation for any purpose is hereby granted without fee, provided
 that (i) the above copyright notices and this permission notice appear in
 all copies of the software and related documentation, and (ii) the names of
 Pixar, Sam Leffler and Silicon Graphics may not be used in any advertising or
 publicity relating to the software without the specific, prior written
 permission of Pixar, Sam Leffler and Silicon Graphics.
 .
 THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
 EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
 WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
 .
 IN NO EVENT SHALL PIXAR, SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
 ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
 WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
 LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
 OF THIS SOFTWARE.

Files: thirdparty/libtiff/tif_strip.c
 thirdparty/libtiff/tif_aux.c
 thirdparty/libtiff/tif_tile.c
 thirdparty/libtiff/tif_getimage.c
Copyright: 1991-1997 Sam Leffler
 1991-1997 Silicon Graphics, Inc.
License: LIBTIFF

Files: thirdparty/libtiff/tif_ojpeg.c
Copyright: Joris Van Damme <info@awaresystems.be>
 AWare Systems <http://www.awaresystems.be/>
License: LIBTIFF
Comment: In addition :-
 IN NO EVENT SHALL JORIS VAN DAMME OR AWARE SYSTEMS BE LIABLE FOR
 ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
 WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
 LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
 OF THIS SOFTWARE.

Files: thirdparty/libtiff/tif_zip.c
Copyright: 1995-1997 Sam Leffler
 1995-1997 Silicon Graphics, Inc.
License: LIBTIFF

Files: thirdparty/libtiff/tif_fax3.h
Copyright: 1990-1997 Sam Leffler
 1991-1997 Silicon Graphics, Inc.
License: LIBTIFF

Files: thirdparty/libtiff/tif_luv.c
Copyright: 1997 Greg Ward Larson
 1997 Silicon Graphics, Inc.
License: LIBTIFF-GLARSON
 Permission to use, copy, modify, distribute, and sell this software and
 its documentation for any purpose is hereby granted without fee, provided
 that (i) the above copyright notices and this permission notice appear in
 all copies of the software and related documentation, and (ii) the names of
 Sam Leffler, Greg Larson and Silicon Graphics may not be used in any
 advertising or publicity relating to the software without the specific,
 prior written permission of Sam Leffler, Greg Larson and Silicon Graphics.
 .
 THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
 EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
 WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
 .
 IN NO EVENT SHALL SAM LEFFLER, GREG LARSON OR SILICON GRAPHICS BE LIABLE
 FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
 WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
 LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
 OF THIS SOFTWARE.

Files: thirdparty/libtiff/tif_version.c
Copyright: 1992-1997 Sam Leffler
 1992-1997 Silicon Graphics, Inc.
License: LIBTIFF

Files: thirdparty/libtiff/tif_stream.cxx
Copyright: 1988-1996 Sam Leffler
 1991-1996 Silicon Graphics, Inc.
License: LIBTIFF

Files: doc/openjpip.dox.in
Copyright: 2002-2011, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2002-2011, Professor Benoit Macq
 2010-2011, Kaori Hagihara
License: BSD-2

Files: doc/mainpage.dox.in
Copyright: 2002-2011, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
 2011, Mickael Savinaud, Communications & Systemes <mickael.savinaud@c-s.fr>
License: BSD-2

Files: cmake/FindCPPCHECK.cmake
Copyright: 2011 Mathieu Malaterre <mathieu.malaterre@gmail.com>
License: BSD-2

Files: tools/ctest_scripts/toolchain-mingw64.cmake
 tools/ctest_scripts/toolchain-mingw32.cmake
Copyright: 2006-2014 Mathieu Malaterre <mathieu.malaterre@voxxl.com>
License: BSD-2

Files: cmake/FindKAKADU.cmake
Copyright: 2006-2011 Mathieu Malaterre <mathieu.malaterre@gmail.com>
License: BSD-2

Files: tests/profiling/filter_massif_output.py
 tests/performance/compare_perfs.py
 tests/performance/perf_test.py
 tests/performance/perf_test_filelist.csv
 tests/fuzzers/opj_decompress_fuzzer.cpp
 tests/fuzzers/fuzzingengine.c
 tests/fuzzers/build_seed_corpus.sh
 tests/fuzzers/build_google_oss_fuzzers.sh
 tests/fuzzers/README.TXT
 tests/fuzzers/GNUmakefile
 src/lib/openjp2/opj_common.h
 src/lib/openjp2/bench_dwt.c
 src/lib/openjp2/sparse_array.c
 src/lib/openjp2/sparse_array.h
 src/lib/openjp2/test_sparse_array.c
 tests/test_decode_area.c
Copyright: Copyright (c) 2017, IntoPIX SA
License: BSD-2

Files: src/lib/openjp2/tls_keys.h
 src/lib/openjp2/thread.h
 src/lib/openjp2/thread.c
Copyright: Copyright (c) 2016, Even Rouault
License: BSD-2

Files: debian/*
Copyright: © 2014-2017, Mathieu Malaterre <malat@debian.org>
License: BSD-2

License: BSD-2
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 ``Software''), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL TONI RONKKO BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.

License: ZLIB
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.

License: LIBTIFF
 Copyright (c) 1988-1996 Sam Leffler
 Copyright (c) 1991-1996 Silicon Graphics, Inc.
 .
 Permission to use, copy, modify, distribute, and sell this software and
 its documentation for any purpose is hereby granted without fee, provided
 that (i) the above copyright notices and this permission notice appear in
 all copies of the software and related documentation, and (ii) the names of
 Sam Leffler and Silicon Graphics may not be used in any advertising or
 publicity relating to the software without the specific, prior written
 permission of Sam Leffler and Silicon Graphics.
 .
 THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
 EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
 WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
 .
 IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
 ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
 WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
 LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
 OF THIS SOFTWARE.



==========================================================================
Package: libopenmpt0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libopenmpt
Source: https://lib.openmpt.org/libopenmpt/

Files: *
Copyright:
 1997-2003, Olivier Lapicque
 2004-2023, OpenMPT contributors
License: BSD-3-clause

Files:
 build-aux/ar-lib
 build-aux/compile
 build-aux/depcomp
 build-aux/missing
 build-aux/test-driver
Copyright: 1996-2013, Free Software Foundation, Inc
License: GPL-2+ with Autoconf exception

Files: build-aux/config.*
Copyright: 1992-2016, Free Software Foundation, Inc
License: GPL-3+ with AutoConf exception

Files: build-aux/install-sh
Copyright: 1994, X Consortium
License: X11

Files:
 build-aux/ltmain.sh
 m4/libtool.m4
Copyright: 1996-2011, Free Software Foundation, Inc
License: GPL-2+ with LibTool exception

Files: debian/*
Copyright: 2016-2018, James Cowgill <jcowgill@debian.org>
License: BSD-3-clause

Files:
 m4/ax_append_flag.m4
 m4/ax_cflags_warn_all.m4
 m4/ax_check_compile_flag.m4
Copyright:
 2008, Guido U. Draheim <guidod@gmx.de>
 2011, Maarten Bosmans <mkbosmans@gmail.com>
License: GPL-3+ with Autoconf Macros exception

Files:
 m4/ax_cxx_compile_stdcxx.m4
 m4/ax_prog_doxygen.m4
 m4/ax_require_defined.m4
Copyright:
 2008, Benjamin Kosnik <bkoz@redhat.com>
 2009, Oren Ben-Kiki <oren@ben-kiki.org>
 2012, Zack Weinberg <zackw@panix.com>
 2013, Roy Stogner <roystgnr@ices.utexas.edu>
 2014, Alexey Sokolov <sokolov@google.com>
 2014, Mike Frysinger <vapier@gentoo.org>
 2015, Moritz Klammler <moritz@klammler.eu>
 2015, Olaf Mandel <olaf@mandel.name>
 2015, Paul Norman <penorman@mac.com>
 2016-2018, Krzesimir Nowak <qdlacz@gmail.com>
License: GNU-All-Permissive-License

Files:
 m4/ltoptions.m4
 m4/ltsugar.m4
 m4/ltversion.m4
 m4/lt~obsolete.m4
Copyright: 2004-2009, Free Software Foundation, Inc
License: GNU-All-Permissive-License-FSF

Files: src/mpt/*
Copyright:
 1997-2003, Olivier Lapicque
 2004-2023, OpenMPT contributors
License: BSD-3-clause or BSL-1.0

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
     * Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.
     * Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.
     * Neither the name of the OpenMPT project nor the
       names of its contributors may be used to endorse or promote products
       derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND ANY
 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSL-1.0
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare derivative works of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: GNU-All-Permissive-License
 Copying and distribution of this file, with or without modification, are
 permitted in any medium without royalty provided the copyright notice
 and this notice are preserved. This file is offered as-is, without any
 warranty.

License: GNU-All-Permissive-License-FSF
 This file is free software; the Free Software Foundation gives
 unlimited permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.

License: GPL-2+ with Autoconf exception
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 USA.
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that program.
 .
 On Debian GNU/Linux systems, the complete text of the GNU General Public
 License can be found in /usr/share/common-licenses/GPL-2.

License: GPL-2+ with LibTool exception
 GNU Libtool is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License as
 published by the Free Software Foundation; either version 2 of
 the License, or (at your option) any later version.
 .
 As a special exception to the GNU General Public License,
 if you distribute this file as part of a program or library that
 is built using GNU Libtool, you may include this file under the
 same distribution terms that you use for the rest of that program.
 .
 GNU Libtool is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with GNU Libtool; see the file COPYING.  If not, a copy
 can be downloaded from http://www.gnu.org/licenses/gpl.html, or
 obtained by writing to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian GNU/Linux systems, the complete text of the GNU General Public
 License can be found in /usr/share/common-licenses/GPL-2.

License: GPL-3+ with AutoConf exception
 This file is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, see <http://www.gnu.org/licenses/>.
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that
 program.  This Exception is an additional permission under section 7
 of the GNU General Public License, version 3 ("GPLv3").
 .
 On Debian GNU/Linux systems, the complete text of the GNU General Public
 License can be found in /usr/share/common-licenses/GPL-3.

License: GPL-3+ with Autoconf Macros exception
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or (at
 your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
 USA.
 .
 As a special exception, the respective Autoconf Macro's copyright
 owner gives unlimited permission to copy, distribute and modify the
 configure scripts that are the output of Autoconf when processing the
 Macro. You need not follow the terms of the GNU General Public License
 when using or distributing such scripts, even though portions of the
 text of the Macro appear in them. The GNU General Public License (GPL)
 does govern all other use of the material that constitutes the
 Autoconf Macro.
 .
 This special exception to the GPL applies to versions of the Autoconf
 Macro released by the GNU Autoconf Macro Archive. When you make and
 distribute a modified version of the Autoconf Macro, you may extend
 this special exception to the GPL to apply to your modified version as
 well.
 .
 On Debian GNU/Linux systems, the complete text of the GNU General Public
 License can be found in /usr/share/common-licenses/GPL-3.

License: X11
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from the X Consor-
 tium.



==========================================================================
Package: libopus-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: opus
Upstream-Contact: opus@xiph.org
Source: https://www.opus-codec.org/
License: BSD-3-clause

Files: *
Copyright: 2001-2018, Xiph.Org
 2001-2018, Skype Limited
 2001-2018, Octasic
 2001-2018, Jean-Marc Valin
 2001-2018, Timothy B. Terriberry
 2001-2018, CSIRO
 2001-2018, Gregory Maxwell
 2001-2018, Mark Borgerding
 2001-2018, Erik de Castro Lopo
License: BSD-3-clause

Files: celt/arm/celt_fft_ne10.c
 celt/arm/celt_mdct_ne10.c
 celt/arm/celt_neon_intr.c
 celt/arm/fft_arm.h
 celt/arm/mdct_arm.h
 celt/celt_lpc.*
 celt/tests/test_unit_dft.c
 celt/tests/test_unit_mdct.c
 celt/tests/test_unit_rotation.c
 celt/tests/test_unit_types.c
 include/opus_multistream.h
 include/opus_types.h
 src/analysis.*
 src/opus_multistream*
 src/opus_private.h
 src/repacketizer*
 tests/*
Copyright: 1994-2015, Xiph.Org Foundation
License: BSD-2-clause

Files: celt/laplace.*
 celt/mdct.*
 celt/pitch.*
 celt/quant_bands.*
 celt/rate.*
 celt/vq.*
 celt/mips/mdct_mipsr1.h
 celt/mips/pitch_mipsr1.h
 celt/mips/vq_mipsr1.h
 celt/opus_custom_demo.c
 src/opus_demo.c
Copyright: 2007-2008, CSIRO
  2007-2009, Xiph.Org Foundation
License: BSD-2-clause


Files: celt/x86/celt_lpc_sse.h
 celt/x86/celt_lpc_sse4_1.c
 celt/x86/pitch_sse.c
 celt/x86/pitch_sse2.c
 celt/x86/pitch_sse4_1.c
 celt/x86/x86_celt_map.c
 celt/x86/x86cpu.c
 celt/x86/x86cpu.h
 silk/fixed/x86/burg_modified_FIX_sse4_1.c
 silk/fixed/x86/vector_ops_FIX_sse4_1.c
 silk/x86/NSQ_del_dec_sse4_1.c
 silk/x86/NSQ_sse4_1.c
 silk/x86/SigProc_FIX_sse.h
 silk/x86/VAD_sse4_1.c
 silk/x86/VQ_WMat_EC_sse4_1.c
 silk/x86/main_sse.h
 silk/x86/x86_silk_map.c
Copyright: 2014, Cisco Systems, INC
License: BSD-2-clause

Files: celt/bands.*
 celt/celt.*
 celt/celt_*coder.c
 celt/mips/celt_mipsr1.h
 celt/modes.*
 include/opus_custom.h
Copyright: 2007-2008, CSIRO
  2007-2010, Xiph.Org Foundation
  2008-2012, Gregory Maxwell
License: BSD-2-clause

Files: celt/arm/pitch_neon_intr.c
 silk/arm/LPC_inv_pred_gain_arm.h
 silk/arm/LPC_inv_pred_gain_neon_intr.c
 silk/arm/NSQ_del_dec_arm.h
 silk/arm/NSQ_del_dec_neon_intr.c
 silk/arm/biquad_alt_arm.h
 silk/arm/biquad_alt_neon_intr.c
 silk/fixed/arm/warped_autocorrelation_FIX_arm.h
Copyright: 2017, Google Inc.
License: BSD-3-clause

Files: celt/ecintrin.h
 celt/ent*
 celt/mfrngcod.h
Copyright: 2001-2011, Timothy B. Terriberry
  2008-2009, Xiph.Org Foundation
License: BSD-2-clause

Files: celt/arch.h
 celt/fixed_generic.h
 celt/mathops.*
 celt/mips/fixed_generic_mipsr1.h
 celt/x86/vq_sse2.c
Copyright: 2002-2016, Jean-Marc Valin
  2007-2008, CSIRO
  2007-2009, Xiph.Org Foundation
License: BSD-2-clause

Files: celt/arm/arm_celt_map.c
 celt/arm/armcpu.*
 celt/arm/pitch_arm.h
 celt/cpu_support.h
Copyright: 2010, Xiph.Org Foundation
  2013, Parrot
License: BSD-2-clause

Files: include/opus.h
 include/opus_defines.h
 src/opus.c
 src/opus_*coder.c
Copyright: 2010-2011, Xiph.Org Foundation, Skype Limited
License: BSD-2-clause

Files: include/opus_projection.h
 src/mapping_matrix.*
 src/opus_projection_*coder.c
 tests/test_opus_projection.c
Copyright: 2017, Google Inc.
License: BSD-2-clause

Files: celt/os_support.h
 celt/x86/vq_sse.h
 doc/trivial_example.c
 src/mlp.h
Copyright: 2007-2017, Jean-Marc Valin
License: BSD-2-clause

Files: silk/arm/NSQ_neon.*
 silk/arm/arm_silk_map.c
 silk/arm/macros_arm64.h
 celt/arm/fixed_arm64.h
Copyright: 2014-2015, Vidyo
License: BSD-3-clause

Files: celt/arm/kiss_fft_armv4.h
 celt/arm/kiss_fft_armv5e.h
 celt/mips/kiss_fft_mipsr1.h
Copyright: 2013, Xiph.Org Foundation and contributors.
License: BSD-2-clause

Files: celt/tests/test_unit_cwrs32.c
 celt/tests/test_unit_entropy.c
 celt/tests/test_unit_mathops.c
 celt/tests/test_unit_laplace.c
 src/opus_compare.c
Copyright: 2007-2012, Xiph.Org Foundation, Mozilla Corporation,
License: BSD-2-clause

Files: celt/cwrs.*
Copyright: 2007-2008, CSIRO
  2007-2009, Timothy B. Terriberry
  2007-2009, Xiph.Org Foundation
License: BSD-2-clause

Files: celt/fixed_debug.h
 celt/stack_alloc.h
Copyright: 2002-2008, Jean-Marc Valin
  2007-2012, Xiph.Org Foundation
License: BSD-2-clause

Files: celt/kiss_fft.c
 celt/kiss_fft.h
Copyright: 2003-2004, Mark Borgerding
  2005-2007, Xiph.Org Foundation
  2008, Xiph.Org Foundation, CSIRO
License: BSD-2-clause

Files: silk/fixed/arm/warped_autocorrelation_FIX_neon_intr.c
 silk/tests/test_unit_LPC_inv_pred_gain.c
Copyright: 2017, Google Inc., Jean-Marc Valin
License: BSD-3-clause

Files: silk/arm/SigProc_FIX_armv5e.h
 silk/arm/macros_armv5e.h
Copyright: 2006-2011, Skype Limited.
  2013, Parrot
License: BSD-3-clause

Files: celt/arm/fixed_armv5e.h
Copyright: 2003-2008, Jean-Marc Valin
  2007-2008, CSIRO
  2007-2009, Xiph.Org Foundation
  2013, Parrot
License: BSD-2-clause

Files: celt/arm/celt_pitch_xcorr_arm-gnu.S
Copyright: 2007-2008, CSIRO
  2007-2009, Xiph.Org Foundation
  2013, Parrot
License: BSD-2-clause

Files: celt/x86/pitch_sse.h
Copyright: 2013, Jean-Marc Valin and John Ridges
  2014, Cisco Systems, INC MingXiang WeiZhou MinPeng YanWang
License: BSD-2-clause

Files: celt/float_cast.h
Copyright: 2001, Erik de Castro Lopo <erikd AT mega-nerd DOT com>
License: BSD-2-clause

Files: celt/_kiss_fft_guts.h
Copyright: 2003-2004, Mark Borgerding
License: BSD-2-clause

Files: tests/opus_encode_regressions.c
Copyright: 2016, Mark Harris, Jean-Marc Valin
License: BSD-2-clause

Files: src/mlp.c
Copyright: 2008-2011, Octasic Inc.
License: BSD-2-clause

Files: celt/entcode.c
Copyright: 2001-2011, Timothy B. Terriberry
License: BSD-2-clause

Files: celt/arm/fixed_armv4.h
Copyright: 2013, Xiph.Org Foundation and contributors
License: BSD-2-clause

Files: celt/arm/arm2gnu.pl
Copyright: 2002-2013, Xiph.org Foundation
License: BSD-2-clause

Files: silk/LPC_fit.c
Copyright: 2013, Koen Vos.
License: BSD-3-clause

Files: silk/arm/SigProc_FIX_armv4.h
Copyright: 2013, Parrot
  2013, Xiph.Org Foundation and contributors
License: BSD-3-clause

Files: silk/NSQ.h
Copyright: 2006-2011, Skype Limited.
  2014, Vidyo.
License: BSD-3-clause

Files: debian/*
Copyright: 2008-2018, Ron <ron@debian.org>
 2022, IOhannes m zmölnig <umlaeute@debian.org>
License: BSD-3-clause


License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 - Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 .
 - Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 .
 - Neither the name of Internet Society, IETF or IETF Trust, nor the
 names of specific contributors, may be used to endorse or promote
 products derived from this software without specific prior written
 permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 - Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 .
 - Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: libopus0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: opus
Upstream-Contact: opus@xiph.org
Source: https://www.opus-codec.org/
License: BSD-3-clause

Files: *
Copyright: 2001-2018, Xiph.Org
 2001-2018, Skype Limited
 2001-2018, Octasic
 2001-2018, Jean-Marc Valin
 2001-2018, Timothy B. Terriberry
 2001-2018, CSIRO
 2001-2018, Gregory Maxwell
 2001-2018, Mark Borgerding
 2001-2018, Erik de Castro Lopo
License: BSD-3-clause

Files: celt/arm/celt_fft_ne10.c
 celt/arm/celt_mdct_ne10.c
 celt/arm/celt_neon_intr.c
 celt/arm/fft_arm.h
 celt/arm/mdct_arm.h
 celt/celt_lpc.*
 celt/tests/test_unit_dft.c
 celt/tests/test_unit_mdct.c
 celt/tests/test_unit_rotation.c
 celt/tests/test_unit_types.c
 include/opus_multistream.h
 include/opus_types.h
 src/analysis.*
 src/opus_multistream*
 src/opus_private.h
 src/repacketizer*
 tests/*
Copyright: 1994-2015, Xiph.Org Foundation
License: BSD-2-clause

Files: celt/laplace.*
 celt/mdct.*
 celt/pitch.*
 celt/quant_bands.*
 celt/rate.*
 celt/vq.*
 celt/mips/mdct_mipsr1.h
 celt/mips/pitch_mipsr1.h
 celt/mips/vq_mipsr1.h
 celt/opus_custom_demo.c
 src/opus_demo.c
Copyright: 2007-2008, CSIRO
  2007-2009, Xiph.Org Foundation
License: BSD-2-clause


Files: celt/x86/celt_lpc_sse.h
 celt/x86/celt_lpc_sse4_1.c
 celt/x86/pitch_sse.c
 celt/x86/pitch_sse2.c
 celt/x86/pitch_sse4_1.c
 celt/x86/x86_celt_map.c
 celt/x86/x86cpu.c
 celt/x86/x86cpu.h
 silk/fixed/x86/burg_modified_FIX_sse4_1.c
 silk/fixed/x86/vector_ops_FIX_sse4_1.c
 silk/x86/NSQ_del_dec_sse4_1.c
 silk/x86/NSQ_sse4_1.c
 silk/x86/SigProc_FIX_sse.h
 silk/x86/VAD_sse4_1.c
 silk/x86/VQ_WMat_EC_sse4_1.c
 silk/x86/main_sse.h
 silk/x86/x86_silk_map.c
Copyright: 2014, Cisco Systems, INC
License: BSD-2-clause

Files: celt/bands.*
 celt/celt.*
 celt/celt_*coder.c
 celt/mips/celt_mipsr1.h
 celt/modes.*
 include/opus_custom.h
Copyright: 2007-2008, CSIRO
  2007-2010, Xiph.Org Foundation
  2008-2012, Gregory Maxwell
License: BSD-2-clause

Files: celt/arm/pitch_neon_intr.c
 silk/arm/LPC_inv_pred_gain_arm.h
 silk/arm/LPC_inv_pred_gain_neon_intr.c
 silk/arm/NSQ_del_dec_arm.h
 silk/arm/NSQ_del_dec_neon_intr.c
 silk/arm/biquad_alt_arm.h
 silk/arm/biquad_alt_neon_intr.c
 silk/fixed/arm/warped_autocorrelation_FIX_arm.h
Copyright: 2017, Google Inc.
License: BSD-3-clause

Files: celt/ecintrin.h
 celt/ent*
 celt/mfrngcod.h
Copyright: 2001-2011, Timothy B. Terriberry
  2008-2009, Xiph.Org Foundation
License: BSD-2-clause

Files: celt/arch.h
 celt/fixed_generic.h
 celt/mathops.*
 celt/mips/fixed_generic_mipsr1.h
 celt/x86/vq_sse2.c
Copyright: 2002-2016, Jean-Marc Valin
  2007-2008, CSIRO
  2007-2009, Xiph.Org Foundation
License: BSD-2-clause

Files: celt/arm/arm_celt_map.c
 celt/arm/armcpu.*
 celt/arm/pitch_arm.h
 celt/cpu_support.h
Copyright: 2010, Xiph.Org Foundation
  2013, Parrot
License: BSD-2-clause

Files: include/opus.h
 include/opus_defines.h
 src/opus.c
 src/opus_*coder.c
Copyright: 2010-2011, Xiph.Org Foundation, Skype Limited
License: BSD-2-clause

Files: include/opus_projection.h
 src/mapping_matrix.*
 src/opus_projection_*coder.c
 tests/test_opus_projection.c
Copyright: 2017, Google Inc.
License: BSD-2-clause

Files: celt/os_support.h
 celt/x86/vq_sse.h
 doc/trivial_example.c
 src/mlp.h
Copyright: 2007-2017, Jean-Marc Valin
License: BSD-2-clause

Files: silk/arm/NSQ_neon.*
 silk/arm/arm_silk_map.c
 silk/arm/macros_arm64.h
 celt/arm/fixed_arm64.h
Copyright: 2014-2015, Vidyo
License: BSD-3-clause

Files: celt/arm/kiss_fft_armv4.h
 celt/arm/kiss_fft_armv5e.h
 celt/mips/kiss_fft_mipsr1.h
Copyright: 2013, Xiph.Org Foundation and contributors.
License: BSD-2-clause

Files: celt/tests/test_unit_cwrs32.c
 celt/tests/test_unit_entropy.c
 celt/tests/test_unit_mathops.c
 celt/tests/test_unit_laplace.c
 src/opus_compare.c
Copyright: 2007-2012, Xiph.Org Foundation, Mozilla Corporation,
License: BSD-2-clause

Files: celt/cwrs.*
Copyright: 2007-2008, CSIRO
  2007-2009, Timothy B. Terriberry
  2007-2009, Xiph.Org Foundation
License: BSD-2-clause

Files: celt/fixed_debug.h
 celt/stack_alloc.h
Copyright: 2002-2008, Jean-Marc Valin
  2007-2012, Xiph.Org Foundation
License: BSD-2-clause

Files: celt/kiss_fft.c
 celt/kiss_fft.h
Copyright: 2003-2004, Mark Borgerding
  2005-2007, Xiph.Org Foundation
  2008, Xiph.Org Foundation, CSIRO
License: BSD-2-clause

Files: silk/fixed/arm/warped_autocorrelation_FIX_neon_intr.c
 silk/tests/test_unit_LPC_inv_pred_gain.c
Copyright: 2017, Google Inc., Jean-Marc Valin
License: BSD-3-clause

Files: silk/arm/SigProc_FIX_armv5e.h
 silk/arm/macros_armv5e.h
Copyright: 2006-2011, Skype Limited.
  2013, Parrot
License: BSD-3-clause

Files: celt/arm/fixed_armv5e.h
Copyright: 2003-2008, Jean-Marc Valin
  2007-2008, CSIRO
  2007-2009, Xiph.Org Foundation
  2013, Parrot
License: BSD-2-clause

Files: celt/arm/celt_pitch_xcorr_arm-gnu.S
Copyright: 2007-2008, CSIRO
  2007-2009, Xiph.Org Foundation
  2013, Parrot
License: BSD-2-clause

Files: celt/x86/pitch_sse.h
Copyright: 2013, Jean-Marc Valin and John Ridges
  2014, Cisco Systems, INC MingXiang WeiZhou MinPeng YanWang
License: BSD-2-clause

Files: celt/float_cast.h
Copyright: 2001, Erik de Castro Lopo <erikd AT mega-nerd DOT com>
License: BSD-2-clause

Files: celt/_kiss_fft_guts.h
Copyright: 2003-2004, Mark Borgerding
License: BSD-2-clause

Files: tests/opus_encode_regressions.c
Copyright: 2016, Mark Harris, Jean-Marc Valin
License: BSD-2-clause

Files: src/mlp.c
Copyright: 2008-2011, Octasic Inc.
License: BSD-2-clause

Files: celt/entcode.c
Copyright: 2001-2011, Timothy B. Terriberry
License: BSD-2-clause

Files: celt/arm/fixed_armv4.h
Copyright: 2013, Xiph.Org Foundation and contributors
License: BSD-2-clause

Files: celt/arm/arm2gnu.pl
Copyright: 2002-2013, Xiph.org Foundation
License: BSD-2-clause

Files: silk/LPC_fit.c
Copyright: 2013, Koen Vos.
License: BSD-3-clause

Files: silk/arm/SigProc_FIX_armv4.h
Copyright: 2013, Parrot
  2013, Xiph.Org Foundation and contributors
License: BSD-3-clause

Files: silk/NSQ.h
Copyright: 2006-2011, Skype Limited.
  2014, Vidyo.
License: BSD-3-clause

Files: debian/*
Copyright: 2008-2018, Ron <ron@debian.org>
 2022, IOhannes m zmölnig <umlaeute@debian.org>
License: BSD-3-clause


License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 - Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 .
 - Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 .
 - Neither the name of Internet Society, IETF or IETF Trust, nor the
 names of specific contributors, may be used to endorse or promote
 products derived from this software without specific prior written
 permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 - Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 .
 - Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: libp11-kit0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: p11-kit
Source: https://p11-glue.github.io/p11-glue/p11-kit.html

Files: *
Copyright: 2011 Collabora Ltd.
 2004, 2005, 2007, 2008, 2012, 2013 Stefan Walter
 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Red Hat, Inc.
 2012, 2013 Redhat Inc.
License: BSD-3-Clause

Files: common/pkcs11.h
Copyright: 2006, 2007 g10 Code GmbH
           2006 Andreas Jellinghaus
           Copyright 2017 Red Hat, Inc.
License: permissive-like-automake-output
   This file is free software; as a special exception the author gives
   unlimited permission to copy and/or distribute it, with or without
   modifications, as long as this notice is preserved.
 .
   This file is distributed in the hope that it will be useful, but
   WITHOUT ANY WARRANTY, to the extent permitted by law; without even
   the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
   PURPOSE.  */

Files: common/vsock.c common/vsock.h
Copyright: 2020 Amazon.com, Inc. or its affiliates.
License: BSD-3-Clause


Files: p11-kit/server.c
 common/unix-peer.h
Copyright: 2014 Red Hat Inc.
License: BSD-3-Clause
Comment: make_private_security_descriptor() and the helper functions were
 * copied from putty/windows/winsecur.c in the PuTTY source code as of
 * git commit 12bd5a6c722152aa27f24598785593e72b3284ea.
 *
 * PuTTY is copyright 1997-2017 Simon Tatham.
 *
 * Portions copyright Robert de Bath, Joris van Rantwijk, Delian
 * Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry,
 * Justin Bradford, Ben Harris, Malcolm Smith, Ahmad Khalifa, Markus
 * Kuhn, Colin Watson, Christopher Staite, and CORE SDI S.A.
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation files
 * (the "Software"), to deal in the Software without restriction,
 * including without limitation the rights to use, copy, modify, merge,
 * publish, distribute, sublicense, and/or sell copies of the Software,
 * and to permit persons to whom the Software is furnished to do so,
 * subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.

Files: trust/digest.c common/hash.c
Copyright: 2004, 2005, 2007, 2011  Internet Systems Consortium, Inc. ("ISC")
           2000, 2001, 2003  Internet Software Consortium.
License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
 AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THIS SOFTWARE.


Files: trust/base64.c trust/base64.h
Copyright: 1996, 1998 by Internet Software Consortium
  Portions Copyright (c) 1995 by International Business Machines, Inc.
License: ISC+IBM
 Copyright (c) 1996, 1998 by Internet Software Consortium.
 .
 Permission to use, copy, modify, and distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
 ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
 CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 SOFTWARE.
 .
 .
 Portions Copyright (c) 1995 by International Business Machines, Inc.
 .
 International Business Machines, Inc. (hereinafter called IBM) grants
 permission under its copyrights to use, copy, modify, and distribute this
 Software with or without fee, provided that the above copyright notice and
 all paragraphs of this notice appear in all copies, and that the name of IBM
 not be used in connection with the marketing of any product incorporating
 the Software or modifications thereof, without specific, written prior
 permission.
 .
 To the extent it has a right to do so, IBM grants an immunity from suit
 under its patents, if any, for the use, sale or manufacture of products to
 the extent that such products are used for performing Domain Name System
 dynamic updates in TCP/IP networks by means of the Software.  No immunity is
 granted for any product per se or for any other function of any product.
 .
 THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES,
 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE.  IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL,
 DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING
 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN
 IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.

Files: common/compat.c
Copyright: Copyright (c) 2011 Collabora Ltd.
 Portions of this file are covered by the following copyright:
 Copyright (c) 2001 Mike Barcroft <mike@FreeBSD.org>
 Copyright (c) 1990, 1993
 Copyright (c) 1987, 1993
      The Regents of the University of California.
Comment: This code is derived from software contributed to Berkeley by
 Chris Torek.
License: BSD-3-Clause


Files: common/unix-peer.c
Copyright: 2013 Nikos Mavrogiannopoulos
License: BSD-3-Clause

Files: common/frob-getprogname.c
Copyright: 2020 Red Hat Inc.
License: BSD-3-Clause

Files: p11-kit/mock-module-ep8.c
Copyright: 2012 Stefan Walter
 2020 Red Hat, Inc.
License: BSD-3-Clause

Files: fuzz/main.c
Copyright: 2017 Nikos Mavrogiannopoulos
License: LGPL-2.1+

Files: fuzz/rpc_fuzzer.c
Copyright: 2016 Google Inc
License: Apache-2.0

Files: debian/*
Copyright: 2011 Chris Coulson <chris.coulson@canonical.com>
           2011-2022 Andreas Metzler <ametzler@debian.org>
License: BSD-3-Clause


Files: po/de.po
Copyright: 2011 Chris Leick
Comment: This file is distributed under the same license as the
 debian files of the p11-kit package.
License: BSD-3-Clause

Files: po/fi.po
Copyright: 2012 Rosetta Contributors and Canonical Ltd 2012
 Eerik Uusi-Illikainen https://launchpad.net/~ekiuusi-4, 2012
 Timo Jyrinki <timo.jyrinki@iki.fi>, 2012
License: same-as-rest-of-p11kit
 This file is distributed under the same license as the p11-kit
 package.


License: BSD-3-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: LGPL-2.1+
 On Debian systems a copy of the LGPL 2.1 license can be found in
 /usr/share/common-licenses/LGPL-2.1

License: Apache-2.0
 On Debian systems a copy of the Apache 2.0 license can be found in
 /usr/share/common-licenses/Apache-2.0



==========================================================================
Package: libpango-1.0-0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pango
Source: https://download.gnome.org/sources/pango/
Files-Excluded:
 docs/Pango*
 subprojects/gi-docgen

Files: *
Copyright: 1999-2019  Red Hat
           1999-2006  Red Hat Software
           2021       Red Hat, Inc.
           2005-2007  Imendio AB
           2007       Novell, Inc
           2001       Sun Microsystems
           2000       SuSE Linux Ltd
           2005       Amit Aronovitch
           2012       Emmanuele Bassi
           2008       Jürg Billeter
           2001       Hans Breuer
           2002-2020  Matthias Clasen
           2001, 2002, 2006 Behdad Esfahbod
           2016       Chun-wei Fan
           2001       Alexander Larsson
           2012       Ryan Lortie
           2003       Noah Levitt
           2000-2002  Tor Lillqvist
           2000, 2005 Keith Packard
           2010, 2012 Kristian Rietveld
           2021       GNOME Foundation
           2021       Jordi Mas i Hernàndez
           2021       Benjamin Otte
                      Owen Taylor
                      Abigail Brady
                      Sivaraj Doddannan
                      Karl Koehler
                      Havoc Pennington
                      Roozbeh Pournader
                      Changwoo Ryu
                      Chookij Vanatham
License: LGPL-2+ and LGPL-2.1+

Files: examples/cairoshape.c
       examples/cairotwisted.c
Copyright: 2006-2007 Behdad Esfahbod
License: Example

Files: debian/tests/installed-tests
Copyright: 2013, Canonical Ltd.
License: LGPL-2+

Files: pango/break-arabic.c
Copyright: 2006 Red Hat
           2006 Sharif FarsiWeb, Inc.
License: LGPL-2+

Files: pango/break-thai.c
Copyright: 2003 Theppitak Karoonboonyanan
License: LGPL-2+

Files: pango/pango-color.c
Copyright: 2000 Red Hat
           Regents of the University of California
           Sun Microsystems, Inc., and other parties
License: LGPL-2+ and TCL

Files: pango/pango-emoji-private.h
Copyright: 2017 Google, Inc.
License: LGPL-2+

Files: pango/pango-emoji.c
Copyright: 2015 The Chromium Authors
           2017 Google, Inc.
License: LGPL-2+

Files: pango/pango-break-table.h
       pango/pango-emoji-table.h
       tests/GraphemeBreakTest.txt
       tests/SentenceBreakTest.txt
       tests/WordBreakTest.txt
Copyright: 2016-2021 Unicode, Inc.
License:   Unicode

Files: pango/pango-script.c
       tests/testscript.c
Copyright: 2002 Red Hat
           1997-2002 International Business Machines Corporation and others
License: LGPL-2+ and ICU

Files: utils/pango-list.c
Copyright: 2018 Google
License: LGPL-2+

Files:
 pango/emoji_presentation_scanner.c
 pango/emoji_presentation_scanner.rl
Copyright:
 2018 The Chromium Authors
License: Chromium-BSD-style

Files:
 tests/fonts/*.otf
 tests/fonts/*.ttf
Copyright:
 2003 Bitstream, Inc.
 2006-2010 Google Corp.
 2009-2011 Understanding Limited
 2010-2011 Jakub Steiner
 2012-2018 Dave Gandy
 2013-2017 Google Inc.
 Arjen Nienhuis
 Khaled Hosny
 Sebastian Kosch
License: Apache-2 and Bitstream-Vera and OFL-1.1

License: Apache-2
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 . 
       http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache License Version 2.0 
 can be found in `/usr/share/common-licenses/Apache-2.0'.

License: Bitstream-Vera
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of the fonts accompanying this license ("Fonts") and associated
 documentation files (the "Font Software"), to reproduce and distribute the
 Font Software, including without limitation the rights to use, copy, merge,
 publish, distribute, and/or sell copies of the Font Software, and to permit
 persons to whom the Font Software is furnished to do so, subject to the
 following conditions:
 .
 The above copyright and trademark notices and this permission notice shall
 be included in all copies of one or more of the Font Software typefaces.
 .
 The Font Software may be modified, altered, or added to, and in particular
 the designs of glyphs or characters in the Fonts may be modified and
 additional glyphs or characters may be added to the Fonts, only if the fonts
 are renamed to names not containing either the words "Bitstream" or the word
 "Vera".
 .
 This License becomes null and void to the extent applicable to Fonts or Font
 Software that has been modified and is distributed under the "Bitstream
 Vera" names.
 .
 The Font Software may be sold as part of a larger software package but no
 copy of one or more of the Font Software typefaces may be sold by itself.
 .
 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
 TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
 FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
 ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
 FONT SOFTWARE.
 .
 Except as contained in this notice, the names of Gnome, the Gnome
 Foundation, and Bitstream Inc., shall not be used in advertising or
 otherwise to promote the sale, use or other dealings in this Font Software
 without prior written authorization from the Gnome Foundation or Bitstream
 Inc., respectively. For further information, contact: fonts at gnome dot
 org.

License: CC0-1.0
 SPDX license expression "CC0-1.0": https://spdx.org/licenses/CC0-1.0.html
 On Debian systems, the complete text of the CC0 Public Domain Dedication
 can be found in "/usr/share/common-licenses/CC0-1.0".

License: Chromium-BSD-style
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
    * Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
 copyright notice, this list of conditions and the following disclaimer
 in the documentation and/or other materials provided with the
 distribution.
    * Neither the name of Google Inc. nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: Example
 Permission to use, copy, modify, distribute, and sell this example
 for any purpose is hereby granted without fee.
 It is provided "as is" without express or implied warranty.

License: GPL-2+
 SPDX license expression "GPL-2.0-or-later":
 https://spdx.org/licenses/GPL-2.0-or-later.html
 .
 This license identifier refers to the choice to use code under
 GPL-2.0-or-later (i.e., GPL-2.0 or some later version), as distinguished
 from use of code under GPL-2.0-only. The license notice (as seen in the
 Standard License Header field below) states which of these applies the
 code in the file. The example in the exhibit to the license shows the
 license notice for the "or later" approach.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 2 can be found in "/usr/share/common-licenses/GPL-2.0".

License: ICU
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software")
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, provided that the above copyright notice(s) and this
 permission notice appear in all copies of the Software and that both the
 above copyright notice(s) and this permission notice appear in supporting
 documentation.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
 BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES
 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS
 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder shall
 not be used in advertising or otherwise to promote the sale, use or other
 dealings in this Software without prior written authorization of the
 copyright holder.
 .
 All trademarks and registered trademarks mentioned herein are the property
 of their respective owners.

License: LGPL-2+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2 can be found in "/usr/share/common-licenses/LGPL-2".

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".

License: TCL
 This software is copyrighted by the Regents of the University of
 California, Sun Microsystems, Inc., and other parties. The following terms
 apply to all files associated with the software unless explicitly
 disclaimed in individual files.
 .
 The authors hereby grant permission to use, copy, modify, distribute,
 and license this software and its documentation for any purpose,
 provided that existing copyright notices are retained in all copies
 and that this notice is included verbatim in any distributions. No
 written agreement, license, or royalty fee is required for any of the
 authorized uses. Modifications to this software may be copyrighted by
 their authors and need not follow the licensing terms described here,
 provided that the new terms are clearly indicated on the first page
 of each file where they apply.
 .
 IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
 FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
 ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
 DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.
 .
 THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
 NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, AND
 THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE
 MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 .
 GOVERNMENT USE: If you are acquiring this software on behalf of the
 U.S. government, the Government shall have only "Restricted Rights"
 in the software and related documentation as defined in the Federal
 Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you
 are acquiring the software on behalf of the Department of Defense,
 the software shall be classified as "Commercial Computer Software"
 and the Government shall have only "Restricted Rights" as defined in
 Clause 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing,
 the authors grant the U.S. Government and others acting in its behalf
 permission to use and distribute the software in accordance with the
 terms specified in this license.

License: Unicode
 Unicode Data Files include all data files under the directories
 http://www.unicode.org/Public/, http://www.unicode.org/reports/,
 http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
 http://www.unicode.org/utility/trac/browser/.
 .
 Unicode Data Files do not include PDF online code charts under the
 directory http://www.unicode.org/Public/.
 .
 Software includes any source code published in the Unicode Standard
 or under the directories
 http://www.unicode.org/Public/, http://www.unicode.org/reports/,
 http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
 http://www.unicode.org/utility/trac/browser/.
 .
 NOTICE TO USER: Carefully read the following legal agreement.
 BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
 DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
 YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
 TERMS AND CONDITIONS OF THIS AGREEMENT.
 IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
 THE DATA FILES OR SOFTWARE.
 .
 COPYRIGHT AND PERMISSION NOTICE
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of the Unicode data files and any associated documentation
 (the "Data Files") or Unicode software and any associated documentation
 (the "Software") to deal in the Data Files or Software
 without restriction, including without limitation the rights to use,
 copy, modify, merge, publish, distribute, and/or sell copies of
 the Data Files or Software, and to permit persons to whom the Data Files
 or Software are furnished to do so, provided that either
 (a) this copyright and permission notice appear with all copies
 of the Data Files or Software, or
 (b) this copyright and permission notice appear in associated
 Documentation.
 .
 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT OF THIRD PARTY RIGHTS.
 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
 NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
 DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THE DATA FILES OR SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder
 shall not be used in advertising or otherwise to promote the sale,
 use or other dealings in these Data Files or Software without prior
 written authorization of the copyright holder.

License: OFL-1.1
 This Font Software is licensed under the SIL Open Font License,
 Version 1.1.
 .
 This license is copied below, and is also available with a FAQ at:
 http://scripts.sil.org/OFL
 .
 -----------------------------------------------------------
 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
 -----------------------------------------------------------
 PREAMBLE
 .
 The goals of the Open Font License (OFL) are to stimulate worldwide
 development of collaborative font projects, to support the font
 creation efforts of academic and linguistic communities, and to provide
 a free and open framework in which fonts may be shared and improved in
 partnership with others.
 .
 The OFL allows the licensed fonts to be used, studied, modified and
 redistributed freely as long as they are not sold by themselves. The
 fonts, including any derivative works, can be bundled, embedded,
 redistributed and/or sold with any software provided that any reserved
 names are not used by derivative works. The fonts and derivatives,
 however, cannot be released under any other type of license. The
 requirement for fonts to remain under this license does not apply to
 any document created using the fonts or their derivatives.
 .
 DEFINITIONS
 .
 "Font Software" refers to the set of files released by the Copyright
 Holder(s) under this license and clearly marked as such. This may
 include source files, build scripts and documentation.
 .
 "Reserved Font Name" refers to any names specified as such after the
 copyright statement(s).
 .
 "Original Version" refers to the collection of Font Software components
 as distributed by the Copyright Holder(s).
 .
 "Modified Version" refers to any derivative made by adding to,deleting,
 or substituting -- in part or in whole -- any of the components of the
 Original Version, by changing formats or by porting the Font Software
 to a new environment.
 .
 "Author" refers to any designer, engineer, programmer, technical writer
 or other person who contributed to the Font Software.
 .
 PERMISSION & CONDITIONS
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of the Font Software, to use, study, copy, merge, embed, modify,
 redistribute, and sell modified and unmodified copies of the Font
 Software, subject to the following conditions:
 .
 1) Neither the Font Software nor any of its individual components, in
 Original or Modified Versions, may be sold by itself.
 .
 2) Original or Modified Versions of the Font Software may be bundled,
 redistributed and/or sold with any software, provided that each copy
 contains the above copyright notice and this license. These can be
 included either as stand-alone text files, human-readable headers or in
 the appropriate machine-readable metadata fields within text or binary
 files as long as those fields can be easily viewed by the user.
 .
 3) No Modified Version of the Font Software may use the Reserved Font
 Name(s) unless explicit written permission is granted by the
 corresponding Copyright Holder. This restriction only applies to the
 primary font name as presented to the users.
 .
 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
 Software shall not be used to promote, endorse or advertise any
 Modified Version, except to acknowledge the contribution(s) of the
 Copyright Holder(s) and the Author(s) or with their explicit written
 permission.
 .
 5) The Font Software, modified or unmodified, in part or in whole, must
 be distributed entirely under this license, and must not be distributed
 under any other license. The requirement for fonts to remain under this
 license does not apply to any document created using the Font Software.
 .
 TERMINATION
 .
 This license becomes null and void if any of the above conditions are
 not met.
 .
 DISCLAIMER
 .
 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
 OTHER DEALINGS IN THE FONT SOFTWARE.



==========================================================================
Package: libpangocairo-1.0-0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pango
Source: https://download.gnome.org/sources/pango/
Files-Excluded:
 docs/Pango*
 subprojects/gi-docgen

Files: *
Copyright: 1999-2019  Red Hat
           1999-2006  Red Hat Software
           2021       Red Hat, Inc.
           2005-2007  Imendio AB
           2007       Novell, Inc
           2001       Sun Microsystems
           2000       SuSE Linux Ltd
           2005       Amit Aronovitch
           2012       Emmanuele Bassi
           2008       Jürg Billeter
           2001       Hans Breuer
           2002-2020  Matthias Clasen
           2001, 2002, 2006 Behdad Esfahbod
           2016       Chun-wei Fan
           2001       Alexander Larsson
           2012       Ryan Lortie
           2003       Noah Levitt
           2000-2002  Tor Lillqvist
           2000, 2005 Keith Packard
           2010, 2012 Kristian Rietveld
           2021       GNOME Foundation
           2021       Jordi Mas i Hernàndez
           2021       Benjamin Otte
                      Owen Taylor
                      Abigail Brady
                      Sivaraj Doddannan
                      Karl Koehler
                      Havoc Pennington
                      Roozbeh Pournader
                      Changwoo Ryu
                      Chookij Vanatham
License: LGPL-2+ and LGPL-2.1+

Files: examples/cairoshape.c
       examples/cairotwisted.c
Copyright: 2006-2007 Behdad Esfahbod
License: Example

Files: debian/tests/installed-tests
Copyright: 2013, Canonical Ltd.
License: LGPL-2+

Files: pango/break-arabic.c
Copyright: 2006 Red Hat
           2006 Sharif FarsiWeb, Inc.
License: LGPL-2+

Files: pango/break-thai.c
Copyright: 2003 Theppitak Karoonboonyanan
License: LGPL-2+

Files: pango/pango-color.c
Copyright: 2000 Red Hat
           Regents of the University of California
           Sun Microsystems, Inc., and other parties
License: LGPL-2+ and TCL

Files: pango/pango-emoji-private.h
Copyright: 2017 Google, Inc.
License: LGPL-2+

Files: pango/pango-emoji.c
Copyright: 2015 The Chromium Authors
           2017 Google, Inc.
License: LGPL-2+

Files: pango/pango-break-table.h
       pango/pango-emoji-table.h
       tests/GraphemeBreakTest.txt
       tests/SentenceBreakTest.txt
       tests/WordBreakTest.txt
Copyright: 2016-2021 Unicode, Inc.
License:   Unicode

Files: pango/pango-script.c
       tests/testscript.c
Copyright: 2002 Red Hat
           1997-2002 International Business Machines Corporation and others
License: LGPL-2+ and ICU

Files: utils/pango-list.c
Copyright: 2018 Google
License: LGPL-2+

Files:
 pango/emoji_presentation_scanner.c
 pango/emoji_presentation_scanner.rl
Copyright:
 2018 The Chromium Authors
License: Chromium-BSD-style

Files:
 tests/fonts/*.otf
 tests/fonts/*.ttf
Copyright:
 2003 Bitstream, Inc.
 2006-2010 Google Corp.
 2009-2011 Understanding Limited
 2010-2011 Jakub Steiner
 2012-2018 Dave Gandy
 2013-2017 Google Inc.
 Arjen Nienhuis
 Khaled Hosny
 Sebastian Kosch
License: Apache-2 and Bitstream-Vera and OFL-1.1

License: Apache-2
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 . 
       http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache License Version 2.0 
 can be found in `/usr/share/common-licenses/Apache-2.0'.

License: Bitstream-Vera
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of the fonts accompanying this license ("Fonts") and associated
 documentation files (the "Font Software"), to reproduce and distribute the
 Font Software, including without limitation the rights to use, copy, merge,
 publish, distribute, and/or sell copies of the Font Software, and to permit
 persons to whom the Font Software is furnished to do so, subject to the
 following conditions:
 .
 The above copyright and trademark notices and this permission notice shall
 be included in all copies of one or more of the Font Software typefaces.
 .
 The Font Software may be modified, altered, or added to, and in particular
 the designs of glyphs or characters in the Fonts may be modified and
 additional glyphs or characters may be added to the Fonts, only if the fonts
 are renamed to names not containing either the words "Bitstream" or the word
 "Vera".
 .
 This License becomes null and void to the extent applicable to Fonts or Font
 Software that has been modified and is distributed under the "Bitstream
 Vera" names.
 .
 The Font Software may be sold as part of a larger software package but no
 copy of one or more of the Font Software typefaces may be sold by itself.
 .
 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
 TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
 FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
 ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
 FONT SOFTWARE.
 .
 Except as contained in this notice, the names of Gnome, the Gnome
 Foundation, and Bitstream Inc., shall not be used in advertising or
 otherwise to promote the sale, use or other dealings in this Font Software
 without prior written authorization from the Gnome Foundation or Bitstream
 Inc., respectively. For further information, contact: fonts at gnome dot
 org.

License: CC0-1.0
 SPDX license expression "CC0-1.0": https://spdx.org/licenses/CC0-1.0.html
 On Debian systems, the complete text of the CC0 Public Domain Dedication
 can be found in "/usr/share/common-licenses/CC0-1.0".

License: Chromium-BSD-style
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
    * Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
 copyright notice, this list of conditions and the following disclaimer
 in the documentation and/or other materials provided with the
 distribution.
    * Neither the name of Google Inc. nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: Example
 Permission to use, copy, modify, distribute, and sell this example
 for any purpose is hereby granted without fee.
 It is provided "as is" without express or implied warranty.

License: GPL-2+
 SPDX license expression "GPL-2.0-or-later":
 https://spdx.org/licenses/GPL-2.0-or-later.html
 .
 This license identifier refers to the choice to use code under
 GPL-2.0-or-later (i.e., GPL-2.0 or some later version), as distinguished
 from use of code under GPL-2.0-only. The license notice (as seen in the
 Standard License Header field below) states which of these applies the
 code in the file. The example in the exhibit to the license shows the
 license notice for the "or later" approach.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 2 can be found in "/usr/share/common-licenses/GPL-2.0".

License: ICU
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software")
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, provided that the above copyright notice(s) and this
 permission notice appear in all copies of the Software and that both the
 above copyright notice(s) and this permission notice appear in supporting
 documentation.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
 BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES
 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS
 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder shall
 not be used in advertising or otherwise to promote the sale, use or other
 dealings in this Software without prior written authorization of the
 copyright holder.
 .
 All trademarks and registered trademarks mentioned herein are the property
 of their respective owners.

License: LGPL-2+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2 can be found in "/usr/share/common-licenses/LGPL-2".

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".

License: TCL
 This software is copyrighted by the Regents of the University of
 California, Sun Microsystems, Inc., and other parties. The following terms
 apply to all files associated with the software unless explicitly
 disclaimed in individual files.
 .
 The authors hereby grant permission to use, copy, modify, distribute,
 and license this software and its documentation for any purpose,
 provided that existing copyright notices are retained in all copies
 and that this notice is included verbatim in any distributions. No
 written agreement, license, or royalty fee is required for any of the
 authorized uses. Modifications to this software may be copyrighted by
 their authors and need not follow the licensing terms described here,
 provided that the new terms are clearly indicated on the first page
 of each file where they apply.
 .
 IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
 FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
 ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
 DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.
 .
 THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
 NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, AND
 THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE
 MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 .
 GOVERNMENT USE: If you are acquiring this software on behalf of the
 U.S. government, the Government shall have only "Restricted Rights"
 in the software and related documentation as defined in the Federal
 Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you
 are acquiring the software on behalf of the Department of Defense,
 the software shall be classified as "Commercial Computer Software"
 and the Government shall have only "Restricted Rights" as defined in
 Clause 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing,
 the authors grant the U.S. Government and others acting in its behalf
 permission to use and distribute the software in accordance with the
 terms specified in this license.

License: Unicode
 Unicode Data Files include all data files under the directories
 http://www.unicode.org/Public/, http://www.unicode.org/reports/,
 http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
 http://www.unicode.org/utility/trac/browser/.
 .
 Unicode Data Files do not include PDF online code charts under the
 directory http://www.unicode.org/Public/.
 .
 Software includes any source code published in the Unicode Standard
 or under the directories
 http://www.unicode.org/Public/, http://www.unicode.org/reports/,
 http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
 http://www.unicode.org/utility/trac/browser/.
 .
 NOTICE TO USER: Carefully read the following legal agreement.
 BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
 DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
 YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
 TERMS AND CONDITIONS OF THIS AGREEMENT.
 IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
 THE DATA FILES OR SOFTWARE.
 .
 COPYRIGHT AND PERMISSION NOTICE
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of the Unicode data files and any associated documentation
 (the "Data Files") or Unicode software and any associated documentation
 (the "Software") to deal in the Data Files or Software
 without restriction, including without limitation the rights to use,
 copy, modify, merge, publish, distribute, and/or sell copies of
 the Data Files or Software, and to permit persons to whom the Data Files
 or Software are furnished to do so, provided that either
 (a) this copyright and permission notice appear with all copies
 of the Data Files or Software, or
 (b) this copyright and permission notice appear in associated
 Documentation.
 .
 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT OF THIRD PARTY RIGHTS.
 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
 NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
 DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THE DATA FILES OR SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder
 shall not be used in advertising or otherwise to promote the sale,
 use or other dealings in these Data Files or Software without prior
 written authorization of the copyright holder.

License: OFL-1.1
 This Font Software is licensed under the SIL Open Font License,
 Version 1.1.
 .
 This license is copied below, and is also available with a FAQ at:
 http://scripts.sil.org/OFL
 .
 -----------------------------------------------------------
 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
 -----------------------------------------------------------
 PREAMBLE
 .
 The goals of the Open Font License (OFL) are to stimulate worldwide
 development of collaborative font projects, to support the font
 creation efforts of academic and linguistic communities, and to provide
 a free and open framework in which fonts may be shared and improved in
 partnership with others.
 .
 The OFL allows the licensed fonts to be used, studied, modified and
 redistributed freely as long as they are not sold by themselves. The
 fonts, including any derivative works, can be bundled, embedded,
 redistributed and/or sold with any software provided that any reserved
 names are not used by derivative works. The fonts and derivatives,
 however, cannot be released under any other type of license. The
 requirement for fonts to remain under this license does not apply to
 any document created using the fonts or their derivatives.
 .
 DEFINITIONS
 .
 "Font Software" refers to the set of files released by the Copyright
 Holder(s) under this license and clearly marked as such. This may
 include source files, build scripts and documentation.
 .
 "Reserved Font Name" refers to any names specified as such after the
 copyright statement(s).
 .
 "Original Version" refers to the collection of Font Software components
 as distributed by the Copyright Holder(s).
 .
 "Modified Version" refers to any derivative made by adding to,deleting,
 or substituting -- in part or in whole -- any of the components of the
 Original Version, by changing formats or by porting the Font Software
 to a new environment.
 .
 "Author" refers to any designer, engineer, programmer, technical writer
 or other person who contributed to the Font Software.
 .
 PERMISSION & CONDITIONS
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of the Font Software, to use, study, copy, merge, embed, modify,
 redistribute, and sell modified and unmodified copies of the Font
 Software, subject to the following conditions:
 .
 1) Neither the Font Software nor any of its individual components, in
 Original or Modified Versions, may be sold by itself.
 .
 2) Original or Modified Versions of the Font Software may be bundled,
 redistributed and/or sold with any software, provided that each copy
 contains the above copyright notice and this license. These can be
 included either as stand-alone text files, human-readable headers or in
 the appropriate machine-readable metadata fields within text or binary
 files as long as those fields can be easily viewed by the user.
 .
 3) No Modified Version of the Font Software may use the Reserved Font
 Name(s) unless explicit written permission is granted by the
 corresponding Copyright Holder. This restriction only applies to the
 primary font name as presented to the users.
 .
 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
 Software shall not be used to promote, endorse or advertise any
 Modified Version, except to acknowledge the contribution(s) of the
 Copyright Holder(s) and the Author(s) or with their explicit written
 permission.
 .
 5) The Font Software, modified or unmodified, in part or in whole, must
 be distributed entirely under this license, and must not be distributed
 under any other license. The requirement for fonts to remain under this
 license does not apply to any document created using the Font Software.
 .
 TERMINATION
 .
 This license becomes null and void if any of the above conditions are
 not met.
 .
 DISCLAIMER
 .
 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
 OTHER DEALINGS IN THE FONT SOFTWARE.



==========================================================================
Package: libpangoft2-1.0-0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pango
Source: https://download.gnome.org/sources/pango/
Files-Excluded:
 docs/Pango*
 subprojects/gi-docgen

Files: *
Copyright: 1999-2019  Red Hat
           1999-2006  Red Hat Software
           2021       Red Hat, Inc.
           2005-2007  Imendio AB
           2007       Novell, Inc
           2001       Sun Microsystems
           2000       SuSE Linux Ltd
           2005       Amit Aronovitch
           2012       Emmanuele Bassi
           2008       Jürg Billeter
           2001       Hans Breuer
           2002-2020  Matthias Clasen
           2001, 2002, 2006 Behdad Esfahbod
           2016       Chun-wei Fan
           2001       Alexander Larsson
           2012       Ryan Lortie
           2003       Noah Levitt
           2000-2002  Tor Lillqvist
           2000, 2005 Keith Packard
           2010, 2012 Kristian Rietveld
           2021       GNOME Foundation
           2021       Jordi Mas i Hernàndez
           2021       Benjamin Otte
                      Owen Taylor
                      Abigail Brady
                      Sivaraj Doddannan
                      Karl Koehler
                      Havoc Pennington
                      Roozbeh Pournader
                      Changwoo Ryu
                      Chookij Vanatham
License: LGPL-2+ and LGPL-2.1+

Files: examples/cairoshape.c
       examples/cairotwisted.c
Copyright: 2006-2007 Behdad Esfahbod
License: Example

Files: debian/tests/installed-tests
Copyright: 2013, Canonical Ltd.
License: LGPL-2+

Files: pango/break-arabic.c
Copyright: 2006 Red Hat
           2006 Sharif FarsiWeb, Inc.
License: LGPL-2+

Files: pango/break-thai.c
Copyright: 2003 Theppitak Karoonboonyanan
License: LGPL-2+

Files: pango/pango-color.c
Copyright: 2000 Red Hat
           Regents of the University of California
           Sun Microsystems, Inc., and other parties
License: LGPL-2+ and TCL

Files: pango/pango-emoji-private.h
Copyright: 2017 Google, Inc.
License: LGPL-2+

Files: pango/pango-emoji.c
Copyright: 2015 The Chromium Authors
           2017 Google, Inc.
License: LGPL-2+

Files: pango/pango-break-table.h
       pango/pango-emoji-table.h
       tests/GraphemeBreakTest.txt
       tests/SentenceBreakTest.txt
       tests/WordBreakTest.txt
Copyright: 2016-2021 Unicode, Inc.
License:   Unicode

Files: pango/pango-script.c
       tests/testscript.c
Copyright: 2002 Red Hat
           1997-2002 International Business Machines Corporation and others
License: LGPL-2+ and ICU

Files: utils/pango-list.c
Copyright: 2018 Google
License: LGPL-2+

Files:
 pango/emoji_presentation_scanner.c
 pango/emoji_presentation_scanner.rl
Copyright:
 2018 The Chromium Authors
License: Chromium-BSD-style

Files:
 tests/fonts/*.otf
 tests/fonts/*.ttf
Copyright:
 2003 Bitstream, Inc.
 2006-2010 Google Corp.
 2009-2011 Understanding Limited
 2010-2011 Jakub Steiner
 2012-2018 Dave Gandy
 2013-2017 Google Inc.
 Arjen Nienhuis
 Khaled Hosny
 Sebastian Kosch
License: Apache-2 and Bitstream-Vera and OFL-1.1

License: Apache-2
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 . 
       http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache License Version 2.0 
 can be found in `/usr/share/common-licenses/Apache-2.0'.

License: Bitstream-Vera
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of the fonts accompanying this license ("Fonts") and associated
 documentation files (the "Font Software"), to reproduce and distribute the
 Font Software, including without limitation the rights to use, copy, merge,
 publish, distribute, and/or sell copies of the Font Software, and to permit
 persons to whom the Font Software is furnished to do so, subject to the
 following conditions:
 .
 The above copyright and trademark notices and this permission notice shall
 be included in all copies of one or more of the Font Software typefaces.
 .
 The Font Software may be modified, altered, or added to, and in particular
 the designs of glyphs or characters in the Fonts may be modified and
 additional glyphs or characters may be added to the Fonts, only if the fonts
 are renamed to names not containing either the words "Bitstream" or the word
 "Vera".
 .
 This License becomes null and void to the extent applicable to Fonts or Font
 Software that has been modified and is distributed under the "Bitstream
 Vera" names.
 .
 The Font Software may be sold as part of a larger software package but no
 copy of one or more of the Font Software typefaces may be sold by itself.
 .
 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
 TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
 FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
 ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
 FONT SOFTWARE.
 .
 Except as contained in this notice, the names of Gnome, the Gnome
 Foundation, and Bitstream Inc., shall not be used in advertising or
 otherwise to promote the sale, use or other dealings in this Font Software
 without prior written authorization from the Gnome Foundation or Bitstream
 Inc., respectively. For further information, contact: fonts at gnome dot
 org.

License: CC0-1.0
 SPDX license expression "CC0-1.0": https://spdx.org/licenses/CC0-1.0.html
 On Debian systems, the complete text of the CC0 Public Domain Dedication
 can be found in "/usr/share/common-licenses/CC0-1.0".

License: Chromium-BSD-style
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
    * Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
 copyright notice, this list of conditions and the following disclaimer
 in the documentation and/or other materials provided with the
 distribution.
    * Neither the name of Google Inc. nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: Example
 Permission to use, copy, modify, distribute, and sell this example
 for any purpose is hereby granted without fee.
 It is provided "as is" without express or implied warranty.

License: GPL-2+
 SPDX license expression "GPL-2.0-or-later":
 https://spdx.org/licenses/GPL-2.0-or-later.html
 .
 This license identifier refers to the choice to use code under
 GPL-2.0-or-later (i.e., GPL-2.0 or some later version), as distinguished
 from use of code under GPL-2.0-only. The license notice (as seen in the
 Standard License Header field below) states which of these applies the
 code in the file. The example in the exhibit to the license shows the
 license notice for the "or later" approach.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 2 can be found in "/usr/share/common-licenses/GPL-2.0".

License: ICU
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software")
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, provided that the above copyright notice(s) and this
 permission notice appear in all copies of the Software and that both the
 above copyright notice(s) and this permission notice appear in supporting
 documentation.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
 BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES
 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS
 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder shall
 not be used in advertising or otherwise to promote the sale, use or other
 dealings in this Software without prior written authorization of the
 copyright holder.
 .
 All trademarks and registered trademarks mentioned herein are the property
 of their respective owners.

License: LGPL-2+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2 can be found in "/usr/share/common-licenses/LGPL-2".

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".

License: TCL
 This software is copyrighted by the Regents of the University of
 California, Sun Microsystems, Inc., and other parties. The following terms
 apply to all files associated with the software unless explicitly
 disclaimed in individual files.
 .
 The authors hereby grant permission to use, copy, modify, distribute,
 and license this software and its documentation for any purpose,
 provided that existing copyright notices are retained in all copies
 and that this notice is included verbatim in any distributions. No
 written agreement, license, or royalty fee is required for any of the
 authorized uses. Modifications to this software may be copyrighted by
 their authors and need not follow the licensing terms described here,
 provided that the new terms are clearly indicated on the first page
 of each file where they apply.
 .
 IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
 FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
 ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
 DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.
 .
 THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
 NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, AND
 THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE
 MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 .
 GOVERNMENT USE: If you are acquiring this software on behalf of the
 U.S. government, the Government shall have only "Restricted Rights"
 in the software and related documentation as defined in the Federal
 Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you
 are acquiring the software on behalf of the Department of Defense,
 the software shall be classified as "Commercial Computer Software"
 and the Government shall have only "Restricted Rights" as defined in
 Clause 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing,
 the authors grant the U.S. Government and others acting in its behalf
 permission to use and distribute the software in accordance with the
 terms specified in this license.

License: Unicode
 Unicode Data Files include all data files under the directories
 http://www.unicode.org/Public/, http://www.unicode.org/reports/,
 http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
 http://www.unicode.org/utility/trac/browser/.
 .
 Unicode Data Files do not include PDF online code charts under the
 directory http://www.unicode.org/Public/.
 .
 Software includes any source code published in the Unicode Standard
 or under the directories
 http://www.unicode.org/Public/, http://www.unicode.org/reports/,
 http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
 http://www.unicode.org/utility/trac/browser/.
 .
 NOTICE TO USER: Carefully read the following legal agreement.
 BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
 DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
 YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
 TERMS AND CONDITIONS OF THIS AGREEMENT.
 IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
 THE DATA FILES OR SOFTWARE.
 .
 COPYRIGHT AND PERMISSION NOTICE
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of the Unicode data files and any associated documentation
 (the "Data Files") or Unicode software and any associated documentation
 (the "Software") to deal in the Data Files or Software
 without restriction, including without limitation the rights to use,
 copy, modify, merge, publish, distribute, and/or sell copies of
 the Data Files or Software, and to permit persons to whom the Data Files
 or Software are furnished to do so, provided that either
 (a) this copyright and permission notice appear with all copies
 of the Data Files or Software, or
 (b) this copyright and permission notice appear in associated
 Documentation.
 .
 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT OF THIRD PARTY RIGHTS.
 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
 NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
 DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THE DATA FILES OR SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder
 shall not be used in advertising or otherwise to promote the sale,
 use or other dealings in these Data Files or Software without prior
 written authorization of the copyright holder.

License: OFL-1.1
 This Font Software is licensed under the SIL Open Font License,
 Version 1.1.
 .
 This license is copied below, and is also available with a FAQ at:
 http://scripts.sil.org/OFL
 .
 -----------------------------------------------------------
 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
 -----------------------------------------------------------
 PREAMBLE
 .
 The goals of the Open Font License (OFL) are to stimulate worldwide
 development of collaborative font projects, to support the font
 creation efforts of academic and linguistic communities, and to provide
 a free and open framework in which fonts may be shared and improved in
 partnership with others.
 .
 The OFL allows the licensed fonts to be used, studied, modified and
 redistributed freely as long as they are not sold by themselves. The
 fonts, including any derivative works, can be bundled, embedded,
 redistributed and/or sold with any software provided that any reserved
 names are not used by derivative works. The fonts and derivatives,
 however, cannot be released under any other type of license. The
 requirement for fonts to remain under this license does not apply to
 any document created using the fonts or their derivatives.
 .
 DEFINITIONS
 .
 "Font Software" refers to the set of files released by the Copyright
 Holder(s) under this license and clearly marked as such. This may
 include source files, build scripts and documentation.
 .
 "Reserved Font Name" refers to any names specified as such after the
 copyright statement(s).
 .
 "Original Version" refers to the collection of Font Software components
 as distributed by the Copyright Holder(s).
 .
 "Modified Version" refers to any derivative made by adding to,deleting,
 or substituting -- in part or in whole -- any of the components of the
 Original Version, by changing formats or by porting the Font Software
 to a new environment.
 .
 "Author" refers to any designer, engineer, programmer, technical writer
 or other person who contributed to the Font Software.
 .
 PERMISSION & CONDITIONS
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of the Font Software, to use, study, copy, merge, embed, modify,
 redistribute, and sell modified and unmodified copies of the Font
 Software, subject to the following conditions:
 .
 1) Neither the Font Software nor any of its individual components, in
 Original or Modified Versions, may be sold by itself.
 .
 2) Original or Modified Versions of the Font Software may be bundled,
 redistributed and/or sold with any software, provided that each copy
 contains the above copyright notice and this license. These can be
 included either as stand-alone text files, human-readable headers or in
 the appropriate machine-readable metadata fields within text or binary
 files as long as those fields can be easily viewed by the user.
 .
 3) No Modified Version of the Font Software may use the Reserved Font
 Name(s) unless explicit written permission is granted by the
 corresponding Copyright Holder. This restriction only applies to the
 primary font name as presented to the users.
 .
 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
 Software shall not be used to promote, endorse or advertise any
 Modified Version, except to acknowledge the contribution(s) of the
 Copyright Holder(s) and the Author(s) or with their explicit written
 permission.
 .
 5) The Font Software, modified or unmodified, in part or in whole, must
 be distributed entirely under this license, and must not be distributed
 under any other license. The requirement for fonts to remain under this
 license does not apply to any document created using the Font Software.
 .
 TERMINATION
 .
 This license becomes null and void if any of the above conditions are
 not met.
 .
 DISCLAIMER
 .
 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
 COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
 DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
 OTHER DEALINGS IN THE FONT SOFTWARE.



==========================================================================
Package: libpciaccess-dev:arm64
==========================================================================
This package was downloaded from
http://xorg.freedesktop.org/releases/individual/lib/

It was debianized by Julien Cristau <jcristau@debian.org> on
Wed, 13 Jun 2007, with package descriptions taken from a package by
Matthew Garrett <mjg59@srcf.ucam.org>.

The Debian packaging is (C) 2007, Matthew Garrett <mjg59@srcf.ucam.org> and
Julien Cristau <jcristau@debian.org>, and is licensed under the GPL, see
`/usr/share/common-licenses/GPL'.

Upstream authors:

    Ian Romanick <idr@us.ibm.com>
    Eric Anholt <eric@anholt.com>
    edward shu <edward.shu@sun.com>

Copyright:

(C) Copyright IBM Corporation 2006, 2007
(C) Copyright Eric Anholt 2006
(C) Copyright Mark Kettenis 2011
(C) Copyright Robert Millan 2012
Copyright (c) 2007, 2008, 2009, 2011, 2012, 2013 Oracle and/or its affiliates.
Copyright 2009, 2012 Red Hat, Inc.
All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation on
the rights to use, copy, modify, merge, publish, distribute, sub license,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.

------------------------------------------------------------------------------

Copyright (c) 2008 Juan Romero Pardines
Copyright (c) 2008, 2011 Mark Kettenis
Copyright (c) 2009 Michael Lorenz
Copyright (c) 2009, 2012 Samuel Thibault

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

------------------------------------------------------------------------------

Copyright (C) 2000 The XFree86 Project, Inc.  All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the XFree86 Project shall
not be used in advertising or otherwise to promote the sale, use or other
dealings in this Software without prior written authorization from the
XFree86 Project.

------------------------------------------------------------------------------

Copyright (c) 2007 Paulo R. Zanoni, Tiago Vignatti
Copyright (c) 2009 Tiago Vignatti

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.



==========================================================================
Package: libpciaccess0:arm64
==========================================================================
This package was downloaded from
http://xorg.freedesktop.org/releases/individual/lib/

It was debianized by Julien Cristau <jcristau@debian.org> on
Wed, 13 Jun 2007, with package descriptions taken from a package by
Matthew Garrett <mjg59@srcf.ucam.org>.

The Debian packaging is (C) 2007, Matthew Garrett <mjg59@srcf.ucam.org> and
Julien Cristau <jcristau@debian.org>, and is licensed under the GPL, see
`/usr/share/common-licenses/GPL'.

Upstream authors:

    Ian Romanick <idr@us.ibm.com>
    Eric Anholt <eric@anholt.com>
    edward shu <edward.shu@sun.com>

Copyright:

(C) Copyright IBM Corporation 2006, 2007
(C) Copyright Eric Anholt 2006
(C) Copyright Mark Kettenis 2011
(C) Copyright Robert Millan 2012
Copyright (c) 2007, 2008, 2009, 2011, 2012, 2013 Oracle and/or its affiliates.
Copyright 2009, 2012 Red Hat, Inc.
All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation on
the rights to use, copy, modify, merge, publish, distribute, sub license,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.

------------------------------------------------------------------------------

Copyright (c) 2008 Juan Romero Pardines
Copyright (c) 2008, 2011 Mark Kettenis
Copyright (c) 2009 Michael Lorenz
Copyright (c) 2009, 2012 Samuel Thibault

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

------------------------------------------------------------------------------

Copyright (C) 2000 The XFree86 Project, Inc.  All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the XFree86 Project shall
not be used in advertising or otherwise to promote the sale, use or other
dealings in this Software without prior written authorization from the
XFree86 Project.

------------------------------------------------------------------------------

Copyright (c) 2007 Paulo R. Zanoni, Tiago Vignatti
Copyright (c) 2009 Tiago Vignatti

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.



==========================================================================
Package: libpcre2-16-0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Comment: This package was debianized by Matthew Vernon <matthew@debian.org>
Source: https://github.com/PCRE2Project/pcre2/releases

Files: *
Copyright: 1997-2022 University of Cambridge.
License: BSD-3-clause-Cambridge with BINARY LIBRARY-LIKE PACKAGES exception
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    * Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimer.
 .
    * Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
 .
    * Neither the name of the University of Cambridge nor the names of any
      contributors may be used to endorse or promote products derived from this
      software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.
 .
 .
 EXEMPTION FOR BINARY LIBRARY-LIKE PACKAGES
 ------------------------------------------
 .
 The second condition in the BSD licence (covering binary redistributions) does
 not apply all the way down a chain of software. If binary package A includes
 PCRE2, it must respect the condition, but if package B is software that
 includes package A, the condition is not imposed on package B unless it uses
 PCRE2 independently.

Files: cmake/Find*
Copyright: KDE Community
License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. The name of the author may not be used to endorse or promote products
    derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: install-sh
Copyright: (C) 1994 X Consortium
License: X11
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from the X Consor-
 tium.
Comment: FSF changes to this file are in the public domain.

Files: src/sljit/*
Copyright: Zoltan Herczeg (hzmester@freemail.hu). All rights reserved.
License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without modification, are
 permitted provided that the following conditions are met:
 .
   1. Redistributions of source code must retain the above copyright notice, this list of
      conditions and the following disclaimer.
 .
   2. Redistributions in binary form must reproduce the above copyright notice, this list
      of conditions and the following disclaimer in the documentation and/or other materials
      provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND CONTRIBUTORS ``AS IS'' AND ANY
 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
 SHALL THE COPYRIGHT HOLDER(S) OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: testdata/*
Copyright: None (public-domain)
License: public-domain
 The data in the testdata directory is not copyrighted and is in the public domain.



==========================================================================
Package: libpcre2-32-0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Comment: This package was debianized by Matthew Vernon <matthew@debian.org>
Source: https://github.com/PCRE2Project/pcre2/releases

Files: *
Copyright: 1997-2022 University of Cambridge.
License: BSD-3-clause-Cambridge with BINARY LIBRARY-LIKE PACKAGES exception
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    * Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimer.
 .
    * Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
 .
    * Neither the name of the University of Cambridge nor the names of any
      contributors may be used to endorse or promote products derived from this
      software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.
 .
 .
 EXEMPTION FOR BINARY LIBRARY-LIKE PACKAGES
 ------------------------------------------
 .
 The second condition in the BSD licence (covering binary redistributions) does
 not apply all the way down a chain of software. If binary package A includes
 PCRE2, it must respect the condition, but if package B is software that
 includes package A, the condition is not imposed on package B unless it uses
 PCRE2 independently.

Files: cmake/Find*
Copyright: KDE Community
License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. The name of the author may not be used to endorse or promote products
    derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: install-sh
Copyright: (C) 1994 X Consortium
License: X11
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from the X Consor-
 tium.
Comment: FSF changes to this file are in the public domain.

Files: src/sljit/*
Copyright: Zoltan Herczeg (hzmester@freemail.hu). All rights reserved.
License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without modification, are
 permitted provided that the following conditions are met:
 .
   1. Redistributions of source code must retain the above copyright notice, this list of
      conditions and the following disclaimer.
 .
   2. Redistributions in binary form must reproduce the above copyright notice, this list
      of conditions and the following disclaimer in the documentation and/or other materials
      provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND CONTRIBUTORS ``AS IS'' AND ANY
 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
 SHALL THE COPYRIGHT HOLDER(S) OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: testdata/*
Copyright: None (public-domain)
License: public-domain
 The data in the testdata directory is not copyrighted and is in the public domain.



==========================================================================
Package: libpcre2-8-0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Comment: This package was debianized by Matthew Vernon <matthew@debian.org>
Source: https://github.com/PCRE2Project/pcre2/releases

Files: *
Copyright: 1997-2022 University of Cambridge.
License: BSD-3-clause-Cambridge with BINARY LIBRARY-LIKE PACKAGES exception
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    * Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimer.
 .
    * Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
 .
    * Neither the name of the University of Cambridge nor the names of any
      contributors may be used to endorse or promote products derived from this
      software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.
 .
 .
 EXEMPTION FOR BINARY LIBRARY-LIKE PACKAGES
 ------------------------------------------
 .
 The second condition in the BSD licence (covering binary redistributions) does
 not apply all the way down a chain of software. If binary package A includes
 PCRE2, it must respect the condition, but if package B is software that
 includes package A, the condition is not imposed on package B unless it uses
 PCRE2 independently.

Files: cmake/Find*
Copyright: KDE Community
License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. The name of the author may not be used to endorse or promote products
    derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: install-sh
Copyright: (C) 1994 X Consortium
License: X11
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from the X Consor-
 tium.
Comment: FSF changes to this file are in the public domain.

Files: src/sljit/*
Copyright: Zoltan Herczeg (hzmester@freemail.hu). All rights reserved.
License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without modification, are
 permitted provided that the following conditions are met:
 .
   1. Redistributions of source code must retain the above copyright notice, this list of
      conditions and the following disclaimer.
 .
   2. Redistributions in binary form must reproduce the above copyright notice, this list
      of conditions and the following disclaimer in the documentation and/or other materials
      provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND CONTRIBUTORS ``AS IS'' AND ANY
 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
 SHALL THE COPYRIGHT HOLDER(S) OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: testdata/*
Copyright: None (public-domain)
License: public-domain
 The data in the testdata directory is not copyrighted and is in the public domain.



==========================================================================
Package: libpcre2-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Comment: This package was debianized by Matthew Vernon <matthew@debian.org>
Source: https://github.com/PCRE2Project/pcre2/releases

Files: *
Copyright: 1997-2022 University of Cambridge.
License: BSD-3-clause-Cambridge with BINARY LIBRARY-LIKE PACKAGES exception
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    * Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimer.
 .
    * Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
 .
    * Neither the name of the University of Cambridge nor the names of any
      contributors may be used to endorse or promote products derived from this
      software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.
 .
 .
 EXEMPTION FOR BINARY LIBRARY-LIKE PACKAGES
 ------------------------------------------
 .
 The second condition in the BSD licence (covering binary redistributions) does
 not apply all the way down a chain of software. If binary package A includes
 PCRE2, it must respect the condition, but if package B is software that
 includes package A, the condition is not imposed on package B unless it uses
 PCRE2 independently.

Files: cmake/Find*
Copyright: KDE Community
License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. The name of the author may not be used to endorse or promote products
    derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: install-sh
Copyright: (C) 1994 X Consortium
License: X11
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from the X Consor-
 tium.
Comment: FSF changes to this file are in the public domain.

Files: src/sljit/*
Copyright: Zoltan Herczeg (hzmester@freemail.hu). All rights reserved.
License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without modification, are
 permitted provided that the following conditions are met:
 .
   1. Redistributions of source code must retain the above copyright notice, this list of
      conditions and the following disclaimer.
 .
   2. Redistributions in binary form must reproduce the above copyright notice, this list
      of conditions and the following disclaimer in the documentation and/or other materials
      provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND CONTRIBUTORS ``AS IS'' AND ANY
 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
 SHALL THE COPYRIGHT HOLDER(S) OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: testdata/*
Copyright: None (public-domain)
License: public-domain
 The data in the testdata directory is not copyrighted and is in the public domain.



==========================================================================
Package: libpcre2-posix3:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Comment: This package was debianized by Matthew Vernon <matthew@debian.org>
Source: https://github.com/PCRE2Project/pcre2/releases

Files: *
Copyright: 1997-2022 University of Cambridge.
License: BSD-3-clause-Cambridge with BINARY LIBRARY-LIKE PACKAGES exception
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    * Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimer.
 .
    * Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
 .
    * Neither the name of the University of Cambridge nor the names of any
      contributors may be used to endorse or promote products derived from this
      software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.
 .
 .
 EXEMPTION FOR BINARY LIBRARY-LIKE PACKAGES
 ------------------------------------------
 .
 The second condition in the BSD licence (covering binary redistributions) does
 not apply all the way down a chain of software. If binary package A includes
 PCRE2, it must respect the condition, but if package B is software that
 includes package A, the condition is not imposed on package B unless it uses
 PCRE2 independently.

Files: cmake/Find*
Copyright: KDE Community
License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. The name of the author may not be used to endorse or promote products
    derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: install-sh
Copyright: (C) 1994 X Consortium
License: X11
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from the X Consor-
 tium.
Comment: FSF changes to this file are in the public domain.

Files: src/sljit/*
Copyright: Zoltan Herczeg (hzmester@freemail.hu). All rights reserved.
License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without modification, are
 permitted provided that the following conditions are met:
 .
   1. Redistributions of source code must retain the above copyright notice, this list of
      conditions and the following disclaimer.
 .
   2. Redistributions in binary form must reproduce the above copyright notice, this list
      of conditions and the following disclaimer in the documentation and/or other materials
      provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND CONTRIBUTORS ``AS IS'' AND ANY
 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
 SHALL THE COPYRIGHT HOLDER(S) OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: testdata/*
Copyright: None (public-domain)
License: public-domain
 The data in the testdata directory is not copyrighted and is in the public domain.



==========================================================================
Package: libpgm-5.3-0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: OpenPGM
Upstream-Contact: Steven McCoy <steven.mccoy@miru.hk>
Source: https://github.com/steve-o/openpgm

Files: *
Copyright: 2006-     Miru Limited.
License: LGPL-2.1

Files: debian/*
Copyright: Copyright (C) 2014-     Laszlo Boszormenyi (GCS) <gcs@debian.org>,
 Copyright (C) 2006-2011 Miru Limited & Gabriel de Perthuis
License: LGPL-2.1

License: LGPL-2.1
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems, the full text of the GNU Lesser General Public
 License version 2.1 can be found in the file
 `/usr/share/common-licenses/LGPL-2.1'.

Files: openpgm/pgm/md5.c*
Copyright: 1995, 1996, 2001, 2003 Free Software Foundation, Inc.
License: LGPL-2+
 This file is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This file is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this file; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems, the full text of the GNU Lesser General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/LGPL-2'.

Files: openpgm/pgm/include/impl/ip.h
Copyright: 1982, 1986, 1993 The Regents of the University of California.
           1996-1999 by Internet Software Consortium.
License: BSD-3-clause and ISC

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 4. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: ISC
 Permission to use, copy, modify, and distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
 ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
 CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 SOFTWARE.



==========================================================================
Package: libpixman-1-0:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/

Debian packaging by Julien Cristau <jcristau@debian.org>, 18 May 2007.

The following is the MIT license, agreed upon by most contributors.
Copyright holders of new code should use this license statement where
possible. They may also add themselves to the list below.

/*
 * Copyright 1987, 1988, 1989, 1998  The Open Group
 * Copyright 1987, 1988, 1989 Digital Equipment Corporation
 * Copyright 1999, 2004, 2008 Keith Packard
 * Copyright 2000 SuSE, Inc.
 * Copyright 2000 Keith Packard, member of The XFree86 Project, Inc.
 * Copyright 2004, 2005, 2007, 2008, 2009, 2010 Red Hat, Inc.
 * Copyright 2004 Nicholas Miell
 * Copyright 2005 Lars Knoll & Zack Rusin, Trolltech
 * Copyright 2005 Trolltech AS
 * Copyright 2007 Luca Barbato
 * Copyright 2008 Aaron Plattner, NVIDIA Corporation
 * Copyright 2008 Rodrigo Kumpera
 * Copyright 2008 André Tupinambá
 * Copyright 2008 Mozilla Corporation
 * Copyright 2008 Frederic Plourde
 * Copyright 2009, Oracle and/or its affiliates. All rights reserved.
 * Copyright 2009, 2010 Nokia Corporation
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice (including the next
 * paragraph) shall be included in all copies or substantial portions of the
 * Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 * DEALINGS IN THE SOFTWARE.
 */



==========================================================================
Package: libpng16-16:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libpng
Source: http://www.libpng.org/pub/png/

Files: *
Copyright: 1995-2022 The PNG Reference Library Authors.
           1998-2018 Glenn Randers-Pehrson
           2018-2022 Cosmin Truta
License: libpng

Files: arm/*
Copyright: 2018-2019 Cosmin Truta
           2017-2018 Arm Holdings. All rights reserved.
           2014,2016 Glenn Randers-Pehrson
License: libpng

Files: contrib/pngminus/*
Copyright: 1999-2019 Willem van Schaik
License: expat

Files: contrib/tools/*
Copyright: 2013-2017 John Cunningham Bowler
           2015 Glenn Randers-Pehrson
License: libpng

Files: pngwutil.c pngstruct.h pngwrite.c pnginfo.h pngrio.c png.h
       pngread.c pngwio.c pngrutil.c pngmem.c pngget.c pngtest.c
       pngrtran.c pngpriv.h pngset.c pngpread.c
       pngdebug.h pngerror.c pngwtran.c png.c pngtrans.c example.c
Copyright: 1996, 1997 Andreas Dilger
           1995, 1996 Guy Eric Schalnat, Group 42, Inc.
           1998-2013 Glenn Randers-Pehrson
           2018-2022 Cosmin Truta
License: libpng

Files: contrib/gregbook/*
       contrib/visupng/resource.h
       contrib/visupng/cexcept.h
Copyright: 2000-2008 Adam M. Costello and Cosmin Truta
           1998-2017 Greg Roelofs
License: GPL-2+ or BSD-like-with-advertising-clause

Files: contrib/visupng/PngFile.c contrib/visupng/PngFile.h
       contrib/visupng/VisualPng.c
Copyright: 2000,2017 Willem van Schaik
License: libpng

Files: contrib/libtests/tarith.c
Copyright: 2011-2013 John Cunningham Bowler
           2021 Cosmin Truta
License: libpng

Files: contrib/oss-fuzz/*
Copyright: 2017 Glenn Randers-Pehrson
           2016 Google Inc.
License: libpng OR Apache-2.0 OR BSD-3-clause

Files: contrib/oss-fuzz/Dockerfile
Copyright: 2016 Google Inc.
License: Apache-2.0

Files: debian/*
Copyright:      2001 Philippe Troin <phil@fifi.org>
                2002 Junichi Uekawa <dancer@debian.org>
                2003 Josselin Mouette <joss@debian.org>
           2006-2009 Anibal Monsalve Salazar <anibal@debian.org>
           2011-2014 Nobuhiro Iwamatsu <iwamatsu@debian.org>
           2016-2022 Gianfranco Costamagna <locutusofborg@debian.org>
           2016-2017 Tobias Frost <tobi@debian.org>
License: GPL-2+

License: expat
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: GPL-2+
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 .
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

License: BSD-like-with-advertising-clause
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute
 it freely, subject to the following restrictions:
 .
 1. Redistributions of source code must retain the above copyright
     notice, disclaimer, and this list of conditions.
 2. Redistributions in binary form must reproduce the above copyright
    notice, disclaimer, and this list of conditions in the documenta-
    tion and/or other materials provided with the distribution.
  3. All advertising materials mentioning features or use of this
     software must display the following acknowledgment:
 .
 This product includes software developed by Greg Roelofs
 and contributors for the book, "PNG: The Definitive Guide,"
 published by O'Reilly and Associates.

License: libpng
 Here is the copyright and license for libpng:
 . 
   libpng versions 1.2.6, August 15, 2004, through 1.5.2, March 31, 2011, are
   Copyright (c) 2004, 2006-2011 Glenn Randers-Pehrson, and are
   distributed according to the same disclaimer and license as libpng-1.2.5
   with the following individual added to the list of Contributing Authors
 .
     Cosmin Truta
 .
   libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
   Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
   distributed according to the same disclaimer and license as libpng-1.0.6
   with the following individuals added to the list of Contributing Authors
 .
     Simon-Pierre Cadieux
     Eric S. Raymond
     Gilles Vollant
 .
   and with the following additions to the disclaimer:
 .
   There is no warranty against interference with your enjoyment of the
   library or against infringement.  There is no warranty that our
   efforts or the library will fulfill any of your particular purposes
   or needs.  This library is provided with all faults, and the entire
   risk of satisfactory quality, performance, accuracy, and effort is with
   the user.
 .
   libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
   Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
   distributed according to the same disclaimer and license as libpng-0.96,
   with the following individuals added to the list of Contributing Authors:
 .
     Tom Lane
     Glenn Randers-Pehrson
     Willem van Schaik
 .
   (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
   (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
 .
   Authors and maintainers:
   libpng versions 0.71, May 1995, through 0.88, January 1996: Guy Schalnat
   libpng versions 0.89c, June 1996, through 0.96, May 1997: Andreas Dilger
   libpng versions 0.97, January 1998, through 1.2.26 - April 2, 2008: Glenn
   See also "Contributing Authors", below.
 .
 .
   COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
 .
   If you modify libpng you may insert additional notices immediately following
   this sentence.
 .
   libpng versions 1.2.6, August 15, 2004, through 1.2.26, April 2, 2008, are
   Copyright (c) 2004, 2006-2008 Glenn Randers-Pehrson, and are
   distributed according to the same disclaimer and license as libpng-1.2.5
   with the following individual added to the list of Contributing Authors:
 .
      Cosmin Truta
 .
   libpng versions 1.0.7, July 1, 2000, through 1.2.5, October 3, 2002, are
   Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
   distributed according to the same disclaimer and license as libpng-1.0.6
   with the following individuals added to the list of Contributing Authors:
 .
      Simon-Pierre Cadieux
      Eric S. Raymond
      Gilles Vollant
 .
   and with the following additions to the disclaimer:
 .
      There is no warranty against interference with your enjoyment of the
      library or against infringement.  There is no warranty that our
      efforts or the library will fulfill any of your particular purposes
      or needs.  This library is provided with all faults, and the entire
      risk of satisfactory quality, performance, accuracy, and effort is with
      the user.
 .
   libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
   Copyright (c) 1998, 1999, 2000 Glenn Randers-Pehrson, and are
   distributed according to the same disclaimer and license as libpng-0.96,
   with the following individuals added to the list of Contributing Authors:
 .
      Tom Lane
      Glenn Randers-Pehrson
      Willem van Schaik
 .
   libpng versions 0.89, June 1996, through 0.96, May 1997, are
   Copyright (c) 1996, 1997 Andreas Dilger
   Distributed according to the same disclaimer and license as libpng-0.88,
   with the following individuals added to the list of Contributing Authors:
 .
      John Bowler
      Kevin Bracey
      Sam Bushell
      Magnus Holmgren
      Greg Roelofs
      Tom Tanner
 .
   libpng versions 0.5, May 1995, through 0.88, January 1996, are
   Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
 .
   For the purposes of this copyright and license, "Contributing Authors"
   is defined as the following set of individuals:
 .
      Andreas Dilger
      Dave Martindale
      Guy Eric Schalnat
      Paul Schmidt
      Tim Wegner
 .
   The PNG Reference Library is supplied "AS IS".  The Contributing Authors
   and Group 42, Inc. disclaim all warranties, expressed or implied,
   including, without limitation, the warranties of merchantability and of
   fitness for any purpose.  The Contributing Authors and Group 42, Inc.
   assume no liability for direct, indirect, incidental, special, exemplary,
   or consequential damages, which may result from the use of the PNG
   Reference Library, even if advised of the possibility of such damage.
 .
   Permission is hereby granted to use, copy, modify, and distribute this
   source code, or portions hereof, for any purpose, without fee, subject
   to the following restrictions:
 .
   1. The origin of this source code must not be misrepresented.
 .
   2. Altered versions must be plainly marked as such and
      must not be misrepresented as being the original source.
 .
   3. This Copyright notice may not be removed or altered from
      any source or altered source distribution.
 .
   The Contributing Authors and Group 42, Inc. specifically permit, without
   fee, and encourage the use of this source code as a component to
   supporting the PNG file format in commercial products.  If you use this
   source code in a product, acknowledgment is not required but would be
   appreciated.
 .
   contrib/pngsuite:
   --------
   (c) Willem van Schaik, 1999, 2011
 .
   Permission to use, copy, modify, and distribute these images for any
   purpose and without fee is hereby granted.

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
  http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the full text of the Apache License
 can be found in the file `/usr/share/common-licenses/Apache-2.0'.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.




==========================================================================
Package: libpthread-stubs0-dev:arm64
==========================================================================
This package was debianized by Jamey Sharp <sharpone@debian.org> on
Fri, 24 Nov 2006 01:01:49 -0800.  The package is co-maintained by the
XCB developers via the XCB mailing list <xcb@lists.freedesktop.org>.

It was downloaded from https://xcb.freedesktop.org/dist

Upstream Authors: Jamey Sharp <sharpone@debian.org>
                  Josh Triplett <josh@freedesktop.org>

Copyright:
   Copyright (C) 2006 Diego Pettenò
   Inspired by libX11 code copyright (c) 1995 David E. Wexelblat.
   Copyright (C) 2007 Jamey Sharp <sharpone@debian.org>
   Copyright (C) 2007 Josh Triplett <josh@freedesktop.org>

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the names of the authors or their
institutions shall not be used in advertising or otherwise to promote the
sale, use or other dealings in this Software without prior written
authorization from the authors.



==========================================================================
Package: libpulse-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Pulseeaudio
Upstream-Contact: General PulseAudio Discussion <pulseaudio-discuss@lists.freedesktop.org>
Files-Excluded: src/modules/rtp/rfc*

Files: *
Copyright:
  Copyright (C) 2004-2009 Lennart Poettering
  Copyright (C) 2006-2007 Pierre Ossman <ossman@cendio.se> for Cendio AB
License: LGPL-2.1+
 The upstream license clarifies pretty well that the sources of pulseaudio are
 LGPL (please see LGPL license grant below), but that some parts will be
 effectively GPL since they rely on GPL libraries, quoting the upstream
 LICENSE:
 . 
    """All PulseAudio source files are licensed under the GNU Lesser General
    Public License. (see file LGPL for details)
 .
    However, the server side links to the GPL-only library 'libsamplerate'
    which practically downgrades the license of the server part to GPL (see
    file GPL for details), exercising section 3 of the LGPL.
 .
    Hence you should treat the client library ('libpulse') of PulseAudio as
    being LGPL licensed and the server part ('libpulsecore') as being GPL
    licensed. Since the PulseAudio daemon and the modules link to
    'libpulsecore' they are of course also GPL licensed.
 .
    -- Lennart Poettering, April 20th, 2006."""
 .
 On Debian systems, the complete text of the LGPL-2.1 can be found in
  /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/g711.c
Copyright:
 Copyright (C) Sun Microsystems, Inc
License: other
 This source code is a product of Sun Microsystems, Inc. and is provided
 for unrestricted use.  Users may copy or modify this source code without
 charge.
 .
 SUN SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING
 THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
 PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
 .
 Sun source code is provided with no support and without any obligation on
 the part of Sun Microsystems, Inc. to assist in its use, correction,
 modification or enhancement.
 .
 SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
 INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS SOFTWARE
 OR ANY PART THEREOF.
 .
 In no event will Sun Microsystems, Inc. be liable for any lost revenue
 or profits or other special, indirect and consequential damages, even if
 Sun has been advised of the possibility of such damages.

Files: src/pulsecore/g711.h
Copyright:
 Copyright (C) 2001 Chris Bagwell
License: other
 Permission to use, copy, modify, and distribute this software and its
 documentation for any purpose and without fee is hereby granted, provided
 that the above copyright notice appear in all copies and that both that
 copyright notice and this permission notice appear in supporting
 documentation.  This software is provided "as is" without express or
 implied warranty.

Files: src/pulsecore/poll.*
Copyright:
 Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
 Copyright (C)1994,96,97,98,99,2000,2001,2004 Free Software Foundation, Inc.
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulse/utf8.c
Copyright:
 Copyright (C) 1999 Tom Tromey
 Copyright (C) 2000 Red Hat, Inc.
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/bluetooth/ipc.*  src/modules/bluetooth/rtp.*
Copyright:
 Copyright (C) 2004-2009  Marcel Holtmann <marcel@holtmann.org>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/bluetooth/module-bluetooth-device.c
       src/modules/bluetooth/module-bluetooth-discover.c
       src/modules/bluetooth/bluetooth-util.*
Copyright:
 Copyright (C) 2008-2009 Joao Paulo Rechi Vita
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.

Files: src/modules/bluetooth/proximity-helper.c
Copyright:
 Copyright (C) 2000-2001  Qualcomm Incorporated
 Copyright (C) 2002-2003  Maxim Krasnyansky <maxk@qualcomm.com>
 Copyright (C) 2002-2007  Marcel Holtmann <marcel@holtmann.org>
License: GPL-2+
 On Debian systems, the complete text of the GPL-2 can be found in
 /usr/share/common-licenses/GPL-2.

Files: src/modules/bluetooth/sbc*
Copyright:
 Copyright (C) 2004-2009  Marcel Holtmann <marcel@holtmann.org>
 Copyright (C) 2004-2005  Henryk Ploetz <henryk@ploetzli.ch>
 Copyright (C) 2005-2006  Brad Midgley <bmidgley@xmission.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/dbus/iface-client.c
       src/modules/dbus/iface-stream.c:
Copyright:
 Copyright 2009 Tanu Kaskinen
 Copyright 2009 Vincent Filali-Ansary <filali.v@azurdigitalnetworks.net>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/dbus/module-dbus-protocol.c
Copyright:
 Copyright 2009 Tanu Kaskinen
 Copyright 2006 Lennart Poettering
 Copyright 2006 Shams E. King
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/dbus/*
Copyright:
 Copyright 2009 Tanu Kaskinen
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/echo-cancel/adrian*.*
Copyright:
 Copyright (C) DFS Deutsche Flugsicherung (2004). All Rights Reserved.
License: other
 You are allowed to use this source code in any open source or closed
 source software you want. You are allowed to use the algorithms for a
 hardware solution. You are allowed to modify the source code.
 You are not allowed to remove the name of the author from this memo or
 from the source code files. You are not allowed to monopolize the
 source code or the algorithms behind the source code as your
 intellectual property. This source code is free of royalty and comes
 with no warranty.

Files: src/modules/echo-cancel/echo-cancel.h
Copyright:
 Copyright 2010 Arun Raghavan <arun.raghavan@collabora.co.uk>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/echo-cancel/module-echo-cancel.c
Copyright:
 Copyright 2010 Wim Taymans <wim.taymans@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/echo-cancel/speex.c
Copyright:
 Copyright 2010 Wim Taymans <wim.taymans@gmail.com>
 Contributor: Arun Raghavan <arun.raghavan@collabora.co.uk>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/jack/module-jackdbus-detect.c
Copyright:
 Written by David Henningsson <david.henningsson@canonical.com>
 Copyright 2010 Canonical Ltd.
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-device-manager.*
Copyright:
 Copyright 2006-2008 Lennart Poettering
 Copyright (C) 2009 Colin Guthrie
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-equalizer-sink.c
Copyright:
 Copyright 2004-2008 Lennart Poettering
 Copyright 2009 Jason Newton <nevion@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/dbus-*.*  src/modules/module-hal-detect.c
Copyright:
 Copyright 2006 Lennart Poettering
 Copyright 2006 Shams E. King
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/ladspa.h
Copyright:
 Copyright (C) 2000-2002 Richard W.E. Furse, Paul Barton-Davis, Stefan
   Westerfeld.
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-always-sink.c src/modules/rtp/rtsp_client.*
Copyright:
 Copyright (C) 2008 Colin Guthrie
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-detect.c
Copyright:
 Copyright 2006 Lennart Poettering
 Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
 Copyright 2006 Diego Petteno
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/roap/*roap*  src/modules/rtp/headerlist.*
Copyright:
 Copyright 2005-2007 Lennart Poettering
 Copyright (C) 2008 Colin Guthrie
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/roap/base64.*
Copyright:
 Copyright (C) 2008 Colin Guthrie
 Copyright (C) Kungliga Tekniska Hogskolan
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-device-manager.c
Copyright:
 Copyright 2006-2008 Lennart Poettering
 Copyright 2009 Colin Guthrie
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-filter-apply*.c
       src/modules/module-filter-heuristics*.c
Copyright:
 Copyright 2011 Colin Guthrie
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-solaris.c
Copyright:
 Copyright 2006 Lennart Poettering
 Copyright 2006-2007 Pierre Ossman <ossman@cendio.se> for Cendio AB
 Copyright 2009 Finn Thain
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-switch-on-connect.c
Copyright:
 Copyright 2006 Lennart Poettering
 Copyright 2009 Canonical Ltd
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-virtual-sink.c
      src/modules/module-virtual-source.c
Copyright:
 Copyright 2010 Intel Corporation
 Contributor: Pierre-Louis Bossart <pierre-louis.bossart@intel.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/reserve.*
Copyright:
  Copyright 2009 (C) Lennart Poettering
License: other
  Permission is hereby granted, free of charge, to any person
  obtaining a copy of this software and associated documentation files
  (the "Software"), to deal in the Software without restriction,
  including without limitation the rights to use, copy, modify, merge,
  publish, distribute, sublicense, and/or sell copies of the Software,
  and to permit persons to whom the Software is furnished to do so,
  subject to the following conditions:
 .
  The above copyright notice and this permission notice shall be
  included in all copies or substantial portions of the Software.
 .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.

Files: src/pulsecore/atomic.h
Copyright:
 Copyright (C) 2006-2008 Lennart Poettering
 Copyright (C) 2008 Nokia Corporation
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/core-util.c
Copyright:
 Copyright (C) 2004-2006 Lennart Poettering
 Copyright (C) 2004 Joe Marcus Clarke
 Copyright (C) 2006-2007 Pierre Ossman <ossman@cendio.se> for Cendio AB
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulse/ext-device-manager.*
Copyright:
 Copyright (C) 2008 Lennart Poettering
 Copyright (C) 2009 Colin Guthrie
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/ffmpeg/avcodec.h
Copyright:
 Copyright (c) 2001 Fabrice Bellard
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/ffmpeg/resample2.c
Copyright:
 Copyright (c) 2004 Michael Niedermayer <michaelni@gmx.at>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/socket-util.c
Copyright:
 Copyright (C) 2004-2006 Lennart Poettering
 Copyright (C) 2004 Joe Marcus Clarke
 Copyright (C) 2006-2007 Pierre Ossman <ossman@cendio.se> for Cendio AB
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: man/xmltoman
Copyright:
  Copyright (C) 2000-2002 Oliver Kurth <oku@masqmail.cx>
  Copyright (C) 2003 Lennart Poettering <mzkzygbzna@0pointer.de>
License: LGPL-2+
 On Debian systems, the complete text of the LGPL-2 can be found in
 /usr/share/common-licenses/LGPL-2.

Files: po/ca.po
Copyright:
  Copyright (C) 2008 Xavier Conde Rueda <xavi.conde@gmail.com>
  Copyright (C) 2009 Agustí Grau <fletxa@gmail.com>, 2009.
  Copyright (C) Judith Pintó Subirada <judithp@gmail.com>
  Copyright (C) 2009 Josep Torné Llavall <josep.torne@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/cs.po
Copyright:
  Copyright (C) 2008,2009 Petr Kovar <pknbe@volny.cz>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/de.po
Copyright:
  Copyright (C) 2008,2009 Fabian Affolter <fab@fedoraproject.org>
  Copyright (C) 2008,2009 Micha Pietsch <barney@fedoraproject.org>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/de_CH.po
Copyright:
  Copyright (C) 2008, 2009 Fabian Affolter <fab@fedoraproject.org>
  Copyright (C) 2008, 2009 Micha Pietsch <barney@fedoraproject.org>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/el.po
Copyright:
  Copyright (C) 2008 Dimitris Glezos <dimitris@glezos.com>
  Copyright (C) 2009 Thalia Papoutsaki <saliyath@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/es.po
Copyright:
  Copyright (C) 2009 Domingo Becker <domingobecker@gmail.com>
  Copyright (C) 2008 Hector Daniel Cabrera <h.daniel.cabrera@gmail.com>
  Copyright (C) 2009 Fernando Gonzalez Blanco <fgonz@fedoraproject.org>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/fi.po
Copyright:
  Copyright (C) 2009 Timo Jyrinki <timo.jyrinki@iki.fi>
  Copyright (C) 2009 Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/fr.po
Copyright:
  Copyright (C) 2008 Robert-Andre Mauchin <zebob.m@pengzone.org>
  Copyright (C) 2008 Michael Ughetto <telimektar esraonline com>
  Copyright (C) 2008 Pablo Martin-Gomez <pablo.martin-gomez@laposte.net>
  Copyright (C) 2009 Corentin Perard <corentin.perard@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/gu.po
Copyright:
  Copyright (C) 2009 Sweta Kothari <swkothar@redhat.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/hi.po
Copyright:
  Copyright (C) 2009 Rajesh Ranjan <rajesh672@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/it.po
Copyright:
  Copyright (C) 2008,2009 Luca Ferretti <elle.uca@libero.it>
  Copyright (C) 2009 Milo Casagrande <milo@ubuntu.com>
  Copyright (C) 2009 ario_santagiuliana <mario at marionline.it>
  Copyright (C) 2009 Milo Casagrande <milo@ubuntu.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/ja.po
Copyright:
  Copyright (C) 2009 Hyu_gabaru Ryu_ichi <hyu_gabaru@yahoo.co.jp>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/kn.po
Copyright:
  Copyright (C) 2009 Shankar Prasad <svenkate@redhat.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/mr.po
Copyright:
  Copyright (C) 2009 Sandeep Shedmake <sandeep.shedmake@gmail.com>
  Copyright (C) 2009 Sandeep Shedmake <sshedmak@redhat.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/nl.po
Copyright:
  Copyright (C) 2009 Geert Warrink <geert.warrink@onsnet.nu>
  Copyright (C) 2009 Reinout van Schouwen <reinout@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/or.po
Copyright:
  Copyright (C) 2009 Manoj Kumar Giri <mgiri@redhat.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/pa.po
Copyright:
  Copyright (C) 2009 Amanpreet Singh Alam <aalam@users.sf.net>
  Copyright (C) 2009 Jaswinder Singh <jsingh@redhat.com>
  Copyright (C) 2009 A S Alam <aalam@users.sf.net>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/pl.po
Copyright:
  Copyright (C) 2008 Piotr Drag <piotrdrag@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/pt_BR.po
Copyright:
  Copyright (C) 2008 Fabian Affolter <fab@fedoraproject.org>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/sr.po po/sr@latin.po
Copyright:
  Copyright (C) 2009 Igor Miletic (Игор Милетић) <grejigl-gnomeprevod@yahoo.ca>, 2009.
  Copyright (C) 2009 Miloš Komarčević <kmilos@gmail.com>, 2009.
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/sv.po
Copyright:
  Copyright (C) 2008 Daniel Nylander <po@danielnylander.se>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/ta.po
Copyright:
  Copyright (C) 2009 I. Felix <ifelix@redhat.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/te.po
Copyright:
  Copyright (C) 2009 Krishna Babu K <kkrothap@redhat.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/uk.po
Copyright:
  Copyright (C) 2009 Yuri Chornoivan <yurchor@ukr.net>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/zh_CN.po
Copyright:
  Copyright (C) 2008 闫丰刚 (sainry)<sainry@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: debian/*
Copyright:
  Copyright 2006-2009 Sjoerd Simons <sjoerd@debian.org>
  Copyright 2006-2008 CJ van den Berg <cj@vdbonline.com>
License: GPL-2+
 On Debian systems, the complete text of the GPL-2 can be found in
  /usr/share/common-licenses/GPL-2.

Files: src/pulsecore/cpu-*  src/pulsecore/remap*
       src/pulsecore/svolume_mmx.c
       src/pulsecore/svolume_arm.c
       src/pulsecore/svolume_sse.c
Copyright:
  Copyright 2004-2006 Lennart Poettering
  Copyright 2009 Wim Taymans <wim.taymans@collabora.co.uk>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/sconv_sse.c
Copyright:
  Copyright 2004-2006 Lennart Poettering
  Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/usergroup.*
Copyright:
  Copyright 2009 Ted Percival
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/utils/qpaeq
Copyright: 2009  Jason Newton <nevion@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.



==========================================================================
Package: libpulse-mainloop-glib0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Pulseeaudio
Upstream-Contact: General PulseAudio Discussion <pulseaudio-discuss@lists.freedesktop.org>
Files-Excluded: src/modules/rtp/rfc*

Files: *
Copyright:
  Copyright (C) 2004-2009 Lennart Poettering
  Copyright (C) 2006-2007 Pierre Ossman <ossman@cendio.se> for Cendio AB
License: LGPL-2.1+
 The upstream license clarifies pretty well that the sources of pulseaudio are
 LGPL (please see LGPL license grant below), but that some parts will be
 effectively GPL since they rely on GPL libraries, quoting the upstream
 LICENSE:
 . 
    """All PulseAudio source files are licensed under the GNU Lesser General
    Public License. (see file LGPL for details)
 .
    However, the server side links to the GPL-only library 'libsamplerate'
    which practically downgrades the license of the server part to GPL (see
    file GPL for details), exercising section 3 of the LGPL.
 .
    Hence you should treat the client library ('libpulse') of PulseAudio as
    being LGPL licensed and the server part ('libpulsecore') as being GPL
    licensed. Since the PulseAudio daemon and the modules link to
    'libpulsecore' they are of course also GPL licensed.
 .
    -- Lennart Poettering, April 20th, 2006."""
 .
 On Debian systems, the complete text of the LGPL-2.1 can be found in
  /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/g711.c
Copyright:
 Copyright (C) Sun Microsystems, Inc
License: other
 This source code is a product of Sun Microsystems, Inc. and is provided
 for unrestricted use.  Users may copy or modify this source code without
 charge.
 .
 SUN SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING
 THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
 PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
 .
 Sun source code is provided with no support and without any obligation on
 the part of Sun Microsystems, Inc. to assist in its use, correction,
 modification or enhancement.
 .
 SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
 INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS SOFTWARE
 OR ANY PART THEREOF.
 .
 In no event will Sun Microsystems, Inc. be liable for any lost revenue
 or profits or other special, indirect and consequential damages, even if
 Sun has been advised of the possibility of such damages.

Files: src/pulsecore/g711.h
Copyright:
 Copyright (C) 2001 Chris Bagwell
License: other
 Permission to use, copy, modify, and distribute this software and its
 documentation for any purpose and without fee is hereby granted, provided
 that the above copyright notice appear in all copies and that both that
 copyright notice and this permission notice appear in supporting
 documentation.  This software is provided "as is" without express or
 implied warranty.

Files: src/pulsecore/poll.*
Copyright:
 Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
 Copyright (C)1994,96,97,98,99,2000,2001,2004 Free Software Foundation, Inc.
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulse/utf8.c
Copyright:
 Copyright (C) 1999 Tom Tromey
 Copyright (C) 2000 Red Hat, Inc.
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/bluetooth/ipc.*  src/modules/bluetooth/rtp.*
Copyright:
 Copyright (C) 2004-2009  Marcel Holtmann <marcel@holtmann.org>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/bluetooth/module-bluetooth-device.c
       src/modules/bluetooth/module-bluetooth-discover.c
       src/modules/bluetooth/bluetooth-util.*
Copyright:
 Copyright (C) 2008-2009 Joao Paulo Rechi Vita
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.

Files: src/modules/bluetooth/proximity-helper.c
Copyright:
 Copyright (C) 2000-2001  Qualcomm Incorporated
 Copyright (C) 2002-2003  Maxim Krasnyansky <maxk@qualcomm.com>
 Copyright (C) 2002-2007  Marcel Holtmann <marcel@holtmann.org>
License: GPL-2+
 On Debian systems, the complete text of the GPL-2 can be found in
 /usr/share/common-licenses/GPL-2.

Files: src/modules/bluetooth/sbc*
Copyright:
 Copyright (C) 2004-2009  Marcel Holtmann <marcel@holtmann.org>
 Copyright (C) 2004-2005  Henryk Ploetz <henryk@ploetzli.ch>
 Copyright (C) 2005-2006  Brad Midgley <bmidgley@xmission.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/dbus/iface-client.c
       src/modules/dbus/iface-stream.c:
Copyright:
 Copyright 2009 Tanu Kaskinen
 Copyright 2009 Vincent Filali-Ansary <filali.v@azurdigitalnetworks.net>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/dbus/module-dbus-protocol.c
Copyright:
 Copyright 2009 Tanu Kaskinen
 Copyright 2006 Lennart Poettering
 Copyright 2006 Shams E. King
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/dbus/*
Copyright:
 Copyright 2009 Tanu Kaskinen
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/echo-cancel/adrian*.*
Copyright:
 Copyright (C) DFS Deutsche Flugsicherung (2004). All Rights Reserved.
License: other
 You are allowed to use this source code in any open source or closed
 source software you want. You are allowed to use the algorithms for a
 hardware solution. You are allowed to modify the source code.
 You are not allowed to remove the name of the author from this memo or
 from the source code files. You are not allowed to monopolize the
 source code or the algorithms behind the source code as your
 intellectual property. This source code is free of royalty and comes
 with no warranty.

Files: src/modules/echo-cancel/echo-cancel.h
Copyright:
 Copyright 2010 Arun Raghavan <arun.raghavan@collabora.co.uk>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/echo-cancel/module-echo-cancel.c
Copyright:
 Copyright 2010 Wim Taymans <wim.taymans@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/echo-cancel/speex.c
Copyright:
 Copyright 2010 Wim Taymans <wim.taymans@gmail.com>
 Contributor: Arun Raghavan <arun.raghavan@collabora.co.uk>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/jack/module-jackdbus-detect.c
Copyright:
 Written by David Henningsson <david.henningsson@canonical.com>
 Copyright 2010 Canonical Ltd.
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-device-manager.*
Copyright:
 Copyright 2006-2008 Lennart Poettering
 Copyright (C) 2009 Colin Guthrie
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-equalizer-sink.c
Copyright:
 Copyright 2004-2008 Lennart Poettering
 Copyright 2009 Jason Newton <nevion@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/dbus-*.*  src/modules/module-hal-detect.c
Copyright:
 Copyright 2006 Lennart Poettering
 Copyright 2006 Shams E. King
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/ladspa.h
Copyright:
 Copyright (C) 2000-2002 Richard W.E. Furse, Paul Barton-Davis, Stefan
   Westerfeld.
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-always-sink.c src/modules/rtp/rtsp_client.*
Copyright:
 Copyright (C) 2008 Colin Guthrie
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-detect.c
Copyright:
 Copyright 2006 Lennart Poettering
 Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
 Copyright 2006 Diego Petteno
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/roap/*roap*  src/modules/rtp/headerlist.*
Copyright:
 Copyright 2005-2007 Lennart Poettering
 Copyright (C) 2008 Colin Guthrie
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/roap/base64.*
Copyright:
 Copyright (C) 2008 Colin Guthrie
 Copyright (C) Kungliga Tekniska Hogskolan
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-device-manager.c
Copyright:
 Copyright 2006-2008 Lennart Poettering
 Copyright 2009 Colin Guthrie
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-filter-apply*.c
       src/modules/module-filter-heuristics*.c
Copyright:
 Copyright 2011 Colin Guthrie
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-solaris.c
Copyright:
 Copyright 2006 Lennart Poettering
 Copyright 2006-2007 Pierre Ossman <ossman@cendio.se> for Cendio AB
 Copyright 2009 Finn Thain
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-switch-on-connect.c
Copyright:
 Copyright 2006 Lennart Poettering
 Copyright 2009 Canonical Ltd
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-virtual-sink.c
      src/modules/module-virtual-source.c
Copyright:
 Copyright 2010 Intel Corporation
 Contributor: Pierre-Louis Bossart <pierre-louis.bossart@intel.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/reserve.*
Copyright:
  Copyright 2009 (C) Lennart Poettering
License: other
  Permission is hereby granted, free of charge, to any person
  obtaining a copy of this software and associated documentation files
  (the "Software"), to deal in the Software without restriction,
  including without limitation the rights to use, copy, modify, merge,
  publish, distribute, sublicense, and/or sell copies of the Software,
  and to permit persons to whom the Software is furnished to do so,
  subject to the following conditions:
 .
  The above copyright notice and this permission notice shall be
  included in all copies or substantial portions of the Software.
 .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.

Files: src/pulsecore/atomic.h
Copyright:
 Copyright (C) 2006-2008 Lennart Poettering
 Copyright (C) 2008 Nokia Corporation
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/core-util.c
Copyright:
 Copyright (C) 2004-2006 Lennart Poettering
 Copyright (C) 2004 Joe Marcus Clarke
 Copyright (C) 2006-2007 Pierre Ossman <ossman@cendio.se> for Cendio AB
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulse/ext-device-manager.*
Copyright:
 Copyright (C) 2008 Lennart Poettering
 Copyright (C) 2009 Colin Guthrie
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/ffmpeg/avcodec.h
Copyright:
 Copyright (c) 2001 Fabrice Bellard
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/ffmpeg/resample2.c
Copyright:
 Copyright (c) 2004 Michael Niedermayer <michaelni@gmx.at>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/socket-util.c
Copyright:
 Copyright (C) 2004-2006 Lennart Poettering
 Copyright (C) 2004 Joe Marcus Clarke
 Copyright (C) 2006-2007 Pierre Ossman <ossman@cendio.se> for Cendio AB
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: man/xmltoman
Copyright:
  Copyright (C) 2000-2002 Oliver Kurth <oku@masqmail.cx>
  Copyright (C) 2003 Lennart Poettering <mzkzygbzna@0pointer.de>
License: LGPL-2+
 On Debian systems, the complete text of the LGPL-2 can be found in
 /usr/share/common-licenses/LGPL-2.

Files: po/ca.po
Copyright:
  Copyright (C) 2008 Xavier Conde Rueda <xavi.conde@gmail.com>
  Copyright (C) 2009 Agustí Grau <fletxa@gmail.com>, 2009.
  Copyright (C) Judith Pintó Subirada <judithp@gmail.com>
  Copyright (C) 2009 Josep Torné Llavall <josep.torne@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/cs.po
Copyright:
  Copyright (C) 2008,2009 Petr Kovar <pknbe@volny.cz>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/de.po
Copyright:
  Copyright (C) 2008,2009 Fabian Affolter <fab@fedoraproject.org>
  Copyright (C) 2008,2009 Micha Pietsch <barney@fedoraproject.org>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/de_CH.po
Copyright:
  Copyright (C) 2008, 2009 Fabian Affolter <fab@fedoraproject.org>
  Copyright (C) 2008, 2009 Micha Pietsch <barney@fedoraproject.org>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/el.po
Copyright:
  Copyright (C) 2008 Dimitris Glezos <dimitris@glezos.com>
  Copyright (C) 2009 Thalia Papoutsaki <saliyath@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/es.po
Copyright:
  Copyright (C) 2009 Domingo Becker <domingobecker@gmail.com>
  Copyright (C) 2008 Hector Daniel Cabrera <h.daniel.cabrera@gmail.com>
  Copyright (C) 2009 Fernando Gonzalez Blanco <fgonz@fedoraproject.org>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/fi.po
Copyright:
  Copyright (C) 2009 Timo Jyrinki <timo.jyrinki@iki.fi>
  Copyright (C) 2009 Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/fr.po
Copyright:
  Copyright (C) 2008 Robert-Andre Mauchin <zebob.m@pengzone.org>
  Copyright (C) 2008 Michael Ughetto <telimektar esraonline com>
  Copyright (C) 2008 Pablo Martin-Gomez <pablo.martin-gomez@laposte.net>
  Copyright (C) 2009 Corentin Perard <corentin.perard@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/gu.po
Copyright:
  Copyright (C) 2009 Sweta Kothari <swkothar@redhat.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/hi.po
Copyright:
  Copyright (C) 2009 Rajesh Ranjan <rajesh672@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/it.po
Copyright:
  Copyright (C) 2008,2009 Luca Ferretti <elle.uca@libero.it>
  Copyright (C) 2009 Milo Casagrande <milo@ubuntu.com>
  Copyright (C) 2009 ario_santagiuliana <mario at marionline.it>
  Copyright (C) 2009 Milo Casagrande <milo@ubuntu.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/ja.po
Copyright:
  Copyright (C) 2009 Hyu_gabaru Ryu_ichi <hyu_gabaru@yahoo.co.jp>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/kn.po
Copyright:
  Copyright (C) 2009 Shankar Prasad <svenkate@redhat.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/mr.po
Copyright:
  Copyright (C) 2009 Sandeep Shedmake <sandeep.shedmake@gmail.com>
  Copyright (C) 2009 Sandeep Shedmake <sshedmak@redhat.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/nl.po
Copyright:
  Copyright (C) 2009 Geert Warrink <geert.warrink@onsnet.nu>
  Copyright (C) 2009 Reinout van Schouwen <reinout@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/or.po
Copyright:
  Copyright (C) 2009 Manoj Kumar Giri <mgiri@redhat.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/pa.po
Copyright:
  Copyright (C) 2009 Amanpreet Singh Alam <aalam@users.sf.net>
  Copyright (C) 2009 Jaswinder Singh <jsingh@redhat.com>
  Copyright (C) 2009 A S Alam <aalam@users.sf.net>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/pl.po
Copyright:
  Copyright (C) 2008 Piotr Drag <piotrdrag@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/pt_BR.po
Copyright:
  Copyright (C) 2008 Fabian Affolter <fab@fedoraproject.org>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/sr.po po/sr@latin.po
Copyright:
  Copyright (C) 2009 Igor Miletic (Игор Милетић) <grejigl-gnomeprevod@yahoo.ca>, 2009.
  Copyright (C) 2009 Miloš Komarčević <kmilos@gmail.com>, 2009.
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/sv.po
Copyright:
  Copyright (C) 2008 Daniel Nylander <po@danielnylander.se>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/ta.po
Copyright:
  Copyright (C) 2009 I. Felix <ifelix@redhat.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/te.po
Copyright:
  Copyright (C) 2009 Krishna Babu K <kkrothap@redhat.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/uk.po
Copyright:
  Copyright (C) 2009 Yuri Chornoivan <yurchor@ukr.net>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/zh_CN.po
Copyright:
  Copyright (C) 2008 闫丰刚 (sainry)<sainry@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: debian/*
Copyright:
  Copyright 2006-2009 Sjoerd Simons <sjoerd@debian.org>
  Copyright 2006-2008 CJ van den Berg <cj@vdbonline.com>
License: GPL-2+
 On Debian systems, the complete text of the GPL-2 can be found in
  /usr/share/common-licenses/GPL-2.

Files: src/pulsecore/cpu-*  src/pulsecore/remap*
       src/pulsecore/svolume_mmx.c
       src/pulsecore/svolume_arm.c
       src/pulsecore/svolume_sse.c
Copyright:
  Copyright 2004-2006 Lennart Poettering
  Copyright 2009 Wim Taymans <wim.taymans@collabora.co.uk>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/sconv_sse.c
Copyright:
  Copyright 2004-2006 Lennart Poettering
  Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/usergroup.*
Copyright:
  Copyright 2009 Ted Percival
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/utils/qpaeq
Copyright: 2009  Jason Newton <nevion@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.



==========================================================================
Package: libpulse0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Pulseeaudio
Upstream-Contact: General PulseAudio Discussion <pulseaudio-discuss@lists.freedesktop.org>
Files-Excluded: src/modules/rtp/rfc*

Files: *
Copyright:
  Copyright (C) 2004-2009 Lennart Poettering
  Copyright (C) 2006-2007 Pierre Ossman <ossman@cendio.se> for Cendio AB
License: LGPL-2.1+
 The upstream license clarifies pretty well that the sources of pulseaudio are
 LGPL (please see LGPL license grant below), but that some parts will be
 effectively GPL since they rely on GPL libraries, quoting the upstream
 LICENSE:
 . 
    """All PulseAudio source files are licensed under the GNU Lesser General
    Public License. (see file LGPL for details)
 .
    However, the server side links to the GPL-only library 'libsamplerate'
    which practically downgrades the license of the server part to GPL (see
    file GPL for details), exercising section 3 of the LGPL.
 .
    Hence you should treat the client library ('libpulse') of PulseAudio as
    being LGPL licensed and the server part ('libpulsecore') as being GPL
    licensed. Since the PulseAudio daemon and the modules link to
    'libpulsecore' they are of course also GPL licensed.
 .
    -- Lennart Poettering, April 20th, 2006."""
 .
 On Debian systems, the complete text of the LGPL-2.1 can be found in
  /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/g711.c
Copyright:
 Copyright (C) Sun Microsystems, Inc
License: other
 This source code is a product of Sun Microsystems, Inc. and is provided
 for unrestricted use.  Users may copy or modify this source code without
 charge.
 .
 SUN SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING
 THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
 PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
 .
 Sun source code is provided with no support and without any obligation on
 the part of Sun Microsystems, Inc. to assist in its use, correction,
 modification or enhancement.
 .
 SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
 INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS SOFTWARE
 OR ANY PART THEREOF.
 .
 In no event will Sun Microsystems, Inc. be liable for any lost revenue
 or profits or other special, indirect and consequential damages, even if
 Sun has been advised of the possibility of such damages.

Files: src/pulsecore/g711.h
Copyright:
 Copyright (C) 2001 Chris Bagwell
License: other
 Permission to use, copy, modify, and distribute this software and its
 documentation for any purpose and without fee is hereby granted, provided
 that the above copyright notice appear in all copies and that both that
 copyright notice and this permission notice appear in supporting
 documentation.  This software is provided "as is" without express or
 implied warranty.

Files: src/pulsecore/poll.*
Copyright:
 Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
 Copyright (C)1994,96,97,98,99,2000,2001,2004 Free Software Foundation, Inc.
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulse/utf8.c
Copyright:
 Copyright (C) 1999 Tom Tromey
 Copyright (C) 2000 Red Hat, Inc.
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/bluetooth/ipc.*  src/modules/bluetooth/rtp.*
Copyright:
 Copyright (C) 2004-2009  Marcel Holtmann <marcel@holtmann.org>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/bluetooth/module-bluetooth-device.c
       src/modules/bluetooth/module-bluetooth-discover.c
       src/modules/bluetooth/bluetooth-util.*
Copyright:
 Copyright (C) 2008-2009 Joao Paulo Rechi Vita
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.

Files: src/modules/bluetooth/proximity-helper.c
Copyright:
 Copyright (C) 2000-2001  Qualcomm Incorporated
 Copyright (C) 2002-2003  Maxim Krasnyansky <maxk@qualcomm.com>
 Copyright (C) 2002-2007  Marcel Holtmann <marcel@holtmann.org>
License: GPL-2+
 On Debian systems, the complete text of the GPL-2 can be found in
 /usr/share/common-licenses/GPL-2.

Files: src/modules/bluetooth/sbc*
Copyright:
 Copyright (C) 2004-2009  Marcel Holtmann <marcel@holtmann.org>
 Copyright (C) 2004-2005  Henryk Ploetz <henryk@ploetzli.ch>
 Copyright (C) 2005-2006  Brad Midgley <bmidgley@xmission.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/dbus/iface-client.c
       src/modules/dbus/iface-stream.c:
Copyright:
 Copyright 2009 Tanu Kaskinen
 Copyright 2009 Vincent Filali-Ansary <filali.v@azurdigitalnetworks.net>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/dbus/module-dbus-protocol.c
Copyright:
 Copyright 2009 Tanu Kaskinen
 Copyright 2006 Lennart Poettering
 Copyright 2006 Shams E. King
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/dbus/*
Copyright:
 Copyright 2009 Tanu Kaskinen
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/echo-cancel/adrian*.*
Copyright:
 Copyright (C) DFS Deutsche Flugsicherung (2004). All Rights Reserved.
License: other
 You are allowed to use this source code in any open source or closed
 source software you want. You are allowed to use the algorithms for a
 hardware solution. You are allowed to modify the source code.
 You are not allowed to remove the name of the author from this memo or
 from the source code files. You are not allowed to monopolize the
 source code or the algorithms behind the source code as your
 intellectual property. This source code is free of royalty and comes
 with no warranty.

Files: src/modules/echo-cancel/echo-cancel.h
Copyright:
 Copyright 2010 Arun Raghavan <arun.raghavan@collabora.co.uk>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/echo-cancel/module-echo-cancel.c
Copyright:
 Copyright 2010 Wim Taymans <wim.taymans@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/echo-cancel/speex.c
Copyright:
 Copyright 2010 Wim Taymans <wim.taymans@gmail.com>
 Contributor: Arun Raghavan <arun.raghavan@collabora.co.uk>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/jack/module-jackdbus-detect.c
Copyright:
 Written by David Henningsson <david.henningsson@canonical.com>
 Copyright 2010 Canonical Ltd.
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-device-manager.*
Copyright:
 Copyright 2006-2008 Lennart Poettering
 Copyright (C) 2009 Colin Guthrie
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-equalizer-sink.c
Copyright:
 Copyright 2004-2008 Lennart Poettering
 Copyright 2009 Jason Newton <nevion@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/dbus-*.*  src/modules/module-hal-detect.c
Copyright:
 Copyright 2006 Lennart Poettering
 Copyright 2006 Shams E. King
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/ladspa.h
Copyright:
 Copyright (C) 2000-2002 Richard W.E. Furse, Paul Barton-Davis, Stefan
   Westerfeld.
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-always-sink.c src/modules/rtp/rtsp_client.*
Copyright:
 Copyright (C) 2008 Colin Guthrie
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-detect.c
Copyright:
 Copyright 2006 Lennart Poettering
 Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
 Copyright 2006 Diego Petteno
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/roap/*roap*  src/modules/rtp/headerlist.*
Copyright:
 Copyright 2005-2007 Lennart Poettering
 Copyright (C) 2008 Colin Guthrie
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/roap/base64.*
Copyright:
 Copyright (C) 2008 Colin Guthrie
 Copyright (C) Kungliga Tekniska Hogskolan
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-device-manager.c
Copyright:
 Copyright 2006-2008 Lennart Poettering
 Copyright 2009 Colin Guthrie
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-filter-apply*.c
       src/modules/module-filter-heuristics*.c
Copyright:
 Copyright 2011 Colin Guthrie
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-solaris.c
Copyright:
 Copyright 2006 Lennart Poettering
 Copyright 2006-2007 Pierre Ossman <ossman@cendio.se> for Cendio AB
 Copyright 2009 Finn Thain
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-switch-on-connect.c
Copyright:
 Copyright 2006 Lennart Poettering
 Copyright 2009 Canonical Ltd
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/module-virtual-sink.c
      src/modules/module-virtual-source.c
Copyright:
 Copyright 2010 Intel Corporation
 Contributor: Pierre-Louis Bossart <pierre-louis.bossart@intel.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/modules/reserve.*
Copyright:
  Copyright 2009 (C) Lennart Poettering
License: other
  Permission is hereby granted, free of charge, to any person
  obtaining a copy of this software and associated documentation files
  (the "Software"), to deal in the Software without restriction,
  including without limitation the rights to use, copy, modify, merge,
  publish, distribute, sublicense, and/or sell copies of the Software,
  and to permit persons to whom the Software is furnished to do so,
  subject to the following conditions:
 .
  The above copyright notice and this permission notice shall be
  included in all copies or substantial portions of the Software.
 .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.

Files: src/pulsecore/atomic.h
Copyright:
 Copyright (C) 2006-2008 Lennart Poettering
 Copyright (C) 2008 Nokia Corporation
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/core-util.c
Copyright:
 Copyright (C) 2004-2006 Lennart Poettering
 Copyright (C) 2004 Joe Marcus Clarke
 Copyright (C) 2006-2007 Pierre Ossman <ossman@cendio.se> for Cendio AB
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulse/ext-device-manager.*
Copyright:
 Copyright (C) 2008 Lennart Poettering
 Copyright (C) 2009 Colin Guthrie
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/ffmpeg/avcodec.h
Copyright:
 Copyright (c) 2001 Fabrice Bellard
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/ffmpeg/resample2.c
Copyright:
 Copyright (c) 2004 Michael Niedermayer <michaelni@gmx.at>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/socket-util.c
Copyright:
 Copyright (C) 2004-2006 Lennart Poettering
 Copyright (C) 2004 Joe Marcus Clarke
 Copyright (C) 2006-2007 Pierre Ossman <ossman@cendio.se> for Cendio AB
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: man/xmltoman
Copyright:
  Copyright (C) 2000-2002 Oliver Kurth <oku@masqmail.cx>
  Copyright (C) 2003 Lennart Poettering <mzkzygbzna@0pointer.de>
License: LGPL-2+
 On Debian systems, the complete text of the LGPL-2 can be found in
 /usr/share/common-licenses/LGPL-2.

Files: po/ca.po
Copyright:
  Copyright (C) 2008 Xavier Conde Rueda <xavi.conde@gmail.com>
  Copyright (C) 2009 Agustí Grau <fletxa@gmail.com>, 2009.
  Copyright (C) Judith Pintó Subirada <judithp@gmail.com>
  Copyright (C) 2009 Josep Torné Llavall <josep.torne@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/cs.po
Copyright:
  Copyright (C) 2008,2009 Petr Kovar <pknbe@volny.cz>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/de.po
Copyright:
  Copyright (C) 2008,2009 Fabian Affolter <fab@fedoraproject.org>
  Copyright (C) 2008,2009 Micha Pietsch <barney@fedoraproject.org>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/de_CH.po
Copyright:
  Copyright (C) 2008, 2009 Fabian Affolter <fab@fedoraproject.org>
  Copyright (C) 2008, 2009 Micha Pietsch <barney@fedoraproject.org>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/el.po
Copyright:
  Copyright (C) 2008 Dimitris Glezos <dimitris@glezos.com>
  Copyright (C) 2009 Thalia Papoutsaki <saliyath@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/es.po
Copyright:
  Copyright (C) 2009 Domingo Becker <domingobecker@gmail.com>
  Copyright (C) 2008 Hector Daniel Cabrera <h.daniel.cabrera@gmail.com>
  Copyright (C) 2009 Fernando Gonzalez Blanco <fgonz@fedoraproject.org>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/fi.po
Copyright:
  Copyright (C) 2009 Timo Jyrinki <timo.jyrinki@iki.fi>
  Copyright (C) 2009 Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/fr.po
Copyright:
  Copyright (C) 2008 Robert-Andre Mauchin <zebob.m@pengzone.org>
  Copyright (C) 2008 Michael Ughetto <telimektar esraonline com>
  Copyright (C) 2008 Pablo Martin-Gomez <pablo.martin-gomez@laposte.net>
  Copyright (C) 2009 Corentin Perard <corentin.perard@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/gu.po
Copyright:
  Copyright (C) 2009 Sweta Kothari <swkothar@redhat.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/hi.po
Copyright:
  Copyright (C) 2009 Rajesh Ranjan <rajesh672@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/it.po
Copyright:
  Copyright (C) 2008,2009 Luca Ferretti <elle.uca@libero.it>
  Copyright (C) 2009 Milo Casagrande <milo@ubuntu.com>
  Copyright (C) 2009 ario_santagiuliana <mario at marionline.it>
  Copyright (C) 2009 Milo Casagrande <milo@ubuntu.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/ja.po
Copyright:
  Copyright (C) 2009 Hyu_gabaru Ryu_ichi <hyu_gabaru@yahoo.co.jp>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/kn.po
Copyright:
  Copyright (C) 2009 Shankar Prasad <svenkate@redhat.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/mr.po
Copyright:
  Copyright (C) 2009 Sandeep Shedmake <sandeep.shedmake@gmail.com>
  Copyright (C) 2009 Sandeep Shedmake <sshedmak@redhat.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/nl.po
Copyright:
  Copyright (C) 2009 Geert Warrink <geert.warrink@onsnet.nu>
  Copyright (C) 2009 Reinout van Schouwen <reinout@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/or.po
Copyright:
  Copyright (C) 2009 Manoj Kumar Giri <mgiri@redhat.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/pa.po
Copyright:
  Copyright (C) 2009 Amanpreet Singh Alam <aalam@users.sf.net>
  Copyright (C) 2009 Jaswinder Singh <jsingh@redhat.com>
  Copyright (C) 2009 A S Alam <aalam@users.sf.net>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/pl.po
Copyright:
  Copyright (C) 2008 Piotr Drag <piotrdrag@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/pt_BR.po
Copyright:
  Copyright (C) 2008 Fabian Affolter <fab@fedoraproject.org>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/sr.po po/sr@latin.po
Copyright:
  Copyright (C) 2009 Igor Miletic (Игор Милетић) <grejigl-gnomeprevod@yahoo.ca>, 2009.
  Copyright (C) 2009 Miloš Komarčević <kmilos@gmail.com>, 2009.
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/sv.po
Copyright:
  Copyright (C) 2008 Daniel Nylander <po@danielnylander.se>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/ta.po
Copyright:
  Copyright (C) 2009 I. Felix <ifelix@redhat.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/te.po
Copyright:
  Copyright (C) 2009 Krishna Babu K <kkrothap@redhat.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/uk.po
Copyright:
  Copyright (C) 2009 Yuri Chornoivan <yurchor@ukr.net>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: po/zh_CN.po
Copyright:
  Copyright (C) 2008 闫丰刚 (sainry)<sainry@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: debian/*
Copyright:
  Copyright 2006-2009 Sjoerd Simons <sjoerd@debian.org>
  Copyright 2006-2008 CJ van den Berg <cj@vdbonline.com>
License: GPL-2+
 On Debian systems, the complete text of the GPL-2 can be found in
  /usr/share/common-licenses/GPL-2.

Files: src/pulsecore/cpu-*  src/pulsecore/remap*
       src/pulsecore/svolume_mmx.c
       src/pulsecore/svolume_arm.c
       src/pulsecore/svolume_sse.c
Copyright:
  Copyright 2004-2006 Lennart Poettering
  Copyright 2009 Wim Taymans <wim.taymans@collabora.co.uk>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/sconv_sse.c
Copyright:
  Copyright 2004-2006 Lennart Poettering
  Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/pulsecore/usergroup.*
Copyright:
  Copyright 2009 Ted Percival
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

Files: src/utils/qpaeq
Copyright: 2009  Jason Newton <nevion@gmail.com>
License: LGPL-2.1+
 On Debian systems, the complete text of the LGPL-2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.



==========================================================================
Package: librabbitmq4:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: librabbitmq-c
Upstream-Contact: Tony Garnock-Jones <tonygarnockjones@gmail.com>
Source: https://github.com/alanxz/rabbitmq-c

Files: *
Copyright: 2007-2012, VMware, Inc.
           2009-2010, Tony Garnock-Jones
License: Expat

Files: debian/*
Copyright: 2010, Monty Taylor <mordred@inaugust.com>
           2013-2022, Michael Fladischer <fladi@debian.org>
License: Expat

Files: librabbitmq/win32/msinttypes/stdint.h
       tests/win32/msinttypes/inttypes.h
Copyright: 2006-2008, Alexander Chemeris
License: BSD-Author

License: Expat
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
 files (the "Software"), to deal in the Software without
 restriction, including without limitation the rights to use, copy,
 modify, merge, publish, distribute, sublicense, and/or sell copies
 of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: BSD-Author
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. The name of the author may not be used to endorse or promote products
    derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: librav1e0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: rav1e
Upstream-Contact: Thomas Daede <tdaede@xiph.org>
Source: https://github.com/xiph/rav1e/
Comment:
 In addition to the copyright license, rav1e contains the following patent
 license (similar to aom):
 .
 Alliance for Open Media Patent License 1.0
 .
 1. License Terms.
 .
 1.1. Patent License. Subject to the terms and conditions of this License, each
      Licensor, on behalf of itself and successors in interest and assigns,
      grants Licensee a non-sublicensable, perpetual, worldwide, non-exclusive,
      no-charge, royalty-free, irrevocable (except as expressly stated in this
      License) patent license to its Necessary Claims to make, use, sell, offer
      for sale, import or distribute any Implementation.
 .
 1.2. Conditions.
 .
 1.2.1. Availability. As a condition to the grant of rights to Licensee to make,
        sell, offer for sale, import or distribute an Implementation under
        Section 1.1, Licensee must make its Necessary Claims available under
        this License, and must reproduce this License with any Implementation
        as follows:
 .
        a. For distribution in source code, by including this License in the
           root directory of the source code with its Implementation.
 .
        b. For distribution in any other form (including binary, object form,
           and/or hardware description code (e.g., HDL, RTL, Gate Level Netlist,
           GDSII, etc.)), by including this License in the documentation, legal
           notices, and/or other written materials provided with the
           Implementation.
 .
 1.2.2. Additional Conditions. This license is directly from Licensor to
        Licensee.  Licensee acknowledges as a condition of benefiting from it
        that no rights from Licensor are received from suppliers, distributors,
        or otherwise in connection with this License.
 .
 1.3. Defensive Termination. If any Licensee, its Affiliates, or its agents
      initiates patent litigation or files, maintains, or voluntarily
      participates in a lawsuit against another entity or any person asserting
      that any Implementation infringes Necessary Claims, any patent licenses
      granted under this License directly to the Licensee are immediately
      terminated as of the date of the initiation of action unless 1) that suit
      was in response to a corresponding suit regarding an Implementation first
      brought against an initiating entity, or 2) that suit was brought to
      enforce the terms of this License (including intervention in a third-party
      action by a Licensee).
 .
 1.4. Disclaimers. The Reference Implementation and Specification are provided
      "AS IS" and without warranty. The entire risk as to implementing or
      otherwise using the Reference Implementation or Specification is assumed
      by the implementer and user. Licensor expressly disclaims any warranties
      (express, implied, or otherwise), including implied warranties of
      merchantability, non-infringement, fitness for a particular purpose, or
      title, related to the material. IN NO EVENT WILL LICENSOR BE LIABLE TO
      ANY OTHER PARTY FOR LOST PROFITS OR ANY FORM OF INDIRECT, SPECIAL,
      INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER FROM ANY CAUSES OF
      ACTION OF ANY KIND WITH RESPECT TO THIS LICENSE, WHETHER BASED ON BREACH
      OF CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE, AND WHETHER OR
      NOT THE OTHER PARTRY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .
 2. Definitions.
 .
 2.1. Affiliate.  "Affiliate" means an entity that directly or indirectly
      Controls, is Controlled by, or is under common Control of that party.
 .
 2.2. Control. "Control" means direct or indirect control of more than 50% of
      the voting power to elect directors of that corporation, or for any other
      entity, the power to direct management of such entity.
 .
 2.3. Decoder.  "Decoder" means any decoder that conforms fully with all
      non-optional portions of the Specification.
 .
 2.4. Encoder.  "Encoder" means any encoder that produces a bitstream that can
      be decoded by a Decoder only to the extent it produces such a bitstream.
 .
 2.5. Final Deliverable.  "Final Deliverable" means the final version of a
      deliverable approved by the Alliance for Open Media as a Final
      Deliverable.
 .
 2.6. Implementation.  "Implementation" means any implementation, including the
      Reference Implementation, that is an Encoder and/or a Decoder. An
      Implementation also includes components of an Implementation only to the
      extent they are used as part of an Implementation.
 .
 2.7. License. "License" means this license.
 .
 2.8. Licensee. "Licensee" means any person or entity who exercises patent
      rights granted under this License.
 .
 2.9. Licensor.  "Licensor" means (i) any Licensee that makes, sells, offers
      for sale, imports or distributes any Implementation, or (ii) a person
      or entity that has a licensing obligation to the Implementation as a
      result of its membership and/or participation in the Alliance for Open
      Media working group that developed the Specification.
 .
 2.10. Necessary Claims.  "Necessary Claims" means all claims of patents or
       patent applications, (a) that currently or at any time in the future,
       are owned or controlled by the Licensor, and (b) (i) would be an
       Essential Claim as defined by the W3C Policy as of February 5, 2004
       (https://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential)
       as if the Specification was a W3C Recommendation; or (ii) are infringed
       by the Reference Implementation.
 .
 2.11. Reference Implementation. "Reference Implementation" means an Encoder
       and/or Decoder released by the Alliance for Open Media as a Final
       Deliverable.
 .
 2.12. Specification. "Specification" means the specification designated by
       the Alliance for Open Media as a Final Deliverable for which this
       License was issued.

Files: *
Copyright:
 2001-2016, Alliance for Open Media
 2017-2021, The rav1e contributors
License: BSD-2-clause

Files: src/arm/32/*
       src/arm/64/cdef.S
       src/arm/64/cdef16.S
       src/arm/64/cdef_tmpl.S
       src/arm/64/ipred.S
       src/arm/64/ipred16.S
       src/arm/64/itx.S
       src/arm/64/itx16.S
       src/arm/64/loopfilter.S
       src/arm/64/loopfilter16.S
       src/arm/64/looprestoration.S
       src/arm/64/looprestoration16.S
       src/arm/64/looprestoration_common.S
       src/arm/64/looprestoration_tmpl.S
       src/arm/64/mc.S
       src/arm/64/mc16.S
       src/arm/64/msac.S
       src/arm/64/util.S
       src/arm/asm.S
       src/arm/tables.S
       src/x86/cdef16_avx2.asm
       src/x86/cdef16_sse.asm
       src/x86/cdef_avx2.asm
       src/x86/cdef_avx512.asm
       src/x86/cdef_rav1e.asm
       src/x86/cdef_sse.asm
       src/x86/film_grain16_avx2.asm
       src/x86/film_grain16_sse.asm
       src/x86/film_grain_avx2.asm
       src/x86/film_grain_sse.asm
       src/x86/ipred16_avx2.asm
       src/x86/ipred16_sse.asm
       src/x86/ipred_avx2.asm
       src/x86/ipred_sse.asm
       src/x86/itx16_avx2.asm
       src/x86/itx16_sse.asm
       src/x86/itx_avx2.asm
       src/x86/itx_sse.asm
       src/x86/loopfilter16_avx2.asm
       src/x86/loopfilter16_sse.asm
       src/x86/loopfilter_avx2.asm
       src/x86/loopfilter_sse.asm
       src/x86/looprestoration16_avx2.asm
       src/x86/looprestoration16_sse.asm
       src/x86/looprestoration_avx2.asm
       src/x86/looprestoration_sse.asm
       src/x86/mc16_avx2.asm
       src/x86/mc16_sse.asm
       src/x86/mc_avx2.asm
       src/x86/mc_avx512.asm
       src/x86/mc_sse.asm
       src/x86/msac.asm
       src/x86/tables.asm
Copyright:
 2019, B Krishnan Iyer
 2015-2018, Janne Grunau
 2015-2020, Martin Storsjo
 2021, Matthias Dressel
 2020-2021, Nathan Egge
 2017-2021, The rav1e contributors
 2018-2021, Two Orioles, LLC
 2018-2021, VideoLAN and dav1d authors
 2018-2019, VideoLabs
 2017-2021, the rav1e contributors
License: BSD-2-clause

Files: src/ext/*
Copyright:
 2005-2020, x264 project
License: ISC

Files: debian/*
Copyright:
 2022 Sebastian Ramacher <sramacher@debian.org>
License: BSD-2-Clause

License: BSD-2-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 1. Redistributions of source code must retain the above copyright notice, this
 list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimer in the documentation
 and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



==========================================================================
Package: librist4:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: librist
Source: https://code.videolan.org/rist/librist
Files-Excluded: librist-*/docs
  librist-*/contrib/contrib_cJSON
  librist-*/contrib/lz4
  librist-*/contrib/mbedtls/include
  librist-*/contrib/mbedtls/library
  librist-*/contrib/mbedtls/LICENSE
  librist-*/contrib/mbedtls/Makefile
  librist-*/contrib/mbedtls/refresh_mbedtls_source.sh
Comment: Binary documentation files with no source excluded via debian/watch and uscan invocation;
  in addition embedded copies of code that are not used anyways excluded as well.

Files: *
Copyright: 2019-2021, VideoLAN and librist authors
License: BSD-2-clause

Files: contrib/fastpbkdf2.c
 contrib/fastpbkdf2.h
 contrib/mbedtls/meson.build
 contrib/poll_win.c
 contrib/pthread-shim.c
 contrib/pthread-shim.h
 contrib/socket-shim.h
 contrib/stdio-shim.c
 contrib/stdio-shim.h
 contrib/time-shim.c
 contrib/time-shim.h
 include/librist/meson.build
 include/meson.build
 meson.build
 src/crypto/crypto-private.h
 src/crypto/crypto.c
 src/crypto/psk.c
 src/crypto/psk.h
 src/eap.c
 src/eap.h
 src/flow.c
 src/libevsocket.c
 src/libevsocket.h
 src/log-private.h
 src/logging.c
 src/mpegts.c
 src/mpegts.h
 src/rist-common.c
 src/rist-private.h
 src/rist.c
 src/rist_ref.c
 src/rist_ref.h
 src/stats.c
 src/udp-private.h
 src/udp.c
 src/udpsocket.c
 test/meson.build
 test/rist/example-test.c
 test/rist/meson.build
 test/rist/test_send_receive.c
 tools/meson.build
 tools/oob_shared.c
 tools/oob_shared.h
 tools/rist2rist.c
 tools/ristreceiver.c
 tools/ristsender.c
 tools/ristsrppasswd.c
 tools/risturlhelp.h
 tools/srp_shared.c
 tools/srp_shared.h
Copyright: 2019-2020, SipRadius LLC. All right reserved.
License: BSD-2-clause

Files: compat/getopt.h
 include/common/attributes.h
 include/librist/common.h
 include/librist/headers.h
 include/librist/librist.h
 include/librist/librist_srp.h
 include/librist/logging.h
 include/librist/udpsocket.h
 include/librist/version.h.in
 include/vcs_version.h.in
Copyright: 2019-2020, SipRadius LLC
  2020, VideoLAN and librist authors
License: BSD-2-clause

Files: compat/gcc/stdatomic.h
 compat/msvc/stdatomic.h
Copyright: 2018, VideoLAN and dav1d authors
  2019-2020, SipRadius LLC
  2020, VideoLAN and librist authors
License: BSD-2-clause

Files: contrib/aes.c
 contrib/aes.h
 contrib/sha256.c
 contrib/sha256.h
Copyright: NONE
License: public-domain
 This code is released into the public domain free of any restrictions. The author requests
 acknowledgement if the code is used, but does not require it. This code is provided free of any
 liability and without any quality claims by the author.

Files: contrib/srp.c
 contrib/srp.h
Copyright: 2010, Tom Cocagne.
  2015, Dieter Wimberger
  2015, Tom Cocagne, Dieter Wimberger
  2017, Johannes Schriewer
License: Expat

Files: contrib/getopt-shim.c
Copyright: 2000, The NetBSD Foundation, Inc.
  2002, Todd C. Miller <Todd.Miller@courtesan.com>
License: ISC

Files: contrib/getopt-shim.h
Copyright: NONE
License: public-domain
 This file has no copyright assigned and is placed in the Public Domain.
 This file is part of the mingw-w64 runtime package.
 .
 The mingw-w64 runtime package and its code is distributed in the hope that it
 will be useful but WITHOUT ANY WARRANTY.  ALL WARRANTIES, EXPRESSED OR
 IMPLIED ARE HEREBY DISCLAIMED.  This includes but is not limited to
 warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Files: contrib/linux-crypto.c
Copyright: 2014-2019, Stephan Mueller <smueller@chronox.de>
  2020, in2ip B.V.
License: BSD-2-clause

Files: contrib/linux-crypto.h
Copyright: 2020, in2ip B.V. All right reserved.
License: BSD-2-clause

Files: debian/*
Copyright: 2022, Florian Ernst <florian@debian.org>
License: BSD-2-clause

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 1. Redistributions of source code must retain the above copyright notice, this
    list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright notice,
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
 the Software without restriction, including without limitation the rights to
 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
 of the Software, and to permit persons to whom the Software is furnished to do
 so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: ISC
 Permission to use, copy, modify, and distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



==========================================================================
Package: librsvg2-2:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: librsvg
Source: https://download.gnome.org/sources/librsvg/
Files-Excluded:
 tests/fixtures/cmdline/gimp-wilber-ref.png
 tests/fixtures/cmdline/gimp-wilber.svg
 vendor/js-sys/src
 vendor/js-sys/tests
 vendor/web-sys/src
 vendor/web-sys/tests
 vendor/web-sys/webidls
 vendor/winapi*/lib
 vendor/windows-sys/src
 vendor/windows_*/lib

Files: *
Copyright: 2000 Eazel, Inc.
           1999 - 2003 Ximian, Inc.
           1999 Michael Zucchi
           1998 - 2000, 2005 Red Hat, Inc.
           2002 - 2005 Dom Lachowicz <cinamod@hotmail.com>
           2002 Matthias Clasen
           2003 - 2005 Caleb Moore <c.moore@student.unsw.edu.au>
           2006 Robert Staudinger <robert.staudinger@gmail.com>
           2010 - 2012 Christian Persch
           2010 Igalia, S.L.
License: LGPL-2+

Files:
 m4/ax_compare_version.m4
Copyright:
 2008 Tim Toolan
License: FSFAP

Files:
 tests/fixtures/reftests/svg1.1/*
Copyright:
 2008-2009 World Wide Web Consortium (Massachusetts Institute of
 Technology, European Research Consortium for Informatics and
 Mathematics (ERCIM), Keio University)
License: BSD-3-clause

Files:
 tests/fixtures/render-crash/feMerge-color-interpolation-srgb.svg
Copyright:
 2018 Reizner Evgeniy
License: Expat

Files:
 vendor/*
Copyright:
 2016 A.J. Gardner
 2017 Aaron Power
 (unspecified) Aaron Trent
 2014 Alex Crichton
 2015 Alex Daniel Jones
 (unspecified) Alexander Huszagh
 (unspecified) Alexis Beingessner
 2017-2018 Amanieu d'Antras
 (unspecified) Andreas Longva
 2015-2017 Andrew Gallant
 2014 Armin Ronacher
 2015-2020 Ashish Myles and contributors
 2015 Bartłomiej Kamiński
 (unspecified) Bastian Köcher
 2014 Benjamin Sago
 2015 Brendan Zabarauskas
 2015 Brian Vincent
 (unspecified) Brook Heisler
 2015 Connor Hilarides
 2015 Corey Richardson
 2019-2020 CreepySkeleton
 2019-2020 Daniel Gee
 2015 Danny Guo
 (unspecified) Darin Morrison
 2005-2011 David Schultz
 (unspecified) David Tolnay
 2018-2021 Developers of the Rand project
 2015 Dmitry Roschin
 2010-2011 Dmitry Vyukov
 2015-2017 Doug Tangren
 2018 Dragoș Tiselice
 2021 DutchGhost
 2019 Embark Studios
 2012-2018 Free Software Foundation, Inc.
 2017 Frommi
 2016 FullContact, Inc.
 2015 Gigih Aji Ibrahim
 2017-2020 Gilad Naaman
 2006-2009 Graydon Hoare
 2015-2018 Guillaume Gomez
 2019 Hao Hou
 2016 Itoa Developers
 2019 Jacob Pratt
 2017 Jan Bujak
 2016 Jan Hudec
 2017-2018 Jason Lingle
 1995-2017 Jean-loup Gailly
 2015 John Nagle
 2015 Johann Hofmann
 (unspecified) Jonathan Reem
 (unspecified) Jonas Schievink
 2015 Jordan Miner
 2014-2018 Jorge Aparicio
 (unspecified) Josh Triplett
 2016 Junfeng Liu
 2014-2017 Kang Seonghoon and contributors
 2016 Kathryn Long
 2015-2016 Kevin B. Knapp
 2013 Koka El Kiwi
 1995-2017 Mark Adler
 2016 Martin Geisler
 2015 Marvin Löbel
 (unspecified) Michael Layzell
 2015 Milo Yip
 2009-2013 Mozilla Foundation
 2017 Nick Stevens
 2016 Nika Layzell
 2014 Ning Sun
 2016-2018 Nuxi
 2016 Oleksii Rudenko
 2014-2020 Optimal Computing (NZ) Ltd
 2014 Paho Lurie-Gregg
 2015-2016 Peter Atashian
 2019 Peter Glotfelty
 2015 Pyfisch
 2018 R. Janis Goldschmidt
 2020 Ralf Jung
 2017 Redox OS Developers
 2016 Remi Rampin and adler32-rs contributors
 2017 Robert Grosse
 (unspecified) Ryan Scheel
 2018 Sam Rijs, Alex Crichton and contributors
 2015 Sean McArthur
 2017 Serde Developers
 2017-2018 Sergio Benitez
 2014-2016 Simon Sapin
 2015 Steven Allen
 (unspecified) Steven Fackler
 (unspecified) Sun Microsystems, Inc.
 2018 Syn Developers
 2013-2019 Sébastien Crozet
 2015 THL A29 Limited, a Tencent company
 2013-2014 The Algebra Developers
 2016-2017 The Fuchsia Authors
 2013-2018 The Gtk-rs Project Developers
 2010-2020 The Rust Project Developers
 2013-2018 The Servo Project Developers
 2015 The assert_cli Developers
 2016 The multipart Crate Developers
 2018 The predicates-rs Project Developers
 2017-2019 The proptest developers
 2015 The quick-error Developers
 2015 The rust-unreachable Developers
 2016 Ticki
 2017 Tim Visée
 2016 Titus Wormer
 2018 Ulf Adams
 2015-2021 Ulrik Sverdrup (bluss)
 2015-2016 Victor Brekenfeld
 (unspecified) Wadelma
 (unspecified) Without Boats
 2015 arcnmx
 2016 base-x contributors
 2016 bitbegin
 2015-2016 clap-rs contributors
 2009-2016 compiler-builtins Developers
 2015 const-cstr developers
 2015 grabbag contributors
 2016 lazy-static.rs Developers
 2021 matrixmultiply authors
 2015 nwin
 2016 oyvindln
 2017 proc-macro-nested contributors
 2015 skdltmxn
 2015-2018 winapi-rs developers
License: Apache-2.0, and BSD-2-clause, and BSD-3-clause, and Expat, and Apache-2.0 or Expat or 0BSD, and Apache-2.0 or Boost-1.0, and Apache-2.0 or Expat, and Expat or Unlicense, and MPL-2.0, and Sun-permissive, and zlib

Files:
 vendor/crossbeam-channel/examples/matching.rs
Copyright:
 Stefan Nilsson
License: CC-BY-3.0

Files:
 tests/resources/Ahem.ttf
Copyright:
 Todd Fahrner
 Myles C. Maxfield
License: CC-zero-waive-1.0-us

Files:
 tests/resources/NotoSansHebrew-Regular.ttf
Copyright:
 2010,2012-2020, Google Inc.
 2015-2020, Google LLC.
License: OFL-1.1

License: LGPL-2+
 This package is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <https://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in "/usr/share/common-licenses/LGPL-2".

License: Apache-2.0
 On Debian systems, the complete text of the Apache License can be
 found in "/usr/share/common-licenses/Apache-2.0".

License: Expat
 Permission is hereby granted, free of charge, to any
 person obtaining a copy of this software and associated
 documentation files (the "Software"), to deal in the
 Software without restriction, including without
 limitation the rights to use, copy, modify, merge,
 publish, distribute, sublicense, and/or sell copies of
 the Software, and to permit persons to whom the Software
 is furnished to do so, subject to the following
 conditions:
 .
 The above copyright notice and this permission notice
 shall be included in all copies or substantial portions
 of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
 TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
 PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
 SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: MPL-2.0
 This Source Code Form is subject to the terms of the Mozilla Public
 License, v. 2.0. If a copy of the MPL was not distributed with this
 file, You can obtain one at http://mozilla.org/MPL/2.0/.
Comment:
 On Debian systems, the complete text of the Mozilla Public License can
 be found in "/usr/share/common-licenses/MPL-2.0".

License: OFL-1.1
 PREAMBLE
 .
 The goals of the Open Font License (OFL) are to stimulate
 worldwide development of collaborative font projects,
 to support the font creation efforts
 of academic and linguistic communities,
 and to provide a free and open framework
 in which fonts may be shared and improved
 in partnership with others.
 .
 The OFL allows the licensed fonts to be used, studied,
 modified and redistributed freely
 as long as they are not sold by themselves.
 The fonts, including any derivative works,
 can be bundled, embedded,
 redistributed and/or sold with any software
 provided that any reserved names are not used
 by derivative works.
 The fonts and derivatives, however,
 cannot be released under any other type of license.
 The requirement for fonts to remain under this license
 does not apply to any document
 created using the fonts or their derivatives.
 .
 DEFINITIONS
 .
 "Font Software" refers to the set of files
 released by the Copyright Holder(s) under this license
 and clearly marked as such.
 This may include source files, build scripts and documentation.
 .
 "Reserved Font Name" refers to any names specified as such
 after the copyright statement(s).
 .
 "Original Version" refers to the collection
 of Font Software components
 as distributed by the Copyright Holder(s).
 .
 "Modified Version" refers to any derivative
 made by adding to, deleting, or substituting --
 in part or in whole --
 any of the components of the Original Version,
 by changing formats
 or by porting the Font Software to a new environment.
 .
 "Author" refers to any designer, engineer, programmer,
 technical writer or other person
 who contributed to the Font Software.
 .
 PERMISSION & CONDITIONS
 .
 Permission is hereby granted, free of charge,
 to any person obtaining a copy of the Font Software,
 to use, study, copy, merge, embed, modify, redistribute,
 and sell modified and unmodified copies of the Font Software,
 subject to the following conditions:
 .
 1) Neither the Font Software nor any of its individual components,
 in Original or Modified Versions,
 may be sold by itself.
 .
 2) Original or Modified Versions of the Font Software
 may be bundled, redistributed and/or sold with any software,
 provided that each copy contains the above copyright notice
 and this license.
 These can be included either as stand-alone text files,
 human-readable headers or in the appropriate
 machine-readable metadata fields within text or binary files
 as long as those fields can be easily viewed by the user.
 .
 3) No Modified Version of the Font Software may use
 the Reserved Font Name(s)
 unless explicit written permission is granted
 by the corresponding Copyright Holder.
 This restriction only applies to the primary font name
 as presented to the users.
 .
 4) The name(s) of the Copyright Holder(s)
 or the Author(s) of the Font Software
 shall not be used to promote,
 endorse or advertise any Modified Version,
 except to acknowledge the contribution(s)
 of the Copyright Holder(s) and the Author(s)
 or with their explicit written permission.
 .
 5) The Font Software,
 modified or unmodified, in part or in whole,
 must be distributed entirely under this license,
 and must not be distributed under any other license.
 The requirement for fonts to remain under this license
 does not apply to any document
 created using the Font Software.
 .
 TERMINATION
 .
 This license becomes null and void
 if any of the above conditions are not met.
 .
 DISCLAIMER
 .
 THE FONT SOFTWARE IS PROVIDED "AS IS",
 WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
 INCLUDING BUT NOT LIMITED TO
 ANY WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT.
 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE
 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 INCLUDING ANY GENERAL, SPECIAL, INDIRECT,
 INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF THE USE OR INABILITY TO USE
 THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.

License: Unlicense
 This is free and unencumbered software released into the public domain.
 .
 Anyone is free to copy, modify, publish, use, compile, sell, or
 distribute this software, either in source code form or as a compiled
 binary, for any purpose, commercial or non-commercial, and by any
 means.
 .
 In jurisdictions that recognize copyright laws, the author or authors
 of this software dedicate any and all copyright interest in the
 software to the public domain. We make this dedication for the benefit
 of the public at large and to the detriment of our heirs and
 successors. We intend this dedication to be an overt act of
 relinquishment in perpetuity of all present and future rights to this
 software under copyright law.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.
 .
 For more information, please refer to <http://unlicense.org/>

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
    * Redistributions of [source code/works] must retain the above
 copyright notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
 copyright notice, this list of conditions and the following disclaimer
 in the documentation and/or other materials provided with the
 distribution.
    * Neither the name of [the copyright holder] nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: Sun-permissive
 Permission to use, copy, modify, and distribute this
 software is freely granted, provided that this notice
 is preserved.

License: Boost-1.0
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare derivative works of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: zlib
 This software is provided 'as-is', without any express or implied
 warranty. In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
 claim that you wrote the original software. If you use this software
 in a product, an acknowledgment in the product documentation would be
 appreciated but is not required.
 .
 2. Altered source versions must be plainly marked as such, and must
 not be misrepresented as being the original software.
 .
 3. This notice may not be removed or altered from any source
 distribution.

License: 0BSD
 Permission to use, copy, modify, and/or distribute this software for
 any purpose with or without fee is hereby granted.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

License: CC-BY-3.0
 Creative Commons Legal Code
 .
 Attribution 3.0 Unported
 .
    CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
    LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
    ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
    INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
    REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
    DAMAGES RESULTING FROM ITS USE.
 .
 License
 .
 THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
 COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
 COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
 AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
 .
 BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
 TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
 BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
 CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
 CONDITIONS.
 .
 1. Definitions
 .
  a. "Adaptation" means a work based upon the Work, or upon the Work and
     other pre-existing works, such as a translation, adaptation,
     derivative work, arrangement of music or other alterations of a
     literary or artistic work, or phonogram or performance and includes
     cinematographic adaptations or any other form in which the Work may be
     recast, transformed, or adapted including in any form recognizably
     derived from the original, except that a work that constitutes a
     Collection will not be considered an Adaptation for the purpose of
     this License. For the avoidance of doubt, where the Work is a musical
     work, performance or phonogram, the synchronization of the Work in
     timed-relation with a moving image ("synching") will be considered an
     Adaptation for the purpose of this License.
  b. "Collection" means a collection of literary or artistic works, such as
     encyclopedias and anthologies, or performances, phonograms or
     broadcasts, or other works or subject matter other than works listed
     in Section 1(f) below, which, by reason of the selection and
     arrangement of their contents, constitute intellectual creations, in
     which the Work is included in its entirety in unmodified form along
     with one or more other contributions, each constituting separate and
     independent works in themselves, which together are assembled into a
     collective whole. A work that constitutes a Collection will not be
     considered an Adaptation (as defined above) for the purposes of this
     License.
  c. "Distribute" means to make available to the public the original and
     copies of the Work or Adaptation, as appropriate, through sale or
     other transfer of ownership.
  d. "Licensor" means the individual, individuals, entity or entities that
     offer(s) the Work under the terms of this License.
  e. "Original Author" means, in the case of a literary or artistic work,
     the individual, individuals, entity or entities who created the Work
     or if no individual or entity can be identified, the publisher; and in
     addition (i) in the case of a performance the actors, singers,
     musicians, dancers, and other persons who act, sing, deliver, declaim,
     play in, interpret or otherwise perform literary or artistic works or
     expressions of folklore; (ii) in the case of a phonogram the producer
     being the person or legal entity who first fixes the sounds of a
     performance or other sounds; and, (iii) in the case of broadcasts, the
     organization that transmits the broadcast.
  f. "Work" means the literary and/or artistic work offered under the terms
     of this License including without limitation any production in the
     literary, scientific and artistic domain, whatever may be the mode or
     form of its expression including digital form, such as a book,
     pamphlet and other writing; a lecture, address, sermon or other work
     of the same nature; a dramatic or dramatico-musical work; a
     choreographic work or entertainment in dumb show; a musical
     composition with or without words; a cinematographic work to which are
     assimilated works expressed by a process analogous to cinematography;
     a work of drawing, painting, architecture, sculpture, engraving or
     lithography; a photographic work to which are assimilated works
     expressed by a process analogous to photography; a work of applied
     art; an illustration, map, plan, sketch or three-dimensional work
     relative to geography, topography, architecture or science; a
     performance; a broadcast; a phonogram; a compilation of data to the
     extent it is protected as a copyrightable work; or a work performed by
     a variety or circus performer to the extent it is not otherwise
     considered a literary or artistic work.
  g. "You" means an individual or entity exercising rights under this
     License who has not previously violated the terms of this License with
     respect to the Work, or who has received express permission from the
     Licensor to exercise rights under this License despite a previous
     violation.
  h. "Publicly Perform" means to perform public recitations of the Work and
     to communicate to the public those public recitations, by any means or
     process, including by wire or wireless means or public digital
     performances; to make available to the public Works in such a way that
     members of the public may access these Works from a place and at a
     place individually chosen by them; to perform the Work to the public
     by any means or process and the communication to the public of the
     performances of the Work, including by public digital performance; to
     broadcast and rebroadcast the Work by any means including signs,
     sounds or images.
  i. "Reproduce" means to make copies of the Work by any means including
     without limitation by sound or visual recordings and the right of
     fixation and reproducing fixations of the Work, including storage of a
     protected performance or phonogram in digital form or other electronic
     medium.
 .
 2. Fair Dealing Rights. Nothing in this License is intended to reduce,
 limit, or restrict any uses free from copyright or rights arising from
 limitations or exceptions that are provided for in connection with the
 copyright protection under copyright law or other applicable laws.
 .
 3. License Grant. Subject to the terms and conditions of this License,
 Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
 perpetual (for the duration of the applicable copyright) license to
 exercise the rights in the Work as stated below:
 .
  a. to Reproduce the Work, to incorporate the Work into one or more
     Collections, and to Reproduce the Work as incorporated in the
     Collections;
  b. to create and Reproduce Adaptations provided that any such Adaptation,
     including any translation in any medium, takes reasonable steps to
     clearly label, demarcate or otherwise identify that changes were made
     to the original Work. For example, a translation could be marked "The
     original work was translated from English to Spanish," or a
     modification could indicate "The original work has been modified.";
  c. to Distribute and Publicly Perform the Work including as incorporated
     in Collections; and,
  d. to Distribute and Publicly Perform Adaptations.
  e. For the avoidance of doubt:
 .
      i. Non-waivable Compulsory License Schemes. In those jurisdictions in
         which the right to collect royalties through any statutory or
         compulsory licensing scheme cannot be waived, the Licensor
         reserves the exclusive right to collect such royalties for any
         exercise by You of the rights granted under this License;
     ii. Waivable Compulsory License Schemes. In those jurisdictions in
         which the right to collect royalties through any statutory or
         compulsory licensing scheme can be waived, the Licensor waives the
         exclusive right to collect such royalties for any exercise by You
         of the rights granted under this License; and,
    iii. Voluntary License Schemes. The Licensor waives the right to
         collect royalties, whether individually or, in the event that the
         Licensor is a member of a collecting society that administers
         voluntary licensing schemes, via that society, from any exercise
         by You of the rights granted under this License.
 .
 The above rights may be exercised in all media and formats whether now
 known or hereafter devised. The above rights include the right to make
 such modifications as are technically necessary to exercise the rights in
 other media and formats. Subject to Section 8(f), all rights not expressly
 granted by Licensor are hereby reserved.
 .
 4. Restrictions. The license granted in Section 3 above is expressly made
 subject to and limited by the following restrictions:
 .
  a. You may Distribute or Publicly Perform the Work only under the terms
     of this License. You must include a copy of, or the Uniform Resource
     Identifier (URI) for, this License with every copy of the Work You
     Distribute or Publicly Perform. You may not offer or impose any terms
     on the Work that restrict the terms of this License or the ability of
     the recipient of the Work to exercise the rights granted to that
     recipient under the terms of the License. You may not sublicense the
     Work. You must keep intact all notices that refer to this License and
     to the disclaimer of warranties with every copy of the Work You
     Distribute or Publicly Perform. When You Distribute or Publicly
     Perform the Work, You may not impose any effective technological
     measures on the Work that restrict the ability of a recipient of the
     Work from You to exercise the rights granted to that recipient under
     the terms of the License. This Section 4(a) applies to the Work as
     incorporated in a Collection, but this does not require the Collection
     apart from the Work itself to be made subject to the terms of this
     License. If You create a Collection, upon notice from any Licensor You
     must, to the extent practicable, remove from the Collection any credit
     as required by Section 4(b), as requested. If You create an
     Adaptation, upon notice from any Licensor You must, to the extent
     practicable, remove from the Adaptation any credit as required by
     Section 4(b), as requested.
  b. If You Distribute, or Publicly Perform the Work or any Adaptations or
     Collections, You must, unless a request has been made pursuant to
     Section 4(a), keep intact all copyright notices for the Work and
     provide, reasonable to the medium or means You are utilizing: (i) the
     name of the Original Author (or pseudonym, if applicable) if supplied,
     and/or if the Original Author and/or Licensor designate another party
     or parties (e.g., a sponsor institute, publishing entity, journal) for
     attribution ("Attribution Parties") in Licensor's copyright notice,
     terms of service or by other reasonable means, the name of such party
     or parties; (ii) the title of the Work if supplied; (iii) to the
     extent reasonably practicable, the URI, if any, that Licensor
     specifies to be associated with the Work, unless such URI does not
     refer to the copyright notice or licensing information for the Work;
     and (iv) , consistent with Section 3(b), in the case of an Adaptation,
     a credit identifying the use of the Work in the Adaptation (e.g.,
     "French translation of the Work by Original Author," or "Screenplay
     based on original Work by Original Author"). The credit required by
     this Section 4 (b) may be implemented in any reasonable manner;
     provided, however, that in the case of a Adaptation or Collection, at
     a minimum such credit will appear, if a credit for all contributing
     authors of the Adaptation or Collection appears, then as part of these
     credits and in a manner at least as prominent as the credits for the
     other contributing authors. For the avoidance of doubt, You may only
     use the credit required by this Section for the purpose of attribution
     in the manner set out above and, by exercising Your rights under this
     License, You may not implicitly or explicitly assert or imply any
     connection with, sponsorship or endorsement by the Original Author,
     Licensor and/or Attribution Parties, as appropriate, of You or Your
     use of the Work, without the separate, express prior written
     permission of the Original Author, Licensor and/or Attribution
     Parties.
  c. Except as otherwise agreed in writing by the Licensor or as may be
     otherwise permitted by applicable law, if You Reproduce, Distribute or
     Publicly Perform the Work either by itself or as part of any
     Adaptations or Collections, You must not distort, mutilate, modify or
     take other derogatory action in relation to the Work which would be
     prejudicial to the Original Author's honor or reputation. Licensor
     agrees that in those jurisdictions (e.g. Japan), in which any exercise
     of the right granted in Section 3(b) of this License (the right to
     make Adaptations) would be deemed to be a distortion, mutilation,
     modification or other derogatory action prejudicial to the Original
     Author's honor and reputation, the Licensor will waive or not assert,
     as appropriate, this Section, to the fullest extent permitted by the
     applicable national law, to enable You to reasonably exercise Your
     right under Section 3(b) of this License (right to make Adaptations)
     but not otherwise.
 .
 5. Representations, Warranties and Disclaimer
 .
 UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
 OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
 KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
 INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
 FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
 LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
 WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
 OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
 .
 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
 LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
 ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
 ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
 BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
 .
 7. Termination
 .
  a. This License and the rights granted hereunder will terminate
     automatically upon any breach by You of the terms of this License.
     Individuals or entities who have received Adaptations or Collections
     from You under this License, however, will not have their licenses
     terminated provided such individuals or entities remain in full
     compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
     survive any termination of this License.
  b. Subject to the above terms and conditions, the license granted here is
     perpetual (for the duration of the applicable copyright in the Work).
     Notwithstanding the above, Licensor reserves the right to release the
     Work under different license terms or to stop distributing the Work at
     any time; provided, however that any such election will not serve to
     withdraw this License (or any other license that has been, or is
     required to be, granted under the terms of this License), and this
     License will continue in full force and effect unless terminated as
     stated above.
 .
 8. Miscellaneous
 .
  a. Each time You Distribute or Publicly Perform the Work or a Collection,
     the Licensor offers to the recipient a license to the Work on the same
     terms and conditions as the license granted to You under this License.
  b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
     offers to the recipient a license to the original Work on the same
     terms and conditions as the license granted to You under this License.
  c. If any provision of this License is invalid or unenforceable under
     applicable law, it shall not affect the validity or enforceability of
     the remainder of the terms of this License, and without further action
     by the parties to this agreement, such provision shall be reformed to
     the minimum extent necessary to make such provision valid and
     enforceable.
  d. No term or provision of this License shall be deemed waived and no
     breach consented to unless such waiver or consent shall be in writing
     and signed by the party to be charged with such waiver or consent.
  e. This License constitutes the entire agreement between the parties with
     respect to the Work licensed here. There are no understandings,
     agreements or representations with respect to the Work not specified
     here. Licensor shall not be bound by any additional provisions that
     may appear in any communication from You. This License may not be
     modified without the mutual written agreement of the Licensor and You.
  f. The rights granted under, and the subject matter referenced, in this
     License were drafted utilizing the terminology of the Berne Convention
     for the Protection of Literary and Artistic Works (as amended on
     September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
     Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
     and the Universal Copyright Convention (as revised on July 24, 1971).
     These rights and subject matter take effect in the relevant
     jurisdiction in which the License terms are sought to be enforced
     according to the corresponding provisions of the implementation of
     those treaty provisions in the applicable national law. If the
     standard suite of rights granted under applicable copyright law
     includes additional rights not granted under this License, such
     additional rights are deemed to be included in the License; this
     License is not intended to restrict the license of any rights under
     applicable law.
 .
 Creative Commons Notice
 .
     Creative Commons is not a party to this License, and makes no warranty
     whatsoever in connection with the Work. Creative Commons will not be
     liable to You or any party on any legal theory for any damages
     whatsoever, including without limitation any general, special,
     incidental or consequential damages arising in connection to this
     license. Notwithstanding the foregoing two (2) sentences, if Creative
     Commons has expressly identified itself as the Licensor hereunder, it
     shall have all rights and obligations of Licensor.
 .
     Except for the limited purpose of indicating to the public that the
     Work is licensed under the CCPL, Creative Commons does not authorize
     the use by either party of the trademark "Creative Commons" or any
     related trademark or logo of Creative Commons without the prior
     written consent of Creative Commons. Any permitted use will be in
     compliance with Creative Commons' then-current trademark usage
     guidelines, as may be published on its website or otherwise made
     available upon request from time to time. For the avoidance of doubt,
     this trademark restriction does not form part of this License.
 .
     Creative Commons may be contacted at https://creativecommons.org/.

License: FSFAP
 Copying and distribution of this file, with or without modification, are
 permitted in any medium without royalty provided the copyright notice
 and this notice are preserved. This file is offered as-is, without any
 warranty.

License: CC-zero-waive-1.0-us
 https://www.creativecommons.org/licenses/zero-waive/1.0/us/legalcode
 .
 Affirmation and Waiver
 .
 The person who has associated a work with this document (the "Work")
 affirms that he or she (the "Affirmer") is the/an author or owner of
 the Work. The Work may be any work of authorship, including a database.
 .
 The Affirmer hereby fully, permanently and irrevocably waives and
 relinquishes all of her or his copyright and related or neighboring
 legal rights in the Work available under any federal or state law,
 treaty or contract, including but not limited to moral rights, publicity
 and privacy rights, rights protecting against unfair competition and
 any rights protecting the extraction, dissemination and reuse of data,
 whether such rights are present or future, vested or contingent (the
 "Waiver"). The Affirmer makes the Waiver for the benefit of the public
 at large and to the detriment of the Affirmer's heirs or successors.
 .
 The Affirmer understands and intends that the Waiver has the effect of
 eliminating and entirely removing from the Affirmer's control all the
 copyright and related or neighboring legal rights previously held by the
 Affirmer in the Work, to that extent making the Work freely available
 to the public for any and all uses and purposes without restriction of
 any kind, including commercial use and uses in media and formats or by
 methods that have not yet been invented or conceived. Should the Waiver
 for any reason be judged legally ineffective in any jurisdiction,
 the Affirmer hereby grants a free, full, permanent, irrevocable,
 nonexclusive and worldwide license for all her or his copyright and
 related or neighboring legal rights in the Work.
 .
 The Affirmer understands and acknowledges that Creative Commons is not
 a party to the Waiver and has no duty or obligation with respect to
 the Waiver or use of the Work.



==========================================================================
Package: librsvg2-common:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: librsvg
Source: https://download.gnome.org/sources/librsvg/
Files-Excluded:
 tests/fixtures/cmdline/gimp-wilber-ref.png
 tests/fixtures/cmdline/gimp-wilber.svg
 vendor/js-sys/src
 vendor/js-sys/tests
 vendor/web-sys/src
 vendor/web-sys/tests
 vendor/web-sys/webidls
 vendor/winapi*/lib
 vendor/windows-sys/src
 vendor/windows_*/lib

Files: *
Copyright: 2000 Eazel, Inc.
           1999 - 2003 Ximian, Inc.
           1999 Michael Zucchi
           1998 - 2000, 2005 Red Hat, Inc.
           2002 - 2005 Dom Lachowicz <cinamod@hotmail.com>
           2002 Matthias Clasen
           2003 - 2005 Caleb Moore <c.moore@student.unsw.edu.au>
           2006 Robert Staudinger <robert.staudinger@gmail.com>
           2010 - 2012 Christian Persch
           2010 Igalia, S.L.
License: LGPL-2+

Files:
 m4/ax_compare_version.m4
Copyright:
 2008 Tim Toolan
License: FSFAP

Files:
 tests/fixtures/reftests/svg1.1/*
Copyright:
 2008-2009 World Wide Web Consortium (Massachusetts Institute of
 Technology, European Research Consortium for Informatics and
 Mathematics (ERCIM), Keio University)
License: BSD-3-clause

Files:
 tests/fixtures/render-crash/feMerge-color-interpolation-srgb.svg
Copyright:
 2018 Reizner Evgeniy
License: Expat

Files:
 vendor/*
Copyright:
 2016 A.J. Gardner
 2017 Aaron Power
 (unspecified) Aaron Trent
 2014 Alex Crichton
 2015 Alex Daniel Jones
 (unspecified) Alexander Huszagh
 (unspecified) Alexis Beingessner
 2017-2018 Amanieu d'Antras
 (unspecified) Andreas Longva
 2015-2017 Andrew Gallant
 2014 Armin Ronacher
 2015-2020 Ashish Myles and contributors
 2015 Bartłomiej Kamiński
 (unspecified) Bastian Köcher
 2014 Benjamin Sago
 2015 Brendan Zabarauskas
 2015 Brian Vincent
 (unspecified) Brook Heisler
 2015 Connor Hilarides
 2015 Corey Richardson
 2019-2020 CreepySkeleton
 2019-2020 Daniel Gee
 2015 Danny Guo
 (unspecified) Darin Morrison
 2005-2011 David Schultz
 (unspecified) David Tolnay
 2018-2021 Developers of the Rand project
 2015 Dmitry Roschin
 2010-2011 Dmitry Vyukov
 2015-2017 Doug Tangren
 2018 Dragoș Tiselice
 2021 DutchGhost
 2019 Embark Studios
 2012-2018 Free Software Foundation, Inc.
 2017 Frommi
 2016 FullContact, Inc.
 2015 Gigih Aji Ibrahim
 2017-2020 Gilad Naaman
 2006-2009 Graydon Hoare
 2015-2018 Guillaume Gomez
 2019 Hao Hou
 2016 Itoa Developers
 2019 Jacob Pratt
 2017 Jan Bujak
 2016 Jan Hudec
 2017-2018 Jason Lingle
 1995-2017 Jean-loup Gailly
 2015 John Nagle
 2015 Johann Hofmann
 (unspecified) Jonathan Reem
 (unspecified) Jonas Schievink
 2015 Jordan Miner
 2014-2018 Jorge Aparicio
 (unspecified) Josh Triplett
 2016 Junfeng Liu
 2014-2017 Kang Seonghoon and contributors
 2016 Kathryn Long
 2015-2016 Kevin B. Knapp
 2013 Koka El Kiwi
 1995-2017 Mark Adler
 2016 Martin Geisler
 2015 Marvin Löbel
 (unspecified) Michael Layzell
 2015 Milo Yip
 2009-2013 Mozilla Foundation
 2017 Nick Stevens
 2016 Nika Layzell
 2014 Ning Sun
 2016-2018 Nuxi
 2016 Oleksii Rudenko
 2014-2020 Optimal Computing (NZ) Ltd
 2014 Paho Lurie-Gregg
 2015-2016 Peter Atashian
 2019 Peter Glotfelty
 2015 Pyfisch
 2018 R. Janis Goldschmidt
 2020 Ralf Jung
 2017 Redox OS Developers
 2016 Remi Rampin and adler32-rs contributors
 2017 Robert Grosse
 (unspecified) Ryan Scheel
 2018 Sam Rijs, Alex Crichton and contributors
 2015 Sean McArthur
 2017 Serde Developers
 2017-2018 Sergio Benitez
 2014-2016 Simon Sapin
 2015 Steven Allen
 (unspecified) Steven Fackler
 (unspecified) Sun Microsystems, Inc.
 2018 Syn Developers
 2013-2019 Sébastien Crozet
 2015 THL A29 Limited, a Tencent company
 2013-2014 The Algebra Developers
 2016-2017 The Fuchsia Authors
 2013-2018 The Gtk-rs Project Developers
 2010-2020 The Rust Project Developers
 2013-2018 The Servo Project Developers
 2015 The assert_cli Developers
 2016 The multipart Crate Developers
 2018 The predicates-rs Project Developers
 2017-2019 The proptest developers
 2015 The quick-error Developers
 2015 The rust-unreachable Developers
 2016 Ticki
 2017 Tim Visée
 2016 Titus Wormer
 2018 Ulf Adams
 2015-2021 Ulrik Sverdrup (bluss)
 2015-2016 Victor Brekenfeld
 (unspecified) Wadelma
 (unspecified) Without Boats
 2015 arcnmx
 2016 base-x contributors
 2016 bitbegin
 2015-2016 clap-rs contributors
 2009-2016 compiler-builtins Developers
 2015 const-cstr developers
 2015 grabbag contributors
 2016 lazy-static.rs Developers
 2021 matrixmultiply authors
 2015 nwin
 2016 oyvindln
 2017 proc-macro-nested contributors
 2015 skdltmxn
 2015-2018 winapi-rs developers
License: Apache-2.0, and BSD-2-clause, and BSD-3-clause, and Expat, and Apache-2.0 or Expat or 0BSD, and Apache-2.0 or Boost-1.0, and Apache-2.0 or Expat, and Expat or Unlicense, and MPL-2.0, and Sun-permissive, and zlib

Files:
 vendor/crossbeam-channel/examples/matching.rs
Copyright:
 Stefan Nilsson
License: CC-BY-3.0

Files:
 tests/resources/Ahem.ttf
Copyright:
 Todd Fahrner
 Myles C. Maxfield
License: CC-zero-waive-1.0-us

Files:
 tests/resources/NotoSansHebrew-Regular.ttf
Copyright:
 2010,2012-2020, Google Inc.
 2015-2020, Google LLC.
License: OFL-1.1

License: LGPL-2+
 This package is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <https://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in "/usr/share/common-licenses/LGPL-2".

License: Apache-2.0
 On Debian systems, the complete text of the Apache License can be
 found in "/usr/share/common-licenses/Apache-2.0".

License: Expat
 Permission is hereby granted, free of charge, to any
 person obtaining a copy of this software and associated
 documentation files (the "Software"), to deal in the
 Software without restriction, including without
 limitation the rights to use, copy, modify, merge,
 publish, distribute, sublicense, and/or sell copies of
 the Software, and to permit persons to whom the Software
 is furnished to do so, subject to the following
 conditions:
 .
 The above copyright notice and this permission notice
 shall be included in all copies or substantial portions
 of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
 TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
 PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
 SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: MPL-2.0
 This Source Code Form is subject to the terms of the Mozilla Public
 License, v. 2.0. If a copy of the MPL was not distributed with this
 file, You can obtain one at http://mozilla.org/MPL/2.0/.
Comment:
 On Debian systems, the complete text of the Mozilla Public License can
 be found in "/usr/share/common-licenses/MPL-2.0".

License: OFL-1.1
 PREAMBLE
 .
 The goals of the Open Font License (OFL) are to stimulate
 worldwide development of collaborative font projects,
 to support the font creation efforts
 of academic and linguistic communities,
 and to provide a free and open framework
 in which fonts may be shared and improved
 in partnership with others.
 .
 The OFL allows the licensed fonts to be used, studied,
 modified and redistributed freely
 as long as they are not sold by themselves.
 The fonts, including any derivative works,
 can be bundled, embedded,
 redistributed and/or sold with any software
 provided that any reserved names are not used
 by derivative works.
 The fonts and derivatives, however,
 cannot be released under any other type of license.
 The requirement for fonts to remain under this license
 does not apply to any document
 created using the fonts or their derivatives.
 .
 DEFINITIONS
 .
 "Font Software" refers to the set of files
 released by the Copyright Holder(s) under this license
 and clearly marked as such.
 This may include source files, build scripts and documentation.
 .
 "Reserved Font Name" refers to any names specified as such
 after the copyright statement(s).
 .
 "Original Version" refers to the collection
 of Font Software components
 as distributed by the Copyright Holder(s).
 .
 "Modified Version" refers to any derivative
 made by adding to, deleting, or substituting --
 in part or in whole --
 any of the components of the Original Version,
 by changing formats
 or by porting the Font Software to a new environment.
 .
 "Author" refers to any designer, engineer, programmer,
 technical writer or other person
 who contributed to the Font Software.
 .
 PERMISSION & CONDITIONS
 .
 Permission is hereby granted, free of charge,
 to any person obtaining a copy of the Font Software,
 to use, study, copy, merge, embed, modify, redistribute,
 and sell modified and unmodified copies of the Font Software,
 subject to the following conditions:
 .
 1) Neither the Font Software nor any of its individual components,
 in Original or Modified Versions,
 may be sold by itself.
 .
 2) Original or Modified Versions of the Font Software
 may be bundled, redistributed and/or sold with any software,
 provided that each copy contains the above copyright notice
 and this license.
 These can be included either as stand-alone text files,
 human-readable headers or in the appropriate
 machine-readable metadata fields within text or binary files
 as long as those fields can be easily viewed by the user.
 .
 3) No Modified Version of the Font Software may use
 the Reserved Font Name(s)
 unless explicit written permission is granted
 by the corresponding Copyright Holder.
 This restriction only applies to the primary font name
 as presented to the users.
 .
 4) The name(s) of the Copyright Holder(s)
 or the Author(s) of the Font Software
 shall not be used to promote,
 endorse or advertise any Modified Version,
 except to acknowledge the contribution(s)
 of the Copyright Holder(s) and the Author(s)
 or with their explicit written permission.
 .
 5) The Font Software,
 modified or unmodified, in part or in whole,
 must be distributed entirely under this license,
 and must not be distributed under any other license.
 The requirement for fonts to remain under this license
 does not apply to any document
 created using the Font Software.
 .
 TERMINATION
 .
 This license becomes null and void
 if any of the above conditions are not met.
 .
 DISCLAIMER
 .
 THE FONT SOFTWARE IS PROVIDED "AS IS",
 WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
 INCLUDING BUT NOT LIMITED TO
 ANY WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT.
 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE
 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 INCLUDING ANY GENERAL, SPECIAL, INDIRECT,
 INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF THE USE OR INABILITY TO USE
 THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.

License: Unlicense
 This is free and unencumbered software released into the public domain.
 .
 Anyone is free to copy, modify, publish, use, compile, sell, or
 distribute this software, either in source code form or as a compiled
 binary, for any purpose, commercial or non-commercial, and by any
 means.
 .
 In jurisdictions that recognize copyright laws, the author or authors
 of this software dedicate any and all copyright interest in the
 software to the public domain. We make this dedication for the benefit
 of the public at large and to the detriment of our heirs and
 successors. We intend this dedication to be an overt act of
 relinquishment in perpetuity of all present and future rights to this
 software under copyright law.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.
 .
 For more information, please refer to <http://unlicense.org/>

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
    * Redistributions of [source code/works] must retain the above
 copyright notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
 copyright notice, this list of conditions and the following disclaimer
 in the documentation and/or other materials provided with the
 distribution.
    * Neither the name of [the copyright holder] nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: Sun-permissive
 Permission to use, copy, modify, and distribute this
 software is freely granted, provided that this notice
 is preserved.

License: Boost-1.0
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare derivative works of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: zlib
 This software is provided 'as-is', without any express or implied
 warranty. In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
 claim that you wrote the original software. If you use this software
 in a product, an acknowledgment in the product documentation would be
 appreciated but is not required.
 .
 2. Altered source versions must be plainly marked as such, and must
 not be misrepresented as being the original software.
 .
 3. This notice may not be removed or altered from any source
 distribution.

License: 0BSD
 Permission to use, copy, modify, and/or distribute this software for
 any purpose with or without fee is hereby granted.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

License: CC-BY-3.0
 Creative Commons Legal Code
 .
 Attribution 3.0 Unported
 .
    CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
    LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
    ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
    INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
    REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
    DAMAGES RESULTING FROM ITS USE.
 .
 License
 .
 THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
 COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
 COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
 AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
 .
 BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
 TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
 BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
 CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
 CONDITIONS.
 .
 1. Definitions
 .
  a. "Adaptation" means a work based upon the Work, or upon the Work and
     other pre-existing works, such as a translation, adaptation,
     derivative work, arrangement of music or other alterations of a
     literary or artistic work, or phonogram or performance and includes
     cinematographic adaptations or any other form in which the Work may be
     recast, transformed, or adapted including in any form recognizably
     derived from the original, except that a work that constitutes a
     Collection will not be considered an Adaptation for the purpose of
     this License. For the avoidance of doubt, where the Work is a musical
     work, performance or phonogram, the synchronization of the Work in
     timed-relation with a moving image ("synching") will be considered an
     Adaptation for the purpose of this License.
  b. "Collection" means a collection of literary or artistic works, such as
     encyclopedias and anthologies, or performances, phonograms or
     broadcasts, or other works or subject matter other than works listed
     in Section 1(f) below, which, by reason of the selection and
     arrangement of their contents, constitute intellectual creations, in
     which the Work is included in its entirety in unmodified form along
     with one or more other contributions, each constituting separate and
     independent works in themselves, which together are assembled into a
     collective whole. A work that constitutes a Collection will not be
     considered an Adaptation (as defined above) for the purposes of this
     License.
  c. "Distribute" means to make available to the public the original and
     copies of the Work or Adaptation, as appropriate, through sale or
     other transfer of ownership.
  d. "Licensor" means the individual, individuals, entity or entities that
     offer(s) the Work under the terms of this License.
  e. "Original Author" means, in the case of a literary or artistic work,
     the individual, individuals, entity or entities who created the Work
     or if no individual or entity can be identified, the publisher; and in
     addition (i) in the case of a performance the actors, singers,
     musicians, dancers, and other persons who act, sing, deliver, declaim,
     play in, interpret or otherwise perform literary or artistic works or
     expressions of folklore; (ii) in the case of a phonogram the producer
     being the person or legal entity who first fixes the sounds of a
     performance or other sounds; and, (iii) in the case of broadcasts, the
     organization that transmits the broadcast.
  f. "Work" means the literary and/or artistic work offered under the terms
     of this License including without limitation any production in the
     literary, scientific and artistic domain, whatever may be the mode or
     form of its expression including digital form, such as a book,
     pamphlet and other writing; a lecture, address, sermon or other work
     of the same nature; a dramatic or dramatico-musical work; a
     choreographic work or entertainment in dumb show; a musical
     composition with or without words; a cinematographic work to which are
     assimilated works expressed by a process analogous to cinematography;
     a work of drawing, painting, architecture, sculpture, engraving or
     lithography; a photographic work to which are assimilated works
     expressed by a process analogous to photography; a work of applied
     art; an illustration, map, plan, sketch or three-dimensional work
     relative to geography, topography, architecture or science; a
     performance; a broadcast; a phonogram; a compilation of data to the
     extent it is protected as a copyrightable work; or a work performed by
     a variety or circus performer to the extent it is not otherwise
     considered a literary or artistic work.
  g. "You" means an individual or entity exercising rights under this
     License who has not previously violated the terms of this License with
     respect to the Work, or who has received express permission from the
     Licensor to exercise rights under this License despite a previous
     violation.
  h. "Publicly Perform" means to perform public recitations of the Work and
     to communicate to the public those public recitations, by any means or
     process, including by wire or wireless means or public digital
     performances; to make available to the public Works in such a way that
     members of the public may access these Works from a place and at a
     place individually chosen by them; to perform the Work to the public
     by any means or process and the communication to the public of the
     performances of the Work, including by public digital performance; to
     broadcast and rebroadcast the Work by any means including signs,
     sounds or images.
  i. "Reproduce" means to make copies of the Work by any means including
     without limitation by sound or visual recordings and the right of
     fixation and reproducing fixations of the Work, including storage of a
     protected performance or phonogram in digital form or other electronic
     medium.
 .
 2. Fair Dealing Rights. Nothing in this License is intended to reduce,
 limit, or restrict any uses free from copyright or rights arising from
 limitations or exceptions that are provided for in connection with the
 copyright protection under copyright law or other applicable laws.
 .
 3. License Grant. Subject to the terms and conditions of this License,
 Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
 perpetual (for the duration of the applicable copyright) license to
 exercise the rights in the Work as stated below:
 .
  a. to Reproduce the Work, to incorporate the Work into one or more
     Collections, and to Reproduce the Work as incorporated in the
     Collections;
  b. to create and Reproduce Adaptations provided that any such Adaptation,
     including any translation in any medium, takes reasonable steps to
     clearly label, demarcate or otherwise identify that changes were made
     to the original Work. For example, a translation could be marked "The
     original work was translated from English to Spanish," or a
     modification could indicate "The original work has been modified.";
  c. to Distribute and Publicly Perform the Work including as incorporated
     in Collections; and,
  d. to Distribute and Publicly Perform Adaptations.
  e. For the avoidance of doubt:
 .
      i. Non-waivable Compulsory License Schemes. In those jurisdictions in
         which the right to collect royalties through any statutory or
         compulsory licensing scheme cannot be waived, the Licensor
         reserves the exclusive right to collect such royalties for any
         exercise by You of the rights granted under this License;
     ii. Waivable Compulsory License Schemes. In those jurisdictions in
         which the right to collect royalties through any statutory or
         compulsory licensing scheme can be waived, the Licensor waives the
         exclusive right to collect such royalties for any exercise by You
         of the rights granted under this License; and,
    iii. Voluntary License Schemes. The Licensor waives the right to
         collect royalties, whether individually or, in the event that the
         Licensor is a member of a collecting society that administers
         voluntary licensing schemes, via that society, from any exercise
         by You of the rights granted under this License.
 .
 The above rights may be exercised in all media and formats whether now
 known or hereafter devised. The above rights include the right to make
 such modifications as are technically necessary to exercise the rights in
 other media and formats. Subject to Section 8(f), all rights not expressly
 granted by Licensor are hereby reserved.
 .
 4. Restrictions. The license granted in Section 3 above is expressly made
 subject to and limited by the following restrictions:
 .
  a. You may Distribute or Publicly Perform the Work only under the terms
     of this License. You must include a copy of, or the Uniform Resource
     Identifier (URI) for, this License with every copy of the Work You
     Distribute or Publicly Perform. You may not offer or impose any terms
     on the Work that restrict the terms of this License or the ability of
     the recipient of the Work to exercise the rights granted to that
     recipient under the terms of the License. You may not sublicense the
     Work. You must keep intact all notices that refer to this License and
     to the disclaimer of warranties with every copy of the Work You
     Distribute or Publicly Perform. When You Distribute or Publicly
     Perform the Work, You may not impose any effective technological
     measures on the Work that restrict the ability of a recipient of the
     Work from You to exercise the rights granted to that recipient under
     the terms of the License. This Section 4(a) applies to the Work as
     incorporated in a Collection, but this does not require the Collection
     apart from the Work itself to be made subject to the terms of this
     License. If You create a Collection, upon notice from any Licensor You
     must, to the extent practicable, remove from the Collection any credit
     as required by Section 4(b), as requested. If You create an
     Adaptation, upon notice from any Licensor You must, to the extent
     practicable, remove from the Adaptation any credit as required by
     Section 4(b), as requested.
  b. If You Distribute, or Publicly Perform the Work or any Adaptations or
     Collections, You must, unless a request has been made pursuant to
     Section 4(a), keep intact all copyright notices for the Work and
     provide, reasonable to the medium or means You are utilizing: (i) the
     name of the Original Author (or pseudonym, if applicable) if supplied,
     and/or if the Original Author and/or Licensor designate another party
     or parties (e.g., a sponsor institute, publishing entity, journal) for
     attribution ("Attribution Parties") in Licensor's copyright notice,
     terms of service or by other reasonable means, the name of such party
     or parties; (ii) the title of the Work if supplied; (iii) to the
     extent reasonably practicable, the URI, if any, that Licensor
     specifies to be associated with the Work, unless such URI does not
     refer to the copyright notice or licensing information for the Work;
     and (iv) , consistent with Section 3(b), in the case of an Adaptation,
     a credit identifying the use of the Work in the Adaptation (e.g.,
     "French translation of the Work by Original Author," or "Screenplay
     based on original Work by Original Author"). The credit required by
     this Section 4 (b) may be implemented in any reasonable manner;
     provided, however, that in the case of a Adaptation or Collection, at
     a minimum such credit will appear, if a credit for all contributing
     authors of the Adaptation or Collection appears, then as part of these
     credits and in a manner at least as prominent as the credits for the
     other contributing authors. For the avoidance of doubt, You may only
     use the credit required by this Section for the purpose of attribution
     in the manner set out above and, by exercising Your rights under this
     License, You may not implicitly or explicitly assert or imply any
     connection with, sponsorship or endorsement by the Original Author,
     Licensor and/or Attribution Parties, as appropriate, of You or Your
     use of the Work, without the separate, express prior written
     permission of the Original Author, Licensor and/or Attribution
     Parties.
  c. Except as otherwise agreed in writing by the Licensor or as may be
     otherwise permitted by applicable law, if You Reproduce, Distribute or
     Publicly Perform the Work either by itself or as part of any
     Adaptations or Collections, You must not distort, mutilate, modify or
     take other derogatory action in relation to the Work which would be
     prejudicial to the Original Author's honor or reputation. Licensor
     agrees that in those jurisdictions (e.g. Japan), in which any exercise
     of the right granted in Section 3(b) of this License (the right to
     make Adaptations) would be deemed to be a distortion, mutilation,
     modification or other derogatory action prejudicial to the Original
     Author's honor and reputation, the Licensor will waive or not assert,
     as appropriate, this Section, to the fullest extent permitted by the
     applicable national law, to enable You to reasonably exercise Your
     right under Section 3(b) of this License (right to make Adaptations)
     but not otherwise.
 .
 5. Representations, Warranties and Disclaimer
 .
 UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
 OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
 KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
 INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
 FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
 LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
 WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
 OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
 .
 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
 LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
 ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
 ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
 BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
 .
 7. Termination
 .
  a. This License and the rights granted hereunder will terminate
     automatically upon any breach by You of the terms of this License.
     Individuals or entities who have received Adaptations or Collections
     from You under this License, however, will not have their licenses
     terminated provided such individuals or entities remain in full
     compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
     survive any termination of this License.
  b. Subject to the above terms and conditions, the license granted here is
     perpetual (for the duration of the applicable copyright in the Work).
     Notwithstanding the above, Licensor reserves the right to release the
     Work under different license terms or to stop distributing the Work at
     any time; provided, however that any such election will not serve to
     withdraw this License (or any other license that has been, or is
     required to be, granted under the terms of this License), and this
     License will continue in full force and effect unless terminated as
     stated above.
 .
 8. Miscellaneous
 .
  a. Each time You Distribute or Publicly Perform the Work or a Collection,
     the Licensor offers to the recipient a license to the Work on the same
     terms and conditions as the license granted to You under this License.
  b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
     offers to the recipient a license to the original Work on the same
     terms and conditions as the license granted to You under this License.
  c. If any provision of this License is invalid or unenforceable under
     applicable law, it shall not affect the validity or enforceability of
     the remainder of the terms of this License, and without further action
     by the parties to this agreement, such provision shall be reformed to
     the minimum extent necessary to make such provision valid and
     enforceable.
  d. No term or provision of this License shall be deemed waived and no
     breach consented to unless such waiver or consent shall be in writing
     and signed by the party to be charged with such waiver or consent.
  e. This License constitutes the entire agreement between the parties with
     respect to the Work licensed here. There are no understandings,
     agreements or representations with respect to the Work not specified
     here. Licensor shall not be bound by any additional provisions that
     may appear in any communication from You. This License may not be
     modified without the mutual written agreement of the Licensor and You.
  f. The rights granted under, and the subject matter referenced, in this
     License were drafted utilizing the terminology of the Berne Convention
     for the Protection of Literary and Artistic Works (as amended on
     September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
     Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
     and the Universal Copyright Convention (as revised on July 24, 1971).
     These rights and subject matter take effect in the relevant
     jurisdiction in which the License terms are sought to be enforced
     according to the corresponding provisions of the implementation of
     those treaty provisions in the applicable national law. If the
     standard suite of rights granted under applicable copyright law
     includes additional rights not granted under this License, such
     additional rights are deemed to be included in the License; this
     License is not intended to restrict the license of any rights under
     applicable law.
 .
 Creative Commons Notice
 .
     Creative Commons is not a party to this License, and makes no warranty
     whatsoever in connection with the Work. Creative Commons will not be
     liable to You or any party on any legal theory for any damages
     whatsoever, including without limitation any general, special,
     incidental or consequential damages arising in connection to this
     license. Notwithstanding the foregoing two (2) sentences, if Creative
     Commons has expressly identified itself as the Licensor hereunder, it
     shall have all rights and obligations of Licensor.
 .
     Except for the limited purpose of indicating to the public that the
     Work is licensed under the CCPL, Creative Commons does not authorize
     the use by either party of the trademark "Creative Commons" or any
     related trademark or logo of Creative Commons without the prior
     written consent of Creative Commons. Any permitted use will be in
     compliance with Creative Commons' then-current trademark usage
     guidelines, as may be published on its website or otherwise made
     available upon request from time to time. For the avoidance of doubt,
     this trademark restriction does not form part of this License.
 .
     Creative Commons may be contacted at https://creativecommons.org/.

License: FSFAP
 Copying and distribution of this file, with or without modification, are
 permitted in any medium without royalty provided the copyright notice
 and this notice are preserved. This file is offered as-is, without any
 warranty.

License: CC-zero-waive-1.0-us
 https://www.creativecommons.org/licenses/zero-waive/1.0/us/legalcode
 .
 Affirmation and Waiver
 .
 The person who has associated a work with this document (the "Work")
 affirms that he or she (the "Affirmer") is the/an author or owner of
 the Work. The Work may be any work of authorship, including a database.
 .
 The Affirmer hereby fully, permanently and irrevocably waives and
 relinquishes all of her or his copyright and related or neighboring
 legal rights in the Work available under any federal or state law,
 treaty or contract, including but not limited to moral rights, publicity
 and privacy rights, rights protecting against unfair competition and
 any rights protecting the extraction, dissemination and reuse of data,
 whether such rights are present or future, vested or contingent (the
 "Waiver"). The Affirmer makes the Waiver for the benefit of the public
 at large and to the detriment of the Affirmer's heirs or successors.
 .
 The Affirmer understands and intends that the Waiver has the effect of
 eliminating and entirely removing from the Affirmer's control all the
 copyright and related or neighboring legal rights previously held by the
 Affirmer in the Work, to that extent making the Work freely available
 to the public for any and all uses and purposes without restriction of
 any kind, including commercial use and uses in media and formats or by
 methods that have not yet been invented or conceived. Should the Waiver
 for any reason be judged legally ineffective in any jurisdiction,
 the Affirmer hereby grants a free, full, permanent, irrevocable,
 nonexclusive and worldwide license for all her or his copyright and
 related or neighboring legal rights in the Work.
 .
 The Affirmer understands and acknowledges that Creative Commons is not
 a party to the Waiver and has no duty or obligation with respect to
 the Waiver or use of the Work.



==========================================================================
Package: libsamplerate0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libsamplerate
Upstream-Contact: <umlaeute@debian.org>
Source: https://github.com/libsndfile/libsamplerate

Files: *
Copyright: 2002-2021 Erik de Castro Lopo <erikd@mega-nerd.com>
License: BSD-2-clause

Files: src/check_asm.sh
Copyright: 2004-2011, Erik de Castro Lopo <erikd@mega-nerd.com>
License: GPL-2+

Files: m4/clip_mode.m4
Copyright: 2003, Erik de Castro Lopo <erikd@mega-nerd.com>
License: FSFAP

Files: m4/*flag*.m4
Copyright: 2011 Maarten Bosmans <mkbosmans@gmail.com>
  2008 Guido U. Draheim <guidod@gmx.de>
License: GPL-3+

Files: m4/ax_compiler_vendor.m4
Copyright: 2008 Steven G. Johnson <stevenj@alum.mit.edu>
  2008 Matteo Frigo
License: GPL-3+

Files: m4/ax_recursive_eval.m4
Copyright: 2008 Alexandre Duret-Lutz <adl@gnu.org>
License: GPL-2+

Files: m4/ax_compiler_version.m4
Copyright: 2014 Bastien ROUCARIES <roucaries.bastien+autoconf@gmail.com>
License: FSFAP

Files: m4/ax_require_defined.m4
Copyright: 2014 Mike Frysinger <vapier@gentoo.org>
License: FSFAP

Files: debian/*
Copyright: 2009-2014, Erik de Castro Lopo <erikd@mega-nerd.com>
 2017-2021, IOhannes m zmölnig <umlaeute@debian.org>
License: BSD-2-clause

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS

License: GPL-2+
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
 Free Software Foundation; either version 2, or (at your option) any
 later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program.  If not, see <http://www.gnu.org/licenses/>.
Comment:
 On Debian systems, the complete text of the GNU General Public License
 (GPL) version 2 can be found in "/usr/share/common-licenses/GPL-2".

License: GPL-3+
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
 Free Software Foundation; either version 3, or (at your option) any
 later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program.  If not, see <http://www.gnu.org/licenses/>.
Comment:
 On Debian systems, the complete text of the GNU General Public License
 (GPL) version 3 can be found in "/usr/share/common-licenses/GPL-3".

License: FSFAP
 Copying and distribution of this file, with or without modification, are
 permitted in any medium without royalty provided the copyright notice
 and this notice are preserved. This file is offered as-is, without any
 warranty.



==========================================================================
Package: libsamplerate0-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libsamplerate
Upstream-Contact: <umlaeute@debian.org>
Source: https://github.com/libsndfile/libsamplerate

Files: *
Copyright: 2002-2021 Erik de Castro Lopo <erikd@mega-nerd.com>
License: BSD-2-clause

Files: src/check_asm.sh
Copyright: 2004-2011, Erik de Castro Lopo <erikd@mega-nerd.com>
License: GPL-2+

Files: m4/clip_mode.m4
Copyright: 2003, Erik de Castro Lopo <erikd@mega-nerd.com>
License: FSFAP

Files: m4/*flag*.m4
Copyright: 2011 Maarten Bosmans <mkbosmans@gmail.com>
  2008 Guido U. Draheim <guidod@gmx.de>
License: GPL-3+

Files: m4/ax_compiler_vendor.m4
Copyright: 2008 Steven G. Johnson <stevenj@alum.mit.edu>
  2008 Matteo Frigo
License: GPL-3+

Files: m4/ax_recursive_eval.m4
Copyright: 2008 Alexandre Duret-Lutz <adl@gnu.org>
License: GPL-2+

Files: m4/ax_compiler_version.m4
Copyright: 2014 Bastien ROUCARIES <roucaries.bastien+autoconf@gmail.com>
License: FSFAP

Files: m4/ax_require_defined.m4
Copyright: 2014 Mike Frysinger <vapier@gentoo.org>
License: FSFAP

Files: debian/*
Copyright: 2009-2014, Erik de Castro Lopo <erikd@mega-nerd.com>
 2017-2021, IOhannes m zmölnig <umlaeute@debian.org>
License: BSD-2-clause

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS

License: GPL-2+
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
 Free Software Foundation; either version 2, or (at your option) any
 later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program.  If not, see <http://www.gnu.org/licenses/>.
Comment:
 On Debian systems, the complete text of the GNU General Public License
 (GPL) version 2 can be found in "/usr/share/common-licenses/GPL-2".

License: GPL-3+
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
 Free Software Foundation; either version 3, or (at your option) any
 later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program.  If not, see <http://www.gnu.org/licenses/>.
Comment:
 On Debian systems, the complete text of the GNU General Public License
 (GPL) version 3 can be found in "/usr/share/common-licenses/GPL-3".

License: FSFAP
 Copying and distribution of this file, with or without modification, are
 permitted in any medium without royalty provided the copyright notice
 and this notice are preserved. This file is offered as-is, without any
 warranty.



==========================================================================
Package: libsdl2-2.0-0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: SDL
Upstream-Contact: Sam Lantinga <slouken@libsdl.org>
Source: https://www.libsdl.org/
Files-Excluded: Android.mk
                android-project
                src/hidapi/windows/ddk_build
                src/render/metal/SDL_shaders_metal_*.h
                src/video/os2/SDL_gradd.h
                test/unifont-*
                VisualC
                VisualC-WinRT
                Xcode
                Xcode-iOS

Files: *
Copyright:
 1997-2023 Sam Lantinga <slouken@libsdl.org>
 2012 Raspberry Pi Foundation
 2012-2018 RISC OS Open Ltd
 2018-2019 EXL
 2020-2022 Valve Corporation
License: zlib/libpng and zlib-libpng-like-permissive

Files: include/SDL_egl.h
       include/SDL_opengl_glext.h
       include/SDL_opengles2_khrplatform.h
Copyright: 1997-2021 Sam Lantinga
           2008-2014 The Khronos Group Inc.
License: zlib/libpng and Expat-like and Apache-2.0

Files: include/SDL_opengles2_gl2.h
       include/SDL_opengles2_gl2ext.h
       include/SDL_opengles2_gl2platform.h
Copyright: 1997-2016 Sam Lantinga <slouken@libsdl.org>
License: SGI-Free-Software-License-B

Files: include/SDL_hidapi.h
       src/hidapi/*
Copyright: 2009-2010 Alan Ott, Signal 11 Software
           1997-2021 Sam Lantinga
           2021 Valve Corporation
License: BSD-3-clause or GPL-3 or hidapi-orig, and zlib/libpng

Files: src/libm/*
Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
License: SunPro

Files: src/main/windows/SDL_windows_main.c
Copyright: 1998 Sam Lantinga
License: PublicDomain_Sam_Lantinga
Comment: SDL_main.c, placed in the public domain by Sam Lantinga  4/13/98

Files: src/main/winrt/SDL_winrt_main_NonXAML.cpp
Copyright: 2014 David Ludwig
License: PublicDomain_David_Ludwig

Files: src/render/SDL_yuv_sw.c
Copyright: 1995 Erik Corry
           1995 The Regents of the University of California
           1995 Brown University
License: BrownUn_UnCalifornia_ErikCorry

Files: src/stdlib/SDL_qsort.c
Copyright: 1998 Gareth McCaughan
License: Gareth_McCaughan

Files: src/test/SDL_test_md5.c include/SDL_test_md5.h
Copyright: 1997-2012 Sam Lantinga <slouken@libsdl.org>
           1990-1991 RSA Data Security, Inc.
License: zlib/libpng and RSA_Data_Security

Files:
 src/video/arm/pixman-arm-asm.h
 src/video/arm/pixman-arm-neon-asm.S
 src/video/arm/pixman-arm-neon-asm.h
Copyright:
 2009-2010 Nokia Corporation
License: Mozilla-permissive and Expat and zlib/libpng

Files: src/video/khronos/vulkan/*.h
Copyright:
 2014-2020 The Khronos Group Inc.
 2015-2017 Valve Corporation
 2015-2017 LunarG, Inc.
License: Apache-2.0

Files: src/video/haiku/SDL_bkeyboard.cc
       src/video/haiku/SDL_bkeyboard.h
Copyright: 1997-2012 Sam Lantinga
License: LGPL-2.1+

Files: test/testautomation_*
Copyright: Edgar Simo "bobbens"
License: PublicDomain_Edgar_Simo

Files: test/testautomation_rwops.c
       include/SDL_test_fuzzer.h
       include/SDL_test_harness.h
Copyright: 2011 Markus Kauppila <markus.kauppila@gmail.com>
License: zlib/libpng

Files: test/testhaptic.c
Copyright: 1997-2011 Sam Lantinga <slouken@libsdl.org>
           2008 Edgar Simo Serra
License: BSD-3-clause

Files: test/testrumble.c
Copyright: 1997-2011 Sam Lantinga <slouken@libsdl.org>
           2011 Edgar Simo Serra
License: BSD-3-clause

Files: test/nacl/*
Copyright: 2013 The Chromium Authors
License: BSD-3-clause-chromium

Files: test/shapes/*
Copyright: none
License: zlib/libpng
Comment: No specific information about the images

Files: wayland-protocols/*.xml
Copyright:
 2008-2011 Kristian Høgsberg
 2010-2013 Intel Corporation
 2012-2016 Collabora, Ltd.
 2014 Stephen "Lyude" Chandler Paul
 2015-2016 Jan Arne Petersen
 2015 Samsung Electronics Co., Ltd
 2015-2018 Red Hat, Inc.
 2018 Purism SPC
License: Expat and MIT-open-group

Files: debian/*
Copyright: 2015-2020, Gianfranco Costamagna <locutusofborg@debian.org>
           2011-2013, Manuel A. Fernandez Montecelo <mafm@debian.org>
           2011-2013, Felix Geyer <fgeyer@debian.org>
           2011, Roman Vasiyarov <rvasiyarov@gmail.com>
           2010, Jon Dowland <jmtd@debian.org>
           2009, Barry deFreese <bdefreese@debian.org>
           2007-2008, Aurelien Jarno <aurel32@debian.org>
           2007-2008, Sam Hocevar (Debian packages) <sam+deb@zoy.org>
           2002-2007, Josselin Mouette <joss@debian.org>
           2001, Christian T. Steigies <cts@debian.org>
           2001, Branden Robinson <branden@debian.org>
           2012, Canonical Ltd.
           2018-2023, Simon McVittie
           2022-2023, Collabora Ltd.
License: LGPL-2.1+

Files: debian/tests/cmake-findsdl2/FindSDL2.cmake
Copyright: 2003-2009 Kitware, Inc.
License: BSD-3-clause-kitware
Comment:
 Taken from the openjk package. Similar files exist in hedgewars, spring,
 megaglest, etc.

License: SGI-Free-Software-License-B
 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice including the dates of first publication and
 either this permission notice or a reference to
 http://oss.sgi.com/projects/FreeB/
 shall be included in all copies or substantial portions of the Software.
 ,
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 .
 Except as contained in this notice, the name of Silicon Graphics, Inc.
 shall not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization from
 Silicon Graphics, Inc.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: Expat-like
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and/or associated documentation files (the
 "Materials"), to deal in the Materials without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Materials, and to
 permit persons to whom the Materials are furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Materials.
 .
 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

License: zlib/libpng
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.

License: zlib-libpng-like-permissive
  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising from the use of this software.
  .
  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely.

License: LGPL-2.1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1 of the License, or (at
 your option) any later version.
 .
 On Debian systems, the complete text of version 2.1 of the GNU Lesser General
 Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
      http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, a copy of the Apache License version 2.0
 can be found in /usr/share/common-licenses/Apache-2.0.

License: BSD-3-clause-chromium
 Copyright (c) 2011 Google Inc. All rights reserved.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
    * Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
 copyright notice, this list of conditions and the following disclaimer
 in the documentation and/or other materials provided with the
 distribution.
    * Neither the name of Google Inc. nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-3-clause-kitware
 Copyright 2003-2009 Kitware, Inc.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 * Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
 .
 * Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
 .
 * Neither the names of Kitware, Inc., the Insight Software Consortium,
   nor the names of their contributors may be used to endorse or promote
   products derived from this software without specific prior written
   permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
     * Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.
     * Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.
     * Neither the name of the LibQxt project nor the
       names of its contributors may be used to endorse or promote products
       derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Comment:
  Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
  .
  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising from the use of this software.
  .
  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely.
  .
  .
  Copyright (c) 2011, Edgar Simo Serra
  All rights reserved.
  .
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
  .
    * Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright notice,
      this list of conditions and the following disclaimer in the documentation
      and/or other materials provided with the distribution.
    * Neither the name of the Simple Directmedia Layer (SDL) nor the names of
      its contributors may be used to endorse or promote products derived from
      this software without specific prior written permission.
  .
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BrownUn_UnCalifornia_ErikCorry
 /* This code was derived from code carrying the following copyright notices:
  * Copyright (c) 1995 The Regents of the University of California.
  * All rights reserved.
  *
  * Permission to use, copy, modify, and distribute this software and its
  * documentation for any purpose, without fee, and without written agreement is
  * hereby granted, provided that the above copyright notice and the following
  * two paragraphs appear in all copies of this software.
  *
  * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
  * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
  * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  * AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
  * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
  * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  *
  * Copyright (c) 1995 Erik Corry
  * All rights reserved.
  *
  * Permission to use, copy, modify, and distribute this software and its
  * documentation for any purpose, without fee, and without written agreement is
  * hereby granted, provided that the above copyright notice and the following
  * two paragraphs appear in all copies of this software.
  *
  * IN NO EVENT SHALL ERIK CORRY BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
  * SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF
  * THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF ERIK CORRY HAS BEEN ADVISED
  * OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * ERIK CORRY SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  * PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS"
  * BASIS, AND ERIK CORRY HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT,
  * UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  *
  * Portions of this software Copyright (c) 1995 Brown University.
  * All rights reserved.
  *
  * Permission to use, copy, modify, and distribute this software and its
  * documentation for any purpose, without fee, and without written agreement
  * is hereby granted, provided that the above copyright notice and the
  * following two paragraphs appear in all copies of this software.
  *
  * IN NO EVENT SHALL BROWN UNIVERSITY BE LIABLE TO ANY PARTY FOR
  * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF BROWN
  * UNIVERSITY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * BROWN UNIVERSITY SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  * PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS"
  * BASIS, AND BROWN UNIVERSITY HAS NO OBLIGATION TO PROVIDE MAINTENANCE,
  * SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  */

License: GPL-3
 On Debian systems, the complete text of the GNU General
 Public License version 3 can be found in
 /usr/share/common-licenses/GPL-3.

License: Gareth_McCaughan
  You may use it in anything you like; you may make money
  out of it; you may distribute it in object form or as
  part of an executable without including source code;
  you don't have to credit me. (But it would be nice if
  you did.)

License: SunPro
  Developed at SunPro, a Sun Microsystems, Inc. business.
  Permission to use, copy, modify, and distribute this
  software is freely granted, provided that this notice
  is preserved.

License: PublicDomain_Sam_Lantinga
 Placed in the public domain by Sam Lantinga  4/13/98

License: PublicDomain_David_Ludwig
 placed in the public domain by David Ludwig  3/13/14

License: PublicDomain_Edgar_Simo
 Written by Edgar Simo "bobbens"
 .
 Released under Public Domain.

License: RSA_Data_Security
 ***********************************************************************
 ** utl_md5.c -- the source code for MD5 routines                      **
 ** RSA Data Security, Inc. MD5 Message-Digest Algorithm              **
 ** Created: 2/17/90 RLR                                              **
 ** Revised: 1/91 SRD,AJ,BSK,JT Reference C ver., 7/10 constant corr. **
 ***********************************************************************
 ***********************************************************************
 ** Copyright (C) 1990, RSA Data Security, Inc. All rights reserved.  **
 **                                                                   **
 ** License to copy and use this software is granted provided that    **
 ** it is identified as the "RSA Data Security, Inc. MD5 Message-     **
 ** Digest Algorithm" in all material mentioning or referencing this  **
 ** software or this function.                                        **
 **                                                                   **
 ** License is also granted to make and use derivative works          **
 ** provided that such works are identified as "derived from the RSA  **
 ** Data Security, Inc. MD5 Message-Digest Algorithm" in all          **
 ** material mentioning or referencing the derived work.              **
 **                                                                   **
 ** RSA Data Security, Inc. makes no representations concerning       **
 ** either the merchantability of this software or the suitability    **
 ** of this software for any particular purpose.  It is provided "as  **
 ** is" without express or implied warranty of any kind.              **
 **                                                                   **
 ** These notices must be retained in any copies of any part of this  **
 ** documentation and/or software.                                    **
 ***********************************************************************

License: MIT-open-group
 Permission to use, copy, modify, distribute, and sell this
 software and its documentation for any purpose is hereby granted
 without fee, provided that the above copyright notice appear in
 all copies and that both that copyright notice and this permission
 notice appear in supporting documentation, and that the name of
 the copyright holders not be used in advertising or publicity
 pertaining to distribution of the software without specific,
 written prior permission.  The copyright holders make no
 representations about the suitability of this software for any
 purpose.  It is provided "as is" without express or implied
 warranty.
 .
 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
 THIS SOFTWARE.
Comment: SPDX: MIT-open-group

License: Mozilla-permissive
 Permission to use, copy, modify, distribute, and sell this software and its
 documentation for any purpose is hereby granted without fee, provided that
 the above copyright notice appear in all copies and that both that
 copyright notice and this permission notice appear in supporting
 documentation, and that the name of Mozilla Corporation not be used in
 advertising or publicity pertaining to distribution of the software without
 specific, written prior permission.  Mozilla Corporation makes no
 representations about the suitability of this software for any purpose.  It
 is provided "as is" without express or implied warranty.
 .
 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 SOFTWARE.
Comment:
 Same as MIT-open-group but with "Mozilla Corporation" instead of
 "The copyright holders"

License: hidapi-orig
 This software may be used by anyone for any reason so
 long as the copyright notice in the source files
 remains intact.



==========================================================================
Package: libsdl2-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: SDL
Upstream-Contact: Sam Lantinga <slouken@libsdl.org>
Source: https://www.libsdl.org/
Files-Excluded: Android.mk
                android-project
                src/hidapi/windows/ddk_build
                src/render/metal/SDL_shaders_metal_*.h
                src/video/os2/SDL_gradd.h
                test/unifont-*
                VisualC
                VisualC-WinRT
                Xcode
                Xcode-iOS

Files: *
Copyright:
 1997-2023 Sam Lantinga <slouken@libsdl.org>
 2012 Raspberry Pi Foundation
 2012-2018 RISC OS Open Ltd
 2018-2019 EXL
 2020-2022 Valve Corporation
License: zlib/libpng and zlib-libpng-like-permissive

Files: include/SDL_egl.h
       include/SDL_opengl_glext.h
       include/SDL_opengles2_khrplatform.h
Copyright: 1997-2021 Sam Lantinga
           2008-2014 The Khronos Group Inc.
License: zlib/libpng and Expat-like and Apache-2.0

Files: include/SDL_opengles2_gl2.h
       include/SDL_opengles2_gl2ext.h
       include/SDL_opengles2_gl2platform.h
Copyright: 1997-2016 Sam Lantinga <slouken@libsdl.org>
License: SGI-Free-Software-License-B

Files: include/SDL_hidapi.h
       src/hidapi/*
Copyright: 2009-2010 Alan Ott, Signal 11 Software
           1997-2021 Sam Lantinga
           2021 Valve Corporation
License: BSD-3-clause or GPL-3 or hidapi-orig, and zlib/libpng

Files: src/libm/*
Copyright: 1993 by Sun Microsystems, Inc. All rights reserved.
License: SunPro

Files: src/main/windows/SDL_windows_main.c
Copyright: 1998 Sam Lantinga
License: PublicDomain_Sam_Lantinga
Comment: SDL_main.c, placed in the public domain by Sam Lantinga  4/13/98

Files: src/main/winrt/SDL_winrt_main_NonXAML.cpp
Copyright: 2014 David Ludwig
License: PublicDomain_David_Ludwig

Files: src/render/SDL_yuv_sw.c
Copyright: 1995 Erik Corry
           1995 The Regents of the University of California
           1995 Brown University
License: BrownUn_UnCalifornia_ErikCorry

Files: src/stdlib/SDL_qsort.c
Copyright: 1998 Gareth McCaughan
License: Gareth_McCaughan

Files: src/test/SDL_test_md5.c include/SDL_test_md5.h
Copyright: 1997-2012 Sam Lantinga <slouken@libsdl.org>
           1990-1991 RSA Data Security, Inc.
License: zlib/libpng and RSA_Data_Security

Files:
 src/video/arm/pixman-arm-asm.h
 src/video/arm/pixman-arm-neon-asm.S
 src/video/arm/pixman-arm-neon-asm.h
Copyright:
 2009-2010 Nokia Corporation
License: Mozilla-permissive and Expat and zlib/libpng

Files: src/video/khronos/vulkan/*.h
Copyright:
 2014-2020 The Khronos Group Inc.
 2015-2017 Valve Corporation
 2015-2017 LunarG, Inc.
License: Apache-2.0

Files: src/video/haiku/SDL_bkeyboard.cc
       src/video/haiku/SDL_bkeyboard.h
Copyright: 1997-2012 Sam Lantinga
License: LGPL-2.1+

Files: test/testautomation_*
Copyright: Edgar Simo "bobbens"
License: PublicDomain_Edgar_Simo

Files: test/testautomation_rwops.c
       include/SDL_test_fuzzer.h
       include/SDL_test_harness.h
Copyright: 2011 Markus Kauppila <markus.kauppila@gmail.com>
License: zlib/libpng

Files: test/testhaptic.c
Copyright: 1997-2011 Sam Lantinga <slouken@libsdl.org>
           2008 Edgar Simo Serra
License: BSD-3-clause

Files: test/testrumble.c
Copyright: 1997-2011 Sam Lantinga <slouken@libsdl.org>
           2011 Edgar Simo Serra
License: BSD-3-clause

Files: test/nacl/*
Copyright: 2013 The Chromium Authors
License: BSD-3-clause-chromium

Files: test/shapes/*
Copyright: none
License: zlib/libpng
Comment: No specific information about the images

Files: wayland-protocols/*.xml
Copyright:
 2008-2011 Kristian Høgsberg
 2010-2013 Intel Corporation
 2012-2016 Collabora, Ltd.
 2014 Stephen "Lyude" Chandler Paul
 2015-2016 Jan Arne Petersen
 2015 Samsung Electronics Co., Ltd
 2015-2018 Red Hat, Inc.
 2018 Purism SPC
License: Expat and MIT-open-group

Files: debian/*
Copyright: 2015-2020, Gianfranco Costamagna <locutusofborg@debian.org>
           2011-2013, Manuel A. Fernandez Montecelo <mafm@debian.org>
           2011-2013, Felix Geyer <fgeyer@debian.org>
           2011, Roman Vasiyarov <rvasiyarov@gmail.com>
           2010, Jon Dowland <jmtd@debian.org>
           2009, Barry deFreese <bdefreese@debian.org>
           2007-2008, Aurelien Jarno <aurel32@debian.org>
           2007-2008, Sam Hocevar (Debian packages) <sam+deb@zoy.org>
           2002-2007, Josselin Mouette <joss@debian.org>
           2001, Christian T. Steigies <cts@debian.org>
           2001, Branden Robinson <branden@debian.org>
           2012, Canonical Ltd.
           2018-2023, Simon McVittie
           2022-2023, Collabora Ltd.
License: LGPL-2.1+

Files: debian/tests/cmake-findsdl2/FindSDL2.cmake
Copyright: 2003-2009 Kitware, Inc.
License: BSD-3-clause-kitware
Comment:
 Taken from the openjk package. Similar files exist in hedgewars, spring,
 megaglest, etc.

License: SGI-Free-Software-License-B
 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice including the dates of first publication and
 either this permission notice or a reference to
 http://oss.sgi.com/projects/FreeB/
 shall be included in all copies or substantial portions of the Software.
 ,
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 .
 Except as contained in this notice, the name of Silicon Graphics, Inc.
 shall not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization from
 Silicon Graphics, Inc.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: Expat-like
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and/or associated documentation files (the
 "Materials"), to deal in the Materials without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Materials, and to
 permit persons to whom the Materials are furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Materials.
 .
 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

License: zlib/libpng
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.

License: zlib-libpng-like-permissive
  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising from the use of this software.
  .
  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely.

License: LGPL-2.1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1 of the License, or (at
 your option) any later version.
 .
 On Debian systems, the complete text of version 2.1 of the GNU Lesser General
 Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
      http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, a copy of the Apache License version 2.0
 can be found in /usr/share/common-licenses/Apache-2.0.

License: BSD-3-clause-chromium
 Copyright (c) 2011 Google Inc. All rights reserved.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
    * Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
 copyright notice, this list of conditions and the following disclaimer
 in the documentation and/or other materials provided with the
 distribution.
    * Neither the name of Google Inc. nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-3-clause-kitware
 Copyright 2003-2009 Kitware, Inc.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 * Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
 .
 * Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
 .
 * Neither the names of Kitware, Inc., the Insight Software Consortium,
   nor the names of their contributors may be used to endorse or promote
   products derived from this software without specific prior written
   permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
     * Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.
     * Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.
     * Neither the name of the LibQxt project nor the
       names of its contributors may be used to endorse or promote products
       derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Comment:
  Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
  .
  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising from the use of this software.
  .
  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely.
  .
  .
  Copyright (c) 2011, Edgar Simo Serra
  All rights reserved.
  .
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
  .
    * Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright notice,
      this list of conditions and the following disclaimer in the documentation
      and/or other materials provided with the distribution.
    * Neither the name of the Simple Directmedia Layer (SDL) nor the names of
      its contributors may be used to endorse or promote products derived from
      this software without specific prior written permission.
  .
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BrownUn_UnCalifornia_ErikCorry
 /* This code was derived from code carrying the following copyright notices:
  * Copyright (c) 1995 The Regents of the University of California.
  * All rights reserved.
  *
  * Permission to use, copy, modify, and distribute this software and its
  * documentation for any purpose, without fee, and without written agreement is
  * hereby granted, provided that the above copyright notice and the following
  * two paragraphs appear in all copies of this software.
  *
  * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
  * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
  * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  * AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
  * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
  * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  *
  * Copyright (c) 1995 Erik Corry
  * All rights reserved.
  *
  * Permission to use, copy, modify, and distribute this software and its
  * documentation for any purpose, without fee, and without written agreement is
  * hereby granted, provided that the above copyright notice and the following
  * two paragraphs appear in all copies of this software.
  *
  * IN NO EVENT SHALL ERIK CORRY BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
  * SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF
  * THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF ERIK CORRY HAS BEEN ADVISED
  * OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * ERIK CORRY SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  * PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS"
  * BASIS, AND ERIK CORRY HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT,
  * UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  *
  * Portions of this software Copyright (c) 1995 Brown University.
  * All rights reserved.
  *
  * Permission to use, copy, modify, and distribute this software and its
  * documentation for any purpose, without fee, and without written agreement
  * is hereby granted, provided that the above copyright notice and the
  * following two paragraphs appear in all copies of this software.
  *
  * IN NO EVENT SHALL BROWN UNIVERSITY BE LIABLE TO ANY PARTY FOR
  * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF BROWN
  * UNIVERSITY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * BROWN UNIVERSITY SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  * PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS"
  * BASIS, AND BROWN UNIVERSITY HAS NO OBLIGATION TO PROVIDE MAINTENANCE,
  * SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  */

License: GPL-3
 On Debian systems, the complete text of the GNU General
 Public License version 3 can be found in
 /usr/share/common-licenses/GPL-3.

License: Gareth_McCaughan
  You may use it in anything you like; you may make money
  out of it; you may distribute it in object form or as
  part of an executable without including source code;
  you don't have to credit me. (But it would be nice if
  you did.)

License: SunPro
  Developed at SunPro, a Sun Microsystems, Inc. business.
  Permission to use, copy, modify, and distribute this
  software is freely granted, provided that this notice
  is preserved.

License: PublicDomain_Sam_Lantinga
 Placed in the public domain by Sam Lantinga  4/13/98

License: PublicDomain_David_Ludwig
 placed in the public domain by David Ludwig  3/13/14

License: PublicDomain_Edgar_Simo
 Written by Edgar Simo "bobbens"
 .
 Released under Public Domain.

License: RSA_Data_Security
 ***********************************************************************
 ** utl_md5.c -- the source code for MD5 routines                      **
 ** RSA Data Security, Inc. MD5 Message-Digest Algorithm              **
 ** Created: 2/17/90 RLR                                              **
 ** Revised: 1/91 SRD,AJ,BSK,JT Reference C ver., 7/10 constant corr. **
 ***********************************************************************
 ***********************************************************************
 ** Copyright (C) 1990, RSA Data Security, Inc. All rights reserved.  **
 **                                                                   **
 ** License to copy and use this software is granted provided that    **
 ** it is identified as the "RSA Data Security, Inc. MD5 Message-     **
 ** Digest Algorithm" in all material mentioning or referencing this  **
 ** software or this function.                                        **
 **                                                                   **
 ** License is also granted to make and use derivative works          **
 ** provided that such works are identified as "derived from the RSA  **
 ** Data Security, Inc. MD5 Message-Digest Algorithm" in all          **
 ** material mentioning or referencing the derived work.              **
 **                                                                   **
 ** RSA Data Security, Inc. makes no representations concerning       **
 ** either the merchantability of this software or the suitability    **
 ** of this software for any particular purpose.  It is provided "as  **
 ** is" without express or implied warranty of any kind.              **
 **                                                                   **
 ** These notices must be retained in any copies of any part of this  **
 ** documentation and/or software.                                    **
 ***********************************************************************

License: MIT-open-group
 Permission to use, copy, modify, distribute, and sell this
 software and its documentation for any purpose is hereby granted
 without fee, provided that the above copyright notice appear in
 all copies and that both that copyright notice and this permission
 notice appear in supporting documentation, and that the name of
 the copyright holders not be used in advertising or publicity
 pertaining to distribution of the software without specific,
 written prior permission.  The copyright holders make no
 representations about the suitability of this software for any
 purpose.  It is provided "as is" without express or implied
 warranty.
 .
 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
 THIS SOFTWARE.
Comment: SPDX: MIT-open-group

License: Mozilla-permissive
 Permission to use, copy, modify, distribute, and sell this software and its
 documentation for any purpose is hereby granted without fee, provided that
 the above copyright notice appear in all copies and that both that
 copyright notice and this permission notice appear in supporting
 documentation, and that the name of Mozilla Corporation not be used in
 advertising or publicity pertaining to distribution of the software without
 specific, written prior permission.  Mozilla Corporation makes no
 representations about the suitability of this software for any purpose.  It
 is provided "as is" without express or implied warranty.
 .
 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 SOFTWARE.
Comment:
 Same as MIT-open-group but with "Mozilla Corporation" instead of
 "The copyright holders"

License: hidapi-orig
 This software may be used by anyone for any reason so
 long as the copyright notice in the source files
 remains intact.



==========================================================================
Package: libselinux1:arm64
==========================================================================
This is the Debian package for libselinux, and it is built from sources obtained from:
http://userspace.selinuxproject.org/trac/wiki/Releases

This package was debianized by Colin Walters <walters@debian.org> on
Thu,  3 Jul 2003 17:10:57 -0400.

This library (libselinux) is public domain software, i.e. not copyrighted.

Warranty Exclusion
------------------
You agree that this software is a
non-commercially developed program that may contain "bugs" (as that
term is used in the industry) and that it may not function as intended.
The software is licensed "as is". NSA makes no, and hereby expressly
disclaims all, warranties, express, implied, statutory, or otherwise
with respect to the software, including noninfringement and the implied
warranties of merchantability and fitness for a particular purpose.

Limitation of Liability
-----------------------
In no event will NSA be liable for any damages, including loss of data,
lost profits, cost of cover, or other special, incidental,
consequential, direct or indirect damages arising from the software or
the use thereof, however caused and on any theory of liability. This
limitation will apply even if NSA has been advised of the possibility
of such damage. You acknowledge that this is a reasonable allocation of
risk.

----------------------------------------------------------------------------
 However, one file (utils/avcstat.c) is
  Copyright: 2004 Red Hat, Inc., James Morris <jmorris@redhat.com>
 and is distributed underthe terms of the GNU General Public License,
 version 2.

----------------------------------------------------------------------------
In addition, The Debian specific package was modified to include an
excerpt from the GNU libc package in the file
utils/ia64-inline-syscall.h. The GNU C Library is distributed under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2.1 of the License, or (at
your option) any later version.

You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to
        Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
        Boston, MA 02110-1301, USA.


On Debian systems, the complete text of the GNU Library
General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
------------------------------------------------------------------------------

This package is maintained by Manoj Srivastava <srivasta@debian.org>.

The Debian specific changes are © 2005, 2006, Manoj Srivastava
<srivasta@debian.org>, and distributed under the terms of the GNU
General Public License, version 2.

On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2'.

    A copy of the GNU General Public License is also available at
    <URL:http://www.gnu.org/copyleft/gpl.html>.  You may also obtain
    it by writing to the Free Software Foundation, Inc., 51 Franklin
    St, Fifth Floor, Boston, MA 02110-1301, USA.

Manoj Srivastava <srivasta@debian.org>
arch-tag: d4250e44-a0e0-4ee0-adb9-2bd74f6eeb27



==========================================================================
Package: libselinux1-dev:arm64
==========================================================================
This is the Debian package for libselinux, and it is built from sources obtained from:
http://userspace.selinuxproject.org/trac/wiki/Releases

This package was debianized by Colin Walters <walters@debian.org> on
Thu,  3 Jul 2003 17:10:57 -0400.

This library (libselinux) is public domain software, i.e. not copyrighted.

Warranty Exclusion
------------------
You agree that this software is a
non-commercially developed program that may contain "bugs" (as that
term is used in the industry) and that it may not function as intended.
The software is licensed "as is". NSA makes no, and hereby expressly
disclaims all, warranties, express, implied, statutory, or otherwise
with respect to the software, including noninfringement and the implied
warranties of merchantability and fitness for a particular purpose.

Limitation of Liability
-----------------------
In no event will NSA be liable for any damages, including loss of data,
lost profits, cost of cover, or other special, incidental,
consequential, direct or indirect damages arising from the software or
the use thereof, however caused and on any theory of liability. This
limitation will apply even if NSA has been advised of the possibility
of such damage. You acknowledge that this is a reasonable allocation of
risk.

----------------------------------------------------------------------------
 However, one file (utils/avcstat.c) is
  Copyright: 2004 Red Hat, Inc., James Morris <jmorris@redhat.com>
 and is distributed underthe terms of the GNU General Public License,
 version 2.

----------------------------------------------------------------------------
In addition, The Debian specific package was modified to include an
excerpt from the GNU libc package in the file
utils/ia64-inline-syscall.h. The GNU C Library is distributed under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2.1 of the License, or (at
your option) any later version.

You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to
        Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
        Boston, MA 02110-1301, USA.


On Debian systems, the complete text of the GNU Library
General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
------------------------------------------------------------------------------

This package is maintained by Manoj Srivastava <srivasta@debian.org>.

The Debian specific changes are © 2005, 2006, Manoj Srivastava
<srivasta@debian.org>, and distributed under the terms of the GNU
General Public License, version 2.

On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2'.

    A copy of the GNU General Public License is also available at
    <URL:http://www.gnu.org/copyleft/gpl.html>.  You may also obtain
    it by writing to the Free Software Foundation, Inc., 51 Franklin
    St, Fifth Floor, Boston, MA 02110-1301, USA.

Manoj Srivastava <srivasta@debian.org>
arch-tag: d4250e44-a0e0-4ee0-adb9-2bd74f6eeb27



==========================================================================
Package: libsensors5:arm64
==========================================================================
This package was debianized by Stephen Crowley <crow@debian.org> and is now
maintained by Aurelien Jarno <aurel32@debian.org>.

It was downloaded from https://hwmon.wiki.kernel.org/lm_sensors

Authors:
  Frodo Looijaard <frodol@dds.nl>
  Merlin Hughes <merlin@merlin.org>
  Mark M. Hoffman <mhoffman@lightlink.com>
  Jean Delvare <khali@linux-fr.org>
  Ondřej Lysoněk <olysonek@redhat.com>


Copyright:
  Copyright 1998, 1999 Adrian Baugh <adrian.baugh@keble.ox.ac.uk>
  Copyright 1998-2003 Frodo Looijaard <frodol@dds.nl>
  Copyright 1999-2002 Merlin Hughes <merlin@merlin.org>
  Copyright 1999-2005 Mark D. Studebaker <mdsxyz123@yahoo.com>
  Copyright 2001 Philip Edelbrock
  Copyright 2003-2015 Jean Delvare <khali@linux-fr.org>
  Copyright 2003 Marius Reiner <marius.reiner@hdev.de>
  Copyright 2005, 2006 Mark M. Hoffman <mhoffman@lightlink.com>
  Copyright 2008, Juerg Haefliger <juergh@gmail.com>
  Copyright 2018 Ondřej Lysoněk <olysonek@redhat.com>


License of the lm-sensors library as a whole (libsensors4-dev, libsensors5
and libsensors-config packages):
  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU Lesser General Public
  License as published by the Free Software Foundation; either
  version 2.1 of the License, or (at your option) any later version.

  This library is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU Lesser General Public License for more details.

  You should have received a copy of the GNU Lesser General Public
  License along with this library; if not, write to the Free Software
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  MA 02110-1301 USA.

On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public
License version 2.1 can be found in /usr/share/common-licenses/LGPL-2.1.


License of the lm-sensors tools (fancontrol and lm-sensors packages):
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License along
  with this program; if not, write to the Free Software Foundation, Inc.,
  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

On Debian systems, the complete text of the GNU General Public
License, version 2, can be found in /usr/share/common-licenses/GPL-2.



==========================================================================
Package: libsepol-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Comment:
 This is the Debian package for libsepol.
 .
 This package was debianized by Russell Coker <russell@coker.com.au> on
 Fri, 20 Aug 2004 17:26:18 +1000.
Source: https://github.com/SELinuxProject/selinux/wiki/Releases

Files: *
Copyright: libsepol is
 Copyright (C) 2003, 2004 Stephen Smalley <sds@epoch.ncsc.mil>
 Copyright (C) 2003-2007  Red Hat, Inc.
 Copyright (C) 2004, 2005 Trusted Computer Solutions, Inc.
 Copyright (C) 2003-2008, 2011 Tresys Technology, LLC
 Copyright (C) 2017 Mellanox Techonolgies Inc.
 Copyright (c) 2008 NEC Corporation
License: LGPL-2.1+
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.
 .
    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.
 .
    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
Comment:
 On Debian GNU/Linux systems, the complete text of the Lesser GNU General
 Public License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.

Files: cil/test/unit/CuTest.*
Copyright: (c) 2003 Asim Jalis
License: Zlib
 This software is provided 'as-is', without any express or implied
 warranty. In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
 claim that you wrote the original software. If you use this software in
 a product, an acknowledgment in the product documentation would be
 appreciated but is not required.
 .
 2. Altered source versions must be plainly marked as such, and must not
 be misrepresented as being the original software.
 .
 3. This notice may not be removed or altered from any source
 distribution.

Files: debian/*
Copyright: © 2005-2008, Manoj Srivastava <srivasta@debian.org>
             2012-2022  Laurent Bigonville <bigon@debian.org>
             2011-2018  Russell Coker <russell@coker.com.au>
License: GPL-2
    The Debian specific changes are distributed under the terms of the
    GNU General Public License, version 2.
 .
    A copy of the GNU General Public License is also available at
    <URL:http://www.gnu.org/copyleft/gpl.html>.  You may also obtain
    it by writing to the Free Software Foundation, Inc., 51 Franklin
    St, Fifth Floor, Boston, MA 02110-1301 USA
Comment:
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

Files: man/*man8/chkcon.8
       man/man8/genpolusers.8
Copyright: (c) 1997 Manoj Srivastava <srivasta@debian.org>
License: GPL-2+
    This is free documentation; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
    published by the Free Software Foundation; either version 2 of
    the License, or (at your option) any later version.
Comment:
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.



==========================================================================
Package: libsepol2:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Comment:
 This is the Debian package for libsepol.
 .
 This package was debianized by Russell Coker <russell@coker.com.au> on
 Fri, 20 Aug 2004 17:26:18 +1000.
Source: https://github.com/SELinuxProject/selinux/wiki/Releases

Files: *
Copyright: libsepol is
 Copyright (C) 2003, 2004 Stephen Smalley <sds@epoch.ncsc.mil>
 Copyright (C) 2003-2007  Red Hat, Inc.
 Copyright (C) 2004, 2005 Trusted Computer Solutions, Inc.
 Copyright (C) 2003-2008, 2011 Tresys Technology, LLC
 Copyright (C) 2017 Mellanox Techonolgies Inc.
 Copyright (c) 2008 NEC Corporation
License: LGPL-2.1+
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.
 .
    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.
 .
    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
Comment:
 On Debian GNU/Linux systems, the complete text of the Lesser GNU General
 Public License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.

Files: cil/test/unit/CuTest.*
Copyright: (c) 2003 Asim Jalis
License: Zlib
 This software is provided 'as-is', without any express or implied
 warranty. In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
 claim that you wrote the original software. If you use this software in
 a product, an acknowledgment in the product documentation would be
 appreciated but is not required.
 .
 2. Altered source versions must be plainly marked as such, and must not
 be misrepresented as being the original software.
 .
 3. This notice may not be removed or altered from any source
 distribution.

Files: debian/*
Copyright: © 2005-2008, Manoj Srivastava <srivasta@debian.org>
             2012-2022  Laurent Bigonville <bigon@debian.org>
             2011-2018  Russell Coker <russell@coker.com.au>
License: GPL-2
    The Debian specific changes are distributed under the terms of the
    GNU General Public License, version 2.
 .
    A copy of the GNU General Public License is also available at
    <URL:http://www.gnu.org/copyleft/gpl.html>.  You may also obtain
    it by writing to the Free Software Foundation, Inc., 51 Franklin
    St, Fifth Floor, Boston, MA 02110-1301 USA
Comment:
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

Files: man/*man8/chkcon.8
       man/man8/genpolusers.8
Copyright: (c) 1997 Manoj Srivastava <srivasta@debian.org>
License: GPL-2+
    This is free documentation; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
    published by the Free Software Foundation; either version 2 of
    the License, or (at your option) any later version.
Comment:
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.



==========================================================================
Package: libshine3:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: shine
Upstream-Contact: savonet-users@lists.sourceforge.net
Source: https://github.com/savonet/shine

Files: *
Copyright:
 Gabriel Bougvigne
 2001 Pete Everett
 Patrick Roberts
 2014 Zeng Zhaoxiu
 2013-2015 Romain Beauxis <toots@rastageeks.org>
License: LGPL-2
Comment:
 Reconstructed from README.old and the commit history from
 https://github.com/toots/shine.

Files: src/lib/bitstream.*
Copyright:
 Jean-Georges Fritsch, C-Cube Microsystems
License: LGPL-2

Files: debian/*
Copyright:
 2013 Romain Beauxis <toots@rastageeks.org>
 2016 Sebastian Ramacher <sramacher@debian.org>
License: GPL-2+

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
Comment:
 On Debian systems, the complete text of the GNU General Public
 License can be found in /usr/share/common-licenses/GPL-2 file.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.

License: LGPL-2
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Library General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Library General Public License for more details.
Comment:
 On Debian systems, the complete text of the GNU Lesser General Public
 License can be found in /usr/share/common-licenses/LGPL-2 file.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.



==========================================================================
Package: libsm-dev:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/

Copyright 1993, 1998  The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.



==========================================================================
Package: libsm6:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/

Copyright 1993, 1998  The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.



==========================================================================
Package: libsnappy1v5:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: snappy
Source: https://github.com/google/snappy

Files: *
Copyright: 2005-     Google Inc. <opensource@google.com>
License: BSD-3-Clause

Files: testdata/fireworks.jpeg
Copyright: 2013 Steinar H. Gunderson
License: CC-BY-3.0

Files: testdata/kppkn.gtb
Copyright: 2010 Miguel A. Ballicora
License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Files: testdata/paper-100k.pdf
Copyright: Federico Comoglio,
 Renato Paro
License: CC-BY-4.0

Files: testdata/alice29.txt testdata/asyoulik.txt testdata/plrabn12.txt testdata/lcet10.txt
Copyright: Project Gutenberg
License: public-domain
 These files were granted to the public domain.

Files: debian/*
Copyright:
 2011-2017 Steinar H. Gunderson <sesse@debian.org>,
 2017-     Laszlo Boszormenyi (GCS) <gcs@debian.org>
License: BSD-3-Clause

License: BSD-3-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following disclaimer
    in the documentation and/or other materials provided with the
    distribution.
 3. Neither the name of Google Inc. nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: CC-BY-3.0
 http://creativecommons.org/licenses/by/3.0/
 .
 THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
 COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
 COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
 AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
 .
 BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
 TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
 BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
 CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
 CONDITIONS.
 .
 1. Definitions
 .
 a. "Adaptation" means a work based upon the Work, or upon the Work and
    other pre-existing works, such as a translation, adaptation,
    derivative work, arrangement of music or other alterations of a
    literary or artistic work, or phonogram or performance and includes
    cinematographic adaptations or any other form in which the Work may be
    recast, transformed, or adapted including in any form recognizably
    derived from the original, except that a work that constitutes a
    Collection will not be considered an Adaptation for the purpose of
    this License. For the avoidance of doubt, where the Work is a musical
    work, performance or phonogram, the synchronization of the Work in
    timed-relation with a moving image ("synching") will be considered an
    Adaptation for the purpose of this License.
 b. "Collection" means a collection of literary or artistic works, such as
    encyclopedias and anthologies, or performances, phonograms or
    broadcasts, or other works or subject matter other than works listed
    in Section 1(f) below, which, by reason of the selection and
    arrangement of their contents, constitute intellectual creations, in
    which the Work is included in its entirety in unmodified form along
    with one or more other contributions, each constituting separate and
    independent works in themselves, which together are assembled into a
    collective whole. A work that constitutes a Collection will not be
    considered an Adaptation (as defined above) for the purposes of this
    License.
 c. "Distribute" means to make available to the public the original and
    copies of the Work or Adaptation, as appropriate, through sale or
    other transfer of ownership.
 d. "Licensor" means the individual, individuals, entity or entities that
    offer(s) the Work under the terms of this License.
 e. "Original Author" means, in the case of a literary or artistic work,
    the individual, individuals, entity or entities who created the Work
    or if no individual or entity can be identified, the publisher; and in
    addition (i) in the case of a performance the actors, singers,
    musicians, dancers, and other persons who act, sing, deliver, declaim,
    play in, interpret or otherwise perform literary or artistic works or
    expressions of folklore; (ii) in the case of a phonogram the producer
    being the person or legal entity who first fixes the sounds of a
    performance or other sounds; and, (iii) in the case of broadcasts, the
    organization that transmits the broadcast.
 f. "Work" means the literary and/or artistic work offered under the terms
    of this License including without limitation any production in the
    literary, scientific and artistic domain, whatever may be the mode or
    form of its expression including digital form, such as a book,
    pamphlet and other writing; a lecture, address, sermon or other work
    of the same nature; a dramatic or dramatico-musical work; a
    choreographic work or entertainment in dumb show; a musical
    composition with or without words; a cinematographic work to which are
    assimilated works expressed by a process analogous to cinematography;
    a work of drawing, painting, architecture, sculpture, engraving or
    lithography; a photographic work to which are assimilated works
    expressed by a process analogous to photography; a work of applied
    art; an illustration, map, plan, sketch or three-dimensional work
    relative to geography, topography, architecture or science; a
    performance; a broadcast; a phonogram; a compilation of data to the
    extent it is protected as a copyrightable work; or a work performed by
    a variety or circus performer to the extent it is not otherwise
    considered a literary or artistic work.
 g. "You" means an individual or entity exercising rights under this
    License who has not previously violated the terms of this License with
    respect to the Work, or who has received express permission from the
    Licensor to exercise rights under this License despite a previous
    violation.
 h. "Publicly Perform" means to perform public recitations of the Work and
    to communicate to the public those public recitations, by any means or
    process, including by wire or wireless means or public digital
    performances; to make available to the public Works in such a way that
    members of the public may access these Works from a place and at a
    place individually chosen by them; to perform the Work to the public
    by any means or process and the communication to the public of the
    performances of the Work, including by public digital performance; to
    broadcast and rebroadcast the Work by any means including signs,
    sounds or images.
 i. "Reproduce" means to make copies of the Work by any means including
    without limitation by sound or visual recordings and the right of
    fixation and reproducing fixations of the Work, including storage of a
    protected performance or phonogram in digital form or other electronic
    medium.
 .
 2. Fair Dealing Rights. Nothing in this License is intended to reduce,
 limit, or restrict any uses free from copyright or rights arising from
 limitations or exceptions that are provided for in connection with the
 copyright protection under copyright law or other applicable laws.
 .
 3. License Grant. Subject to the terms and conditions of this License,
 Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
 perpetual (for the duration of the applicable copyright) license to
 exercise the rights in the Work as stated below:
 .
 a. to Reproduce the Work, to incorporate the Work into one or more
    Collections, and to Reproduce the Work as incorporated in the
    Collections;
 b. to create and Reproduce Adaptations provided that any such Adaptation,
    including any translation in any medium, takes reasonable steps to
    clearly label, demarcate or otherwise identify that changes were made
    to the original Work. For example, a translation could be marked "The
    original work was translated from English to Spanish," or a
    modification could indicate "The original work has been modified.";
 c. to Distribute and Publicly Perform the Work including as incorporated
    in Collections; and,
 d. to Distribute and Publicly Perform Adaptations.
 e. For the avoidance of doubt:
 .
     i. Non-waivable Compulsory License Schemes. In those jurisdictions in
        which the right to collect royalties through any statutory or
        compulsory licensing scheme cannot be waived, the Licensor
        reserves the exclusive right to collect such royalties for any
        exercise by You of the rights granted under this License;
    ii. Waivable Compulsory License Schemes. In those jurisdictions in
        which the right to collect royalties through any statutory or
        compulsory licensing scheme can be waived, the Licensor waives the
        exclusive right to collect such royalties for any exercise by You
        of the rights granted under this License; and,
   iii. Voluntary License Schemes. The Licensor waives the right to
        collect royalties, whether individually or, in the event that the
        Licensor is a member of a collecting society that administers
        voluntary licensing schemes, via that society, from any exercise
        by You of the rights granted under this License.
 .
 The above rights may be exercised in all media and formats whether now
 known or hereafter devised. The above rights include the right to make
 such modifications as are technically necessary to exercise the rights in
 other media and formats. Subject to Section 8(f), all rights not expressly
 granted by Licensor are hereby reserved.
 .
 4. Restrictions. The license granted in Section 3 above is expressly made
 subject to and limited by the following restrictions:
 .
 a. You may Distribute or Publicly Perform the Work only under the terms
    of this License. You must include a copy of, or the Uniform Resource
    Identifier (URI) for, this License with every copy of the Work You
    Distribute or Publicly Perform. You may not offer or impose any terms
    on the Work that restrict the terms of this License or the ability of
    the recipient of the Work to exercise the rights granted to that
    recipient under the terms of the License. You may not sublicense the
    Work. You must keep intact all notices that refer to this License and
    to the disclaimer of warranties with every copy of the Work You
    Distribute or Publicly Perform. When You Distribute or Publicly
    Perform the Work, You may not impose any effective technological
    measures on the Work that restrict the ability of a recipient of the
    Work from You to exercise the rights granted to that recipient under
    the terms of the License. This Section 4(a) applies to the Work as
    incorporated in a Collection, but this does not require the Collection
    apart from the Work itself to be made subject to the terms of this
    License. If You create a Collection, upon notice from any Licensor You
    must, to the extent practicable, remove from the Collection any credit
    as required by Section 4(b), as requested. If You create an
    Adaptation, upon notice from any Licensor You must, to the extent
    practicable, remove from the Adaptation any credit as required by
    Section 4(b), as requested.
 b. If You Distribute, or Publicly Perform the Work or any Adaptations or
    Collections, You must, unless a request has been made pursuant to
    Section 4(a), keep intact all copyright notices for the Work and
    provide, reasonable to the medium or means You are utilizing: (i) the
    name of the Original Author (or pseudonym, if applicable) if supplied,
    and/or if the Original Author and/or Licensor designate another party
    or parties (e.g., a sponsor institute, publishing entity, journal) for
    attribution ("Attribution Parties") in Licensor's copyright notice,
    terms of service or by other reasonable means, the name of such party
    or parties; (ii) the title of the Work if supplied; (iii) to the
    extent reasonably practicable, the URI, if any, that Licensor
    specifies to be associated with the Work, unless such URI does not
    refer to the copyright notice or licensing information for the Work;
    and (iv) , consistent with Section 3(b), in the case of an Adaptation,
    a credit identifying the use of the Work in the Adaptation (e.g.,
    "French translation of the Work by Original Author," or "Screenplay
    based on original Work by Original Author"). The credit required by
    this Section 4 (b) may be implemented in any reasonable manner;
    provided, however, that in the case of a Adaptation or Collection, at
    a minimum such credit will appear, if a credit for all contributing
    authors of the Adaptation or Collection appears, then as part of these
    credits and in a manner at least as prominent as the credits for the
    other contributing authors. For the avoidance of doubt, You may only
    use the credit required by this Section for the purpose of attribution
    in the manner set out above and, by exercising Your rights under this
    License, You may not implicitly or explicitly assert or imply any
    connection with, sponsorship or endorsement by the Original Author,
    Licensor and/or Attribution Parties, as appropriate, of You or Your
    use of the Work, without the separate, express prior written
    permission of the Original Author, Licensor and/or Attribution
    Parties.
 c. Except as otherwise agreed in writing by the Licensor or as may be
    otherwise permitted by applicable law, if You Reproduce, Distribute or
    Publicly Perform the Work either by itself or as part of any
    Adaptations or Collections, You must not distort, mutilate, modify or
    take other derogatory action in relation to the Work which would be
    prejudicial to the Original Author's honor or reputation. Licensor
    agrees that in those jurisdictions (e.g. Japan), in which any exercise
    of the right granted in Section 3(b) of this License (the right to
    make Adaptations) would be deemed to be a distortion, mutilation,
    modification or other derogatory action prejudicial to the Original
    Author's honor and reputation, the Licensor will waive or not assert,
    as appropriate, this Section, to the fullest extent permitted by the
    applicable national law, to enable You to reasonably exercise Your
    right under Section 3(b) of this License (right to make Adaptations)
    but not otherwise.
 .
 5. Representations, Warranties and Disclaimer
 .
 UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
 OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
 KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
 INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
 FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
 LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
 WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
 OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
 .
 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
 LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
 ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
 ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
 BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
 .
 7. Termination
 .
 a. This License and the rights granted hereunder will terminate
    automatically upon any breach by You of the terms of this License.
    Individuals or entities who have received Adaptations or Collections
    from You under this License, however, will not have their licenses
    terminated provided such individuals or entities remain in full
    compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
    survive any termination of this License.
 b. Subject to the above terms and conditions, the license granted here is
    perpetual (for the duration of the applicable copyright in the Work).
    Notwithstanding the above, Licensor reserves the right to release the
    Work under different license terms or to stop distributing the Work at
    any time; provided, however that any such election will not serve to
    withdraw this License (or any other license that has been, or is
    required to be, granted under the terms of this License), and this
    License will continue in full force and effect unless terminated as
    stated above.
 .
 8. Miscellaneous
 .
 a. Each time You Distribute or Publicly Perform the Work or a Collection,
    the Licensor offers to the recipient a license to the Work on the same
    terms and conditions as the license granted to You under this License.
 b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
    offers to the recipient a license to the original Work on the same
    terms and conditions as the license granted to You under this License.
 c. If any provision of this License is invalid or unenforceable under
    applicable law, it shall not affect the validity or enforceability of
    the remainder of the terms of this License, and without further action
    by the parties to this agreement, such provision shall be reformed to
    the minimum extent necessary to make such provision valid and
    enforceable.
 d. No term or provision of this License shall be deemed waived and no
    breach consented to unless such waiver or consent shall be in writing
    and signed by the party to be charged with such waiver or consent.
 e. This License constitutes the entire agreement between the parties with
    respect to the Work licensed here. There are no understandings,
    agreements or representations with respect to the Work not specified
    here. Licensor shall not be bound by any additional provisions that
    may appear in any communication from You. This License may not be
    modified without the mutual written agreement of the Licensor and You.
 f. The rights granted under, and the subject matter referenced, in this
    License were drafted utilizing the terminology of the Berne Convention
    for the Protection of Literary and Artistic Works (as amended on
    September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
    Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
    and the Universal Copyright Convention (as revised on July 24, 1971).
    These rights and subject matter take effect in the relevant
    jurisdiction in which the License terms are sought to be enforced
    according to the corresponding provisions of the implementation of
    those treaty provisions in the applicable national law. If the
    standard suite of rights granted under applicable copyright law
    includes additional rights not granted under this License, such
    additional rights are deemed to be included in the License; this
    License is not intended to restrict the license of any rights under
    applicable law.

License: CC-BY-4.0
 By exercising the Licensed Rights (defined below), You accept and agree
 to be bound by the terms and conditions of this Creative Commons
 Attribution 4.0 International Public License ("Public
 License"). To the extent this Public License may be interpreted as a
 contract, You are granted the Licensed Rights in consideration of Your
 acceptance of these terms and conditions, and the Licensor grants You
 such rights in consideration of benefits the Licensor receives from
 making the Licensed Material available under these terms and
 conditions.
 .
 Section 1 -- Definitions.
 .
 a. Adapted Material means material subject to Copyright and Similar
 Rights that is derived from or based upon the Licensed Material
 and in which the Licensed Material is translated, altered,
 arranged, transformed, or otherwise modified in a manner requiring
 permission under the Copyright and Similar Rights held by the
 Licensor. For purposes of this Public License, where the Licensed
 Material is a musical work, performance, or sound recording,
 Adapted Material is always produced where the Licensed Material is
 synched in timed relation with a moving image.
 .
 b. Adapter's License means the license You apply to Your Copyright
 and Similar Rights in Your contributions to Adapted Material in
 accordance with the terms and conditions of this Public License.
 .
 c. Copyright and Similar Rights means copyright and/or similar rights
 closely related to copyright including, without limitation,
 performance, broadcast, sound recording, and Sui Generis Database
 Rights, without regard to how the rights are labeled or
 categorized. For purposes of this Public License, the rights
 specified in Section 2(b)(1)-(2) are not Copyright and Similar
 Rights.
 .
 d. Effective Technological Measures means those measures that, in the
 absence of proper authority, may not be circumvented under laws
 fulfilling obligations under Article 11 of the WIPO Copyright
 Treaty adopted on December 20, 1996, and/or similar international
 agreements.
 .
 e. Exceptions and Limitations means fair use, fair dealing, and/or
 any other exception or limitation to Copyright and Similar Rights
 that applies to Your use of the Licensed Material.
 .
 f. Licensed Material means the artistic or literary work, database,
 or other material to which the Licensor applied this Public
 License.
 .
 g. Licensed Rights means the rights granted to You subject to the
 terms and conditions of this Public License, which are limited to
 all Copyright and Similar Rights that apply to Your use of the
 Licensed Material and that the Licensor has authority to license.
 .
 h. Licensor means the individual(s) or entity(ies) granting rights
 under this Public License.
 .
 i. Share means to provide material to the public by any means or
 process that requires permission under the Licensed Rights, such
 as reproduction, public display, public performance, distribution,
 dissemination, communication, or importation, and to make material
 available to the public including in ways that members of the
 public may access the material from a place and at a time
 individually chosen by them.
 .
 j. Sui Generis Database Rights means rights other than copyright
 resulting from Directive 96/9/EC of the European Parliament and of
 the Council of 11 March 1996 on the legal protection of databases,
 as amended and/or succeeded, as well as other essentially
 equivalent rights anywhere in the world.
 .
 k. You means the individual or entity exercising the Licensed Rights
 under this Public License. Your has a corresponding meaning.
 .
 Section 2 -- Scope.
 .
 a. License grant.
 .
 1. Subject to the terms and conditions of this Public License,
 the Licensor hereby grants You a worldwide, royalty-free,
 non-sublicensable, non-exclusive, irrevocable license to
 exercise the Licensed Rights in the Licensed Material to:
 .
 a. reproduce and Share the Licensed Material, in whole or
 in part; and
 .
 b. produce, reproduce, and Share Adapted Material.
 .
 2. Exceptions and Limitations. For the avoidance of doubt, where
 Exceptions and Limitations apply to Your use, this Public
 License does not apply, and You do not need to comply with
 its terms and conditions.
 .
 3. Term. The term of this Public License is specified in Section
 6(a).
 .
 4. Media and formats; technical modifications allowed. The
 Licensor authorizes You to exercise the Licensed Rights in
 all media and formats whether now known or hereafter created,
 and to make technical modifications necessary to do so. The
 Licensor waives and/or agrees not to assert any right or
 authority to forbid You from making technical modifications
 necessary to exercise the Licensed Rights, including
 technical modifications necessary to circumvent Effective
 Technological Measures. For purposes of this Public License,
 simply making modifications authorized by this Section 2(a)
 (4) never produces Adapted Material.
 .
 5. Downstream recipients.
 .
 a. Offer from the Licensor -- Licensed Material. Every
 recipient of the Licensed Material automatically
 receives an offer from the Licensor to exercise the
 Licensed Rights under the terms and conditions of this
 Public License.
 .
 b. No downstream restrictions. You may not offer or impose
 any additional or different terms or conditions on, or
 apply any Effective Technological Measures to, the
 Licensed Material if doing so restricts exercise of the
 Licensed Rights by any recipient of the Licensed
 Material.
 .
 6. No endorsement. Nothing in this Public License constitutes or
 may be construed as permission to assert or imply that You
 are, or that Your use of the Licensed Material is, connected
 with, or sponsored, endorsed, or granted official status by,
 the Licensor or others designated to receive attribution as
 provided in Section 3(a)(1)(A)(i).
 .
 b. Other rights.
 .
 1. Moral rights, such as the right of integrity, are not
 licensed under this Public License, nor are publicity,
 privacy, and/or other similar personality rights; however, to
 the extent possible, the Licensor waives and/or agrees not to
 assert any such rights held by the Licensor to the limited
 extent necessary to allow You to exercise the Licensed
 Rights, but not otherwise.
 .
 2. Patent and trademark rights are not licensed under this
 Public License.
 .
 3. To the extent possible, the Licensor waives any right to
 collect royalties from You for the exercise of the Licensed
 Rights, whether directly or through a collecting society
 under any voluntary or waivable statutory or compulsory
 licensing scheme. In all other cases the Licensor expressly
 reserves any right to collect such royalties.
 .
 Section 3 -- License Conditions.
 .
 Your exercise of the Licensed Rights is expressly made subject to the
 following conditions.
 .
 a. Attribution.
 .
 1. If You Share the Licensed Material (including in modified
 form), You must:
 .
 a. retain the following if it is supplied by the Licensor
 with the Licensed Material:
 .
 i. identification of the creator(s) of the Licensed
 Material and any others designated to receive
 attribution, in any reasonable manner requested by
 the Licensor (including by pseudonym if
 designated);
 .
 ii. a copyright notice;
 .
 iii. a notice that refers to this Public License;
 .
 iv. a notice that refers to the disclaimer of
 warranties;
 .
 v. a URI or hyperlink to the Licensed Material to the
 extent reasonably practicable;
 .
 b. indicate if You modified the Licensed Material and
 retain an indication of any previous modifications; and
 .
 c. indicate the Licensed Material is licensed under this
 Public License, and include the text of, or the URI or
 hyperlink to, this Public License.
 .
 2. You may satisfy the conditions in Section 3(a)(1) in any
 reasonable manner based on the medium, means, and context in
 which You Share the Licensed Material. For example, it may be
 reasonable to satisfy the conditions by providing a URI or
 hyperlink to a resource that includes the required
 information.
 .
 3. If requested by the Licensor, You must remove any of the
 information required by Section 3(a)(1)(A) to the extent
 reasonably practicable.
 .
 4. If You Share Adapted Material You produce, the Adapter's
 License You apply must not prevent recipients of the Adapted
 Material from complying with this Public License.
 .
 Section 4 -- Sui Generis Database Rights.
 .
 Where the Licensed Rights include Sui Generis Database Rights that
 apply to Your use of the Licensed Material:
 .
 a. for the avoidance of doubt, Section 2(a)(1) grants You the right
 to extract, reuse, reproduce, and Share all or a substantial
 portion of the contents of the database;
 .
 b. if You include all or a substantial portion of the database
 contents in a database in which You have Sui Generis Database
 Rights, then the database in which You have Sui Generis Database
 Rights (but not its individual contents) is Adapted Material; and
 .
 c. You must comply with the conditions in Section 3(a) if You Share
 all or a substantial portion of the contents of the database.
 .
 For the avoidance of doubt, this Section 4 supplements and does not
 replace Your obligations under this Public License where the Licensed
 Rights include other Copyright and Similar Rights.
 .
 Section 5 -- Disclaimer of Warranties and Limitation of Liability.
 .
 a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
 EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
 AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
 ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
 IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
 WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
 PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
 ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
 KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
 ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
 .
 b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
 TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
 NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
 INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
 COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
 USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
 ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
 DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
 IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
 .
 c. The disclaimer of warranties and limitation of liability provided
 above shall be interpreted in a manner that, to the extent
 possible, most closely approximates an absolute disclaimer and
 waiver of all liability.
 .
 Section 6 -- Term and Termination.
 .
 a. This Public License applies for the term of the Copyright and
 Similar Rights licensed here. However, if You fail to comply with
 this Public License, then Your rights under this Public License
 terminate automatically.
 .
 b. Where Your right to use the Licensed Material has terminated under
 Section 6(a), it reinstates:
 .
 1. automatically as of the date the violation is cured, provided
 it is cured within 30 days of Your discovery of the
 violation; or
 .
 2. upon express reinstatement by the Licensor.
 .
 For the avoidance of doubt, this Section 6(b) does not affect any
 right the Licensor may have to seek remedies for Your violations
 of this Public License.
 .
 c. For the avoidance of doubt, the Licensor may also offer the
 Licensed Material under separate terms or conditions or stop
 distributing the Licensed Material at any time; however, doing so
 will not terminate this Public License.
 .
 d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
 License.
 .
 Section 7 -- Other Terms and Conditions.
 .
 a. The Licensor shall not be bound by any additional or different
 terms or conditions communicated by You unless expressly agreed.
 .
 b. Any arrangements, understandings, or agreements regarding the
 Licensed Material not stated herein are separate from and
 independent of the terms and conditions of this Public License.
 .
 Section 8 -- Interpretation.
 .
 a. For the avoidance of doubt, this Public License does not, and
 shall not be interpreted to, reduce, limit, restrict, or impose
 conditions on any use of the Licensed Material that could lawfully
 be made without permission under this Public License.
 .
 b. To the extent possible, if any provision of this Public License is
 deemed unenforceable, it shall be automatically reformed to the
 minimum extent necessary to make it enforceable. If the provision
 cannot be reformed, it shall be severed from this Public License
 without affecting the enforceability of the remaining terms and
 conditions.
 .
 c. No term or condition of this Public License will be waived and no
 failure to comply consented to unless expressly agreed to by the
 Licensor.
 .
 d. Nothing in this Public License constitutes or may be interpreted
 as a limitation upon, or waiver of, any privileges and immunities
 that apply to the Licensor or You, including from the legal
 processes of any jurisdiction or authority.



==========================================================================
Package: libsndfile1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libsndfile
Upstream-Contact: Erik de Castro Lopo <erikd@mega-nerd.com>
Source: https://github.com/erikd/libsndfile/

Files: *
Copyright: 1999-2022, Erik de Castro Lopo <erikd@mega-nerd.com>
 2021-2022, David Seifert
 2021-2022, Arthur Taylor
 2021-2022, evpobr
License: LGPL-2.1+

Files: src/GSM610/*
Copyright: 1992, Jutta Degener and Carsten Bormann, Technische Universität Berlin
License: gsm
  Any use of this software is permitted provided that this notice is not
  removed and that neither the authors nor the Technische Universitaet Berlin
  are deemed to have made any representations as to the suitability of this
  software for any purpose nor are held responsible for any defects of
  this software.  THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
  .
  As a matter of courtesy, the authors request to be informed about uses
  this software has found, about bugs in this software, and about any
  improvements that may be of general interest.

Files: src/ALAC/*
Copyright: 2011, Apple Inc.
  2012-2015, Erik de Castro Lopo <erikd@mega-nerd.com>
License: Apache-2.0

Files: src/ALAC/shift.h
Copyright: 2014, Erik de Castro Lopo <erikd@mega-nerd.com>
License: LGPL-2.1+

Files: src/G72x/*
Copyright: Sun Microsystems, Inc.
License: sun
  This source code is a product of Sun Microsystems, Inc. and is provided
  for unrestricted use.  Users may copy or modify this source code without
  charge.
  .
  SUN SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING
  THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
  PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
  .
  Sun source code is provided with no support and without any obligation on
  the part of Sun Microsystems, Inc. to assist in its use, correction,
  modification or enhancement.
  .
  SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
  INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS SOFTWARE
  OR ANY PART THEREOF.
  .
  In no event will Sun Microsystems, Inc. be liable for any lost revenue
  or profits or other special, indirect and consequential damages, even if
  Sun has been advised of the possibility of such damages.
  .
  Sun Microsystems, Inc.
  2550 Garcia Avenue
  Mountain View, California  94043

Files: src/G72x/g72x_test.c
Copyright: 1999-2014, Erik de Castro Lopo <erikd@mega-nerd.com>
License: GPL-2+

Files: src/*ima_oki*
Copyright: 2007, <robs@users.sourceforge.net>
  2007-2014, Erik de Castro Lopo <erikd@mega-nerd.com>
License: LGPL-2+

Files: src/aiff.c
  src/wav.c
  src/wavlike.c
Copyright: 1999-2016, Erik de Castro Lopo <erikd@mega-nerd.com>
  2004-2005, David Viens <davidv@plogue.com>
License: LGPL-2.1+

Files: include/sndfile.hh
Copyright: 2005-2012, Erik de Castro Lopo <erikd@mega-nerd.com>
License: BSD-3-clause

Files: src/id3.h
 src/mpeg*
 src/nms_adpcm.c
 src/ogg.h
 src/ogg_vcomment.*
Copyright: 1999-2019, Erik de Castro Lopo <erikd@mega-nerd.com>
  2017-2021, Arthur Taylor <art@ified.ca>
License: LGPL-2.1+


Files: src/ogg.c
Copyright: 1994-2013, Xiph.Org Foundation and contributors
  2002-2016, Erik de Castro Lopo <erikd@mega-nerd.com>
  2007, John ffitch
  2018, Arthur Taylor <art@ified.ca>
License: BSD-3-clause and LGPL-2.1+

Files: src/ogg_opus.c
Copyright: 1994-2013, Xiph.Org Foundation and contributors
  2013-2020, Erik de Castro Lopo <erikd@mega-nerd.com>
  2018, Arthur Taylor <art@ified.ca>
License: BSD-3-clause and LGPL-2.1+

Files: src/ogg_vorbis.c
Copyright: 2002-2005, Michael Smith <msmith@xiph.org>
  2002-2016, Erik de Castro Lopo <erikd@mega-nerd.com>
  2007, John ffitch
  2018-2021, Arthur Taylor <art@ified.ca>
License: BSD-3-clause and LGPL-2.1+



Files: src/flac.c
Copyright: 2004, Tobias Gehrig <tgehrig@ira.uka.de>
  2004-2017, Erik de Castro Lopo <erikd@mega-nerd.com>
License: LGPL-2.1+

Files: src/cart.c
Copyright: 2006, Paul Davis <paul@linuxaudiosystems.com>
  2006-2013, Erik de Castro Lopo <erikd@mega-nerd.com>
  2012, Chris Roberts <c.roberts@csrfm.com>
License: LGPL-2.1+

Files: src/chunk.c
Copyright: 2008-2016, Erik de Castro Lopo <erikd@mega-nerd.com>
  2012, IOhannes m zmoelnig, IEM <zmoelnig@iem.at>
License: LGPL-2.1+

Files: src/sd2.c
Copyright: 2001-2016, Erik de Castro Lopo <erikd@mega-nerd.com>
  2004, Paavo Jumppanen
License: LGPL-2.1+

Files: src/broadcast.c
Copyright: 2006, Paul Davis <paul@linuxaudiosystems.com>
  2006-2016, Erik de Castro Lopo <erikd@mega-nerd.com>
License: LGPL-2.1+

Files: src/wve.c
Copyright: 2002-2016, Erik de Castro Lopo <erikd@mega-nerd.com>
  2007, Reuben Thomas
License: LGPL-2.1+

Files: src/dwvw.c
Copyright: 1993, NuEdge Development".
  2002-2014, Erik de Castro Lopo <erikd@mega-nerd.com>
License: LGPL-2.1+

Files: src/file_io.c
Copyright: 2002-2014, Erik de Castro Lopo <erikd@mega-nerd.com>
  2003, Ross Bencina <rbencina@iprimus.com.au>
License: LGPL-2.1+

Files: src/rf64.c
Copyright: 2008-2017, Erik de Castro Lopo <erikd@mega-nerd.com>
  2009, Uli Franke <cls@nebadje.org>
License: LGPL-2.1+

Files: src/test_nms_adpcm.c
Copyright: 2007-2018, Erik de Castro Lopo <erikd@mega-nerd.com>
  2017-2018, Arthur Taylor <art@ified.ca>
License: LGPL-2+

Files: programs/*
Copyright: 1999-2019, Erik de Castro Lopo <erikd@mega-nerd.com>
License: BSD-3-clause

Files: programs/common.c
  programs/sndfile-metadata-*.c
Copyright: 1999-2016, Erik de Castro Lopo <erikd@mega-nerd.com>
  2008-2010, George Blood Audio
License: BSD-3-clause

Files: programs/sndfile-cmp.c
Copyright: 2008, Conrad Parker <conrad@metadecks.org>
  2008-2016, Erik de Castro Lopo <erikd@mega-nerd.com>
License: BSD-3-clause

Files: examples/*
Copyright: 1999-2019, Erik de Castro Lopo <erikd@mega-nerd.com>
License: BSD-3-clause

Files: examples/generate.cs
Copyright: 2004, James Robson, http://www.arbingersys.com
License: GPL-2+

Files: examples/sndfilehandle.cc
Copyright: 2007-2011, Erik de Castro Lopo <erikd@mega-nerd.com>
License: GPL-2+

Files: Octave/sndfile_load.m
  Octave/sndfile_play.m
  Octave/sndfile_save.m
Copyright: 2002-2011, Erik de Castro Lopo
License: GPL-2+

Files: tests/*
 regtest/*
Copyright:  1999-2019 Erik de Castro Lopo <erikd@mega-nerd.com>
License: GPL-2+

Files: tests/*.sh.in
 src/*.py
Copyright: 2003-2017, Erik de Castro Lopo <erikd@mega-nerd.com>
License: BSD-3-clause

Files: tests/mpeg_test.c
Copyright: 2007-2019, Erik de Castro Lopo <erikd@mega-nerd.com>
  2019, John ffitch <jpff@codemist.co.uk>
License: GPL-2+

Files: Scripts/android-configure.sh
Copyright: 2013-2016, Erik de Castro Lopo <erikd@mega-nerd.com>
License: BSD-3-clause

Files: Scripts/cstyle.py
Copyright: 2013-2016, Erik de Castro Lopo <erikd@mega-nerd.com>
License: BSD-2-clause

Files: m4/ax_add_fortify_source.m4
Copyright: 2017, David Seifert <soap@gentoo.org>
  2019, Reini Urban <rurban@cpan.org>
License: FSFAP

Files: m4/ax_append_flag.m4
 m4/ax_check_compile_flag*.m4
 m4/ax_check_link_flag*.m4
Copyright: 2008, Guido U. Draheim <guidod@gmx.de>
  2011, Maarten Bosmans <mkbosmans@gmail.com>
License: GPL-3+

Files: m4/ax_recursive_eval.m4
Copyright: 2008, Alexandre Duret-Lutz <adl@gnu.org>
License: GPL-2+

Files: m4/ax_compiler_vendor.m4
Copyright: 2008, Matteo Frigo
  2008, Steven G. Johnson <stevenj@alum.mit.edu>
License: GPL-3+

Files: m4/ax_compiler_version.m4
Copyright: 2014, Bastien ROUCARIES <roucaries.bastien+autoconf@gmail.com>
License: FSFAP

Files: m4/extra_pkg.m4
Copyright: 2004, Scott James Remnant <scott@netsplit.com>.
  2008-2012, Erik de Castro Lopo <erikd@mega-nerd.com>
License: GPL-2+

Files: m4/ax_require_defined.m4
Copyright: 2014, Mike Frysinger <vapier@gentoo.org>
License: FSFAP

Files: m4/clip_mode.m4
 m4/flexible_array.m4
 m4/mkoctfile_version.m4
 m4/octave.m4
Copyright: 2007, Erik de Castro Lopo <erikd@mega-nerd.com>
License: NTP

Files: cmake/CMakeAutoGen*
Copyright: 2017, Anonymous Maarten <anonymous.maarten@gmail.com>
License: LGPL-2.1+

Files: debian/*
Copyright: 2016-2017, Erik de Castro Lopo <erikd@mega-nerd.com>
  2016-2022, IOhannes m zmölnig <umlaeute@debian.org>
License: LGPL-2.1+


License: LGPL-2.1+
  This package is free software; you can redistribute it and/or modify it
  under the terms of the GNU Lesser General Public License as published
  by the Free Software Foundation; either version 2.1 of the License, or
  (at your option) any later version.
  .
  This package is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  Lesser General Public License for more details.
  .
  You should have received a copy of the 'GNU Lesser General Public
  License' along with this program.  If not, see
  <http://www.gnu.org/licenses/>.
Comment:
  On Debian systems, the complete text of the GNU Lesser General Public License
  (LGPL) version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".

License: LGPL-2+
  This package is free software; you can redistribute it and/or modify it
  under the terms of the GNU Lesser General Public License as published
  by the Free Software Foundation; either version 2 of the License.
  .
  This package is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  Lesser General Public License for more details.
  .
  You should have received a copy of the 'GNU Lesser General Public
  License' along with this program.  If not, see
  <http://www.gnu.org/licenses/>.
Comment:
  On Debian systems, the complete text of the GNU Lesser General Public License
  (LGPL) version 2 can be found in "/usr/share/common-licenses/LGPL-2".

License: GPL-2+
  This program is free software; you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by the
  Free Software Foundation; either version 2, or (at your option) any
  later version.
  .
  This program is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  General Public License for more details.
  .
  You should have received a copy of the GNU General Public License along
  with this program.  If not, see <http://www.gnu.org/licenses/>.
Comment:
  On Debian systems, the complete text of the GNU General Public License
  (GPL) version 2 can be found in "/usr/share/common-licenses/GPL-2".

License: GPL-3+
  This program is free software; you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by the
  Free Software Foundation; either version 3, or (at your option) any
  later version.
  .
  This program is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  General Public License for more details.
  .
  You should have received a copy of the GNU General Public License along
  with this program.  If not, see <http://www.gnu.org/licenses/>.
Comment:
  On Debian systems, the complete text of the GNU General Public License
  (GPL) version 3 can be found in "/usr/share/common-licenses/GPL-3".


License: BSD-3-clause
  All rights reserved.
  .
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are
  met:
  .
  1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following
    disclaimer in the documentation and/or other materials provided
    with the distribution.
  3. The name of the author may not be used to endorse or promote
    products derived from this software without specific prior
    written permission.
  .
  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY
  EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
  IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-2-clause
  All rights reserved.
  .
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are
  met:
  .
  1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following
    disclaimer in the documentation and/or other materials provided
    with the distribution.
  .
  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY
  EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
  IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  THE POSSIBILITY OF SUCH DAMAGE.

License: Apache-2.0
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  .
      http://www.apache.org/licenses/LICENSE-2.0
  .
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
Comment:
  On Debian systems, the complete text of the Apache 2.0 License
  can be found in /usr/share/common-licenses/Apache-2.0 file.

License: FSFAP
  Copying and distribution of this file, with or without modification, are
  permitted in any medium without royalty provided the copyright notice
  and this notice are preserved.  This file is offered as-is, without any
  warranty.

License: NTP
  Permission to use, copy, modify, distribute, and sell this file for any
  purpose is hereby granted without fee, provided that the above copyright
  and this permission notice appear in all copies.  No representations are
  made about the suitability of this software for any purpose.  It is
  provided "as is" without express or implied warranty.



==========================================================================
Package: libsndio-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: sndio
Source: https://www.sndio.org/

Files: *
Copyright: 2003-2020 Alexandre Ratchov <alex@caoua.org>
           2010 Jacob Meuser <jakemsr@sdf.lonestar.org>
License: ISC

Files: libsndio/sio_oss.c
Copyright: 2008 Alexandre Ratchov <alex@caoua.org>
           2016 Tobias Kortkamp <t@tobik.me>
License: ISC

Files: bsd-compat/*
Copyright: 1998 Todd C. Miller <Todd.Miller@courtesan.com>
           2004 Todd Miller <Todd.Miller@coutesan.com>
           2004 Ted Unangst <tedu@tedunangst.com>
           2010 Jacob Meuser <jakemsr@sdf.lonestar.org>
           2017 Alexandre Ratchov <alex@coua.org>
License: ISC

License: ISC
 Permission to use, copy, modify, and distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files: debian/*
Copyright: 2015 Peter Piwowarski <peterjpiwowarski@gmail.com>
License: ISC-packaging
 Permission to use, copy, modify, and/or distribute this package for any purpose
 with or without fee is hereby granted, provided that the above copyright notice
 and this permission notice appear in all copies.
 .
 THE PACKAGE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
 REGARD TO THIS PACKAGE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
 THIS PACKAGE.



==========================================================================
Package: libsndio7.0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: sndio
Source: https://www.sndio.org/

Files: *
Copyright: 2003-2020 Alexandre Ratchov <alex@caoua.org>
           2010 Jacob Meuser <jakemsr@sdf.lonestar.org>
License: ISC

Files: libsndio/sio_oss.c
Copyright: 2008 Alexandre Ratchov <alex@caoua.org>
           2016 Tobias Kortkamp <t@tobik.me>
License: ISC

Files: bsd-compat/*
Copyright: 1998 Todd C. Miller <Todd.Miller@courtesan.com>
           2004 Todd Miller <Todd.Miller@coutesan.com>
           2004 Ted Unangst <tedu@tedunangst.com>
           2010 Jacob Meuser <jakemsr@sdf.lonestar.org>
           2017 Alexandre Ratchov <alex@coua.org>
License: ISC

License: ISC
 Permission to use, copy, modify, and distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files: debian/*
Copyright: 2015 Peter Piwowarski <peterjpiwowarski@gmail.com>
License: ISC-packaging
 Permission to use, copy, modify, and/or distribute this package for any purpose
 with or without fee is hereby granted, provided that the above copyright notice
 and this permission notice appear in all copies.
 .
 THE PACKAGE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
 REGARD TO THIS PACKAGE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
 THIS PACKAGE.



==========================================================================
Package: libsodium23:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: sodium
Upstream-Contact: Frank Denis <j at pureftpd dot org>
Source: https://github.com/jedisct1/libsodium

Files: *
Copyright: 2013-2017 Frank Denis <j at pureftpd dot org>
License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above 
 copyright notice and this permission notice appear in all copies. 
 . 
 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD
 TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 
 FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, 
 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
 OF THIS SOFTWARE.

Files: src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h
 src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c
 src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c
Copyright: 2009 Colin Percival
 2012, 2013 Alexander Peslyak
License: BSD-2-clause

Files: src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c
 src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c
Copyright: 2013 Alexander Peslyak
License: BSD-2-clause

Files: src/libsodium/crypto_auth/hmacsha256/cp/hmac_hmacsha256.c
 src/libsodium/crypto_auth/hmacsha512/cp/hmac_hmacsha256.c
 src/libsodium/crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c
 src/libsodium/crypto_hash/sha256/cp/hash_sha256.c
 src/libsodium/crypto_hash/sha512/cp/hash_sha512.c
 src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h
 src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c
Copyright: 2005,2007,2009 Colin Percival
License: BSD-2-clause

Files: src/libsodium/crypto_core/salsa208/ref/core_salsa208.c
 src/libsodium/crypto_core/salsa20/ref/core_salsa20.c
 src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20.c
 src/libsodium/crypto_core/salsa2012/ref/core_salsa2012.c
 src/libsodium/crypto_onetimeauth/poly1305/53/auth_poly1305_53.c
 src/libsodium/crypto_stream/salsa20/ref/stream_salsa20_ref.c
 src/libsodium/crypto_stream/salsa20/ref/xor_salsa20_ref.c
 src/libsodium/crypto_stream/salsa208/ref/stream_salsa208.c
 src/libsodium/crypto_stream/salsa208/ref/xor_salsa208.c
 src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012.c
 src/libsodium/crypto_stream/salsa2012/ref/xor_salsa2012.c
 src/libsodium/crypto_stream/xsalsa20/ref/stream_xsalsa20.c
 src/libsodium/crypto_stream/xsalsa20/ref/xor_xsalsa20.c
Copyright: no copyright claimed
License: public-domain
Comment: Written by Daniel J. Bernstein 2009

Files: src/libsodium/crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c
 src/libsodium/crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c
 src/libsodium/crypto_stream/aes128ctr/portable/afternm_aes128ctr.c
Copyright: no copyright claimed
License: public-domain
Comment: Written by Peter Schwabe, Emilia Käsper 2009

Files: src/libsodium/crypto_scalarmult/curve25519/ref/base_curve25519_ref.c
 src/libsodium/crypto_scalarmult/curve25519/ref/smult_curve25519_ref.c
Copyright: no copyright claimed
License: public-domain
Comment: Written by Matthew Dempsky 2008

Files: src/libsodium/crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c
Copyright: 2008 Adam Langley, Google Inc.
License: public-domain

Files: src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c
Copyright: 2012 Samuel Neves <sneves@dei.uc.pt>
License: CC0

Files: packaging/nuget/package.gsl
Copyright: 2013-2017 Frank Denis <j at pureftpd dot org>
License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Files: src/libsodium/crypto_pwhash/argon2/argon2-encoding.*
Copyright: 2015 Thomas Pornin <pornin@bolet.org>
License: CC0

Files: debian/*
Copyright: 2014- Laszlo Boszormenyi (GCS) <gcs@debian.org>,
 2013-2014 Raúl Sánchez Siles <rasasi78@gmail.com>
License: GPL-2+
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <https://www.gnu.org/licenses/>
 .
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

License: public-domain
 Only public domain stated, no further description or requirements.
 No license required for any purpose; the work is not subject to copyright in
 any jurisdiction.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: CC0
 To the extent possible under law, the author(s) have dedicated all copyright
 and related and neighboring rights to this software to the public domain
 worldwide. This software is distributed without any warranty.
 .
 You should have received a copy of the CC0 Public Domain Dedication along with
 this software. If not, see <https://creativecommons.org/publicdomain/zero/1.0/>
 On Debian systems, the complete text of the CC0 Public Domain Dedication
 License can be found in "/usr/share/common-licenses/CC0-1.0".



==========================================================================
Package: libsoxr0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libsoxr
Upstream-Contact: Rob Sykes <robs@users.sourceforge.net>
Source: https://sourceforge.net/projects/soxr/files/

Files: *
Copyright: 2007-2013, Rob Sykes <robs@users.sourceforge.net>
License: LGPL-2.1+

Files: src/pffft.c src/pffft.h
Copyright: 2011, Julien Pommier <pommier@modartt.com>
           2004, The University Corporation for Atmospheric Research
License: Spherepack
 Redistribution and use of the Software in source and binary forms,
 with or without modification, is permitted provided that the
 following conditions are met:
 .
 - Neither the names of NCAR's Computational and Information Systems
 Laboratory, the University Corporation for Atmospheric Research,
 nor the names of its sponsors or contributors may be used to
 endorse or promote products derived from this Software without
 specific prior written permission.
 .
 - Redistributions of source code must retain the above copyright
 notices, this list of conditions, and the disclaimer below.
 .
 - Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions, and the disclaimer below in the
 documentation and/or other materials provided with the
 distribution.
 .
 THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT
 HOLDERS BE LIABLE FOR ANY CLAIM, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
 SOFTWARE.

Files: src/fft4g.c
Copyright: 1996-2001, Takuya OOURA
License: permissive1
 You may use, copy, modify and distribute this code for any
 purpose (include commercial use) and without fee.  Please
 refer to this package when you modify this code.
 http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html

Files: src/dbesi0.c
Copyright: 1996, Takuya OOURA
License: permissive2
 You may use, copy, modify this code for any purpose and
 without fee.

Files: debian/*
Copyright: 2012-2013, Benjamin Drung <bdrung@debian.org>
License: LGPL-2.1+

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or modify it
 under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1 of the License, or (at
 your option) any later version.
 .
 This library is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser
 General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this library; if not, write to the Free Software Foundation,
 Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 .
 On Debian systems, the full text of the GNU Lesser General Public
 License version 2.1 can be found in the file
 `/usr/share/common-licenses/LGPL-2.1'.



==========================================================================
Package: libspeex1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: speex
Source: https://gitlab.xiph.org/xiph/speex
Comment:
 This package was first debianized by A. Maitland Bottoms <bottoms@debian.org>
 on Tue, 16 Jul 2002 10:02:40 -0400.

Files: *
Copyright:
 2002-2007 Jean-Marc Valin <jean-marc.valin@hermes.usherb.ca>
 1994-2007 Xiph.org Foundation
 1993, 2002, 2006 David Rowe <david@voicetronix.com.au>
 2005-2009 Analog Devices Inc.
 2003-2004 Mark Borgerding
 2003-2007 Commonwealth Scientific and Industrial Research Organisation (CSIRO)
 2005 Christopher Montgomery
 2003 EpicGames
 1992-1994 Jutta Degener, Carsten Bormann, Technische Universitaet Berlin
 Tahseen Mohammad
 2002, John Edwards
 2005-2007 Psi Systems, Inc.
License: BSD-3-Clause

Files: doc/manual.pdf
Copyright:
 2002-2007 Jean-Marc Valin
 2002-2007 Xiph.org Foundation
License: GFDL-1.1-or-later

Files:
 include/speex/speex_types.h
 libspeex/smallft.c
 libspeex/smallft.h
Copyright:
 1994-2002 Xiph.Org Foundation
License: BSD-3-Clause
Comment:
 taken from libogg

Files:
 libspeex/lpc.c
Copyright:
 1992, 1993, 1994 by Jutta Degener and Carsten Bormann, Technische Universitaet Berlin
 Jean-Marc Valin
License: BSD-3-Clause and custom-1

Files:
 src/getopt1.c
 src/getopt.c
 src/getopt_win.h
Copyright:
 1987,88,89,90,91,92,93,94,96,97,98,99 Free Software Foundation, Inc.
License: LGPL-2.0-or-later

Files: debian/*
Copyright:
 2002 A. Maitland Bottoms <bottoms@debian.org>
License: BSD-3-Clause

License: BSD-3-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 - Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 .
 - Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 .
 - Neither the name of the Xiph.org Foundation nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: LGPL-2.0-or-later
 This file is part of the GNU C Library.
 .
 The GNU C Library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Library General Public License as
 published by the Free Software Foundation; either version 2 of the
 License, or (at your option) any later version.
 .
 The GNU C Library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Library General Public License for more details.
 .
 You should have received a copy of the GNU Library General Public
 License along with the GNU C Library; see the file COPYING.LIB.  If not,
 see <https://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Library General Public
 License version 2 can be found in "/usr/share/common-licenses/LGPL-2".

License: custom-1
 Any use of this software is permitted provided that this notice is not
 removed and that neither the authors nor the Technische Universitaet Berlin
 are deemed to have made any representations as to the suitability of this
 software for any purpose nor are held responsible for any defects of
 this software.  THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
 .
 As a matter of courtesy, the authors request to be informed about uses
 this software has found, about bugs in this software, and about any
 improvements that may be of general interest.
 .
 Berlin, 28.11.1994
 Jutta Degener
 Carsten Bormann

License: GFDL-1.1-or-later
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.1 or
 any later version published by the Free Software Foundation;
 with no Invariant Section, with no Front-Cover Texts, and with no
 Back-Cover.
 .
 On Debian systems, the complete text of the GNU Free Documentation License
 version 1.2 can be found in "/usr/share/common-licenses/GFDL-1.2".



==========================================================================
Package: libsrt1.5-gnutls:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: srt
Source: https://github.com/Haivision/srt

Files: *
Copyright: 2017-2021 Haivision Systems Inc.
License: MPL-2.0

Files: srtcore/api.cpp
 srtcore/api.h
 srtcore/buffer.cpp
 srtcore/buffer.h
 srtcore/channel.cpp
 srtcore/channel.h
 srtcore/common.cpp
 srtcore/common.h
 srtcore/core.cpp
 srtcore/core.h
 srtcore/epoll.cpp
 srtcore/epoll.h
 srtcore/handshake.cpp
 srtcore/handshake.h
 srtcore/list.cpp
 srtcore/list.h
 srtcore/packet.cpp
 srtcore/packet.h
 srtcore/queue.cpp
 srtcore/queue.h
 srtcore/socketconfig.cpp
 srtcore/socketconfig.h
 srtcore/udt.h
 srtcore/window.cpp
 srtcore/window.h
Copyright: 2001-2016, The Board of Trustees of the University of Illinois.
  2018, Haivision Systems Inc.
License: MPL-2.0

Files: srtcore/cache.cpp
 srtcore/cache.h
Copyright: 2001-2009, The Board of Trustees of the University of Illinois.
  2001-2011, The Board of Trustees of the University of Illinois.
License: BSD-3-clause

Files: srtcore/md5.cpp
 srtcore/md5.h
Copyright: 1999-2000, 2002, Aladdin Enterprises.
License: Zlib

Files: srtcore/atomic.h
  srtcore/atomic_msvc.h
Copyright: No license required for any purpose;
  the work is not subject to copyright in any jurisdiction.
License: unlicense

Files: examples/example-client-nonblock.c
  examples/test-c-client-bonding.c
  examples/test-c-client.c
  examples/test-c-server-bonding.c
  examples/test-c-server.c
Copyright: 2017-2021 Haivision Systems Inc.
License: LGPL-2.1+

Files: debian/*
Copyright: 2018, Federico Ceratto <federico@debian.org>
  2022. Florian Ernst <florian@debian.org>
License: MPL-2.0

License: MPL-2.0
 Mozilla Public License Version 2.0
 ==================================
 .
 1. Definitions
 --------------
 .
 1.1. "Contributor"
     means each individual or legal entity that creates, contributes to
     the creation of, or owns Covered Software.
 .
 1.2. "Contributor Version"
     means the combination of the Contributions of others (if any) used
     by a Contributor and that particular Contributor's Contribution.
 .
 1.3. "Contribution"
     means Covered Software of a particular Contributor.
 .
 1.4. "Covered Software"
     means Source Code Form to which the initial Contributor has attached
     the notice in Exhibit A, the Executable Form of such Source Code
     Form, and Modifications of such Source Code Form, in each case
     including portions thereof.
 .
 1.5. "Incompatible With Secondary Licenses"
     means
 .
     (a) that the initial Contributor has attached the notice described
         in Exhibit B to the Covered Software; or
 .
     (b) that the Covered Software was made available under the terms of
         version 1.1 or earlier of the License, but not also under the
         terms of a Secondary License.
 .
 1.6. "Executable Form"
     means any form of the work other than Source Code Form.
 .
 1.7. "Larger Work"
     means a work that combines Covered Software with other material, in 
     a separate file or files, that is not Covered Software.
 .
 1.8. "License"
     means this document.
 .
 1.9. "Licensable"
     means having the right to grant, to the maximum extent possible,
     whether at the time of the initial grant or subsequently, any and
     all of the rights conveyed by this License.
 .
 1.10. "Modifications"
     means any of the following:
 .
     (a) any file in Source Code Form that results from an addition to,
         deletion from, or modification of the contents of Covered
         Software; or
 .
     (b) any new file in Source Code Form that contains any Covered
         Software.
 .
 1.11. "Patent Claims" of a Contributor
     means any patent claim(s), including without limitation, method,
     process, and apparatus claims, in any patent Licensable by such
     Contributor that would be infringed, but for the grant of the
     License, by the making, using, selling, offering for sale, having
     made, import, or transfer of either its Contributions or its
     Contributor Version.
 .
 1.12. "Secondary License"
     means either the GNU General Public License, Version 2.0, the GNU
     Lesser General Public License, Version 2.1, the GNU Affero General
     Public License, Version 3.0, or any later versions of those
     licenses.
 .
 1.13. "Source Code Form"
     means the form of the work preferred for making modifications.
 .
 1.14. "You" (or "Your")
     means an individual or a legal entity exercising rights under this
     License. For legal entities, "You" includes any entity that
     controls, is controlled by, or is under common control with You. For
     purposes of this definition, "control" means (a) the power, direct
     or indirect, to cause the direction or management of such entity,
     whether by contract or otherwise, or (b) ownership of more than
     fifty percent (50%) of the outstanding shares or beneficial
     ownership of such entity.
 .
 2. License Grants and Conditions
 --------------------------------
 .
 2.1. Grants
 .
 Each Contributor hereby grants You a world-wide, royalty-free,
 non-exclusive license:
 .
 (a) under intellectual property rights (other than patent or trademark)
     Licensable by such Contributor to use, reproduce, make available,
     modify, display, perform, distribute, and otherwise exploit its
     Contributions, either on an unmodified basis, with Modifications, or
     as part of a Larger Work; and
 .
 (b) under Patent Claims of such Contributor to make, use, sell, offer
     for sale, have made, import, and otherwise transfer either its
     Contributions or its Contributor Version.
 .
 2.2. Effective Date
 .
 The licenses granted in Section 2.1 with respect to any Contribution
 become effective for each Contribution on the date the Contributor first
 distributes such Contribution.
 .
 2.3. Limitations on Grant Scope
 .
 The licenses granted in this Section 2 are the only rights granted under
 this License. No additional rights or licenses will be implied from the
 distribution or licensing of Covered Software under this License.
 Notwithstanding Section 2.1(b) above, no patent license is granted by a
 Contributor:
 .
 (a) for any code that a Contributor has removed from Covered Software;
     or
 .
 (b) for infringements caused by: (i) Your and any other third party's
     modifications of Covered Software, or (ii) the combination of its
     Contributions with other software (except as part of its Contributor
     Version); or
 .
 (c) under Patent Claims infringed by Covered Software in the absence of
     its Contributions.
 .
 This License does not grant any rights in the trademarks, service marks,
 or logos of any Contributor (except as may be necessary to comply with
 the notice requirements in Section 3.4).
 .
 2.4. Subsequent Licenses
 .
 No Contributor makes additional grants as a result of Your choice to
 distribute the Covered Software under a subsequent version of this
 License (see Section 10.2) or under the terms of a Secondary License (if
 permitted under the terms of Section 3.3).
 .
 2.5. Representation
 .
 Each Contributor represents that the Contributor believes its
 Contributions are its original creation(s) or it has sufficient rights
 to grant the rights to its Contributions conveyed by this License.
 .
 2.6. Fair Use
 .
 This License is not intended to limit any rights You have under
 applicable copyright doctrines of fair use, fair dealing, or other
 equivalents.
 .
 2.7. Conditions
 .
 Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
 in Section 2.1.
 .
 3. Responsibilities
 -------------------
 .
 3.1. Distribution of Source Form
 .
 All distribution of Covered Software in Source Code Form, including any
 Modifications that You create or to which You contribute, must be under
 the terms of this License. You must inform recipients that the Source
 Code Form of the Covered Software is governed by the terms of this
 License, and how they can obtain a copy of this License. You may not
 attempt to alter or restrict the recipients' rights in the Source Code
 Form.
 .
 3.2. Distribution of Executable Form
 .
 If You distribute Covered Software in Executable Form then:
 .
 (a) such Covered Software must also be made available in Source Code
     Form, as described in Section 3.1, and You must inform recipients of
     the Executable Form how they can obtain a copy of such Source Code
     Form by reasonable means in a timely manner, at a charge no more
     than the cost of distribution to the recipient; and
 .
 (b) You may distribute such Executable Form under the terms of this
     License, or sublicense it under different terms, provided that the
     license for the Executable Form does not attempt to limit or alter
     the recipients' rights in the Source Code Form under this License.
 .
 3.3. Distribution of a Larger Work
 .
 You may create and distribute a Larger Work under terms of Your choice,
 provided that You also comply with the requirements of this License for
 the Covered Software. If the Larger Work is a combination of Covered
 Software with a work governed by one or more Secondary Licenses, and the
 Covered Software is not Incompatible With Secondary Licenses, this
 License permits You to additionally distribute such Covered Software
 under the terms of such Secondary License(s), so that the recipient of
 the Larger Work may, at their option, further distribute the Covered
 Software under the terms of either this License or such Secondary
 License(s).
 .
 3.4. Notices
 .
 You may not remove or alter the substance of any license notices
 (including copyright notices, patent notices, disclaimers of warranty,
 or limitations of liability) contained within the Source Code Form of
 the Covered Software, except that You may alter any license notices to
 the extent required to remedy known factual inaccuracies.
 .
 3.5. Application of Additional Terms
 .
 You may choose to offer, and to charge a fee for, warranty, support,
 indemnity or liability obligations to one or more recipients of Covered
 Software. However, You may do so only on Your own behalf, and not on
 behalf of any Contributor. You must make it absolutely clear that any
 such warranty, support, indemnity, or liability obligation is offered by
 You alone, and You hereby agree to indemnify every Contributor for any
 liability incurred by such Contributor as a result of warranty, support,
 indemnity or liability terms You offer. You may include additional
 disclaimers of warranty and limitations of liability specific to any
 jurisdiction.
 .
 4. Inability to Comply Due to Statute or Regulation
 ---------------------------------------------------
 .
 If it is impossible for You to comply with any of the terms of this
 License with respect to some or all of the Covered Software due to
 statute, judicial order, or regulation then You must: (a) comply with
 the terms of this License to the maximum extent possible; and (b)
 describe the limitations and the code they affect. Such description must
 be placed in a text file included with all distributions of the Covered
 Software under this License. Except to the extent prohibited by statute
 or regulation, such description must be sufficiently detailed for a
 recipient of ordinary skill to be able to understand it.
 .
 5. Termination
 --------------
 .
 5.1. The rights granted under this License will terminate automatically
 if You fail to comply with any of its terms. However, if You become
 compliant, then the rights granted under this License from a particular
 Contributor are reinstated (a) provisionally, unless and until such
 Contributor explicitly and finally terminates Your grants, and (b) on an
 ongoing basis, if such Contributor fails to notify You of the
 non-compliance by some reasonable means prior to 60 days after You have
 come back into compliance. Moreover, Your grants from a particular
 Contributor are reinstated on an ongoing basis if such Contributor
 notifies You of the non-compliance by some reasonable means, this is the
 first time You have received notice of non-compliance with this License
 from such Contributor, and You become compliant prior to 30 days after
 Your receipt of the notice.
 .
 5.2. If You initiate litigation against any entity by asserting a patent
 infringement claim (excluding declaratory judgment actions,
 counter-claims, and cross-claims) alleging that a Contributor Version
 directly or indirectly infringes any patent, then the rights granted to
 You by any and all Contributors for the Covered Software under Section
 2.1 of this License shall terminate.
 .
 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
 end user license agreements (excluding distributors and resellers) which
 have been validly granted by You or Your distributors under this License
 prior to termination shall survive termination.
 .
 ************************************************************************
 *                                                                      *
 *  6. Disclaimer of Warranty                                           *
 *  -------------------------                                           *
 *                                                                      *
 *  Covered Software is provided under this License on an "as is"       *
 *  basis, without warranty of any kind, either expressed, implied, or  *
 *  statutory, including, without limitation, warranties that the       *
 *  Covered Software is free of defects, merchantable, fit for a        *
 *  particular purpose or non-infringing. The entire risk as to the     *
 *  quality and performance of the Covered Software is with You.        *
 *  Should any Covered Software prove defective in any respect, You     *
 *  (not any Contributor) assume the cost of any necessary servicing,   *
 *  repair, or correction. This disclaimer of warranty constitutes an   *
 *  essential part of this License. No use of any Covered Software is   *
 *  authorized under this License except under this disclaimer.         *
 *                                                                      *
 ************************************************************************
 .
 ************************************************************************
 *                                                                      *
 *  7. Limitation of Liability                                          *
 *  --------------------------                                          *
 *                                                                      *
 *  Under no circumstances and under no legal theory, whether tort      *
 *  (including negligence), contract, or otherwise, shall any           *
 *  Contributor, or anyone who distributes Covered Software as          *
 *  permitted above, be liable to You for any direct, indirect,         *
 *  special, incidental, or consequential damages of any character      *
 *  including, without limitation, damages for lost profits, loss of    *
 *  goodwill, work stoppage, computer failure or malfunction, or any    *
 *  and all other commercial damages or losses, even if such party      *
 *  shall have been informed of the possibility of such damages. This   *
 *  limitation of liability shall not apply to liability for death or   *
 *  personal injury resulting from such party's negligence to the       *
 *  extent applicable law prohibits such limitation. Some               *
 *  jurisdictions do not allow the exclusion or limitation of           *
 *  incidental or consequential damages, so this exclusion and          *
 *  limitation may not apply to You.                                    *
 *                                                                      *
 ************************************************************************
 .
 8. Litigation
 -------------
 .
 Any litigation relating to this License may be brought only in the
 courts of a jurisdiction where the defendant maintains its principal
 place of business and such litigation shall be governed by laws of that
 jurisdiction, without reference to its conflict-of-law provisions.
 Nothing in this Section shall prevent a party's ability to bring
 cross-claims or counter-claims.
 .
 9. Miscellaneous
 ----------------
 .
 This License represents the complete agreement concerning the subject
 matter hereof. If any provision of this License is held to be
 unenforceable, such provision shall be reformed only to the extent
 necessary to make it enforceable. Any law or regulation which provides
 that the language of a contract shall be construed against the drafter
 shall not be used to construe this License against a Contributor.
 .
 10. Versions of the License
 ---------------------------
 .
 10.1. New Versions
 .
 Mozilla Foundation is the license steward. Except as provided in Section
 10.3, no one other than the license steward has the right to modify or
 publish new versions of this License. Each version will be given a
 distinguishing version number.
 .
 10.2. Effect of New Versions
 .
 You may distribute the Covered Software under the terms of the version
 of the License under which You originally received the Covered Software,
 or under the terms of any subsequent version published by the license
 steward.
 .
 10.3. Modified Versions
 .
 If you create software not governed by this License, and you want to
 create a new license for such software, you may create and use a
 modified version of this License if you rename the license and remove
 any references to the name of the license steward (except to note that
 such modified license differs from this License).
 .
 10.4. Distributing Source Code Form that is Incompatible With Secondary
 Licenses
 .
 If You choose to distribute Source Code Form that is Incompatible With
 Secondary Licenses under the terms of this version of the License, the
 notice described in Exhibit B of this License must be attached.
 .
 Exhibit A - Source Code Form License Notice
 -------------------------------------------
 .
   This Source Code Form is subject to the terms of the Mozilla Public
   License, v. 2.0. If a copy of the MPL was not distributed with this
   file, You can obtain one at http://mozilla.org/MPL/2.0/.
 .
 If it is not possible or desirable to put the notice in a particular
 file, then You may include the notice in a location (such as a LICENSE
 file in a relevant directory) where a recipient would be likely to look
 for such a notice.
 .
 You may add additional accurate notices of copyright ownership.
 .
 Exhibit B - "Incompatible With Secondary Licenses" Notice
 ---------------------------------------------------------
 .
   This Source Code Form is "Incompatible With Secondary Licenses", as
   defined by the Mozilla Public License, v. 2.0.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
 * Redistributions of source code must retain the above
   copyright notice, this list of conditions and the
   following disclaimer.
 .
 * Redistributions in binary form must reproduce the
   above copyright notice, this list of conditions
   and the following disclaimer in the documentation
   and/or other materials provided with the distribution.
 .
 * Neither the name of the University of Illinois
   nor the names of its contributors may be used to
   endorse or promote products derived from this
   software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: Zlib
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.

License: unlicense
 This is free and unencumbered software released into the public domain.
 .
 Anyone is free to copy, modify, publish, use, compile, sell, or distribute
 this software, either in source code form or as a compiled binary, for any
 purpose, commercial or non-commercial, and by any means.
 .
 In jurisdictions that recognize copyright laws, the author or authors of
 this software dedicate any and all copyright interest in the software to the
 public domain. We make this dedication for the benefit of the public at
 large and to the detriment of our heirs and successors. We intend this
 dedication to be an overt act of relinquishment in perpetuity of all present
 and future rights to this software under copyright law.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 For more information, please refer to <http://unlicense.org/>

License: LGPL-2.1+
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 .
 On Debian systems, the full text of the GNU General Public
 License version 2 can be found in the File
 `/usr/share/common-licenses/LGPL-2.1'.



==========================================================================
Package: libssh-gcrypt-4:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libssh
Upstream-Contact: libssh@libssh.org
                  Andreas Schneider <asn@cryptomilk.org>
Source: https://git.libssh.org/projects/libssh.git

Files: *
Copyright: *No copyright*
License: LGPL-2.1+~OpenSSL
Comment:
 Using license from COPYING file.

Files: include/libssh/*.h
       src/*.c
       tests/benchmarks/bench_raw.c
       tests/benchmarks/bench_scp.c
       tests/benchmarks/bench_sftp.c
       tests/benchmarks/benchmarks.c
       tests/benchmarks/benchmarks.h
       tests/benchmarks/latency.c
       tests/client/torture_algorithms.c
       tests/client/torture_auth.c
       tests/client/torture_connect.c
       tests/client/torture_knownhosts.c
       tests/client/torture_session.c
       tests/test_socket.c
Copyright: 2003-2021, Aris Adamantiadis
           2008-2018 Andreas Schneider <asn@cryptomilk.org>
           2017 Sartura d.o.o.
           2019 by Red Hat, Inc.
           2020 by Heiko Thiery
           1997 Niels Provos <provos@physnet.uni-hamburg.de>
           2018-2019 by Anderson Toshiyuki Sasaki - Red Hat, Inc.
           2019 Simo Sorce - Red Hat, Inc.
License: LGPL-2.1+~OpenSSL

Files: examples/exec.c
       examples/senddata.c
       examples/CMakeLists.txt
       include/libssh/ssh2.h
       tests/benchmarks/bench1.sh
       tests/benchmarks/bench2.sh
       tests/chmodtest.c
       tests/client/torture_proxycommand.c
       tests/client/torture_sftp_dir.c
       tests/client/torture_sftp_read.c
       tests/cmdline.c
       tests/generate.py
       tests/unittests/torture_buffer.c
       tests/unittests/torture_callbacks.c
       tests/unittests/torture_channel.c
       tests/unittests/torture_init.c
       tests/unittests/torture_isipaddr.c
       tests/unittests/torture_keyfiles.c
       tests/unittests/torture_list.c
       tests/unittests/torture_misc.c
       tests/unittests/torture_options.c
       tests/unittests/torture_pki.c
       tests/unittests/torture_rand.c
Copyright: *No copyright*
License: LGPL-2.1+~OpenSSL
Comment:
 Using license from COPYING file.

Files: examples/authentication.c
       examples/connect_ssh.c
       examples/examples_common.h
       examples/knownhosts.c
       examples/libssh_scp.c
       examples/libsshpp.cpp
       examples/libsshpp_noexcept.cpp
       examples/proxy.c
       examples/samplesftp.c
       examples/samplesshd-cb.c
       examples/samplesshd-kbdint.c
       examples/scp_download.c
       examples/sshnetcat.c
Copyright: 2003-2013, Aris Adamantiadis
License: public-domain
 You are free to copy this file, modify it in any way, consider it being public
 domain. This does not apply to the rest of the library though, but it is
 allowed to cut-and-paste working code from this file to any license of
 program.

Files: src/external/curve25519_ref.c
       src/external/ed25519.c
       src/external/fe25519.c
       src/external/ge25519.c
       src/external/ge25519_base.data
       src/external/sc25519.c
Copyright: *No copyright*
License: public-domain
 Copied from supercop project <https://bench.cr.yp.to/supercop.html>

Files: tests/pkd/pkd_client.h
       tests/pkd/pkd_daemon.c
       tests/pkd/pkd_daemon.h
       tests/pkd/pkd_hello.c
       tests/pkd/pkd_keyutil.c
       tests/pkd/pkd_keyutil.h
       tests/pkd/pkd_util.c
       tests/pkd/pkd_util.h
Copyright: 2014, Jon Simons
License: LGPL-2.1+~OpenSSL

Files: src/channels.c
       src/gzip.c
       src/known_hosts.c
       src/misc.c
       src/options.c
       src/pki.c
       src/pki_crypto.c
       src/pki_gcrypt.c
       src/sftp.c
Copyright: 2003-2013, Aris Adamantiadis
           2008-2013, Andreas Schneider <asn@cryptomilk.org>
License: LGPL-2.1+~OpenSSL

Files: include/libssh/agent.h
       include/libssh/options.h
       src/agent.c
       src/callbacks.c
       src/config.c
       tests/client/torture_forward.c
       tests/client/torture_request_env.c
       tests/torture.c
       tests/torture.h
Copyright: 2008-2013, Andreas Schneider <asn@cryptomilk.org>
License: LGPL-2.1+~OpenSSL

Files: include/libssh/curve25519.h
       src/curve25519.c
Copyright: 2013, Aris Adamantiadis <aris@badcode.be>
License: LGPL-2.1
Comment:
 Upstream has been notified about the license incongruity with
 all the other files. (Is: LGPL-2.1, should be: LGPL-2.1+~OpenSSL).

Files: include/libssh/callbacks.h
       src/scp.c
Copyright: 2009, Aris Adamantiadis <aris@0xbadc0de.be>
License: LGPL-2.1+~OpenSSL

Files: src/match.c
Copyright: 1995, Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
           2000, Markus Friedl
License: BSD-2-clause

Files: include/libssh/knownhosts.h
Copyright: 2014, Aris Adamantiadis <aris@badcode.be>
License: LGPL-2.1
Comment:
 File header gives 20014 as the copyright year. Assuming
 a typo (20014 -> 2014).
 .
 Upstream has been notified about the license incongruity with
 all the other files. (Is: LGPL-2.1, should be: LGPL-2.1+~OpenSSL).

Files: src/poll.c
Copyright: 2003-2013, Aris Adamantiadis
           2009, Aleksandar Kanchev
           2009-2013, Andreas Schneider <asn@cryptomilk.org>
License: LGPL-2.1+~OpenSSL

Files: src/dh.c
Copyright: 2003-2013, Aris Adamantiadis
           2009-2013, Andreas Schneider <asn@cryptomilk.org>
           2012, Dmitriy Kuznetsov <dk@yandex.ru>
License: LGPL-2.1+~OpenSSL

Files: src/auth.c
Copyright: 2003-2013, Aris Adamantiadis <aris@0xbadc0de.be>
           2008-2013, Andreas Schneider <asn@cryptomilk.org>
License: LGPL-2.1+~OpenSSL

Files: src/getpass.c
Copyright: 2011-2013, Andreas Schneider <asn@cryptomilk.org>
License: LGPL-2.1+~OpenSSL

Files: src/gssapi.c
Copyright: 2013, Aris Adamantiadis <aris@badcode.be>
License: LGPL-2.1+~OpenSSL

Files: cmake/Modules/DefineCMakeDefaults.cmake
       cmake/Modules/DefineCompilerFlags.cmake
       cmake/Modules/DefinePlatformDefaults.cmake
Copyright: *No copyright*
License: BSD-3-clause
Comment:
 Using license from cmake/Modules/COPYING-CMAKE-SCRIPTS

Files: cmake/Modules/AddCCompilerFlag.cmake
       cmake/Modules/AddCMockaTest.cmake
       cmake/Modules/CheckCCompilerFlagSSP.cmake
       cmake/Modules/ExtractSymbols.cmake
       cmake/Modules/FindABIMap.cmake
       cmake/Modules/FindArgp.cmake
       cmake/Modules/FindCMocka.cmake
       cmake/Modules/FindGCrypt.cmake
       cmake/Modules/FindGSSAPI.cmake
       cmake/Modules/FindMbedTLS.cmake
       cmake/Modules/FindNSIS.cmake
       cmake/Modules/FindNaCl.cmake
       cmake/Modules/GenerateMap.cmake
       cmake/Modules/GetFilesList.cmake
       cmake/Modules/MacroEnsureOutOfSourceBuild.cmake
Copyright: 2007-2018 Andreas Schneider
           2013 Aris Adamantiadis
           2017 Sartura d.o.o.
           2018 Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
           006, Alexander Neundorf, <neundorf@kde.org>
           2007 Daniel Gollub <dgollub@suse.de>
License: BSD-3-clause


Files: debian/*
Copyright: 2005-2006, Jean-Philippe Garcia Ballester <giga@le-pec.org>
           2006-2020, Laurent Bigonville <bigon@debian.org>
           2019-2021, Martin Pitt <mpitt@debian.org>
           2014, Mike Gabriel <sunweaver@debian.org>
License: LGPL-2.1+~OpenSSL or BSD-2-clause or BSD-3-clause

License: LGPL-2.1+~OpenSSL
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 .
 On Debian systems, the complete text of the GNU Library General
 Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
 .
 In addition, as a special exception, the author of this
 program gives permission to link the code of its
 release with the OpenSSL project's "OpenSSL" library (or
 with modified versions of it that use the same license as
 the "OpenSSL" library), and distribute the linked
 executables. You must obey the GNU General Public
 License in all respects for all of the code used other
 than "OpenSSL".  If you modify this file, you may extend
 this exception to your version of the file, but you are
 not obligated to do so.  If you do not wish to do so,
 delete this exception statement from your version.

License: LGPL-2.1
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 .
 On Debian systems, the complete text of the GNU Library General
 Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. The name of the author may not be used to endorse or promote products
    derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: libssl-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: OpenSSL
Source: https://www.openssl.org

Files: *
Copyright: 1995-2020, The OpenSSL Project Authors
	   1995-1998, Eric A. Young, Tim J. Hudson
	   2004-2014 Akamai Technologies.
	   2008 Andy Polyakov <appro@openssl.org>
	   2017 BaishanCloud.
	   2015 CloudFlare Inc.
	   2014-2016 Cryptography Research Inc.
	   2012-2014 Daniel J. Bernstein
	   2004 EdelKey Project.
	   2011 Google Inc.
	   2018-2019 IBM Corp.
	   2012,2014 Intel Corporation.
	   2012-2016 Jean-Philippe Aumasson
	   2007 KISA(Korea Information Security Agency).
	   2004 Kungliga Tekniska Högskolan
	   2017 National Security Research Institute.
	   2006 Network Resonance Inc.
	   2005,2007-2020 Nokia
	   2006 NTT (Nippon Telegraph and Telephone Corporation)
	   2002,2017-2020 Oracle and/or its affiliates.
	   1995 Patrick Powell
	   2019 Red Hat Inc.
	   2017 Ribose Inc.
	   2004,2018 Richard Levitte <richard@levitte.org>
	   2011 RTFM Inc.
	   2012 Samuel Neves <sneves@dei.uc.pt>
	   2015-2020 Siemens AG
	   2002 The OpenTSA Project.
	   2013-2014 Timo Teräs <timo.teras@gmail.com>
	   2016 Viktor Dukhovni <openssl-users@dukhovni.org>.
	   2016 VMS Software Inc.
License: Apache-2.0

License: Apache-2.0
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 https://www.openssl.org/source/license.html
 .
 On Debian systems, the complete text of the Apache 2.0 License
 can be found in `/usr/share/common-licenses/Apache-2.0'

Files: debian/*
Copyright: Christoph Martin, Kurt Roeckx, Sebastian Andrzej Siewior
License: Apache-2.0

Files: external/perl/Text-Template-1.56/*
Copyright: 2013, Mark Jason Dominus <mjd@cpan.org>.
License: Artistic or GPL-1+

License: Artistic
 This program is free software; you can redistribute it and/or modify
 it under the terms of the Artistic License, which comes with Perl.
 .
 On Debian systems, the complete text of the Artistic License can be
 found in `/usr/share/common-licenses/Artistic'.

License: GPL-1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 1, or (at your option)
 any later version.
 .
 On Debian systems, the complete text of version 1 of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL-1'.



==========================================================================
Package: libssl3:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: OpenSSL
Source: https://www.openssl.org

Files: *
Copyright: 1995-2020, The OpenSSL Project Authors
	   1995-1998, Eric A. Young, Tim J. Hudson
	   2004-2014 Akamai Technologies.
	   2008 Andy Polyakov <appro@openssl.org>
	   2017 BaishanCloud.
	   2015 CloudFlare Inc.
	   2014-2016 Cryptography Research Inc.
	   2012-2014 Daniel J. Bernstein
	   2004 EdelKey Project.
	   2011 Google Inc.
	   2018-2019 IBM Corp.
	   2012,2014 Intel Corporation.
	   2012-2016 Jean-Philippe Aumasson
	   2007 KISA(Korea Information Security Agency).
	   2004 Kungliga Tekniska Högskolan
	   2017 National Security Research Institute.
	   2006 Network Resonance Inc.
	   2005,2007-2020 Nokia
	   2006 NTT (Nippon Telegraph and Telephone Corporation)
	   2002,2017-2020 Oracle and/or its affiliates.
	   1995 Patrick Powell
	   2019 Red Hat Inc.
	   2017 Ribose Inc.
	   2004,2018 Richard Levitte <richard@levitte.org>
	   2011 RTFM Inc.
	   2012 Samuel Neves <sneves@dei.uc.pt>
	   2015-2020 Siemens AG
	   2002 The OpenTSA Project.
	   2013-2014 Timo Teräs <timo.teras@gmail.com>
	   2016 Viktor Dukhovni <openssl-users@dukhovni.org>.
	   2016 VMS Software Inc.
License: Apache-2.0

License: Apache-2.0
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 https://www.openssl.org/source/license.html
 .
 On Debian systems, the complete text of the Apache 2.0 License
 can be found in `/usr/share/common-licenses/Apache-2.0'

Files: debian/*
Copyright: Christoph Martin, Kurt Roeckx, Sebastian Andrzej Siewior
License: Apache-2.0

Files: external/perl/Text-Template-1.56/*
Copyright: 2013, Mark Jason Dominus <mjd@cpan.org>.
License: Artistic or GPL-1+

License: Artistic
 This program is free software; you can redistribute it and/or modify
 it under the terms of the Artistic License, which comes with Perl.
 .
 On Debian systems, the complete text of the Artistic License can be
 found in `/usr/share/common-licenses/Artistic'.

License: GPL-1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 1, or (at your option)
 any later version.
 .
 On Debian systems, the complete text of version 1 of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL-1'.



==========================================================================
Package: libstdc++6:arm64
==========================================================================
This is the Debian GNU/Linux prepackaged version of the GNU compiler
collection, containing Ada, C, C++, D, Fortran 95, Go, Objective-C,
Objective-C++, and Modula-2 compilers, documentation, and support
libraries.  In addition, Debian provides the gm2 compiler, either in
the same source package, or built from a separate same source package.
Packaging is done by the Debian GCC Maintainers
<debian-gcc@lists.debian.org>, with sources obtained from:

  ftp://gcc.gnu.org/pub/gcc/releases/  (for full releases)
  svn://gcc.gnu.org/svn/gcc/           (for prereleases)
  ftp://sourceware.org/pub/newlib/     (for newlib)
  git://git.savannah.gnu.org/gm2.git   (for Modula-2)

The current gcc-12 source package is taken from the git gcc-12-branch.

Changes: See changelog.Debian.gz

Debian splits the GNU Compiler Collection into packages for each language,
library, and documentation as follows:

Language       Compiler package  Library package    Documentation
---------------------------------------------------------------------------
Ada            gnat-12          libgnat-12          gnat-12-doc
C              gcc-12                              gcc-12-doc
C++            g++-12           libstdc++6         libstdc++6-12-doc
D              gdc-12
Fortran 95     gfortran-12      libgfortran5       gfortran-12-doc
Go             gccgo-12         libgo0
Objective C    gobjc-12         libobjc4
Objective C++  gobjc++-12
Modula-2       gm2-12           libgm2

For some language run-time libraries, Debian provides source files,
development files, debugging symbols and libraries containing position-
independent code in separate packages:

Language  Sources      Development   Debugging            Position-Independent
------------------------------------------------------------------------------
C++                                  libstdc++6-12-dbg  libstdc++6-12-pic
D         libphobos-12-dev

Additional packages include:

All languages:
libgcc1, libgcc2, libgcc4       GCC intrinsics (platform-dependent)
gcc-12-base                    Base files common to all compilers
gcc-12-soft-float              Software floating point (ARM only)
gcc-12-source                  The sources with patches

Ada:
libgnat-util12-dev, libgnat-util12   GNAT version library

C:
cpp-12, cpp-12-doc            GNU C Preprocessor
libssp0-dev, libssp0            GCC stack smashing protection library
libquadmath0                    Math routines for the __float128 type
fixincludes                     Fix non-ANSI header files

C, C++ and Fortran 95:
libgomp1-dev, libgomp1		GCC OpenMP (GOMP) support library
libitm1-dev, libitm1		GNU Transactional Memory Library

Biarch support: On some 64-bit platforms which can also run 32-bit code,
Debian provides additional packages containing 32-bit versions of some
libraries.  These packages have names beginning with 'lib32' instead of
'lib', for example lib32stdc++6.  Similarly, on some 32-bit platforms which
can also run 64-bit code, Debian provides additional packages with names
beginning with 'lib64' instead of 'lib'.  These packages contain 64-bit
versions of the libraries.  (At this time, not all platforms and not all
libraries support biarch.)  The license terms for these lib32 or lib64
packages are identical to the ones for the lib packages.


COPYRIGHT STATEMENTS AND LICENSING TERMS


GCC is Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019
Free Software Foundation, Inc.

GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.

GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

Files that have exception clauses are licensed under the terms of the
GNU General Public License; either version 3, or (at your option) any
later version.

On Debian GNU/Linux systems, the complete text of the GNU General
Public License is in `/usr/share/common-licenses/GPL', version 3 of this
license in `/usr/share/common-licenses/GPL-3'.

The following runtime libraries are licensed under the terms of the
GNU General Public License (v3 or later) with version 3.1 of the GCC
Runtime Library Exception (included in this file):

 - libgcc (libgcc/, gcc/libgcc2.[ch], gcc/unwind*, gcc/gthr*,
   gcc/coretypes.h, gcc/crtstuff.c, gcc/defaults.h, gcc/dwarf2.h,
   gcc/emults.c, gcc/gbl-ctors.h, gcc/gcov-io.h, gcc/libgcov.c,
   gcc/tsystem.h, gcc/typeclass.h).
 - libatomic
 - libdecnumber
 - libgomp
 - libitm
 - libssp
 - libstdc++-v3
 - libobjc
 - libgfortran
 - The libgnat-12 Ada support library and libgnat-util12 library.
 - Various config files in gcc/config/ used in runtime libraries.
 - libvtv

The libbacktrace library is licensed under the following terms:

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    (1) Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer. 

    (2) Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.  
    
    (3) The name of the author may not be used to
    endorse or promote products derived from this software without
    specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.


The libsanitizer libraries (libasan, liblsan, libtsan, libubsan) are
licensed under the following terms:

Copyright (c) 2009-2019 by the LLVM contributors.

All rights reserved.

Developed by:

    LLVM Team

    University of Illinois at Urbana-Champaign

    http://llvm.org

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

    * Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimers.

    * Redistributions in binary form must reproduce the above copyright notice,
      this list of conditions and the following disclaimers in the
      documentation and/or other materials provided with the distribution.

    * Neither the names of the LLVM Team, University of Illinois at
      Urbana-Champaign, nor the names of its contributors may be used to
      endorse or promote products derived from this Software without specific
      prior written permission.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


The libffi library is licensed under the following terms:

    libffi - Copyright (c) 1996-2003  Red Hat, Inc.

    Permission is hereby granted, free of charge, to any person obtaining
    a copy of this software and associated documentation files (the
    ``Software''), to deal in the Software without restriction, including
    without limitation the rights to use, copy, modify, merge, publish,
    distribute, sublicense, and/or sell copies of the Software, and to
    permit persons to whom the Software is furnished to do so, subject to
    the following conditions:

    The above copyright notice and this permission notice shall be included
    in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR
    OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
    ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
    OTHER DEALINGS IN THE SOFTWARE.


The documentation is licensed under the GNU Free Documentation License (v1.2).
On Debian GNU/Linux systems, the complete text of this license is in
`/usr/share/common-licenses/GFDL-1.2'.


GCC RUNTIME LIBRARY EXCEPTION

Version 3.1, 31 March 2009

Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>

Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.

This GCC Runtime Library Exception ("Exception") is an additional
permission under section 7 of the GNU General Public License, version
3 ("GPLv3"). It applies to a given file (the "Runtime Library") that
bears a notice placed by the copyright holder of the file stating that
the file is governed by GPLv3 along with this Exception.

When you use GCC to compile a program, GCC may combine portions of
certain GCC header files and runtime libraries with the compiled
program. The purpose of this Exception is to allow compilation of
non-GPL (including proprietary) programs to use, in this way, the
header files and runtime libraries covered by this Exception.

0. Definitions.

A file is an "Independent Module" if it either requires the Runtime
Library for execution after a Compilation Process, or makes use of an
interface provided by the Runtime Library, but is not otherwise based
on the Runtime Library.

"GCC" means a version of the GNU Compiler Collection, with or without
modifications, governed by version 3 (or a specified later version) of
the GNU General Public License (GPL) with the option of using any
subsequent versions published by the FSF.

"GPL-compatible Software" is software whose conditions of propagation,
modification and use would permit combination with GCC in accord with
the license of GCC.

"Target Code" refers to output from any compiler for a real or virtual
target processor architecture, in executable form or suitable for
input to an assembler, loader, linker and/or execution
phase. Notwithstanding that, Target Code does not include data in any
format that is used as a compiler intermediate representation, or used
for producing a compiler intermediate representation.

The "Compilation Process" transforms code entirely represented in
non-intermediate languages designed for human-written code, and/or in
Java Virtual Machine byte code, into Target Code. Thus, for example,
use of source code generators and preprocessors need not be considered
part of the Compilation Process, since the Compilation Process can be
understood as starting with the output of the generators or
preprocessors.

A Compilation Process is "Eligible" if it is done using GCC, alone or
with other GPL-compatible software, or if it is done without using any
work based on GCC. For example, using non-GPL-compatible Software to
optimize any GCC intermediate representations would not qualify as an
Eligible Compilation Process.

1. Grant of Additional Permission.

You have permission to propagate a work of Target Code formed by
combining the Runtime Library with Independent Modules, even if such
propagation would otherwise violate the terms of GPLv3, provided that
all Target Code was generated by Eligible Compilation Processes. You
may then convey such a combination under terms of your choice,
consistent with the licensing of the Independent Modules.

2. No Weakening of GCC Copyleft.

The availability of this Exception does not imply any general
presumption that third-party software is unaffected by the copyleft
requirements of the license of GCC.


libquadmath/*.[hc]:

   Copyright (C) 2010 Free Software Foundation, Inc.
   Written by Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
   Written by Tobias Burnus  <burnus@net-b.de>

This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

Libiberty is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Library General Public License for more details.

libquadmath/math:

atanq.c, expm1q.c, j0q.c, j1q.c, log1pq.c, logq.c:
    Copyright 2001 by Stephen L. Moshier <moshier@na-net.ornl.gov> 

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

coshq.c, erfq.c, jnq.c, lgammaq.c, powq.c, roundq.c:
   Changes for 128-bit __float128 are
   Copyright (C) 2001 Stephen L. Moshier <moshier@na-net.ornl.gov>
   and are incorporated herein by permission of the author.  The author 
   reserves the right to distribute this material elsewhere under different
   copying permissions.  These modifications are distributed here under 
   the following terms:

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

ldexpq.c:
   * Conversion to long double by Ulrich Drepper,
   * Cygnus Support, drepper@cygnus.com.

cosq_kernel.c, expq.c, sincos_table.c, sincosq.c, sincosq_kernel.c,
sinq_kernel.c, truncq.c:
   Copyright (C) 1997, 1999 Free Software Foundation, Inc.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

isinfq.c:
 * Written by J.T. Conklin <jtc@netbsd.org>.
 * Change for long double by Jakub Jelinek <jj@ultra.linux.cz>
 * Public domain.

llroundq.c, lroundq.c, tgammaq.c:
   Copyright (C) 1997, 1999, 2002, 2004 Free Software Foundation, Inc.
   This file is part of the GNU C Library.
   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
                  Jakub Jelinek <jj@ultra.linux.cz>, 1999.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

log10q.c:
   Cephes Math Library Release 2.2:  January, 1991
   Copyright 1984, 1991 by Stephen L. Moshier
   Adapted for glibc November, 2001

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

remaining files:

 * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
 *
 * Developed at SunPro, a Sun Microsystems, Inc. business.
 * Permission to use, copy, modify, and distribute this
 * software is freely granted, provided that this notice
 * is preserved.


gcc/go/gofrontend, libgo:

Copyright (c) 2009 The Go Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


D:
gdc-12                         GNU D Compiler
libphobos-12-dev               D standard runtime library

The D source package is made up of the following components.

The D front-end for GCC:
 - d/*

Copyright (C) 2004-2007 David Friedman
Modified by Vincenzo Ampolo, Michael Parrot, Iain Buclaw, (C) 2009, 2010

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

On Debian GNU/Linux systems, the complete text of the GNU General
Public License is in `/usr/share/common-licenses/GPL', version 2 of this
license in `/usr/share/common-licenses/GPL-2'.


The DMD Compiler implementation of the D programming language:
 - d/dmd/*

Copyright (c) 1999-2010 by Digital Mars
All Rights Reserved
written by Walter Bright
http://www.digitalmars.com
License for redistribution is by either the Artistic License or
the GNU General Public License (v1).

On Debian GNU/Linux systems, the complete text of the GNU General
Public License is in `/usr/share/common-licenses/GPL', the Artistic
license in `/usr/share/common-licenses/Artistic'.


The Zlib data compression library:
 - d/phobos/etc/c/zlib/*

 (C) 1995-2004 Jean-loup Gailly and Mark Adler

  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising from the use of this software.

  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not
     claim that you wrote the original software. If you use this software
     in a product, an acknowledgment in the product documentation would be
     appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be
     misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.


The Phobos standard runtime library:
 - d/phobos/*

Unless otherwise marked within the file, each file in the source
is under the following licenses:

Copyright (C) 2004-2005 by Digital Mars, www.digitalmars.com
Written by Walter Bright

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, in both source and binary form, subject to the following
restrictions:

 o  The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 o  Altered source versions must be plainly marked as such, and must not
    be misrepresented as being the original software.
 o  This notice may not be removed or altered from any source
    distribution.

By plainly marking modifications, something along the lines of adding to each
file that has been changed a "Modified by Foo Bar" line
underneath the "Written by" line would be adequate.

gcc/m2:
gcc/m2/gm2-libiberty:
gcc/m2/mc-boot/:
gcc/m2/mc-boot-ch/:
Copyright (C) 2001-2019 Free Software Foundation, Inc.
Contributed by Gaius Mulley <gaius@glam.ac.uk>.

This file is part of GNU Modula-2.

GNU Modula-2 is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.

GNU Modula-2 is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

gcc/m2/**/*.texi:
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
2011, 2012, 2012, 2013 Free Software Foundation, Inc.

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.

gcc/m2/gm2-coroutines:
gcc/m2/gm2-libs:
gcc/m2/gm2-libs-min:
gcc/m2/gm2-libs-pim:
gcc/m2/gm2-libs-ch:
Copyright (C) 2002-2019 Free Software Foundation, Inc.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

Under Section 7 of GPL version 3, you are granted additional
permissions described in the GCC Runtime Library Exception, version
3.1, as published by the Free Software Foundation.

gcc/m2/gm2-libs-iso/:
This has a mix of licenses, most as GPL-3+ plus GCC Runtime Library
Exception, version 3.1.

gcc/m2/gm2-libs-iso/*.def:
Library module defined by the International Standard
Information technology - programming languages
BS ISO/IEC 10514-1:1996E Part 1: Modula-2, Base Language.

Copyright ISO/IEC (International Organization for Standardization
and International Electrotechnical Commission) 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010

Copyright (C) 2001-2019 Free Software Foundation, Inc.
mix of GPL-3.0 and LGPL-2.1/3

Copyright (C) 2001-2019 Free Software Foundation, Inc.
mix of GPL-3.0 and LGPL-2.1/3

gcc/m2/examples:
Copyright (C) 2005-2015 Free Software Foundation, Inc.
Mix of LGPL-2.1 and GPL-3.0.

gcc/m2/images:
GPL-3+

gcc/m2/el/gm2-mode.el:
;; Everyone is granted permission to copy, modify and redistribute
;; GNU Emacs, but only under the conditions described in the
;; GNU Emacs General Public License.   A copy of this license is
;; supposed to have been given to you along with GNU Emacs so you
;; can know your rights and responsibilities.  It should be in a
;; file named COPYING.  Among other things, the copyright notice
;; and this notice must be preserved on all copies.

Copyright (C) 2001-2018 Free Software Foundation, Inc.
Contributed by Gaius Mulley <gaius@glam.ac.uk>.
Mix of GPL-3 and LGPL-2.1.

gcc/testsuite/gm2/:
Copyright (C) 2001-2019 Free Software Foundation, Inc.
Mix of GPL-2+ and GPL-3+

libgm2:

libgm2/libiso/:
libgm2/libpim/:
libgm2/liblog/:
libgm2/libcor/:
libgm2/libmin/:
Copyright (C) 2002-2019 Free Software Foundation, Inc.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

Under Section 7 of GPL version 3, you are granted additional
permissions described in the GCC Runtime Library Exception, version
3.1, as published by the Free Software Foundation.

newlib-X.Y.Z/:

Upstream Authors:
newlib@sources.redhat.com
Jeff Johnston <jjohnstn@redhat.com>
Tom Fitzsimmons <fitzsim@redhat.com>

The newlib subdirectory is a collection of software from several sources.
Each file may have its own copyright/license that is embedded in the source 
file.

This list documents those licenses which are more restrictive than
a BSD-like license or require the copyright notice
to be duplicated in documentation and/or other materials associated with
the distribution.  Certain licenses documented here only apply to
specific targets.  Certain clauses only apply if you are building the
code as part of your binary.

Note that this list may omit certain licenses that
only pertain to the copying/modifying of the individual source code. 
If you are distributing the source code, then you do not need to
worry about these omitted licenses, so long as you do not modify the
copyright information already in place.

Parts of this work are licensed under the terms of the GNU General
Public License. On Debian systems, the complete text of this license
can be found in /usr/share/common-licenses/GPL.

Parts of this work are licensed under the terms of the GNU Library
General Public License. On Debian systems, the complete text of this
license be found in /usr/share/common-licenses/LGPL.

(1) University of California, Berkeley

[1a]

Copyright (c) 1990 The Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that the above copyright notice and this paragraph are
duplicated in all such forms and that any documentation,
and other materials related to such distribution and use 
acknowledge that the software was developed
by the University of California, Berkeley.  The name of the
University may not be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

[1b]

Copyright (c) 1990 The Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that the above copyright notice and this paragraph are
duplicated in all such forms and that any documentation,
advertising materials, and other materials related to such
distribution and use acknowledge that the software was developed
by the University of California, Berkeley.  The name of the
University may not be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

[1c]

Copyright (c) 1981, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 
The Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
   must display the following acknowledgement:
     This product includes software developed by the University of
     California, Berkeley and its contributors.
4. Neither the name of the University nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

[1d]

Copyright (c) 1988, 1990, 1993 Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. Neither the name of the University nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

[1e]

Copyright (c) 1982, 1986, 1989, 1991, 1993, 1994
The Regents of the University of California.  All rights reserved.
(c) UNIX System Laboratories, Inc.
All or some portions of this file are derived from material licensed
to the University of California by American Telephone and Telegraph
Co. or Unix System Laboratories, Inc. and are reproduced herein with
the permission of UNIX System Laboratories, Inc.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
   must display the following acknowledgement:
     This product includes software developed by the University of
     California, Berkeley and its contributors.
4. Neither the name of the University nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

[1f]

Copyright (c) 1987, 1988, 2000 Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that: (1) source distributions retain this entire copyright
notice and comment, and (2) distributions including binaries display
the following acknowledgement:  ``This product includes software
developed by the University of California, Berkeley and its contributors''
in the documentation or other materials provided with the distribution
and in all advertising materials mentioning features or use of this
software. Neither the name of the University nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

-------------------------------------------------------------
 Please note that in some of the above alternate licenses, there is a
 statement regarding that acknowledgement must be made in any
 advertising materials for products using the code.  This restriction
 no longer applies due to the following license change:

  ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

 In some cases the defunct clause has been removed in modified newlib code and
 in some cases, the clause has been left as-is.
-------------------------------------------------------------

(2) Cygwin (cygwin targets only)

Copyright 2001 Red Hat, Inc.

This software is a copyrighted work licensed under the terms of the
Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
details.

(3) David M. Gay at AT&T

The author of this software is David M. Gay.

Copyright (c) 1991 by AT&T.

Permission to use, copy, modify, and distribute this software for any
purpose without fee is hereby granted, provided that this entire notice
is included in all copies of any software which is or includes a copy
or modification of this software and in all copies of the supporting
documentation for such software.

THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR AT&T MAKES ANY
REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.

(4) Advanced Micro Devices

Copyright 1989, 1990 Advanced Micro Devices, Inc.

This software is the property of Advanced Micro Devices, Inc  (AMD)  which
specifically  grants the user the right to modify, use and distribute this
software provided this notice is not removed or altered.  All other rights
are reserved by AMD.

AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS
SOFTWARE.  IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL
DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR
USE OF THIS SOFTWARE.

So that all may benefit from your experience, please report  any  problems
or  suggestions about this software to the 29K Technical Support Center at
800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131  in  the  UK,  or
0031-11-1129 in Japan, toll free.  The direct dial number is 512-462-4118.

Advanced Micro Devices, Inc.
29K Support Products
Mail Stop 573
5900 E. Ben White Blvd.
Austin, TX 78741
800-292-9263

(5) C.W. Sandmann

Copyright (C) 1993 C.W. Sandmann

This file may be freely distributed as long as the author's name remains.

(6) Eric Backus

(C) Copyright 1992 Eric Backus

This software may be used freely so long as this copyright notice is
left intact.  There is no warrantee on this software.

(7) Sun Microsystems

Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.

Developed at SunPro, a Sun Microsystems, Inc. business.
Permission to use, copy, modify, and distribute this
software is freely granted, provided that this notice 
is preserved.

(8) Hewlett Packard

(c) Copyright 1986 HEWLETT-PACKARD COMPANY

To anyone who acknowledges that this file is provided "AS IS"
without any express or implied warranty:
    permission to use, copy, modify, and distribute this file
for any purpose is hereby granted without fee, provided that
the above copyright notice and this notice appears in all
copies, and that the name of Hewlett-Packard Company not be
used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.
Hewlett-Packard Company makes no representations about the
suitability of this software for any purpose.

(9) Hans-Peter Nilsson

Copyright (C) 2001 Hans-Peter Nilsson

Permission to use, copy, modify, and distribute this software is
freely granted, provided that the above copyright notice, this notice
and the following disclaimer are preserved with no changes.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.

(10) Stephane Carrez (m68hc11-elf/m68hc12-elf targets only)

Copyright (C) 1999, 2000, 2001, 2002 Stephane Carrez (stcarrez@nerim.fr)

The authors hereby grant permission to use, copy, modify, distribute,
and license this software and its documentation for any purpose, provided
that existing copyright notices are retained in all copies and that this
notice is included verbatim in any distributions. No written agreement,
license, or royalty fee is required for any of the authorized uses.
Modifications to this software may be copyrighted by their authors
and need not follow the licensing terms described here, provided that
the new terms are clearly indicated on the first page of each file where
they apply.

(11) Christopher G. Demetriou

Copyright (c) 2001 Christopher G. Demetriou
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
   derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

(12) SuperH, Inc.

Copyright 2002 SuperH, Inc. All rights reserved

This software is the property of SuperH, Inc (SuperH) which specifically
grants the user the right to modify, use and distribute this software
provided this notice is not removed or altered.  All other rights are
reserved by SuperH.

SUPERH MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO
THIS SOFTWARE.  IN NO EVENT SHALL SUPERH BE LIABLE FOR INDIRECT, SPECIAL, 
INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING FROM
THE FURNISHING, PERFORMANCE, OR USE OF THIS SOFTWARE.

So that all may benefit from your experience, please report any problems
or suggestions about this software to the SuperH Support Center via
e-mail at softwaresupport@superh.com .

SuperH, Inc.
405 River Oaks Parkway
San Jose
CA 95134
USA

(13) Royal Institute of Technology

Copyright (c) 1999 Kungliga Tekniska Hgskolan
(Royal Institute of Technology, Stockholm, Sweden).
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

3. Neither the name of KTH nor the names of its contributors may be
   used to endorse or promote products derived from this software without
   specific prior written permission.

THIS SOFTWARE IS PROVIDED BY KTH AND ITS CONTRIBUTORS ``AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KTH OR ITS CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

(14) Alexey Zelkin

Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(15) Andrey A. Chernov

Copyright (C) 1997 by Andrey A. Chernov, Moscow, Russia.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(16) FreeBSD

Copyright (c) 1997-2002 FreeBSD Project.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(17) S. L. Moshier

Author:  S. L. Moshier.

Copyright (c) 1984,2000 S.L. Moshier

Permission to use, copy, modify, and distribute this software for any
purpose without fee is hereby granted, provided that this entire notice
is included in all copies of any software which is or includes a copy
or modification of this software and in all copies of the supporting
documentation for such software.

THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
WARRANTY.  IN PARTICULAR,  THE AUTHOR MAKES NO REPRESENTATION
OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS
SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.

(18) Citrus Project

Copyright (c)1999 Citrus Project,
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(19) Todd C. Miller

Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
   derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

(20) DJ Delorie (i386) 

Copyright (C) 1991 DJ Delorie
All rights reserved.

Redistribution and use in source and binary forms is permitted
provided that the above copyright notice and following paragraph are
duplicated in all such forms.

This file is distributed WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

(21) Free Software Foundation LGPL License (*-linux* targets only)

   Copyright (C) 1990-1999, 2000, 2001 
   Free Software Foundation, Inc.
   This file is part of the GNU C Library.
   Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with the GNU C Library; if not, write to the Free
   Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   02110-1301 USA

(22) Xavier Leroy LGPL License (i[3456]86-*-linux* targets only)

Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@inria.fr)

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
                                                     
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Library General Public License for more details.

(23) Intel (i960)

Copyright (c) 1993 Intel Corporation

Intel hereby grants you permission to copy, modify, and distribute this
software and its documentation.  Intel grants this permission provided
that the above copyright notice appears in all copies and that both the
copyright notice and this permission notice appear in supporting
documentation.  In addition, Intel grants this permission provided that
you prominently mark as "not part of the original" any modifications
made to this software or documentation, and that the name of Intel
Corporation not be used in advertising or publicity pertaining to
distribution of the software or the documentation without specific,
written prior permission.

Intel Corporation provides this AS IS, WITHOUT ANY WARRANTY, EXPRESS OR
IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY
OR FITNESS FOR A PARTICULAR PURPOSE.  Intel makes no guarantee or
representations regarding the use of, or the results of the use of,
the software and documentation in terms of correctness, accuracy,
reliability, currentness, or otherwise; and you rely on the software,
documentation and results solely at your own risk.

IN NO EVENT SHALL INTEL BE LIABLE FOR ANY LOSS OF USE, LOSS OF BUSINESS,
LOSS OF PROFITS, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES
OF ANY KIND.  IN NO EVENT SHALL INTEL'S TOTAL LIABILITY EXCEED THE SUM
PAID TO INTEL FOR THE PRODUCT LICENSED HEREUNDER.

(24) Hewlett-Packard  (hppa targets only)

(c) Copyright 1986 HEWLETT-PACKARD COMPANY

To anyone who acknowledges that this file is provided "AS IS"
without any express or implied warranty:
    permission to use, copy, modify, and distribute this file
for any purpose is hereby granted without fee, provided that
the above copyright notice and this notice appears in all
copies, and that the name of Hewlett-Packard Company not be
used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.
Hewlett-Packard Company makes no representations about the
suitability of this software for any purpose.

(25) Henry Spencer (only *-linux targets)

Copyright 1992, 1993, 1994 Henry Spencer.  All rights reserved.
This software is not subject to any license of the American Telephone
and Telegraph Company or of the Regents of the University of California.

Permission is granted to anyone to use this software for any purpose on
any computer system, and to alter it and redistribute it, subject
to the following restrictions:

1. The author is not responsible for the consequences of use of this
   software, no matter how awful, even if they arise from flaws in it.

2. The origin of this software must not be misrepresented, either by
   explicit claim or by omission.  Since few users ever read sources,
   credits must appear in the documentation.

3. Altered versions must be plainly marked as such, and must not be
   misrepresented as being the original software.  Since few users
   ever read sources, credits must appear in the documentation.

4. This notice may not be removed or altered.

(26) Mike Barcroft

Copyright (c) 2001 Mike Barcroft <mike@FreeBSD.org>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(27) Konstantin Chuguev (--enable-newlib-iconv)

Copyright (c) 1999, 2000
   Konstantin Chuguev.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

   iconv (Charset Conversion Library) v2.0

(27) Artem Bityuckiy (--enable-newlib-iconv)

Copyright (c) 2003, Artem B. Bityuckiy, SoftMine Corporation.
Rights transferred to Franklin Electronic Publishers.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

(28) Red Hat Incorporated

Unless otherwise stated in each remaining newlib file, the remaining
files in the newlib subdirectory default to the following copyright.
It should be noted that Red Hat Incorporated now owns copyrights
belonging to Cygnus Solutions and Cygnus Support.

Copyright (c) 1994, 1997, 2001, 2002, 2003, 2004 Red Hat Incorporated.
All rights reserved.

Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met: 

    Redistributions of source code must retain the above copyright 
    notice, this list of conditions and the following disclaimer.

    Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.

    The name of Red Hat Incorporated may not be used to endorse 
    or promote products derived from this software without specific 
    prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED.  IN NO EVENT SHALL RED HAT INCORPORATED BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 


contrib/unicode:

﻿UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE

    Unicode Data Files include all data files under the directories
http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
http://www.unicode.org/cldr/data/. Unicode Data Files do not include PDF
online code charts under the directory http://www.unicode.org/Public/.
Software includes any source code published in the Unicode Standard or under
the directories http://www.unicode.org/Public/,
http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/.

    NOTICE TO USER: Carefully read the following legal agreement. BY
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES
("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND
AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF
YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA
FILES OR SOFTWARE.

    COPYRIGHT AND PERMISSION NOTICE

    Copyright © 1991-2013 Unicode, Inc. All rights reserved. Distributed under
the Terms of Use in http://www.unicode.org/copyright.html.

    Permission is hereby granted, free of charge, to any person obtaining a
copy of the Unicode data files and any associated documentation (the "Data
Files") or Unicode software and any associated documentation (the "Software")
to deal in the Data Files or Software without restriction, including without
limitation the rights to use, copy, modify, merge, publish, distribute, and/or
sell copies of the Data Files or Software, and to permit persons to whom the
Data Files or Software are furnished to do so, provided that (a) the above
copyright notice(s) and this permission notice appear with all copies of the
Data Files or Software, (b) both the above copyright notice(s) and this
permission notice appear in associated documentation, and (c) there is clear
notice in each modified Data File or in the Software as well as in the
documentation associated with the Data File(s) or Software that the data or
software has been modified.

    THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD
PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE
DATA FILES OR SOFTWARE.

    Except as contained in this notice, the name of a copyright holder shall
not be used in advertising or otherwise to promote the sale, use or other
dealings in these Data Files or Software without prior written authorization
of the copyright holder.

contrib/unicode/from_glibc:

# Copyright (C) 2014-2019 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
#
# The GNU C Library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# The GNU C Library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with the GNU C Library; if not, see
# <https://www.gnu.org/licenses/>.



==========================================================================
Package: libsvtav1enc1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: SVT-AV1
Source: https://gitlab.com/AOMediaCodec/SVT-AV1/
License: BSD-3-Clause-Clear
Files-Excluded: third_party/googletest
Comment:
 In addition to the copyright license, SVT-AV1 contains the following patent
 license:
 .
 Alliance for Open Media Patent License 1.0
 .
 1. License Terms.
 .
 1.1. Patent License. Subject to the terms and conditions of this License, each
      Licensor, on behalf of itself and successors in interest and assigns,
      grants Licensee a non-sublicensable, perpetual, worldwide, non-exclusive,
      no-charge, royalty-free, irrevocable (except as expressly stated in this
      License) patent license to its Necessary Claims to make, use, sell, offer
      for sale, import or distribute any Implementation.
 .
 1.2. Conditions.
 .
 1.2.1. Availability. As a condition to the grant of rights to Licensee to make,
        sell, offer for sale, import or distribute an Implementation under
        Section 1.1, Licensee must make its Necessary Claims available under
        this License, and must reproduce this License with any Implementation
        as follows:
 .
        a. For distribution in source code, by including this License in the
           root directory of the source code with its Implementation.
 .
        b. For distribution in any other form (including binary, object form,
           and/or hardware description code (e.g., HDL, RTL, Gate Level Netlist,
           GDSII, etc.)), by including this License in the documentation, legal
           notices, and/or other written materials provided with the
           Implementation.
 .
 1.2.2. Additional Conditions. This license is directly from Licensor to
        Licensee.  Licensee acknowledges as a condition of benefiting from it
        that no rights from Licensor are received from suppliers, distributors,
        or otherwise in connection with this License.
 .
 1.3. Defensive Termination. If any Licensee, its Affiliates, or its agents
      initiates patent litigation or files, maintains, or voluntarily
      participates in a lawsuit against another entity or any person asserting
      that any Implementation infringes Necessary Claims, any patent licenses
      granted under this License directly to the Licensee are immediately
      terminated as of the date of the initiation of action unless 1) that suit
      was in response to a corresponding suit regarding an Implementation first
      brought against an initiating entity, or 2) that suit was brought to
      enforce the terms of this License (including intervention in a third-party
      action by a Licensee).
 .
 1.4. Disclaimers. The Reference Implementation and Specification are provided
      "AS IS" and without warranty. The entire risk as to implementing or
      otherwise using the Reference Implementation or Specification is assumed
      by the implementer and user. Licensor expressly disclaims any warranties
      (express, implied, or otherwise), including implied warranties of
      merchantability, non-infringement, fitness for a particular purpose, or
      title, related to the material. IN NO EVENT WILL LICENSOR BE LIABLE TO
      ANY OTHER PARTY FOR LOST PROFITS OR ANY FORM OF INDIRECT, SPECIAL,
      INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER FROM ANY CAUSES OF
      ACTION OF ANY KIND WITH RESPECT TO THIS LICENSE, WHETHER BASED ON BREACH
      OF CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE, AND WHETHER OR
      NOT THE OTHER PARTRY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .
 2. Definitions.
 .
 2.1. Affiliate.  "Affiliate" means an entity that directly or indirectly
      Controls, is Controlled by, or is under common Control of that party.
 .
 2.2. Control. "Control" means direct or indirect control of more than 50% of
      the voting power to elect directors of that corporation, or for any other
      entity, the power to direct management of such entity.
 .
 2.3. Decoder.  "Decoder" means any decoder that conforms fully with all
      non-optional portions of the Specification.
 .
 2.4. Encoder.  "Encoder" means any encoder that produces a bitstream that can
      be decoded by a Decoder only to the extent it produces such a bitstream.
 .
 2.5. Final Deliverable.  "Final Deliverable" means the final version of a
      deliverable approved by the Alliance for Open Media as a Final
      Deliverable.
 .
 2.6. Implementation.  "Implementation" means any implementation, including the
      Reference Implementation, that is an Encoder and/or a Decoder. An
      Implementation also includes components of an Implementation only to the
      extent they are used as part of an Implementation.
 .
 2.7. License. "License" means this license.
 .
 2.8. Licensee. "Licensee" means any person or entity who exercises patent
      rights granted under this License.
 .
 2.9. Licensor.  "Licensor" means (i) any Licensee that makes, sells, offers
      for sale, imports or distributes any Implementation, or (ii) a person
      or entity that has a licensing obligation to the Implementation as a
      result of its membership and/or participation in the Alliance for Open
      Media working group that developed the Specification.
 .
 2.10. Necessary Claims.  "Necessary Claims" means all claims of patents or
       patent applications, (a) that currently or at any time in the future,
       are owned or controlled by the Licensor, and (b) (i) would be an
       Essential Claim as defined by the W3C Policy as of February 5, 2004
       (https://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential)
       as if the Specification was a W3C Recommendation; or (ii) are infringed
       by the Reference Implementation.
 .
 2.11. Reference Implementation. "Reference Implementation" means an Encoder
       and/or Decoder released by the Alliance for Open Media as a Final
       Deliverable.
 .
 2.12. Specification. "Specification" means the specification designated by
       the Alliance for Open Media as a Final Deliverable for which this
       License was issued.

Files: *
Copyright: 2016-2021 Alliance for Open Media
           2018-2022 Intel Corporation
           2020 Tencent Corporation
           2019 Netflix, Inc.
License: BSD-3-Clause-Clear

Files: gstreamer-plugin/gstsvtav1enc.*
Copyright: 2019-2022 Intel Corporation
License: LGPL-2.1+

Files: Source/Lib/Common/ASM_SSE2/x86inc.asm
Copyright: 2005-2016 x264 project
License: ISC

Files: Source/Lib/Encoder/Codec/vector.*
Copyright: 2016 Peter Goldsborough
License: Expat

Files: third_party/cpuinfo/*
Copyright: 2019 Google LLC
           2017-2018 Facebook Inc.
           2012-2017 Georgia Institute of Technology
           2010-2018 Marat Dukhan
License: BSD-2-clause

Files: third_party/fastfeat/*
Copyright: 2006-2008 Edward Rosten (https://github.com/edrosten/fast-C-src)
License: BSD-3-clause

Files: third_party/safestringlib/*
Copyright: 2007-2013 by Cisco Systems, Inc
           2014-2018 Intel Corporation
License: Expat

Files: debian/*
Copyright: 2021-2022 Collabora, Ltd.
License: BSD-2-clause

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
    Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
    Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and\/or other materials provided with the
    distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: LGPL-2.1+
 This program is free software: you can redistribute it and/or modify it
 under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation version 2.1 of the License, or (at your
 option) any later version.  This program is distributed in the hope that
 it will be useful, but WITHOUT ANY WARRANTY; without even the implied
 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 .
 On Debian systems you can find the full text of the GNU Lesser General
 Public License version 2.1 license at /usr/share/common-licenses/LGPL-2.1.

License: ISC
 Permission to use, copy, modify, and distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and\/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
    Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
    Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and\/or other materials provided with the
    distribution.
 .
    Neither the name of the <ORGANIZATION> nor the names of its
    contributors may be used to endorse or promote products derived
    from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-3-Clause-Clear
 Redistribution and use in source and binary forms, with or without
 modification, are permitted (subject to the limitations in the disclaimer
 below) provided that the following conditions are met:
 .
  1. Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.
 .
  2. Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in
     the documentation and/or other materials provided with the distribution.
 .
  3. Neither the name of the Alliance for Open Media nor the names of its
     contributors may be used to endorse or promote products derived from
     this software without specific prior written permission.
 .
 NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY THIS LICENSE.
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
 THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: libswresample-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FFmpeg
Upstream-Contact: ffmpeg-devel@ffmpeg.org
Source: https://ffmpeg.org
Comment:
 Most files in FFmpeg are licensed under the GNU Lesser General Public License
 version 2.1 or later (LGPL v2.1+), but some optional parts of FFmpeg are
 licensed under the GNU General Public License version 2 or later (GPL v2+)
 and a few have different, but compatible licenses.
 .
 For building the default Debian packages some of the GPL licensed files are used,
 so the resulting binaries are licensed under GPL v2+.
 For libavcodec/libavfilter an extra flavor is built, which links against external
 libraries licensed under the Apache License 2.0, which makes it effectively licensed
 under the GPL v3+
 The HTML documentation /usr/share/doc/ffmpeg/manual/*.html in the ffmpeg-doc
 package is effectively licensed under GPL-3+, because during its creation
 the GPL-3+ licensed file doc/t2h.pm is used.
 .
 FFmpeg can also be combined with non-free libraries, which would make the
 resulting binaries unredistributable.
 But this is not done for the Debian packages.

Files: *
Copyright:
  Christian Holschuh
  Sebastien Bechet <s.bechet@av7.net>
  1990, James Ashton - Sydney University
  1993, Computer Science, Speech Group
  1994-2012, the Xiph.Org Foundation and contributors
  1997-1999, H. Dietz
  1997-1999, R. Fisher
  1998-2009, Conifer Software
  1999, Nick Bailey
  1999, Roger Hardiman
  1999-2000, Sebastien Rougeaux <sebastien.rougeaux@anu.edu.au>
  1999-2001, Chris Bagwell <cbagwell@sprynet.com>
  1999-2013, Intel Corporation
  2000, Chris Ausbrooks <weed@bucket.pp.ualr.edu>
  2000, Fabien COELHO <fabien@coelho.net>
  2000, John Walker
  2000-2001, Michel Lespinasse <walken@zoy.org>
  2000-2001, Peter Gubanov <peter@elecard.net.ru>
  2000-2003, Nick Kurshev <nickols_k@mail.ru>
  2000-2010, Fabrice Bellard
  2001, Dan Dennedy <dan@dennedy.org>
  2001, Heikki Leinonen
  2001, Juan J. Sierralta P
  2001, Lionel Ulmer
  2001, Tim Ferguson
  2001-2003, BERO <bero@geocities.co.jp>
  2001-2006, Daniel Maas <dmaas@dcine.com> <dmaas@maasdigital.com>
  2001-2010, Krzysztof Foltman, Markus Schmidt, Thor Harald Johansen, Damien Zammit, Vladimir Sadovnikov and others
  2001-2018, Michael Niedermayer <michaelni@gmx.at>
  2001-2019, Peter Ross <pross@xvid.org>
  2001-2019, The FFmpeg project
  2002, Anders Johansson <ajh@atri.curtin.edu.au>
  2002, Brian Foley
  2002, Daniel Pouzzner
  2002, Dieter Shirley
  2002, Falk Hueffner <falk@debian.org>
  2002, Frederic 'dilb' Boulay <dilb@handhelds.org>
  2002, Gunnar Monell <gmo@linux.nu>
  2002, Laszlo Torok <torokl@alpha.dfmk.hu>
  2002, Lennert Buytenhek <buytenh@gnu.org>
  2002, Mark Hills <mark@pogo.org.uk>
  2002, Remi Guyomarch <rguyom@pobox.com>
  2002, Steve O'Hara-Smith
  2002, The Xine project
  2002, Zdenek Kabelac <kabi@informatics.muni.cz>
  2002-2005, Francois Revol <revol@free.fr>
  2002-2005, Roberto Togni
  2002-2006, Alex Beregszaszi
  2002-2013, Maxim Polia/kovski
  2003, Donnie Smith
  2003, Dr. Tim Ferguson
  2003, Ewald Snel
  2003, Gustavo Sverzut Barbieri <gsbarbieri@yahoo.com.br>
  2003, James Klicman <james@klicman.org>
  2003, Max Krasnyansky <maxk@qualcomm.com>
  2003, Rich Felker
  2003, Thomas Raivio
  2003, Tinic Uro
  2003-2004, Romain Dolbeau <romain@dolbeau.org>
  2003-2005, Christopher R. Hertel <crh@ubiqx.mn.org>
  2003-2006, Roman Shaposhnik
  2003-2007, Michel Bardiaux <mbardiaux@mediaxim.be>
  2003-2007, Mike Melanson <melanson@pcisys.net>
  2003-2011, Sascha Sommer <saschasommer@freenet.de>
  2003-2014, Loren Merritt <lorenm@u.washington.edu>
  2003-2014, Pascal Massimino <skal@planet-d.net> <pascal.massimino@gmail.com>
  2003-2017, Ivan Kalvachev
  2003-2018, x264 project
  2004, AGAWA Koji <i@atty.jp>
  2004, Adam Thayer <krevnik@comcast.net>
  2004, Gildas Bazin <gbazin@videolan.org>
  2004, Maarten Daniels
  2004-2005, Denes Balatoni <dbalatoni@programozo.hu>
  2004-2005, Henryk Ploetz <henryk@ploetzli.ch>
  2004-2006, Lennart Poettering
  2004-2007, Benjamin Zores <ben@geexbox.org>
  2004-2007, Eric Lasota
  2004-2007, Marc Hoffman <marc.hoffman@analog.com>
  2004-2010, Marcel Holtmann <marcel@holtmann.org>
  2004-2014, Konstantin Shishkov <kostya.shishkov@gmail.com>
  2005, Alban Bedel <albeu@free.fr>
  2005, Anonymous
  2005, David Hammerton
  2005, DivX, Inc
  2005, Jeff Muizelaar
  2005, Matthieu CASTET
  2005, Neal Symms <tivo@freakinzoo.com>
  2005, Ole André Vadla Ravnås <oleavr@gmail.com>
  2005, Roine Gustafsson
  2005, Steve Underwood <steveu@coppice.org>
  2005, Vidar Madsen
  2005, Wim Taymans
  2005, Zoltan Hidvegi <hzoli@hzoli.com>
  2005-2006, Brad Midgley <bmidgley@xmission.com>
  2005-2006, Oded Shimon <ods15@ods15.dyndns.org>
  2005-2006, Robert Edele <yartrebo@earthlink.net>
  2005-2007, Wolfram Gloger
  2005-2008, Ian Caulfield
  2005-2011, Benjamin Larsson
  2005-2012, Måns Rullgård <mans@mansr.com>
  2005-2012, VLC authors and VideoLAN
  2005-2013, Diego Biurrun <diego@biurrun.de>
  2005-2015, Luca Barbato <lu_zero@gentoo.org>
  2005-2016, Reimar Döffinger <Reimar.Doeffinger@gmx.de>
  2006, Corey Hickey
  2006, Cyril Zorin
  2006, Guillaume Poirier <gpoirier@mplayerhq.hu>
  2006, Industrial Light & Magic, a division of Lucas Digital Ltd. LLC
  2006, John Maddock
  2006, Kartikey Mahendra BHATT <bhattkm@gmail.com>
  2006, Patrick Guimond
  2006, Paul Richards <paul.richards@gmail.com>
  2006, Thijs Vermeir <thijs.vermeir@barco.com>
  2006-2007, Maxim Gavrilov <maxim.gavrilov@gmail.com>
  2006-2007, Reynaldo H. Verdejo Pinochet
  2006-2007, Ryan Martell <rdm4@martellventures.com>
  2006-2008, Gregory Montoir <cyx@users.sourceforge.net>
  2006-2009, Luca Abeni <lucabe72@email.it>
  2006-2009, Robert Swain <rob@opendot.cl>
  2006-2009, Stefan Gehrer <stefan.gehrer@gmx.de>
  2006-2010, Prakash Punnoor <prakash@punnoor.de>
  2006-2011, Baptiste Coudurier <baptiste.coudurier@free.fr> <baptiste.coudurier@smartjog.com>
  2006-2011, Xvid Solutions GmbH
  2006-2012, Rob Sykes <robs@users.sourceforge.net>
  2006-2013, Justin Ruggles <justin.ruggles@gmail.com>
  2006-2014, Ramiro Polla <ramiro.polla@gmail.com>
  2006-2015, Steve Lhomme
  2006-2017, Aurelien Jacobs <aurel@gnuage.org>
  2007, Alexis Ballier
  2007, Christian Ohm
  2007, Clemens Fruhwirth <clemens@endorphin.org>
  2007, Kamil Nowosad
  2007, Nicholas Tung
  2007, Philippe Kalaf
  2007, Richard Spindler
  2007, Ulion
  2007-2008, Ivo van Poorten
  2007-2008, Joseph Artsimovich <jart@users.sourceforge.net>
  2007-2008, Marco Gerards <marco@gnu.org>
  2007-2008, Siarhei Siamashka <ssvb@users.sourceforge.net>
  2007-2008, UAB "DKD
  2007-2009, Bartlomiej Wolowiec <bartek.wolowiec@gmail.com>
  2007-2009, Björn Axelsson
  2007-2010, Bobby Bingham
  2007-2010, David Conrad <lessen42@gmail.com>
  2007-2010, Nokia Corporation
  2007-2011, Vitor Sessak <vitor1001@gmail.com>
  2007-2011, Vladimir Voroshilov
  2007-2013, Anssi Hannula <anssi.hannula@gmail.com> <anssi.hannula@iki.fi>
  2007-2013, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2007-2014, Benoit Fouet <benoit.fouet@free.fr>
  2007-2015, Christophe GISQUET <christophe.gisquet@free.fr> <word1.word2@gmail.com> <christophe.gisquet@gmail.com>
  2007-2015, Collabora Ltd
  2007-2015, Edward Hervey
  2007-2016, David Robillard
  2007-2016,2020, Nicolas George <nicolas.george@normalesup.org>
  2007-2018, Ronald S. Bultje <rsbultje@gmail.com>
  2008, Affine Systems, Inc (Michael Sullivan, Bobby Impollonia)
  2008, Alessandro Sappia
  2008, BBC, Anuradha Suraparaju <asuraparaju@gmail.com>
  2008, NVIDIA
  2008, Robert Marston
  2008, Sisir Koppaka
  2008, Victor Paesa
  2008, vmrsss
  2008-2009, Andrej Stepanchuk
  2008-2009, Jaikrishnan Menon <realityman@gmx.net>
  2008-2009, Splitted-Desktop Systems
  2008-2010, Alexander Strange <astrange@ithinksw.com>
  2008-2010, Eli Friedman <eli.friedman@gmail.com>
  2008-2010, Paul Kendall <paul@kcbbs.gen.nz>
  2008-2011, Zhentan Feng <spyfeng@gmail.com>
  2008-2012, Alexander E. Patrakov
  2008-2012, Laurent Aimar <fenrir@videolan.org>
  2008-2013, Alex Converse <alex.converse@gmail.com>
  2009, Colin McQuillan
  2009, Dylan Yudaken
  2009, Giliard B. de Freitas <giliarde@gmail.com>
  2009, Jimmy Christensen
  2009, Joshua Warner
  2009, Kenan Gillet
  2009, Michael Tison
  2009, Naotoshi Nojiri
  2009, Nicolas Martin <martinic@iro.umontreal.ca>
  2009, Peter Holik
  2009, Samalyse
  2009, Sebastien Lucas <sebastien.lucas@gmail.com>
  2009, Stephen Backway
  2009, Thomas P. Higdon <thomas.p.higdon@gmail.com>
  2009, Tobias Bindhammer
  2009, Toshimitsu Kimura
  2009, Xuggle Incorporated
  2009, Zuxy Meng <zuxy.meng@gmail.com>
  2009-2010, Fiona Glaser <fiona@x264.com>
  2009-2010, Howard Chu
  2009-2011, Sebastian Gesemann
  2009-2012, Nathan Caldwell <saintdev@gmail.com>
  2009-2013, Christian Schmidt
  2009-2013, Daniel Verkamp <daniel@drv.nu>
  2009-2015, James Darnley <james.darnley@gmail.com>
  2009-2016, Thilo Borgmann <thilo.borgmann@mail.de>
  2009-2018, Kostya Shishkov
  2009-2020, Martin Storsjo
  2010, Adrian Daerr
  2010, Amanda, Y.N. Wu <amanda11192003@gmail.com>
  2010, Andrzej Szombierski
  2010, Brandon Mintern
  2010, Daniel G. Taylor <dan@programmer-art.org>
  2010, Francesco Lavra <francescolavra@interfree.it>
  2010, Hans de Goede <hdegoede@redhat.com>
  2010, Holger Lubitz
  2010, Jacob Meuser
  2010, Josh Allmann
  2010, Marcelo Galvao Povoa
  2010, Mark Heath <mjpeg0@silicontrip.org>
  2010, Mark Nauwelaerts
  2010, Michael Chinen
  2010, Michele Orrù
  2010, Mohamed Naufal Basheer <naufal11@gmail.com>
  2010, Nolan Lum <nol888@gmail.com>
  2010, Rob Clark <rob@ti.com>
  2010, Romain Degez
  2010, S.N. Hemanth Meenakshisundaram <smeenaks@ucsd.edu>
  2010, Sebastian Vater <cdgs.basty@googlemail.com>
  2010-2011, Anatoly Nenashev
  2010-2011, Elvis Presley
  2010-2012, Rafaël Carré <funman@videolan.org>
  2010-2013, Georg Martius <georg.martius@web.de>
  2010-2013, Rémi Denis-Courmont
  2010-2015, Carl Eugen Hoyos
  2010-2015, Janne Grunau <janne-libav@jannau.net>
  2010-2017, Anton Khirnov <anton@khirnov.net>
  2010-2017, Google, Inc
  2010-2017, Tomas Härdin
  2010-2018, Philip Langdale <ffmpeg.philipl@overt.org> <philipl@overt.org>
  2011, Anatoliy Wasserman
  2011, Andreas Öman
  2011, Jordi Ortiz
  2011, Juan Carlos Rodriguez <ing.juancarlosrodriguez@hotmail.com>
  2011-2017, KO Myung-Hun <komh@chollian.net>
  2011, Matthew Hoops <clone2727@gmail.com>
  2011, Max Horn
  2011, Michael Karcher
  2011, Mina Nagy Zaki
  2011, Miroslav Slugeň <Thunder.m@seznam.cz>
  2011, MirriAd Ltd
  2011, Oskar Arvidsson
  2011, Roger Pau Monné <roger.pau@entel.upc.edu>
  2011, Sven Hesse <drmccoy@drmccoy.de>
  2011, Thomas Kuehnel
  2011-2012, Hyllian/Jararaca <sergiogdb@gmail.com>
  2011-2012, Mark Himsley
  2011-2012, Mashiat Sarker Shakkhar
  2011-2012, Michael Bradshaw <mjbshaw@gmail.com>
  2011-2012, Smartjog S.A.S, Clément Bœsch <clement.boesch@smartjog.com>
  2011-2013, Daniel Kang <daniel.d.kang@gmail.com>
  2011-2015,2019, Derek Buitenhuis
  2011-2016, Kieran Kunhya <kieran@kunhya.com>
  2011-2018, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2011-2020, Paul B Mahol
  2012, Aleksi Nurmi
  2012, Andrew D'Addesio
  2012, Antti Seppälä
  2012, AvxSynth Team
  2012, British Broadcasting Corporation
  2012, David Kment
  2012, Jeremy Tran
  2012, Krzysztof Klinikowski
  2012, Laurent de Soras
  2012, Pavel Koshevoy <pkoshevoy@gmail.com>
  2012, Petri Hintukainen <phintuka@users.sourceforge.net>
  2012, Robert Nagy <ronag89@gmail.com>
  2012, Samuel Pitoiset
  2012, Sebastien Zwickert
  2012, Steven Robertson
  2012, Youness Alaoui <kakaroto@kakaroto.homelinux.net>
  2012, Vitaliy E Sugrobov
  2012-2013, Andrey Utkin <andrey.krieger.utkin@gmail.com>
  2012-2013, Aneesh Dogra (lionaneesh) <lionaneesh@gmail.com>
  2012-2013, Fredrik Mellbin
  2012-2013, Gildas Cocherel
  2012-2013, Guillaume Martres <smarter@ubuntu.com>
  2012-2013, Mickael Raulet
  2012-2013, Oka Motofumi <chikuzen.mo@gmail.com>
  2012-2013, Rudolf Polzer <divverent@xonotic.org>
  2012-2013, Wassim Hamidouche
  2012-2014, Georg Lippitsch <georg.lippitsch@gmx.at>
  2012-2015, Christophe Gisquet <christophe.gisquet@gmail.com>
  2012-2019, James Almer <jamrial@gmail.com>
  2012-2019, Jan Ekström
  2013, Anand Meher Kotra
  2013, Ash Hughes
  2013, Darryl Wallace <wallacdj@gmail.com>
  2013, Dirk Farin <dirk.farin@gmail.com>
  2013, Jeff Moguillansky
  2013, Lenny Wang <lwanghpc@gmail.com>
  2013, MIPS Technologies, Inc., California
  2013, Matthew Heaney
  2013, Rl, Aetey Global Technologies AB
  2013, Vadim Kalinsky <vadim@kalinsky.ru>
  2013, VTT
  2013, Wei Gao <weigao@multicorewareinc.com>
  2013, Xiaolei Yu <dreifachstein@gmail.com>
  2013, Yukinori Yamazoe
  2013-2014, Andrew Kelley
  2013-2014, Deti Fliegl
  2013-2014, Lukasz Marek <lukasz.m.luki@gmail.com>
  2013-2014, Mozilla Corporation
  2013-2014, Nicolas Bertrand <nicoinattendu@gmail.com>
  2013-2014, Pierre-Edouard Lepere
  2013-2014, RISC OS Open Ltd <bavison@riscosopen.org>
  2013-2015, Andreas Fuchs
  2013-2015, Seppo Tomperi <seppo.tomperi@vtt.fi>
  2013-2015, Tiancheng "Timothy" Gu <timothygu99@gmail.com>
  2013-2015, Wolfgang Hrauda
  2013-2016, Vittorio Giovara <vittorio.giovara@gmail.com>
  2013-2018, Andreas Unterweger
  2013-2018, Calvin Walton <calvin.walton@kepstin.ca>
  2013-2018,2020, Marton Balint
  2014, Aman Gupta <ffmpeg@tmm1.net>
  2014, Daniel Oberhoff
  2014, Dave Rice @dericed
  2014, Eejya Singh
  2014, James Yu <james.yu@linaro.org>
  2014, Marvin Scholz
  2014, Nicholas Robbins
  2014, Oleksij Rempel <linux@rempel-privat.de>
  2014, Rong Yan
  2014, Samsung Electronics
  2014, StarBrilliant <m13253@hotmail.com>
  2014, Tim Walker <tdskywalker@gmail.com>
  2014-2015, Arwa Arif <arwaarif1994@gmail.com>
  2014-2020, Hendrik Leppkes
  2014-2015, Peter Meerwald <pmeerw@pmeerw.net>
  2014-2015, Supraja Meedinti
  2014-2015, Vignesh Venkatasubramanian
  2014-2016, Muhammad Faiz <mfcc64@gmail.com>
  2014-2016, Neil Birkbeck <birkbeck@google.com>
  2014-2017, Alexandra Hájková
  2014-2018, Thomas Volkert <thomas@homer-conferencing.com>
  2015, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2015, Anshul Maheshwari
  2015, Claudio Freire
  2015, Donny Yang
  2015, Eran Kornblau <erankor@gmail.com>
  2015, Gilles Chanteperdrix <gch@xenomai.org>
  2015, Himangi Saraogi <himangi774@gmail.com>
  2015, Imagination Technologies Ltd
  2015, Kevin Wheatley <kevin.j.wheatley@gmail.com>
  2015, LoRd_MuldeR <mulder2@gmx.de>
  2015, Mats Peterson
  2015, Matthew Waters <matthew@centricular.com>
  2015, Parag Salasakar <Parag.Salasakar@imgtec.com>
  2015, Pedro Arthur <bygrandao@gmail.com>
  2015, Rick Kern <kernrj@gmail.com>
  2015, Roger Pack
  2015, Sebastian Dröge <sebastian@centricular.com>
  2015, Shivraj Patil <Shivraj.Patil@imgtec.com>
  2015, Stupeflix
  2015, Tampere University of Technology
  2015, Tom Butterworth <bangnoise@gmail.com>
  2015, Urvang Joshi
  2015, Vesselin Bontchev
  2015, Zhang Rui <bbcallen@gmail.com>
  2015, Zhang Shuangshuang <zhangshuangshuang@ict.ac.cn>
  2015-2016, Ganesh Ajjanagadde <gajjanaq@gmail.com>
  2015-2016, Kyle Swanson <k@ylo.ph>
  2015-2016, Open Broadcast Systems Ltd
  2015-2016, Timo Rothenpieler <timo@rothenpieler.org>
  2015-2016, Zhou Xiaoyong <zhouxiaoyong@loongson.cn>
  2015-2017, Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com>
  2015-2017, Matthieu Bouron <matthieu.bouron@stupeflix.com>
  2015-2017, Rostislav Pehlivanov <atomnuker@gmail.com>
  2015-2018, Henrik Gramner <henrik@gramner.com>
  2015-2019, Loongson Technology Corporation Limited
  2015-2021, Rodger Combs <rodger.combs@gmail.com>
  2016, Davinder Singh (DSM_) <ds.mudhar<@gmail.com>
  2016, Floris Sluiter
  2016, Jan Sebechlebsky
  2016, Josh de Kock
  2016, KongQun Yang <kqyang@google.com>
  2016, Marton Balnt <cus@passwd.hu>
  2016, Mobibase, France
  2016, Ståle Kristoffersen
  2016, Thomas Mundt <loudmax@yahoo.de>
  2016, Tobias Rapp
  2016, Umair Khan <omerjerk@gmail.com>
  2016, William Ma, Sofia Kim, Dustin Woo
  2016, foo86
  2016-2018, Jokyo Images
  2016-2019, Jai Luthra
  2017, Felix Matouschek
  2017, Maksym Veremeyenko
  2017, Meng Wang <wangmeng.kids@bytedance.com>
  2017, Paras Chadha
  2017, Richard Ling
  2017, sfan5 <sfan5@live.de>
  2017, Steinar H. Gunderson
  2017-2018, Akamai Technologies, Inc.
  2018, Bjorn Roche
  2018, Dylan Fernando
  2018, Danil Iashchenko
  2018, Falei Luo <falei.luo@gmail.com>
  2018, gxw <guxiwei-hf@loongson.cn>
  2018, Huiwen Ren <hwrenx@gmail.com> <hwrenx@126.com>
  2018, Magnus Röös <mla2.roos@gmail.com>
  2018, Mina Sami
  2018, Misty De Meo
  2018, Mohammad Izadi <moh.izadi at gmail.com>
  2018, Rostislav Pehlivanov <atomnuker@gmail.com>
  2018, Sergey Lavrushkin
  2018, Yingming Fan <yingmingfan@gmail.com>
  2018, Yiqun Xu <yiqun.xu@vipl.ict.ac.cn>
  2018-2019, Shiyou Yin <yinshiyou-hf@loongson.cn>
  2019, Eugene Lyapustin
  2019, Guo Yejun
  2019, Leo Zhang <leozhang@qiyi.com>
  2019, Lynne <dev@lynne.ee>
  2019, Manoj Gupta Bonda
  2019, Swaraj Hota
  2019, Vladimir Panteleev
  2019, Xuewei Meng
  2019-2020, Andriy Gelman
  2020, Alyssa Milburn <amilburn@zall.org>
  2020, David Bryant
  2020, Gautam Ramakrishnan
  2020, Jun Zhao <barryjzhao@tencent.com>
  2020, Vacing Fang <vacingfang@tencent.com>
  2020, Yaroslav Pogrebnyak <yyyaroslav@gmail.com>
  2020, Zane van Iperen <zane@zanevaniperen.com>
  2021, Wu Jianhua <jianhua.wu@intel.com>
License: LGPL-2.1+
Comment:
 The copyright details for Joseph Artsimovich and UAB "DKD" were extracted
 from the referenced source:
 <http://samples.mplayerhq.hu/A-codecs/Nelly_Moser/ASAO/ASAO.zip>.

Files:
  libavfilter/af_chorus.c
  libavfilter/af_earwax.c
Copyright:
  1998, Juergen Mueller And Sundry Contributors
  2000, Edward Beingessner And Sundry Contributors
  2011, Mina Nagy Zaki
  2015, Paul B Mahol
License: LGPL-2.1+ and Sundry

Files:
  doc/texi2pod.pl
  libavcodec/x86/flac_dsp_gpl.asm
  libavfilter/f_ebur128.c
  libavfilter/signature.h
  libavfilter/signature_lookup.c
  libavfilter/tinterlace.h
  libavfilter/vf_blackframe.c
  libavfilter/vf_boxblur.c
  libavfilter/vf_colormatrix.c
  libavfilter/vf_cover_rect.c
  libavfilter/vf_cropdetect.c
  libavfilter/vf_delogo.c
  libavfilter/vf_eq.c
  libavfilter/vf_eq.h
  libavfilter/vf_find_rect.c
  libavfilter/vf_fspp.c
  libavfilter/vf_fspp.h
  libavfilter/vf_histeq.c
  libavfilter/vf_hqdn3d.c
  libavfilter/vf_hqdn3d.h
  libavfilter/vf_kerndeint.c
  libavfilter/vf_mcdeint.c
  libavfilter/vf_mpdecimate.c
  libavfilter/vf_nnedi.c
  libavfilter/vf_owdenoise.c
  libavfilter/vf_perspective.c
  libavfilter/vf_phase.c
  libavfilter/vf_pp.c
  libavfilter/vf_pp7.c
  libavfilter/vf_pp7.h
  libavfilter/vf_pullup.c
  libavfilter/vf_pullup.h
  libavfilter/vf_repeatfields.c
  libavfilter/vf_sab.c
  libavfilter/vf_signature.c
  libavfilter/vf_smartblur.c
  libavfilter/vf_spp.c
  libavfilter/vf_spp.h
  libavfilter/vf_stereo3d.c
  libavfilter/vf_super2xsai.c
  libavfilter/vf_tinterlace.c
  libavfilter/vf_uspp.c
  libavfilter/vf_vaguedenoiser.c
  libavfilter/vsrc_mptestsrc.c
  libavfilter/x86/vf_eq.asm
  libavfilter/x86/vf_eq_init.c
  libavfilter/x86/vf_fspp.asm
  libavfilter/x86/vf_fspp_init.c
  libavfilter/x86/vf_hqdn3d_init.c
  libavfilter/x86/vf_interlace.asm
  libavfilter/x86/vf_pp7.asm
  libavfilter/x86/vf_pp7_init.c
  libavfilter/x86/vf_pullup.asm
  libavfilter/x86/vf_pullup_init.c
  libavfilter/x86/vf_removegrain.asm
  libavfilter/x86/vf_spp.c
  libavfilter/x86/vf_tinterlace_init.c
  libpostproc/postprocess.c
  libpostproc/postprocess.h
  libpostproc/postprocess_altivec_template.c
  libpostproc/postprocess_internal.h
  libpostproc/postprocess_template.c
  libswresample/tests/*
  tests/checkasm/aacpsdsp.c
  tests/checkasm/aarch64/*
  tests/checkasm/alacdsp.c
  tests/checkasm/arm/*
  tests/checkasm/audiodsp.c
  tests/checkasm/blockdsp.c
  tests/checkasm/bswapdsp.c
  tests/checkasm/checkasm.c
  tests/checkasm/checkasm.h
  tests/checkasm/exrdsp.c
  tests/checkasm/fixed_dsp.c
  tests/checkasm/flacdsp.c
  tests/checkasm/float_dsp.c
  tests/checkasm/fmtconvert.c
  tests/checkasm/g722dsp.c
  tests/checkasm/h264dsp.c
  tests/checkasm/h264pred.c
  tests/checkasm/h264qpel.c
  tests/checkasm/hevc_add_res.c
  tests/checkasm/hevc_idct.c
  tests/checkasm/jpeg2000dsp.c
  tests/checkasm/llviddsp.c
  tests/checkasm/opusdsp.c
  tests/checkasm/pixblockdsp.c
  tests/checkasm/sbrdsp.c
  tests/checkasm/sw_scale.c
  tests/checkasm/synth_filter.c
  tests/checkasm/v210dec.c
  tests/checkasm/v210enc.c
  tests/checkasm/vf_blend.c
  tests/checkasm/vf_eq.c
  tests/checkasm/videodsp.c
  tests/checkasm/vp8dsp.c
  tests/checkasm/vp9dsp.c
  tests/checkasm/x86/*
  tests/tiny_ssim.c
  tools/coverity.c
  tools/target_dec_fate.sh
Copyright:
  Wilbert Dijkhof
  1997-2001, ZSNES Team <zsknight@zsnes.com> <_demo_@zsnes.com>
  1999-2001, Free Software Foundation, Inc
  2000-2002, Fabrice Bellard
  2001-2003, Donald A. Graft
  2001-2015, Michael Niedermayer <michaelni@gmx.at>
  2002, A'rpi
  2002, Jindrich Makovicka <makovick@gmail.com>
  2002-2003, Brian J. Murrell
  2003, Daniel Moreno <comac@comac.darktech.org>
  2003, LeFunGus <lefungus@altern.org>
  2003, Michael Zucchi <notzed@ximian.com>
  2003, Rich Felker
  2003-2004, Tobias Diedrich
  2003-2013, Loren Merritt <lorenm@u.washington.edu>
  2004, Romain Dolbeau <romain@dolbeau.org>
  2004, Ville Saari
  2005, Nikolaj Poroshin <porosh3@psu.ru>
  2006, Ivo van Poorten
  2006, Julian Hall
  2006-2011, Kevin Stone
  2010, Baptiste Coudurier <baptiste.coudurier@free.fr>
  2010, Gordon Schmidt <gordon.schmidt@s2000.tu-chemnitz.de>
  2010, Niel van der Westhuizen <nielkie@gmail.com>
  2010-2012, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2012, Jeremy Tran
  2012-2013, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2012-2015, Henrik Gramner
  2013, Vittorio Giovara <vittorio.giovara@gmail.com>
  2013-2015, Jean Delvare <jdelvare@suse.com>
  2013-2017, Paul B Mahol
  2014, Kieran Kunhya <kierank@obe.tv>
  2014, Red Hat, Inc
  2014-2015, Arwa Arif <arwaarif1994@gmail.com>
  2014-2019, James Darnley <james.darnley@gmail.com>
  2015, Janne Grunau
  2015-2016, Martin Storsjo
  2015-2016, Ronald S. Bultje <rsbultje@gmail.com>
  2015-2016, Tiancheng "Timothy" Gu
  2015-2017, James Almer
  2017, Gerion Entrup
License: GPL-2+
 FFmpeg is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
 .
 You should have received a copy of the GNU General Public License
 along with FFmpeg; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files:
  compat/solaris/make_sunver.pl
  doc/t2h.pm
  libavfilter/vf_lensfun.c
Copyright:
  2007, Andrew Zabolotny
  2010-2013, Free Software Foundation, Inc.
  2014, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2014, Tiancheng "Timothy" Gu <timothygu99@gmail.com>
  2018, Stephen Seo
License: GPL-3+
 FFmpeg is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU General Public License
 version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
 .
 You should have received a copy of the GNU General Public
 License along with FFmpeg; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files:
  doc/bootstrap.min.css
  doc/examples/avio_list_dir.c
  doc/examples/avio_reading.c
  doc/examples/decode_audio.c
  doc/examples/decode_video.c
  doc/examples/demuxing_decoding.c
  doc/examples/encode_audio.c
  doc/examples/encode_video.c
  doc/examples/extract_mvs.c
  doc/examples/filtering_audio.c
  doc/examples/filtering_video.c
  doc/examples/http_multiclient.c
  doc/examples/hw_decode.c
  doc/examples/metadata.c
  doc/examples/muxing.c
  doc/examples/qsvdec.c
  doc/examples/remuxing.c
  doc/examples/resampling_audio.c
  doc/examples/scaling_video.c
  doc/examples/transcoding.c
  doc/examples/vaapi_encode.c
  doc/examples/vaapi_transcode.c
  doc/style.min.css
  libavcodec/arm/jrevdct_arm.S
  libavcodec/cinepakenc.c
  libavcodec/nellymoser.c
  libavcodec/nellymoser.h
  libavcodec/nellymoserdec.c
  libavcodec/texturedsp.c
  libavcodec/texturedspenc.c
  libavcodec/x86/vc1dsp_init.c
  libavcodec/x86/vc1dsp_mmx.c
  libavfilter/af_deesser.c
  libavfilter/cuda/vector_helpers.cuh
  libavfilter/vf_avgblur.c
  libavfilter/vf_bilateral.c
  libavfilter/vf_bm3d.c
  libavfilter/vf_deband.c
  libavfilter/vf_morpho.c
  libavfilter/vf_scale_cuda.*
  libavfilter/vf_thumbnail_cuda.c
  libavfilter/vf_thumbnail_cuda.cu
  libavformat/oggdec.c
  libavformat/oggdec.h
  libavformat/oggparseogm.c
  libavformat/oggparsespeex.c
  libavformat/oggparsetheora.c
  libavformat/oggparsevorbis.c
  libavutil/avsscanf.c
  tests/api/api-band-test.c
  tests/api/api-flac-test.c
  tests/api/api-h264-test.c
  tests/api/api-seek-test.c
  tests/api/api-threadmessage-test.c
  tests/reference.pnm
Copyright:
  2001, Lionel Ulmer <lionel.ulmer@free.fr> <bbrox@bbrox.org>
  2001-2003, Fabrice Bellard
  2005, Alex Beregszaszi
  2005, Matthieu CASTET
  2005, Michael Ahlberg
  2005, Måns Rullgård
  2005-2014, Rich Felker, et al.
  2007, Benjamin Larsson
  2007, Christophe GISQUET <christophe.gisquet@free.fr>
  2007, Loic Minier <lool@dooz.org>
  2008, Reimar Döffinger <Reimar.Doeffinger@gmx.de>
  2009, Benjamin Dobell
  2009, Glass Echidna
  2010, Nicolas George
  2010-2017, NVIDIA Corporation
  2011, Tomas Härdin
  2011-2014, Reinhard Tartler
  2011-2014, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2011-2014, Twitter, Inc
  2012, Matthäus G. "Anteru" Chajdas (http://anteru.net)
  2012-2014, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2013-2014, Rl, Aetey Global Technologies AB
  2014, Andrey Utkin
  2014, Barbara Lepage <db0company@gmail.com>
  2014, Lukasz Marek <lukasz.m.luki@gmail.com>
  2015, Anton Khirnov <anton@khirnov.net>
  2015, Ludmila Glinskih
  2015, Matthieu Bouron <matthieu.bouron@stupeflix.com>
  2015, Niklas Haas
  2015, Stephan Holljes
  2015, Vittorio Giovara <vittorio.giovara@gmail.com>
  2015-2021, Paul B Mahol
  2015-2016, mawen1250
  2016, ReneBrals
  2017, Ming Yang
  2018, Chris Johnson
License: Expat

Files:
  libavcodec/aacdec_fixed.c
  libavcodec/aacsbr_fixed.c
  libavcodec/ac3dec_fixed.c
  libavcodec/arm/vp8dsp_armv6.S
  libavcodec/fft_fixed_32.c
  libavcodec/fft_init_table.c
  libavcodec/fft_table.h
  libavcodec/ilbcdata.h
  libavcodec/ilbcdec.c
  libavcodec/mdct_fixed_32.c
  libavcodec/mips/aaccoder_mips.c
  libavcodec/mips/aacdec_mips.c
  libavcodec/mips/aacdec_mips.h
  libavcodec/mips/aacpsdsp_mips.c
  libavcodec/mips/aacpsy_mips.h
  libavcodec/mips/aacsbr_mips.c
  libavcodec/mips/aacsbr_mips.h
  libavcodec/mips/ac3dsp_mips.c
  libavcodec/mips/acelp_filters_mips.c
  libavcodec/mips/acelp_vectors_mips.c
  libavcodec/mips/amrwbdec_mips.c
  libavcodec/mips/amrwbdec_mips.h
  libavcodec/mips/celp_filters_mips.c
  libavcodec/mips/celp_math_mips.c
  libavcodec/mips/compute_antialias_fixed.h
  libavcodec/mips/compute_antialias_float.h
  libavcodec/mips/fft_mips.c
  libavcodec/mips/fmtconvert_mips.c
  libavcodec/mips/iirfilter_mips.c
  libavcodec/mips/lsp_mips.h
  libavcodec/mips/mpegaudiodsp_mips_fixed.c
  libavcodec/mips/mpegaudiodsp_mips_float.c
  libavcodec/mips/sbrdsp_mips.c
  libavfilter/opencl/deshake.cl
  libavfilter/vf_deshake_opencl.c
  libavutil/fixed_dsp.c
  libavutil/fixed_dsp.h
  libavutil/mips/float_dsp_mips.c
  libavutil/mips/libm_mips.h
  libavutil/softfloat_tables.h
Copyright:
  2000-2008, Intel Corporation
  2005-2006, Oded Shimon <ods15@ods15.dyndns.org>
  2006-2007, Maxim Gavrilov <maxim.gavrilov@gmail.com>
  2008-2009, Robert Swain <rob@opendot.cl>
  2009, Willow Garage Inc.
  2009-2010, Alex Converse <alex.converse@gmail.com>
  2010, Google Inc
  2010, Rob Clark <rob@ti.com>
  2011, Mans Rullgard <mans@mansr.com>
  2012-2013, MIPS Technologies, Inc., California
  2013, The WebRTC project authors
  2013, OpenCV Foundation
License: LGPL-2.1+ and BSD-3-clause

Files:
  tools/cws2fws.c
  tools/qt-faststart.c
Copyright:
  Alex Beregszaszi
  Mike Melanson <melanson@pcisys.net>
License: public-domain
 This file is placed in the public domain. Use the program however you see fit.

Files:
  compat/windows/makedef
  libavcodec/faandct.c
  libavcodec/interplayacm.c
  libavcodec/libfdk-aacdec.c
  libavcodec/libfdk-aacenc.c
  libavcodec/zerocodec.c
  libavdevice/openal-dec.c
  libavfilter/vf_hqx.c
  libavutil/x86/x86inc.asm
Copyright:
  2003, Michael Niedermayer <michaelni@gmx.at>
  2003, Roman Shaposhnik
  2004-2008, Marko Kreen
  2005-2016, x264 project
  2008, Adam Gashlin
  2011, Jonathan Baldwin
  2012-2013, Derek Buitenhuis
  2012, Martin Storsjo
  2014, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2015, Paul B Mahol
License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files:
  libavcodec/jfdctfst.c
  libavcodec/jfdctint_template.c
  libavcodec/jrevdct.c
Copyright: 1991-1996, Thomas G. Lane
License: IJG
 The authors make NO WARRANTY or representation, either express or implied,
 with respect to this software, its quality, accuracy, merchantability, or
 fitness for a particular purpose.  This software is provided "AS IS", and
 you, its user, assume the entire risk as to its quality and accuracy.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 software (or portions thereof) for any purpose, without fee, subject to
 these conditions:
 (1) If any part of the source code for this software is distributed, then
 this README file must be included, with this copyright and no-warranty
 notice unaltered; and any additions, deletions, or changes to the original
 files must be clearly indicated in accompanying documentation.
 (2) If only executable code is distributed, then the accompanying
 documentation must state that "this software is based in part on the work
 of the Independent JPEG Group".
 (3) Permission for use of this software is granted only if the user accepts
 full responsibility for any undesirable consequences; the authors accept
 NO LIABILITY for damages of any kind.
 .
 These conditions apply to any software derived from or based on the IJG
 code, not just to the unmodified library.  If you use our work, you ought
 to acknowledge us.
 .
 Permission is NOT granted for the use of any IJG author's name or company
 name in advertising or publicity relating to this software or products
 derived from it.  This software may be referred to only as "the Independent
 JPEG Group's software".
 .
 We specifically permit and encourage the use of this software as the basis
 of commercial products, provided that all warranty or liability claims are
 assumed by the product vendor.

Files:
  libavcodec/j2kenc.c
  libavformat/imf*
  libavformat/tests/imf*
Copyright:
  2001-2003, David Janssens
  2002-2003, Yannick Verschueren
  2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
  2002-2007, Professor Benoit Macq
  2003-2007, Francois-Olivier Devaux and Antonin Descampe
  2005, Herve Drolon, FreeImage Team
  2007, Callum Lerwick <seg@haxxed.com>
  2007, Kamil Nowosad
  Sandflow Consulting LLC
License: LGPL-2.1+ and BSD-2-clause

Files: libavutil/adler32.c
Copyright: 1995, Mark Adler
License: Zlib
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.

Files:
  libavfilter/af_hdcd.c
  libavcodec/speexdata.h
  libavcodec/speexdec.c
Copyright:
  2010, Chris Moeller
  2002-2008, Xiph.org Foundation
  2002-2008, Jean-Marc Valin
  2005-2007, Analog Devices Inc.
  2005-2008, Commonwealth Scientific and Industrial Research Organisation (CSIRO)
  1993,2002,2006, David Rowe
  2003, EpicGames
  1992-1994, Jutta Degener
  1992-1994, Carsten Bormann
License: BSD-3-clause

Files:
 libavfilter/ebur128.c
 libavfilter/ebur128.h
Copyright:
 2011, Jan Kokemüller
License: LGPL-2.1+ and Expat

Files:
  libavfilter/af_arnndn.c
  libavfilter/gblur.h
  libavfilter/vf_gblur.c
Copyright:
  2005-2009 Xiph.Org Foundation
  2007-2008 CSIRO
  2008-2011 Octasic Inc.
  2011, Pascal Getreuer
  2016,2019, Paul B Mahol
  2017 Mozilla
  2018 Gregor Richards
  Jean-Marc Valin
License: BSD-2-clause

Files: libavformat/aadec.c
Copyright:
  2001-2014, Jim Teeuwen
  2015, Vesselin Bontchev
License: BSD-1-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

Files: libavcodec/libzvbi-teletextdec.c
Copyright:
  2005-2012, Wolfram Gloger
  2013, Marton Balint
License: LGPL-2+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU Lesser General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files: libswresample/resample.c
Copyright:
  2004-2012, Michael Niedermayer <michaelni@gmx.at>
  2006, Xiaogang Zhang
License: LGPL-2.1+ and BSL

Files: debian/*
Copyright:
  2014-2017, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2016-2021, Sebastian Ramacher <sramacher@debian.org>
  2017-2018, James Cowgill <jcowgill@debian.org>
  2020, Jonas Smedegaard <dr@jones.dk>
License: LGPL-2.1+

Files: debian/missing-sources/ffmpeg-web/src/less/style.less
Copyright: 2014, Barbara Lepage <db0company@gmail.com>
License: Expat
Comment:
 This is the source of doc/style.min.css.
 It was obtained from the FFmpeg web repository:
 <https://github.com/FFmpeg/web>

Files: debian/qt-faststart.1
Copyright: Andres Mejia <mcitadel@gmail.com>
License: man-page
 This manual page was written by Andres Mejia <mcitadel@gmail.com>
 for the Debian GNU/Linux system, but may be used by others.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the MIPS Technologies, Inc., nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSL
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare derivative works of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

License: LGPL-2.1+
 FFmpeg is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU Lesser General Public License
 version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this packaging; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

License: Sundry
 This source code is freely redistributable and may be used for
 any purpose.  This copyright notice must be maintained.
 Juergen Mueller/Edward Beingessner And Sundry Contributors are not responsible for
 the consequences of using this software.



==========================================================================
Package: libswresample4:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FFmpeg
Upstream-Contact: ffmpeg-devel@ffmpeg.org
Source: https://ffmpeg.org
Comment:
 Most files in FFmpeg are licensed under the GNU Lesser General Public License
 version 2.1 or later (LGPL v2.1+), but some optional parts of FFmpeg are
 licensed under the GNU General Public License version 2 or later (GPL v2+)
 and a few have different, but compatible licenses.
 .
 For building the default Debian packages some of the GPL licensed files are used,
 so the resulting binaries are licensed under GPL v2+.
 For libavcodec/libavfilter an extra flavor is built, which links against external
 libraries licensed under the Apache License 2.0, which makes it effectively licensed
 under the GPL v3+
 The HTML documentation /usr/share/doc/ffmpeg/manual/*.html in the ffmpeg-doc
 package is effectively licensed under GPL-3+, because during its creation
 the GPL-3+ licensed file doc/t2h.pm is used.
 .
 FFmpeg can also be combined with non-free libraries, which would make the
 resulting binaries unredistributable.
 But this is not done for the Debian packages.

Files: *
Copyright:
  Christian Holschuh
  Sebastien Bechet <s.bechet@av7.net>
  1990, James Ashton - Sydney University
  1993, Computer Science, Speech Group
  1994-2012, the Xiph.Org Foundation and contributors
  1997-1999, H. Dietz
  1997-1999, R. Fisher
  1998-2009, Conifer Software
  1999, Nick Bailey
  1999, Roger Hardiman
  1999-2000, Sebastien Rougeaux <sebastien.rougeaux@anu.edu.au>
  1999-2001, Chris Bagwell <cbagwell@sprynet.com>
  1999-2013, Intel Corporation
  2000, Chris Ausbrooks <weed@bucket.pp.ualr.edu>
  2000, Fabien COELHO <fabien@coelho.net>
  2000, John Walker
  2000-2001, Michel Lespinasse <walken@zoy.org>
  2000-2001, Peter Gubanov <peter@elecard.net.ru>
  2000-2003, Nick Kurshev <nickols_k@mail.ru>
  2000-2010, Fabrice Bellard
  2001, Dan Dennedy <dan@dennedy.org>
  2001, Heikki Leinonen
  2001, Juan J. Sierralta P
  2001, Lionel Ulmer
  2001, Tim Ferguson
  2001-2003, BERO <bero@geocities.co.jp>
  2001-2006, Daniel Maas <dmaas@dcine.com> <dmaas@maasdigital.com>
  2001-2010, Krzysztof Foltman, Markus Schmidt, Thor Harald Johansen, Damien Zammit, Vladimir Sadovnikov and others
  2001-2018, Michael Niedermayer <michaelni@gmx.at>
  2001-2019, Peter Ross <pross@xvid.org>
  2001-2019, The FFmpeg project
  2002, Anders Johansson <ajh@atri.curtin.edu.au>
  2002, Brian Foley
  2002, Daniel Pouzzner
  2002, Dieter Shirley
  2002, Falk Hueffner <falk@debian.org>
  2002, Frederic 'dilb' Boulay <dilb@handhelds.org>
  2002, Gunnar Monell <gmo@linux.nu>
  2002, Laszlo Torok <torokl@alpha.dfmk.hu>
  2002, Lennert Buytenhek <buytenh@gnu.org>
  2002, Mark Hills <mark@pogo.org.uk>
  2002, Remi Guyomarch <rguyom@pobox.com>
  2002, Steve O'Hara-Smith
  2002, The Xine project
  2002, Zdenek Kabelac <kabi@informatics.muni.cz>
  2002-2005, Francois Revol <revol@free.fr>
  2002-2005, Roberto Togni
  2002-2006, Alex Beregszaszi
  2002-2013, Maxim Polia/kovski
  2003, Donnie Smith
  2003, Dr. Tim Ferguson
  2003, Ewald Snel
  2003, Gustavo Sverzut Barbieri <gsbarbieri@yahoo.com.br>
  2003, James Klicman <james@klicman.org>
  2003, Max Krasnyansky <maxk@qualcomm.com>
  2003, Rich Felker
  2003, Thomas Raivio
  2003, Tinic Uro
  2003-2004, Romain Dolbeau <romain@dolbeau.org>
  2003-2005, Christopher R. Hertel <crh@ubiqx.mn.org>
  2003-2006, Roman Shaposhnik
  2003-2007, Michel Bardiaux <mbardiaux@mediaxim.be>
  2003-2007, Mike Melanson <melanson@pcisys.net>
  2003-2011, Sascha Sommer <saschasommer@freenet.de>
  2003-2014, Loren Merritt <lorenm@u.washington.edu>
  2003-2014, Pascal Massimino <skal@planet-d.net> <pascal.massimino@gmail.com>
  2003-2017, Ivan Kalvachev
  2003-2018, x264 project
  2004, AGAWA Koji <i@atty.jp>
  2004, Adam Thayer <krevnik@comcast.net>
  2004, Gildas Bazin <gbazin@videolan.org>
  2004, Maarten Daniels
  2004-2005, Denes Balatoni <dbalatoni@programozo.hu>
  2004-2005, Henryk Ploetz <henryk@ploetzli.ch>
  2004-2006, Lennart Poettering
  2004-2007, Benjamin Zores <ben@geexbox.org>
  2004-2007, Eric Lasota
  2004-2007, Marc Hoffman <marc.hoffman@analog.com>
  2004-2010, Marcel Holtmann <marcel@holtmann.org>
  2004-2014, Konstantin Shishkov <kostya.shishkov@gmail.com>
  2005, Alban Bedel <albeu@free.fr>
  2005, Anonymous
  2005, David Hammerton
  2005, DivX, Inc
  2005, Jeff Muizelaar
  2005, Matthieu CASTET
  2005, Neal Symms <tivo@freakinzoo.com>
  2005, Ole André Vadla Ravnås <oleavr@gmail.com>
  2005, Roine Gustafsson
  2005, Steve Underwood <steveu@coppice.org>
  2005, Vidar Madsen
  2005, Wim Taymans
  2005, Zoltan Hidvegi <hzoli@hzoli.com>
  2005-2006, Brad Midgley <bmidgley@xmission.com>
  2005-2006, Oded Shimon <ods15@ods15.dyndns.org>
  2005-2006, Robert Edele <yartrebo@earthlink.net>
  2005-2007, Wolfram Gloger
  2005-2008, Ian Caulfield
  2005-2011, Benjamin Larsson
  2005-2012, Måns Rullgård <mans@mansr.com>
  2005-2012, VLC authors and VideoLAN
  2005-2013, Diego Biurrun <diego@biurrun.de>
  2005-2015, Luca Barbato <lu_zero@gentoo.org>
  2005-2016, Reimar Döffinger <Reimar.Doeffinger@gmx.de>
  2006, Corey Hickey
  2006, Cyril Zorin
  2006, Guillaume Poirier <gpoirier@mplayerhq.hu>
  2006, Industrial Light & Magic, a division of Lucas Digital Ltd. LLC
  2006, John Maddock
  2006, Kartikey Mahendra BHATT <bhattkm@gmail.com>
  2006, Patrick Guimond
  2006, Paul Richards <paul.richards@gmail.com>
  2006, Thijs Vermeir <thijs.vermeir@barco.com>
  2006-2007, Maxim Gavrilov <maxim.gavrilov@gmail.com>
  2006-2007, Reynaldo H. Verdejo Pinochet
  2006-2007, Ryan Martell <rdm4@martellventures.com>
  2006-2008, Gregory Montoir <cyx@users.sourceforge.net>
  2006-2009, Luca Abeni <lucabe72@email.it>
  2006-2009, Robert Swain <rob@opendot.cl>
  2006-2009, Stefan Gehrer <stefan.gehrer@gmx.de>
  2006-2010, Prakash Punnoor <prakash@punnoor.de>
  2006-2011, Baptiste Coudurier <baptiste.coudurier@free.fr> <baptiste.coudurier@smartjog.com>
  2006-2011, Xvid Solutions GmbH
  2006-2012, Rob Sykes <robs@users.sourceforge.net>
  2006-2013, Justin Ruggles <justin.ruggles@gmail.com>
  2006-2014, Ramiro Polla <ramiro.polla@gmail.com>
  2006-2015, Steve Lhomme
  2006-2017, Aurelien Jacobs <aurel@gnuage.org>
  2007, Alexis Ballier
  2007, Christian Ohm
  2007, Clemens Fruhwirth <clemens@endorphin.org>
  2007, Kamil Nowosad
  2007, Nicholas Tung
  2007, Philippe Kalaf
  2007, Richard Spindler
  2007, Ulion
  2007-2008, Ivo van Poorten
  2007-2008, Joseph Artsimovich <jart@users.sourceforge.net>
  2007-2008, Marco Gerards <marco@gnu.org>
  2007-2008, Siarhei Siamashka <ssvb@users.sourceforge.net>
  2007-2008, UAB "DKD
  2007-2009, Bartlomiej Wolowiec <bartek.wolowiec@gmail.com>
  2007-2009, Björn Axelsson
  2007-2010, Bobby Bingham
  2007-2010, David Conrad <lessen42@gmail.com>
  2007-2010, Nokia Corporation
  2007-2011, Vitor Sessak <vitor1001@gmail.com>
  2007-2011, Vladimir Voroshilov
  2007-2013, Anssi Hannula <anssi.hannula@gmail.com> <anssi.hannula@iki.fi>
  2007-2013, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2007-2014, Benoit Fouet <benoit.fouet@free.fr>
  2007-2015, Christophe GISQUET <christophe.gisquet@free.fr> <word1.word2@gmail.com> <christophe.gisquet@gmail.com>
  2007-2015, Collabora Ltd
  2007-2015, Edward Hervey
  2007-2016, David Robillard
  2007-2016,2020, Nicolas George <nicolas.george@normalesup.org>
  2007-2018, Ronald S. Bultje <rsbultje@gmail.com>
  2008, Affine Systems, Inc (Michael Sullivan, Bobby Impollonia)
  2008, Alessandro Sappia
  2008, BBC, Anuradha Suraparaju <asuraparaju@gmail.com>
  2008, NVIDIA
  2008, Robert Marston
  2008, Sisir Koppaka
  2008, Victor Paesa
  2008, vmrsss
  2008-2009, Andrej Stepanchuk
  2008-2009, Jaikrishnan Menon <realityman@gmx.net>
  2008-2009, Splitted-Desktop Systems
  2008-2010, Alexander Strange <astrange@ithinksw.com>
  2008-2010, Eli Friedman <eli.friedman@gmail.com>
  2008-2010, Paul Kendall <paul@kcbbs.gen.nz>
  2008-2011, Zhentan Feng <spyfeng@gmail.com>
  2008-2012, Alexander E. Patrakov
  2008-2012, Laurent Aimar <fenrir@videolan.org>
  2008-2013, Alex Converse <alex.converse@gmail.com>
  2009, Colin McQuillan
  2009, Dylan Yudaken
  2009, Giliard B. de Freitas <giliarde@gmail.com>
  2009, Jimmy Christensen
  2009, Joshua Warner
  2009, Kenan Gillet
  2009, Michael Tison
  2009, Naotoshi Nojiri
  2009, Nicolas Martin <martinic@iro.umontreal.ca>
  2009, Peter Holik
  2009, Samalyse
  2009, Sebastien Lucas <sebastien.lucas@gmail.com>
  2009, Stephen Backway
  2009, Thomas P. Higdon <thomas.p.higdon@gmail.com>
  2009, Tobias Bindhammer
  2009, Toshimitsu Kimura
  2009, Xuggle Incorporated
  2009, Zuxy Meng <zuxy.meng@gmail.com>
  2009-2010, Fiona Glaser <fiona@x264.com>
  2009-2010, Howard Chu
  2009-2011, Sebastian Gesemann
  2009-2012, Nathan Caldwell <saintdev@gmail.com>
  2009-2013, Christian Schmidt
  2009-2013, Daniel Verkamp <daniel@drv.nu>
  2009-2015, James Darnley <james.darnley@gmail.com>
  2009-2016, Thilo Borgmann <thilo.borgmann@mail.de>
  2009-2018, Kostya Shishkov
  2009-2020, Martin Storsjo
  2010, Adrian Daerr
  2010, Amanda, Y.N. Wu <amanda11192003@gmail.com>
  2010, Andrzej Szombierski
  2010, Brandon Mintern
  2010, Daniel G. Taylor <dan@programmer-art.org>
  2010, Francesco Lavra <francescolavra@interfree.it>
  2010, Hans de Goede <hdegoede@redhat.com>
  2010, Holger Lubitz
  2010, Jacob Meuser
  2010, Josh Allmann
  2010, Marcelo Galvao Povoa
  2010, Mark Heath <mjpeg0@silicontrip.org>
  2010, Mark Nauwelaerts
  2010, Michael Chinen
  2010, Michele Orrù
  2010, Mohamed Naufal Basheer <naufal11@gmail.com>
  2010, Nolan Lum <nol888@gmail.com>
  2010, Rob Clark <rob@ti.com>
  2010, Romain Degez
  2010, S.N. Hemanth Meenakshisundaram <smeenaks@ucsd.edu>
  2010, Sebastian Vater <cdgs.basty@googlemail.com>
  2010-2011, Anatoly Nenashev
  2010-2011, Elvis Presley
  2010-2012, Rafaël Carré <funman@videolan.org>
  2010-2013, Georg Martius <georg.martius@web.de>
  2010-2013, Rémi Denis-Courmont
  2010-2015, Carl Eugen Hoyos
  2010-2015, Janne Grunau <janne-libav@jannau.net>
  2010-2017, Anton Khirnov <anton@khirnov.net>
  2010-2017, Google, Inc
  2010-2017, Tomas Härdin
  2010-2018, Philip Langdale <ffmpeg.philipl@overt.org> <philipl@overt.org>
  2011, Anatoliy Wasserman
  2011, Andreas Öman
  2011, Jordi Ortiz
  2011, Juan Carlos Rodriguez <ing.juancarlosrodriguez@hotmail.com>
  2011-2017, KO Myung-Hun <komh@chollian.net>
  2011, Matthew Hoops <clone2727@gmail.com>
  2011, Max Horn
  2011, Michael Karcher
  2011, Mina Nagy Zaki
  2011, Miroslav Slugeň <Thunder.m@seznam.cz>
  2011, MirriAd Ltd
  2011, Oskar Arvidsson
  2011, Roger Pau Monné <roger.pau@entel.upc.edu>
  2011, Sven Hesse <drmccoy@drmccoy.de>
  2011, Thomas Kuehnel
  2011-2012, Hyllian/Jararaca <sergiogdb@gmail.com>
  2011-2012, Mark Himsley
  2011-2012, Mashiat Sarker Shakkhar
  2011-2012, Michael Bradshaw <mjbshaw@gmail.com>
  2011-2012, Smartjog S.A.S, Clément Bœsch <clement.boesch@smartjog.com>
  2011-2013, Daniel Kang <daniel.d.kang@gmail.com>
  2011-2015,2019, Derek Buitenhuis
  2011-2016, Kieran Kunhya <kieran@kunhya.com>
  2011-2018, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2011-2020, Paul B Mahol
  2012, Aleksi Nurmi
  2012, Andrew D'Addesio
  2012, Antti Seppälä
  2012, AvxSynth Team
  2012, British Broadcasting Corporation
  2012, David Kment
  2012, Jeremy Tran
  2012, Krzysztof Klinikowski
  2012, Laurent de Soras
  2012, Pavel Koshevoy <pkoshevoy@gmail.com>
  2012, Petri Hintukainen <phintuka@users.sourceforge.net>
  2012, Robert Nagy <ronag89@gmail.com>
  2012, Samuel Pitoiset
  2012, Sebastien Zwickert
  2012, Steven Robertson
  2012, Youness Alaoui <kakaroto@kakaroto.homelinux.net>
  2012, Vitaliy E Sugrobov
  2012-2013, Andrey Utkin <andrey.krieger.utkin@gmail.com>
  2012-2013, Aneesh Dogra (lionaneesh) <lionaneesh@gmail.com>
  2012-2013, Fredrik Mellbin
  2012-2013, Gildas Cocherel
  2012-2013, Guillaume Martres <smarter@ubuntu.com>
  2012-2013, Mickael Raulet
  2012-2013, Oka Motofumi <chikuzen.mo@gmail.com>
  2012-2013, Rudolf Polzer <divverent@xonotic.org>
  2012-2013, Wassim Hamidouche
  2012-2014, Georg Lippitsch <georg.lippitsch@gmx.at>
  2012-2015, Christophe Gisquet <christophe.gisquet@gmail.com>
  2012-2019, James Almer <jamrial@gmail.com>
  2012-2019, Jan Ekström
  2013, Anand Meher Kotra
  2013, Ash Hughes
  2013, Darryl Wallace <wallacdj@gmail.com>
  2013, Dirk Farin <dirk.farin@gmail.com>
  2013, Jeff Moguillansky
  2013, Lenny Wang <lwanghpc@gmail.com>
  2013, MIPS Technologies, Inc., California
  2013, Matthew Heaney
  2013, Rl, Aetey Global Technologies AB
  2013, Vadim Kalinsky <vadim@kalinsky.ru>
  2013, VTT
  2013, Wei Gao <weigao@multicorewareinc.com>
  2013, Xiaolei Yu <dreifachstein@gmail.com>
  2013, Yukinori Yamazoe
  2013-2014, Andrew Kelley
  2013-2014, Deti Fliegl
  2013-2014, Lukasz Marek <lukasz.m.luki@gmail.com>
  2013-2014, Mozilla Corporation
  2013-2014, Nicolas Bertrand <nicoinattendu@gmail.com>
  2013-2014, Pierre-Edouard Lepere
  2013-2014, RISC OS Open Ltd <bavison@riscosopen.org>
  2013-2015, Andreas Fuchs
  2013-2015, Seppo Tomperi <seppo.tomperi@vtt.fi>
  2013-2015, Tiancheng "Timothy" Gu <timothygu99@gmail.com>
  2013-2015, Wolfgang Hrauda
  2013-2016, Vittorio Giovara <vittorio.giovara@gmail.com>
  2013-2018, Andreas Unterweger
  2013-2018, Calvin Walton <calvin.walton@kepstin.ca>
  2013-2018,2020, Marton Balint
  2014, Aman Gupta <ffmpeg@tmm1.net>
  2014, Daniel Oberhoff
  2014, Dave Rice @dericed
  2014, Eejya Singh
  2014, James Yu <james.yu@linaro.org>
  2014, Marvin Scholz
  2014, Nicholas Robbins
  2014, Oleksij Rempel <linux@rempel-privat.de>
  2014, Rong Yan
  2014, Samsung Electronics
  2014, StarBrilliant <m13253@hotmail.com>
  2014, Tim Walker <tdskywalker@gmail.com>
  2014-2015, Arwa Arif <arwaarif1994@gmail.com>
  2014-2020, Hendrik Leppkes
  2014-2015, Peter Meerwald <pmeerw@pmeerw.net>
  2014-2015, Supraja Meedinti
  2014-2015, Vignesh Venkatasubramanian
  2014-2016, Muhammad Faiz <mfcc64@gmail.com>
  2014-2016, Neil Birkbeck <birkbeck@google.com>
  2014-2017, Alexandra Hájková
  2014-2018, Thomas Volkert <thomas@homer-conferencing.com>
  2015, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2015, Anshul Maheshwari
  2015, Claudio Freire
  2015, Donny Yang
  2015, Eran Kornblau <erankor@gmail.com>
  2015, Gilles Chanteperdrix <gch@xenomai.org>
  2015, Himangi Saraogi <himangi774@gmail.com>
  2015, Imagination Technologies Ltd
  2015, Kevin Wheatley <kevin.j.wheatley@gmail.com>
  2015, LoRd_MuldeR <mulder2@gmx.de>
  2015, Mats Peterson
  2015, Matthew Waters <matthew@centricular.com>
  2015, Parag Salasakar <Parag.Salasakar@imgtec.com>
  2015, Pedro Arthur <bygrandao@gmail.com>
  2015, Rick Kern <kernrj@gmail.com>
  2015, Roger Pack
  2015, Sebastian Dröge <sebastian@centricular.com>
  2015, Shivraj Patil <Shivraj.Patil@imgtec.com>
  2015, Stupeflix
  2015, Tampere University of Technology
  2015, Tom Butterworth <bangnoise@gmail.com>
  2015, Urvang Joshi
  2015, Vesselin Bontchev
  2015, Zhang Rui <bbcallen@gmail.com>
  2015, Zhang Shuangshuang <zhangshuangshuang@ict.ac.cn>
  2015-2016, Ganesh Ajjanagadde <gajjanaq@gmail.com>
  2015-2016, Kyle Swanson <k@ylo.ph>
  2015-2016, Open Broadcast Systems Ltd
  2015-2016, Timo Rothenpieler <timo@rothenpieler.org>
  2015-2016, Zhou Xiaoyong <zhouxiaoyong@loongson.cn>
  2015-2017, Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com>
  2015-2017, Matthieu Bouron <matthieu.bouron@stupeflix.com>
  2015-2017, Rostislav Pehlivanov <atomnuker@gmail.com>
  2015-2018, Henrik Gramner <henrik@gramner.com>
  2015-2019, Loongson Technology Corporation Limited
  2015-2021, Rodger Combs <rodger.combs@gmail.com>
  2016, Davinder Singh (DSM_) <ds.mudhar<@gmail.com>
  2016, Floris Sluiter
  2016, Jan Sebechlebsky
  2016, Josh de Kock
  2016, KongQun Yang <kqyang@google.com>
  2016, Marton Balnt <cus@passwd.hu>
  2016, Mobibase, France
  2016, Ståle Kristoffersen
  2016, Thomas Mundt <loudmax@yahoo.de>
  2016, Tobias Rapp
  2016, Umair Khan <omerjerk@gmail.com>
  2016, William Ma, Sofia Kim, Dustin Woo
  2016, foo86
  2016-2018, Jokyo Images
  2016-2019, Jai Luthra
  2017, Felix Matouschek
  2017, Maksym Veremeyenko
  2017, Meng Wang <wangmeng.kids@bytedance.com>
  2017, Paras Chadha
  2017, Richard Ling
  2017, sfan5 <sfan5@live.de>
  2017, Steinar H. Gunderson
  2017-2018, Akamai Technologies, Inc.
  2018, Bjorn Roche
  2018, Dylan Fernando
  2018, Danil Iashchenko
  2018, Falei Luo <falei.luo@gmail.com>
  2018, gxw <guxiwei-hf@loongson.cn>
  2018, Huiwen Ren <hwrenx@gmail.com> <hwrenx@126.com>
  2018, Magnus Röös <mla2.roos@gmail.com>
  2018, Mina Sami
  2018, Misty De Meo
  2018, Mohammad Izadi <moh.izadi at gmail.com>
  2018, Rostislav Pehlivanov <atomnuker@gmail.com>
  2018, Sergey Lavrushkin
  2018, Yingming Fan <yingmingfan@gmail.com>
  2018, Yiqun Xu <yiqun.xu@vipl.ict.ac.cn>
  2018-2019, Shiyou Yin <yinshiyou-hf@loongson.cn>
  2019, Eugene Lyapustin
  2019, Guo Yejun
  2019, Leo Zhang <leozhang@qiyi.com>
  2019, Lynne <dev@lynne.ee>
  2019, Manoj Gupta Bonda
  2019, Swaraj Hota
  2019, Vladimir Panteleev
  2019, Xuewei Meng
  2019-2020, Andriy Gelman
  2020, Alyssa Milburn <amilburn@zall.org>
  2020, David Bryant
  2020, Gautam Ramakrishnan
  2020, Jun Zhao <barryjzhao@tencent.com>
  2020, Vacing Fang <vacingfang@tencent.com>
  2020, Yaroslav Pogrebnyak <yyyaroslav@gmail.com>
  2020, Zane van Iperen <zane@zanevaniperen.com>
  2021, Wu Jianhua <jianhua.wu@intel.com>
License: LGPL-2.1+
Comment:
 The copyright details for Joseph Artsimovich and UAB "DKD" were extracted
 from the referenced source:
 <http://samples.mplayerhq.hu/A-codecs/Nelly_Moser/ASAO/ASAO.zip>.

Files:
  libavfilter/af_chorus.c
  libavfilter/af_earwax.c
Copyright:
  1998, Juergen Mueller And Sundry Contributors
  2000, Edward Beingessner And Sundry Contributors
  2011, Mina Nagy Zaki
  2015, Paul B Mahol
License: LGPL-2.1+ and Sundry

Files:
  doc/texi2pod.pl
  libavcodec/x86/flac_dsp_gpl.asm
  libavfilter/f_ebur128.c
  libavfilter/signature.h
  libavfilter/signature_lookup.c
  libavfilter/tinterlace.h
  libavfilter/vf_blackframe.c
  libavfilter/vf_boxblur.c
  libavfilter/vf_colormatrix.c
  libavfilter/vf_cover_rect.c
  libavfilter/vf_cropdetect.c
  libavfilter/vf_delogo.c
  libavfilter/vf_eq.c
  libavfilter/vf_eq.h
  libavfilter/vf_find_rect.c
  libavfilter/vf_fspp.c
  libavfilter/vf_fspp.h
  libavfilter/vf_histeq.c
  libavfilter/vf_hqdn3d.c
  libavfilter/vf_hqdn3d.h
  libavfilter/vf_kerndeint.c
  libavfilter/vf_mcdeint.c
  libavfilter/vf_mpdecimate.c
  libavfilter/vf_nnedi.c
  libavfilter/vf_owdenoise.c
  libavfilter/vf_perspective.c
  libavfilter/vf_phase.c
  libavfilter/vf_pp.c
  libavfilter/vf_pp7.c
  libavfilter/vf_pp7.h
  libavfilter/vf_pullup.c
  libavfilter/vf_pullup.h
  libavfilter/vf_repeatfields.c
  libavfilter/vf_sab.c
  libavfilter/vf_signature.c
  libavfilter/vf_smartblur.c
  libavfilter/vf_spp.c
  libavfilter/vf_spp.h
  libavfilter/vf_stereo3d.c
  libavfilter/vf_super2xsai.c
  libavfilter/vf_tinterlace.c
  libavfilter/vf_uspp.c
  libavfilter/vf_vaguedenoiser.c
  libavfilter/vsrc_mptestsrc.c
  libavfilter/x86/vf_eq.asm
  libavfilter/x86/vf_eq_init.c
  libavfilter/x86/vf_fspp.asm
  libavfilter/x86/vf_fspp_init.c
  libavfilter/x86/vf_hqdn3d_init.c
  libavfilter/x86/vf_interlace.asm
  libavfilter/x86/vf_pp7.asm
  libavfilter/x86/vf_pp7_init.c
  libavfilter/x86/vf_pullup.asm
  libavfilter/x86/vf_pullup_init.c
  libavfilter/x86/vf_removegrain.asm
  libavfilter/x86/vf_spp.c
  libavfilter/x86/vf_tinterlace_init.c
  libpostproc/postprocess.c
  libpostproc/postprocess.h
  libpostproc/postprocess_altivec_template.c
  libpostproc/postprocess_internal.h
  libpostproc/postprocess_template.c
  libswresample/tests/*
  tests/checkasm/aacpsdsp.c
  tests/checkasm/aarch64/*
  tests/checkasm/alacdsp.c
  tests/checkasm/arm/*
  tests/checkasm/audiodsp.c
  tests/checkasm/blockdsp.c
  tests/checkasm/bswapdsp.c
  tests/checkasm/checkasm.c
  tests/checkasm/checkasm.h
  tests/checkasm/exrdsp.c
  tests/checkasm/fixed_dsp.c
  tests/checkasm/flacdsp.c
  tests/checkasm/float_dsp.c
  tests/checkasm/fmtconvert.c
  tests/checkasm/g722dsp.c
  tests/checkasm/h264dsp.c
  tests/checkasm/h264pred.c
  tests/checkasm/h264qpel.c
  tests/checkasm/hevc_add_res.c
  tests/checkasm/hevc_idct.c
  tests/checkasm/jpeg2000dsp.c
  tests/checkasm/llviddsp.c
  tests/checkasm/opusdsp.c
  tests/checkasm/pixblockdsp.c
  tests/checkasm/sbrdsp.c
  tests/checkasm/sw_scale.c
  tests/checkasm/synth_filter.c
  tests/checkasm/v210dec.c
  tests/checkasm/v210enc.c
  tests/checkasm/vf_blend.c
  tests/checkasm/vf_eq.c
  tests/checkasm/videodsp.c
  tests/checkasm/vp8dsp.c
  tests/checkasm/vp9dsp.c
  tests/checkasm/x86/*
  tests/tiny_ssim.c
  tools/coverity.c
  tools/target_dec_fate.sh
Copyright:
  Wilbert Dijkhof
  1997-2001, ZSNES Team <zsknight@zsnes.com> <_demo_@zsnes.com>
  1999-2001, Free Software Foundation, Inc
  2000-2002, Fabrice Bellard
  2001-2003, Donald A. Graft
  2001-2015, Michael Niedermayer <michaelni@gmx.at>
  2002, A'rpi
  2002, Jindrich Makovicka <makovick@gmail.com>
  2002-2003, Brian J. Murrell
  2003, Daniel Moreno <comac@comac.darktech.org>
  2003, LeFunGus <lefungus@altern.org>
  2003, Michael Zucchi <notzed@ximian.com>
  2003, Rich Felker
  2003-2004, Tobias Diedrich
  2003-2013, Loren Merritt <lorenm@u.washington.edu>
  2004, Romain Dolbeau <romain@dolbeau.org>
  2004, Ville Saari
  2005, Nikolaj Poroshin <porosh3@psu.ru>
  2006, Ivo van Poorten
  2006, Julian Hall
  2006-2011, Kevin Stone
  2010, Baptiste Coudurier <baptiste.coudurier@free.fr>
  2010, Gordon Schmidt <gordon.schmidt@s2000.tu-chemnitz.de>
  2010, Niel van der Westhuizen <nielkie@gmail.com>
  2010-2012, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2012, Jeremy Tran
  2012-2013, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2012-2015, Henrik Gramner
  2013, Vittorio Giovara <vittorio.giovara@gmail.com>
  2013-2015, Jean Delvare <jdelvare@suse.com>
  2013-2017, Paul B Mahol
  2014, Kieran Kunhya <kierank@obe.tv>
  2014, Red Hat, Inc
  2014-2015, Arwa Arif <arwaarif1994@gmail.com>
  2014-2019, James Darnley <james.darnley@gmail.com>
  2015, Janne Grunau
  2015-2016, Martin Storsjo
  2015-2016, Ronald S. Bultje <rsbultje@gmail.com>
  2015-2016, Tiancheng "Timothy" Gu
  2015-2017, James Almer
  2017, Gerion Entrup
License: GPL-2+
 FFmpeg is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
 .
 You should have received a copy of the GNU General Public License
 along with FFmpeg; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files:
  compat/solaris/make_sunver.pl
  doc/t2h.pm
  libavfilter/vf_lensfun.c
Copyright:
  2007, Andrew Zabolotny
  2010-2013, Free Software Foundation, Inc.
  2014, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2014, Tiancheng "Timothy" Gu <timothygu99@gmail.com>
  2018, Stephen Seo
License: GPL-3+
 FFmpeg is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU General Public License
 version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
 .
 You should have received a copy of the GNU General Public
 License along with FFmpeg; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files:
  doc/bootstrap.min.css
  doc/examples/avio_list_dir.c
  doc/examples/avio_reading.c
  doc/examples/decode_audio.c
  doc/examples/decode_video.c
  doc/examples/demuxing_decoding.c
  doc/examples/encode_audio.c
  doc/examples/encode_video.c
  doc/examples/extract_mvs.c
  doc/examples/filtering_audio.c
  doc/examples/filtering_video.c
  doc/examples/http_multiclient.c
  doc/examples/hw_decode.c
  doc/examples/metadata.c
  doc/examples/muxing.c
  doc/examples/qsvdec.c
  doc/examples/remuxing.c
  doc/examples/resampling_audio.c
  doc/examples/scaling_video.c
  doc/examples/transcoding.c
  doc/examples/vaapi_encode.c
  doc/examples/vaapi_transcode.c
  doc/style.min.css
  libavcodec/arm/jrevdct_arm.S
  libavcodec/cinepakenc.c
  libavcodec/nellymoser.c
  libavcodec/nellymoser.h
  libavcodec/nellymoserdec.c
  libavcodec/texturedsp.c
  libavcodec/texturedspenc.c
  libavcodec/x86/vc1dsp_init.c
  libavcodec/x86/vc1dsp_mmx.c
  libavfilter/af_deesser.c
  libavfilter/cuda/vector_helpers.cuh
  libavfilter/vf_avgblur.c
  libavfilter/vf_bilateral.c
  libavfilter/vf_bm3d.c
  libavfilter/vf_deband.c
  libavfilter/vf_morpho.c
  libavfilter/vf_scale_cuda.*
  libavfilter/vf_thumbnail_cuda.c
  libavfilter/vf_thumbnail_cuda.cu
  libavformat/oggdec.c
  libavformat/oggdec.h
  libavformat/oggparseogm.c
  libavformat/oggparsespeex.c
  libavformat/oggparsetheora.c
  libavformat/oggparsevorbis.c
  libavutil/avsscanf.c
  tests/api/api-band-test.c
  tests/api/api-flac-test.c
  tests/api/api-h264-test.c
  tests/api/api-seek-test.c
  tests/api/api-threadmessage-test.c
  tests/reference.pnm
Copyright:
  2001, Lionel Ulmer <lionel.ulmer@free.fr> <bbrox@bbrox.org>
  2001-2003, Fabrice Bellard
  2005, Alex Beregszaszi
  2005, Matthieu CASTET
  2005, Michael Ahlberg
  2005, Måns Rullgård
  2005-2014, Rich Felker, et al.
  2007, Benjamin Larsson
  2007, Christophe GISQUET <christophe.gisquet@free.fr>
  2007, Loic Minier <lool@dooz.org>
  2008, Reimar Döffinger <Reimar.Doeffinger@gmx.de>
  2009, Benjamin Dobell
  2009, Glass Echidna
  2010, Nicolas George
  2010-2017, NVIDIA Corporation
  2011, Tomas Härdin
  2011-2014, Reinhard Tartler
  2011-2014, Stefano Sabatini <stefano.sabatini-lala@poste.it> <stefasab@gmail.com>
  2011-2014, Twitter, Inc
  2012, Matthäus G. "Anteru" Chajdas (http://anteru.net)
  2012-2014, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2013-2014, Rl, Aetey Global Technologies AB
  2014, Andrey Utkin
  2014, Barbara Lepage <db0company@gmail.com>
  2014, Lukasz Marek <lukasz.m.luki@gmail.com>
  2015, Anton Khirnov <anton@khirnov.net>
  2015, Ludmila Glinskih
  2015, Matthieu Bouron <matthieu.bouron@stupeflix.com>
  2015, Niklas Haas
  2015, Stephan Holljes
  2015, Vittorio Giovara <vittorio.giovara@gmail.com>
  2015-2021, Paul B Mahol
  2015-2016, mawen1250
  2016, ReneBrals
  2017, Ming Yang
  2018, Chris Johnson
License: Expat

Files:
  libavcodec/aacdec_fixed.c
  libavcodec/aacsbr_fixed.c
  libavcodec/ac3dec_fixed.c
  libavcodec/arm/vp8dsp_armv6.S
  libavcodec/fft_fixed_32.c
  libavcodec/fft_init_table.c
  libavcodec/fft_table.h
  libavcodec/ilbcdata.h
  libavcodec/ilbcdec.c
  libavcodec/mdct_fixed_32.c
  libavcodec/mips/aaccoder_mips.c
  libavcodec/mips/aacdec_mips.c
  libavcodec/mips/aacdec_mips.h
  libavcodec/mips/aacpsdsp_mips.c
  libavcodec/mips/aacpsy_mips.h
  libavcodec/mips/aacsbr_mips.c
  libavcodec/mips/aacsbr_mips.h
  libavcodec/mips/ac3dsp_mips.c
  libavcodec/mips/acelp_filters_mips.c
  libavcodec/mips/acelp_vectors_mips.c
  libavcodec/mips/amrwbdec_mips.c
  libavcodec/mips/amrwbdec_mips.h
  libavcodec/mips/celp_filters_mips.c
  libavcodec/mips/celp_math_mips.c
  libavcodec/mips/compute_antialias_fixed.h
  libavcodec/mips/compute_antialias_float.h
  libavcodec/mips/fft_mips.c
  libavcodec/mips/fmtconvert_mips.c
  libavcodec/mips/iirfilter_mips.c
  libavcodec/mips/lsp_mips.h
  libavcodec/mips/mpegaudiodsp_mips_fixed.c
  libavcodec/mips/mpegaudiodsp_mips_float.c
  libavcodec/mips/sbrdsp_mips.c
  libavfilter/opencl/deshake.cl
  libavfilter/vf_deshake_opencl.c
  libavutil/fixed_dsp.c
  libavutil/fixed_dsp.h
  libavutil/mips/float_dsp_mips.c
  libavutil/mips/libm_mips.h
  libavutil/softfloat_tables.h
Copyright:
  2000-2008, Intel Corporation
  2005-2006, Oded Shimon <ods15@ods15.dyndns.org>
  2006-2007, Maxim Gavrilov <maxim.gavrilov@gmail.com>
  2008-2009, Robert Swain <rob@opendot.cl>
  2009, Willow Garage Inc.
  2009-2010, Alex Converse <alex.converse@gmail.com>
  2010, Google Inc
  2010, Rob Clark <rob@ti.com>
  2011, Mans Rullgard <mans@mansr.com>
  2012-2013, MIPS Technologies, Inc., California
  2013, The WebRTC project authors
  2013, OpenCV Foundation
License: LGPL-2.1+ and BSD-3-clause

Files:
  tools/cws2fws.c
  tools/qt-faststart.c
Copyright:
  Alex Beregszaszi
  Mike Melanson <melanson@pcisys.net>
License: public-domain
 This file is placed in the public domain. Use the program however you see fit.

Files:
  compat/windows/makedef
  libavcodec/faandct.c
  libavcodec/interplayacm.c
  libavcodec/libfdk-aacdec.c
  libavcodec/libfdk-aacenc.c
  libavcodec/zerocodec.c
  libavdevice/openal-dec.c
  libavfilter/vf_hqx.c
  libavutil/x86/x86inc.asm
Copyright:
  2003, Michael Niedermayer <michaelni@gmx.at>
  2003, Roman Shaposhnik
  2004-2008, Marko Kreen
  2005-2016, x264 project
  2008, Adam Gashlin
  2011, Jonathan Baldwin
  2012-2013, Derek Buitenhuis
  2012, Martin Storsjo
  2014, Clément Bœsch <u@pkh.me> <clement@stupeflix.com>
  2015, Paul B Mahol
License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files:
  libavcodec/jfdctfst.c
  libavcodec/jfdctint_template.c
  libavcodec/jrevdct.c
Copyright: 1991-1996, Thomas G. Lane
License: IJG
 The authors make NO WARRANTY or representation, either express or implied,
 with respect to this software, its quality, accuracy, merchantability, or
 fitness for a particular purpose.  This software is provided "AS IS", and
 you, its user, assume the entire risk as to its quality and accuracy.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 software (or portions thereof) for any purpose, without fee, subject to
 these conditions:
 (1) If any part of the source code for this software is distributed, then
 this README file must be included, with this copyright and no-warranty
 notice unaltered; and any additions, deletions, or changes to the original
 files must be clearly indicated in accompanying documentation.
 (2) If only executable code is distributed, then the accompanying
 documentation must state that "this software is based in part on the work
 of the Independent JPEG Group".
 (3) Permission for use of this software is granted only if the user accepts
 full responsibility for any undesirable consequences; the authors accept
 NO LIABILITY for damages of any kind.
 .
 These conditions apply to any software derived from or based on the IJG
 code, not just to the unmodified library.  If you use our work, you ought
 to acknowledge us.
 .
 Permission is NOT granted for the use of any IJG author's name or company
 name in advertising or publicity relating to this software or products
 derived from it.  This software may be referred to only as "the Independent
 JPEG Group's software".
 .
 We specifically permit and encourage the use of this software as the basis
 of commercial products, provided that all warranty or liability claims are
 assumed by the product vendor.

Files:
  libavcodec/j2kenc.c
  libavformat/imf*
  libavformat/tests/imf*
Copyright:
  2001-2003, David Janssens
  2002-2003, Yannick Verschueren
  2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
  2002-2007, Professor Benoit Macq
  2003-2007, Francois-Olivier Devaux and Antonin Descampe
  2005, Herve Drolon, FreeImage Team
  2007, Callum Lerwick <seg@haxxed.com>
  2007, Kamil Nowosad
  Sandflow Consulting LLC
License: LGPL-2.1+ and BSD-2-clause

Files: libavutil/adler32.c
Copyright: 1995, Mark Adler
License: Zlib
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.

Files:
  libavfilter/af_hdcd.c
  libavcodec/speexdata.h
  libavcodec/speexdec.c
Copyright:
  2010, Chris Moeller
  2002-2008, Xiph.org Foundation
  2002-2008, Jean-Marc Valin
  2005-2007, Analog Devices Inc.
  2005-2008, Commonwealth Scientific and Industrial Research Organisation (CSIRO)
  1993,2002,2006, David Rowe
  2003, EpicGames
  1992-1994, Jutta Degener
  1992-1994, Carsten Bormann
License: BSD-3-clause

Files:
 libavfilter/ebur128.c
 libavfilter/ebur128.h
Copyright:
 2011, Jan Kokemüller
License: LGPL-2.1+ and Expat

Files:
  libavfilter/af_arnndn.c
  libavfilter/gblur.h
  libavfilter/vf_gblur.c
Copyright:
  2005-2009 Xiph.Org Foundation
  2007-2008 CSIRO
  2008-2011 Octasic Inc.
  2011, Pascal Getreuer
  2016,2019, Paul B Mahol
  2017 Mozilla
  2018 Gregor Richards
  Jean-Marc Valin
License: BSD-2-clause

Files: libavformat/aadec.c
Copyright:
  2001-2014, Jim Teeuwen
  2015, Vesselin Bontchev
License: BSD-1-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

Files: libavcodec/libzvbi-teletextdec.c
Copyright:
  2005-2012, Wolfram Gloger
  2013, Marton Balint
License: LGPL-2+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU Lesser General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Files: libswresample/resample.c
Copyright:
  2004-2012, Michael Niedermayer <michaelni@gmx.at>
  2006, Xiaogang Zhang
License: LGPL-2.1+ and BSL

Files: debian/*
Copyright:
  2014-2017, Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
  2016-2021, Sebastian Ramacher <sramacher@debian.org>
  2017-2018, James Cowgill <jcowgill@debian.org>
  2020, Jonas Smedegaard <dr@jones.dk>
License: LGPL-2.1+

Files: debian/missing-sources/ffmpeg-web/src/less/style.less
Copyright: 2014, Barbara Lepage <db0company@gmail.com>
License: Expat
Comment:
 This is the source of doc/style.min.css.
 It was obtained from the FFmpeg web repository:
 <https://github.com/FFmpeg/web>

Files: debian/qt-faststart.1
Copyright: Andres Mejia <mcitadel@gmail.com>
License: man-page
 This manual page was written by Andres Mejia <mcitadel@gmail.com>
 for the Debian GNU/Linux system, but may be used by others.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the MIPS Technologies, Inc., nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSL
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare derivative works of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

License: LGPL-2.1+
 FFmpeg is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 FFmpeg is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
Comment:
 On Debian systems, the full text of the GNU Lesser General Public License
 version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this packaging; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

License: Sundry
 This source code is freely redistributable and may be used for
 any purpose.  This copyright notice must be maintained.
 Juergen Mueller/Edward Beingessner And Sundry Contributors are not responsible for
 the consequences of using this software.



==========================================================================
Package: libsystemd0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: systemd
Upstream-Contact: systemd-devel@lists.freedesktop.org
Source: https://www.freedesktop.org/wiki/Software/systemd/

Files: *
Copyright: 2008-2015 Kay Sievers <kay@vrfy.org>
           2010-2015 Lennart Poettering
           2012-2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
           2013-2015 Tom Gundersen <teg@jklm.no>
           2013-2015 Daniel Mack
           2010-2015 Harald Hoyer
           2013-2015 David Herrmann
           2013, 2014 Thomas H.P. Andersen
           2013, 2014 Daniel Buch
           2014 Susant Sahani
           2009-2015 Intel Corporation
           2000, 2005 Red Hat, Inc.
           2009 Alan Jenkins <alan-jenkins@tuffmail.co.uk>
           2010 ProFUSION embedded systems
           2010 Maarten Lankhorst
           1995-2004 Miquel van Smoorenburg
           1999 Tom Tromey
           2011 Michal Schmidt
           2012 B. Poettering
           2012 Holger Hans Peter Freyther
           2012 Dan Walsh
           2012 Roberto Sassu
           2013 David Strauss
           2013 Marius Vollmer
           2013 Jan Janssen
           2013 Simon Peeters
License: LGPL-2.1+

Files: src/basic/siphash24.h
       src/basic/siphash24.c
Copyright: 2012 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>
           2012 Daniel J. Bernstein <djb@cr.yp.to>
License: CC0-1.0

Files: src/shared/linux/*
       src/basic/linux/*
Copyright: 2004-2009 Red Hat, Inc.
           2011-2014 PLUMgrid
           2001-2003 Sistina Software (UK) Limited.
           2008 Ian Kent <raven@themaw.net>
           1998 David S. Miller >davem@redhat.com>
           2001 Jeff Garzik <jgarzik@pobox.com>
           2006-2010 Johannes Berg <johannes@sipsolutions.net
           2008 Michael Wu <flamingice@sourmilk.net>
           2008 Luis Carlos Cobo <luisca@cozybit.com>
           2008 Michael Buesch <m@bues.ch>
           2008, 2009 Luis R. Rodriguez <lrodriguez@atheros.com>
           2008 Jouni Malinen <jouni.malinen@atheros.com>
           2008 Colin McCabe <colin@cozybit.com>
           2018-2019 Intel Corporation
           2007 Oracle.
           2009 Wolfgang Grandegger <wg@grandegger.com>
           1999 Thomas Davis <tadavis@lbl.gov>
           2015 Sabrina Dubroca <sd@queasysnail.net>
           1999-2000 Maxim Krasnyansky <max_mk@yahoo.com>
           2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>
License: GPL-2 with Linux-syscall-note exception

Files: src/basic/sparse-endian.h
Copyright: 2012 Josh Triplett <josh@joshtriplett.org>
License: Expat

Files: src/basic/MurmurHash2.c
       src/basic/MurmurHash2.h
       src/libsystemd/sd-journal/lookup3.c
       src/libsystemd/sd-journal/lookup3.h
Copyright: none
License: public-domain
 You can use this free for any purpose. It's in the public domain. It has no
 warranty.

Files: src/udev/ata_id/ata_id.c
       src/udev/cdrom_id/cdrom_id.c
       src/udev/dmi_memory_id/dmi_memory_id.c
       src/udev/mtd_probe/mtd_probe.c
       src/udev/mtd_probe/mtd_probe.h
       src/udev/mtd_probe/probe_smartmedia.c
       src/udev/scsi_id/scsi.h
       src/udev/scsi_id/scsi_id.c
       src/udev/scsi_id/scsi_id.h
       src/udev/scsi_id/scsi_serial.c
       src/udev/udevadm.c
       src/udev/udevadm-control.c
       src/udev/udevadm.h
       src/udev/udevadm-info.c
       src/udev/udevadm-monitor.c
       src/udev/udevadm-settle.c
       src/udev/udevadm-test-builtin.c
       src/udev/udevadm-test.c
       src/udev/udevadm-trigger.c
       src/udev/udevadm-util.c
       src/udev/udevadm-util.h
       src/udev/udev-builtin-blkid.c
       src/udev/udev-builtin.h
       src/udev/udev-builtin-input_id.c
       src/udev/udev-builtin-kmod.c
       src/udev/udev-builtin-path_id.c
       src/udev/udev-builtin-uaccess.c
       src/udev/udev-builtin-usb_id.c
       src/udev/udev-ctrl.h
       src/udev/udevd.c
       src/udev/udevd.h
       src/udev/udev-event.c
       src/udev/udev-event.h
       src/udev/udev-node.c
       src/udev/udev-node.h
       src/udev/udev-rules.c
       src/udev/udev-rules.h
       src/udev/udev-watch.c
       src/udev/udev-watch.h
       src/udev/v4l_id/v4l_id.c
Copyright: 2003-2012 Kay Sievers <kay@vrfy.org>
           2003-2004 Greg Kroah-Hartman <greg@kroah.com>
           2004 Chris Friesen <chris_friesen@sympatico.ca>
           2004, 2009, 2010 David Zeuthen <david@fubar.dk>
           2005, 2006 SUSE Linux Products GmbH
           2003 IBM Corp.
           2007 Hannes Reinecke <hare@suse.de>
           2009 Canonical Ltd.
           2009 Scott James Remnant <scott@netsplit.com>
           2009 Martin Pitt <martin.pitt@ubuntu.com>
           2009 Piter Punk <piterpunk@slackware.com>
           2009, 2010 Lennart Poettering
           2009 Filippo Argiolas <filippo.argiolas@gmail.com>
           2010 Maxim Levitsky
           2011 ProFUSION embedded systems
           2011 Karel Zak <kzak@redhat.com>
           2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
           2014 David Herrmann <dh.herrmann@gmail.com>
           2014 Carlos Garnacho <carlosg@gnome.org>
License: GPL-2+

Files: debian/*
Copyright: 2010-2013 Tollef Fog Heen <tfheen@debian.org>
           2011 Josh Triplett <josh@joshtriplett.org>
           2013-2014 Michael Stapelberg <stapelberg@debian.org>
           2013-2020 Martin Pitt <martin.pitt@ubuntu.com>
           2013-2022 Michael Biebl <biebl@debian.org>
           2013 Daniel Schaal <farbing@web.de>
           2013 Guido Günther <agx@sigxcpu.org>
           2014-2015 Didier Roche <didrocks@ubuntu.com>
           2014-2015 Marco d'Itri <md@linux.it>
           2014-2017 Sjoerd Simons <sjoerd.simons@collabora.co.uk>
           2014 Ansgar Burchardt <ansgar@debian.org>
           2014 Jon Severinsson <jon@severinsson.net>
           2015-2019 Felipe Sateler <fsateler@debian.org>
           2015 Adam Conrad <adconrad@debian.org>
           2015 Andreas Henriksson <andreas@fatal.se>
           2015 Christian Seiler <christian@iwakd.de>
           2015 Julian Wollrath <jwollrath@web.de>
           2016-2018 Evgeny Vereshchagin <evvers@ya.ru>
           2016,2018 Laurent Bigonville <bigon@debian.org>
           2016-2019 Dimitri John Ledkov <xnox@ubuntu.com>
           2016,2019 Michael Prokop <mika@debian.org>
           2016 Alexander Kurtz <alexander@kurtz.be>
           2016 Antonio Ospite <ao2@ao2.it>
           2016 Iain Lane <iain@orangesquash.org.uk>
           2016 Simon McVittie <simon.mcvittie@collabora.co.uk>
           2017-2018 Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
           2017-2019 Martin Pitt <mpitt@debian.org>
           2017 Cyril Brulebois <kibi@debian.org>
           2017 Ondřej Nový <onovy@debian.org>
           2018-2019 Mert Dirik <mertdirik@gmail.com>
           2018 Adam Borowski <kilobyte@angband.pl>
           2018 Alf Gaida <agaida@siduction.org>
           2018 Benjamin Drung <benjamin.drung@profitbricks.com>
           2018 Gunnar Hjalmarsson <gunnarhj@ubuntu.com>
           2018 Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>
           2019-2021 Balint Reczey <balint.reczey@canonical.com>
           2019-2021 Dan Streetman <ddstreet@canonical.com>
           2019 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
           2020-2021 Helmut Grohne <helmut@subdivi.de>
           2020 Topi Miettinen <toiwoton@gmail.com>
           2020 Youfu Zhang <zhangyoufu@gmail.com>
           2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
           2020 наб <nabijaczleweli@nabijaczleweli.xyz>
           2021-2022 Luca Boccassi <bluca@debian.org>
           2021-2022 Lukas Märdian <slyon@ubuntu.com>
           2021 Frantisek Sumsal <frantisek@sumsal.cz>
           2021 Ioanna Alifieraki <ioanna-maria.alifieraki@canonical.com>
           2021 Jan Kiszka <jan.kiszka@web.de>
           2021 Matthias Klumpp <matthias@tenstral.net>
           2021 Salvatore Bonaccorso <carnil@debian.org>
License: LGPL-2.1+

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 IN THE SOFTWARE.

License: GPL-2 with Linux-syscall-note exception
 NOTE! This copyright does *not* cover user programs that use kernel services
 by normal system calls - this is merely considered normal use of the kernel,
 and does *not* fall under the heading of "derived work". Also note that the
 GPL below is copyrighted by the Free Software Foundation, but the instance of
 code that it refers to (the Linux kernel) is copyrighted by me and others who
 actually wrote it.
 .
 Also note that the only valid version of the GPL as far as the kernel is
 concerned is _this_ particular version of the license (ie v2, not v2.2 or v3.x
 or whatever), unless explicitly otherwise stated.
 .
 Linus Torvalds
 .
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; version 2 of the License.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian and systems the full text of the GNU General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/GPL-2`

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation,
 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 2 can be found in ‘/usr/share/common-licenses/GPL-2’.

License: LGPL-2.1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License along
 with this program; if not, write to the Free Software Foundation,
 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in ‘/usr/share/common-licenses/LGPL-2.1’.

License: CC0-1.0
 To the extent possible under law, the author(s) have dedicated all copyright
 and related and neighboring rights to this software to the public domain
 worldwide. This software is distributed without any warranty.
 .
 You should have received a copy of the CC0 Public Domain Dedication along with
 this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
 .
 On Debian systems, the complete text of the CC0 1.0 Universal license can be
 found in ‘/usr/share/common-licenses/CC0-1.0’.



==========================================================================
Package: libtasn1-6:arm64
==========================================================================
This package was debianized by Ivo Timmermans <ivo@debian.org> on
Sat, 15 Jun 2002 23:37:29 +0200.
Matthias Urlichs <smurf@debian.org>.

It is now maintained by Andreas Metzler <ametzler@debian.org>, Eric Dorland
<eric@debian.org> and James Westby <jw+debian@jameswestby.net>

It was downloaded from https://ftp.gnu.org/gnu/libtasn1/

Upstream Authors: Fabio Fiorina <fiorinaf@gnutls.org>
                  Simon Josefsson <jas@extundo.com>
                  Nikos Mavrogiannopoulos <nmav@gnutls.org>

The library itself is licensed as LGPLv2.1+, the build system, test-suite and
command-line tools (package libtasn1-bin) are GPLv3+.

Copyright (library):
/*
 * Copyright (C) 2000-2022 Free Software Foundation, Inc.
 *
 * This file is part of LIBTASN1.
 *
 * The LIBTASN1 library is free software; you can redistribute it
 * and/or modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301, USA
 */

On Debian GNU/Linux systems, the complete text of the GNU Lesser
General Public License can be found in
`/usr/share/common-licenses/LGPL'; the text of the earliest applying version
of the license (2.1) can be found in `/usr/share/common-licenses/LGPL-2.1'.


Copyright (build system, test-suite and command-line tools):
 * Copyright (C) 2000-2022 Free Software Foundation, Inc.
 *
 * This file is part of LIBTASN1.
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 */

On Debian GNU/Linux systems, the complete text of the GNU General Public
License version 3 can be found in /usr/share/common-licenses/GPL-3.


The documentation is distributed under the terms of the GNU Free
Documentation License (FDL 1.3):
----------------------------------
Copyright (c) 2001-2022 Free Software Foundation, Inc.

  Permission is granted to copy, distribute and/or modify this
  document under the terms of the GNU Free Documentation License,
  Version 1.3 or any later version published by the Free Software
  Foundation; with no Invariant Sections, no Front-Cover Texts, and no
  Back-Cover Texts. A copy of the license is included in the section
  entitled "GNU Free Documentation License".
----------------------------------

On Debian systems a copy of the complete text of the GNU FDL 1.3
can be found in /usr/share/common-licenses/GFDL-1.3.



==========================================================================
Package: libthai0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libthai
Upstream-Contact: Thai Linux/FOSS Devel <thai-linux-foss-devel@googlegroups.com>
Source: https://linux.thai.net/pub/thailinux/software/libthai/

Files: *
Copyright: 2001-2021 Theppitak Karoonboonyanan <theppitak@gmail.com>,
                     Pattara Kiatisevi <ott@linux.thai.net>,
                     Vuthichai Ampornaramveth <vuthi@nii.ac.jp>,
                     Poonlap Veerathanabutr <poonlap@linux.thai.net>,
                     Chanop Silpa-Anan <chanop@debian.org>
License: LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.

Files: debian/*
Copyright: 2003-2006 Pattara Kiatisevi <ott@linux.thai.net>
           2006-2021 Theppitak Karoonboonyanan <thep@debian.org>
License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 2 can be found in `/usr/share/common-licenses/GPL-2'.



==========================================================================
Package: libtheora0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Theora video compression
Upstream-Contact: Monty <monty@xiph.org>
Source: https://git.xiph.org/theora.git
Files-Excluded: doc/draft-ietf-avt-rtp-theora-00.txt doc/draft-ietf-avt-rtp-theora-00.xml
Comment: These two files are draft RFCs that are not licensed under a DFSG
 license, so cannot be included in Debian.

Files: *
Copyright: 1992-2004, Xiph.org Foundation
License: BSD-3-Clause

Files: debian/*
Copyright: 2002, Christopher L Cheney <ccheney@debian.org>
License: BSD-3-Clause

License: BSD-3-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 - Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 .
 - Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 .
 - Neither the name of the Xiph.org Foundation nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: libtiff6:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: LibTIFF
Upstream-Contact: tiff@lists.maptools.org
Source: https://gitlab.com/libtiff/libtiff

Files: *
Copyright: 1988-1997 Sam Leffler
	   1991-1997 Silicon Graphics, Inc.
	   1985-1987, 1990 Regents of the University of California
	   1990, 1991 Digital Equipment Corporation
	   1990 Sun Microsystems, Inc.
	   1990, 1995 Frank D. Cringle
	   1996 BancTec AB
	   1996 Mike Johnson
	   1996 Pixar
	   1997 Greg Ward Larson
	   2000 Frank Warmerdam
License: Hylafax

Files: debian/*
Copyright: 1997-1999 Guy Maor <maor@debian.org>
	   1999-2004 Josip Rodin <joy-packages@debian.org>
	   2004-2015 Jay Berkenbilt <qjb@debian.org>
	   2015	     Ondřej Surý <ondrej@debian.org>
	   2015-     Laszlo Boszormenyi (GCS) <gcs@debian.org>
License: Hylafax

License: Hylafax
 Permission to use, copy, modify, distribute, and sell this software
 and its documentation for any purpose is hereby granted without fee,
 provided that (i) the above copyright notices and this permission
 notice appear in all copies of the software and related
 documentation, and (ii) the names of Sam Leffler and Silicon Graphics
 may not be used in any advertising or publicity relating to the
 software without the specific, prior written permission of Sam
 Leffler and Silicon Graphics.
 .
 THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
 EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
 WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
 .
 IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR ANY
 SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
 PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON
 ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE
 OR PERFORMANCE OF THIS SOFTWARE.



==========================================================================
Package: libtinfo6:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ncurses
Upstream-Contact: bug-ncurses@gnu.org
                  Thomas Dickey <dickey@his.com>
Source: https://invisible-mirror.net/archives/ncurses/

Files: *
Copyright: 1998-2017,2018 Free Software Foundation, Inc.
           1996-2020,2021 Thomas E. Dickey
           2001 Pradeep Padala
License: MIT/X11

Files: install-sh
Copyright: 1994 X Consortium
License: X11

Files: progs/tset.c ncurses/tinfo/read_termcap.c
Copyright: 1980,1991,1992,1993 The Regents of the University of California
License: BSD-3-clause

License: MIT/X11
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, distribute with modifications, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name(s) of the above copyright
 holders shall not be used in advertising or otherwise to promote the
 sale, use or other dealings in this Software without prior written
 authorization.

License: X11
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from the X Consor-
 tium.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.



==========================================================================
Package: libtirpc-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: package
Source: https://sourceforge.net/projects/libtirpc/
Comment: The original upstream tarball included a symlink to
 /usr/share/automake-1.16/INSTALL. This source re-pack removes the symlink
 and adds the INSTALL file to the package.

Files: *
Copyright: 2005 Bull S.A
License: BSD-3-Clause

Files: debian/*
Copyright: 2009 Steinar H. Gunderson <sesse@debian.org>
           2022 Josue Ortega <josue@debian.org>
License: GPL-2

Files:     src/auth_des.c
           src/auth_none.c
           src/auth_unix.c
           src/authdes_prot.c
           src/authunix_prot.c
           src/bindresvport.c
           src/clnt_bcast.c
           src/clnt_perror.c
           src/clnt_raw.c
           src/clnt_simple.c
           src/clnt_vc.c
           src/debug.c
           src/debug.h
           src/des_crypt.c
           src/getnetconfig.c
           src/getnetpath.c
           src/getrpcent.c
           src/getrpcport.c
           src/key_call.c
           src/key_prot_xdr.c
           src/pmap_clnt.c
           src/pmap_getmaps.c
           src/pmap_getport.c
           src/pmap_prot.c
           src/pmap_prot2.c
           src/pmap_rmt.c
           src/rpc_callmsg.c
           src/rpc_com.h
           src/rpc_commondata.c
           src/rpc_dtablesize.c
           src/rpc_generic.c
           src/rpc_prot.c
           src/rpc_soc.c
           src/rpcb_prot.c
           src/rpcb_st_xdr.c
           src/rtime.c
           src/svc_auth.c
           src/svc_auth_des.c
           src/svc_auth_unix.c
           src/svc_dg.c
           src/svc_generic.c
           src/svc_raw.c
           src/svc_simple.c
           src/svc_vc.c
           src/xdr_array.c
           src/xdr_float.c
           src/xdr_mem.c
           src/xdr_rec.c
           src/xdr_reference.c
           src/xdr_sizeof.c
           src/xdr_stdio.c
           tirpc/rpc/auth_des.h
           tirpc/rpc/auth_unix.h
           tirpc/rpc/des_crypt.h
           tirpc/rpc/pmap_clnt.h
           tirpc/rpc/pmap_prot.h
           tirpc/rpc/pmap_rmt.h
           tirpc/rpc/raw.h
           tirpc/rpc/rpc_com.h
           tirpc/rpc/rpc_msg.h
           tirpc/rpc/rpcb_clnt.h
           tirpc/rpc/rpcb_prot.h
           tirpc/rpc/svc_auth.h
Copyright: 1984-2009 Sun Microsystems, Inc.
           1986-1991 Sun Microsystems Inc.
           1986-1991 Sun Microsystems Inc. In addition, portions of such source code were derived from Berkeley
           1996 Jason Downs.
           2014 Red Hat, Steve Dickson <steved@redhat.com>
License: BSD-3-Clause

Files:     Makefile.in
           aclocal.m4
           compile
           config.guess
           config.sub
           configure
           depcomp
           doc/Makefile.in
           install-sh
           ltmain.sh
           m4/libtool.m4
           m4/ltoptions.m4
           m4/ltsugar.m4
           m4/ltversion.m4
           m4/lt~obsolete.m4
           man/Makefile.in
           missing
           src/Makefile.in
Copyright: 1992-2017 Free Software Foundation, Inc.
           1994 X Consortium
License:   __AUTO_PERMISSIVE__
 Autogenerated files with permissive licenses.

Files:     man/rpc_gss_get_error.3t
           man/rpc_gss_get_mech_info.3t
           man/rpc_gss_get_mechanisms.3t
           man/rpc_gss_get_principal_name.3t
           man/rpc_gss_get_versions.3t
           man/rpc_gss_getcred.3t
           man/rpc_gss_is_installed.3t
           man/rpc_gss_max_data_length.3t
           man/rpc_gss_mech_to_oid.3t
           man/rpc_gss_qop_to_num.3t
           man/rpc_gss_seccreate.3t
           man/rpc_gss_set_callback.3t
           man/rpc_gss_set_defaults.3t
           man/rpc_gss_set_svc_name.3t
           man/rpc_gss_svc_max_data_length.3t
           man/rpcsec_gss.3t
Copyright: 2008 Isilon Inc http://www.isilon.com/
License:   BSD-2-Clause

Files:     src/auth_gss.c
           src/authgss_prot.c
           src/svc_auth_gss.c
           src/svc_auth_none.c
           tirpc/rpc/auth_gss.h
Copyright: 2000 Dug Song <dugsong@UMICH.EDU>. all wrongs reversed.
           2000 The Regents of the University of Michigan.
License:   BSD-3-Clause

Files:     src/binddynport.c
           src/rpc_gss_utils.c
           tirpc/rpc/rpcsec_gss.h
           tirpc/rpc/svc_auth_gss.h
Copyright: 2013-2018 Oracle America, Inc.
License:   BSD-3-Clause

Files:     src/netname.c
           src/netnamer.c
Copyright: 2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     src/clnt_generic.c
           src/rpcb_clnt.c
Copyright: 2010 Oracle America, Inc.
License:   BSD-3-Clause

Files:     src/crypt_client.c
           tirpc/rpcsvc/crypt.x
Copyright: 1996 Bill Paul <wpaul@ctr.columbia.edu>.
License:   BSD-4-Clause

Files:     src/des_impl.c
Copyright: 1992 Eric Young Collected from libdes and modified for SECURE RPC  Martin Kuck 1994
License:   LGPL-2.1+

Files:     INSTALL
Copyright: 1994-2013 Free Software Foundation, Inc.
License:   PERMISSIVE
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.  This file is offered as-is,
 without warranty of any kind.
 .
 Basic Installation

Files:     tirpc/rpc/nettype.h
Copyright: 1986-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     tirpc/reentrant.h
Copyright: 1997-1998 The NetBSD Foundation, Inc.
License:   BSD-2-Clause

Files:     tirpc/rpc/svc_mt.h
Copyright: 2015 Axentia Technologies AB.
License:   BSD-2-Clause

Files:     src/getpeereid.c
Copyright: 2001 Dima Dorfman.
License:   BSD-2-Clause

Files:     tirpc/un-namespace.h
Copyright: 2001 Daniel Eischen <deischen@FreeBSD.org>.
License:   BSD-2-Clause

Files:     tirpc/rpc/rpcent.h
Copyright: 1986-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     src/epoll_sub.c
Copyright: 2003 Niels Provos <provos@citi.umich.edu>
License:   BSD-3-Clause

Files:     tirpc/rpc/clnt.h
Copyright: 2010 Oracle America, Inc.
License:   BSD-3-Clause

Files:     tirpc/rpc/xdr.h
Copyright: 1984-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     src/rpcdname.c
Copyright: 2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     tirpc/rpc/types.h
Copyright: 2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     src/des_soft.c
Copyright: 2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     src/svc.c
Copyright: 1984-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     tirpc/rpc/auth.h
Copyright: 1984-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     tirpc/rpc/svc_soc.h
Copyright: 1986-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     src/xdr.c
Copyright: 1986-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     src/getpublickey.c
Copyright: 2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     tirpc/rpc/rpc.h
Copyright: 1984-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     tirpc/rpc/clnt_soc.h
Copyright: 1984-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     src/svc_run.c
Copyright: 2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     tirpc/rpc/des.h
Copyright: 2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     tirpc/rpc/svc.h
Copyright: 1986-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     src/nis.h
Copyright: 2010 Oracle America, Inc.
License:   BSD-3-Clause

Files:     tirpc/rpc/svc_dg.h
Copyright: 2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

License:   BSD-3-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 - Redistributions of source code must retain the above copyright notice,
 this list of conditions and the following disclaimer.
 - Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimer in the documentation
 and/or other materials provided with the distribution.
 - Neither the name of Sun Microsystems, Inc. nor the names of its
 contributors may be used to endorse or promote products derived
 from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License:   BSD-2-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License:   BSD-4-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 3. All advertising materials mentioning features or use of this software
 must display the following acknowledgement:
 This product includes software developed by Bill Paul.
 4. Neither the name of the author nor the names of any co-contributors
 may be used to endorse or promote products derived from this software
 without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL Bill Paul OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License:   LGPL-2.1+
 This file is distributed under the terms of the GNU Lesser General
 Public License, version 2.1 or later - see the file COPYING.LIB for details.
 If you did not receive a copy of the license with this program, please
 see <http://www.gnu.org/licenses/> to obtain a copy.
 .
 On Debian systems, the complete text of the GNU Lesser General Public License
 Version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.

License: GPL-2
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License, v2, as
 published by the Free Software Foundation
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.



==========================================================================
Package: libtirpc3:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: package
Source: https://sourceforge.net/projects/libtirpc/
Comment: The original upstream tarball included a symlink to
 /usr/share/automake-1.16/INSTALL. This source re-pack removes the symlink
 and adds the INSTALL file to the package.

Files: *
Copyright: 2005 Bull S.A
License: BSD-3-Clause

Files: debian/*
Copyright: 2009 Steinar H. Gunderson <sesse@debian.org>
           2022 Josue Ortega <josue@debian.org>
License: GPL-2

Files:     src/auth_des.c
           src/auth_none.c
           src/auth_unix.c
           src/authdes_prot.c
           src/authunix_prot.c
           src/bindresvport.c
           src/clnt_bcast.c
           src/clnt_perror.c
           src/clnt_raw.c
           src/clnt_simple.c
           src/clnt_vc.c
           src/debug.c
           src/debug.h
           src/des_crypt.c
           src/getnetconfig.c
           src/getnetpath.c
           src/getrpcent.c
           src/getrpcport.c
           src/key_call.c
           src/key_prot_xdr.c
           src/pmap_clnt.c
           src/pmap_getmaps.c
           src/pmap_getport.c
           src/pmap_prot.c
           src/pmap_prot2.c
           src/pmap_rmt.c
           src/rpc_callmsg.c
           src/rpc_com.h
           src/rpc_commondata.c
           src/rpc_dtablesize.c
           src/rpc_generic.c
           src/rpc_prot.c
           src/rpc_soc.c
           src/rpcb_prot.c
           src/rpcb_st_xdr.c
           src/rtime.c
           src/svc_auth.c
           src/svc_auth_des.c
           src/svc_auth_unix.c
           src/svc_dg.c
           src/svc_generic.c
           src/svc_raw.c
           src/svc_simple.c
           src/svc_vc.c
           src/xdr_array.c
           src/xdr_float.c
           src/xdr_mem.c
           src/xdr_rec.c
           src/xdr_reference.c
           src/xdr_sizeof.c
           src/xdr_stdio.c
           tirpc/rpc/auth_des.h
           tirpc/rpc/auth_unix.h
           tirpc/rpc/des_crypt.h
           tirpc/rpc/pmap_clnt.h
           tirpc/rpc/pmap_prot.h
           tirpc/rpc/pmap_rmt.h
           tirpc/rpc/raw.h
           tirpc/rpc/rpc_com.h
           tirpc/rpc/rpc_msg.h
           tirpc/rpc/rpcb_clnt.h
           tirpc/rpc/rpcb_prot.h
           tirpc/rpc/svc_auth.h
Copyright: 1984-2009 Sun Microsystems, Inc.
           1986-1991 Sun Microsystems Inc.
           1986-1991 Sun Microsystems Inc. In addition, portions of such source code were derived from Berkeley
           1996 Jason Downs.
           2014 Red Hat, Steve Dickson <steved@redhat.com>
License: BSD-3-Clause

Files:     Makefile.in
           aclocal.m4
           compile
           config.guess
           config.sub
           configure
           depcomp
           doc/Makefile.in
           install-sh
           ltmain.sh
           m4/libtool.m4
           m4/ltoptions.m4
           m4/ltsugar.m4
           m4/ltversion.m4
           m4/lt~obsolete.m4
           man/Makefile.in
           missing
           src/Makefile.in
Copyright: 1992-2017 Free Software Foundation, Inc.
           1994 X Consortium
License:   __AUTO_PERMISSIVE__
 Autogenerated files with permissive licenses.

Files:     man/rpc_gss_get_error.3t
           man/rpc_gss_get_mech_info.3t
           man/rpc_gss_get_mechanisms.3t
           man/rpc_gss_get_principal_name.3t
           man/rpc_gss_get_versions.3t
           man/rpc_gss_getcred.3t
           man/rpc_gss_is_installed.3t
           man/rpc_gss_max_data_length.3t
           man/rpc_gss_mech_to_oid.3t
           man/rpc_gss_qop_to_num.3t
           man/rpc_gss_seccreate.3t
           man/rpc_gss_set_callback.3t
           man/rpc_gss_set_defaults.3t
           man/rpc_gss_set_svc_name.3t
           man/rpc_gss_svc_max_data_length.3t
           man/rpcsec_gss.3t
Copyright: 2008 Isilon Inc http://www.isilon.com/
License:   BSD-2-Clause

Files:     src/auth_gss.c
           src/authgss_prot.c
           src/svc_auth_gss.c
           src/svc_auth_none.c
           tirpc/rpc/auth_gss.h
Copyright: 2000 Dug Song <dugsong@UMICH.EDU>. all wrongs reversed.
           2000 The Regents of the University of Michigan.
License:   BSD-3-Clause

Files:     src/binddynport.c
           src/rpc_gss_utils.c
           tirpc/rpc/rpcsec_gss.h
           tirpc/rpc/svc_auth_gss.h
Copyright: 2013-2018 Oracle America, Inc.
License:   BSD-3-Clause

Files:     src/netname.c
           src/netnamer.c
Copyright: 2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     src/clnt_generic.c
           src/rpcb_clnt.c
Copyright: 2010 Oracle America, Inc.
License:   BSD-3-Clause

Files:     src/crypt_client.c
           tirpc/rpcsvc/crypt.x
Copyright: 1996 Bill Paul <wpaul@ctr.columbia.edu>.
License:   BSD-4-Clause

Files:     src/des_impl.c
Copyright: 1992 Eric Young Collected from libdes and modified for SECURE RPC  Martin Kuck 1994
License:   LGPL-2.1+

Files:     INSTALL
Copyright: 1994-2013 Free Software Foundation, Inc.
License:   PERMISSIVE
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.  This file is offered as-is,
 without warranty of any kind.
 .
 Basic Installation

Files:     tirpc/rpc/nettype.h
Copyright: 1986-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     tirpc/reentrant.h
Copyright: 1997-1998 The NetBSD Foundation, Inc.
License:   BSD-2-Clause

Files:     tirpc/rpc/svc_mt.h
Copyright: 2015 Axentia Technologies AB.
License:   BSD-2-Clause

Files:     src/getpeereid.c
Copyright: 2001 Dima Dorfman.
License:   BSD-2-Clause

Files:     tirpc/un-namespace.h
Copyright: 2001 Daniel Eischen <deischen@FreeBSD.org>.
License:   BSD-2-Clause

Files:     tirpc/rpc/rpcent.h
Copyright: 1986-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     src/epoll_sub.c
Copyright: 2003 Niels Provos <provos@citi.umich.edu>
License:   BSD-3-Clause

Files:     tirpc/rpc/clnt.h
Copyright: 2010 Oracle America, Inc.
License:   BSD-3-Clause

Files:     tirpc/rpc/xdr.h
Copyright: 1984-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     src/rpcdname.c
Copyright: 2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     tirpc/rpc/types.h
Copyright: 2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     src/des_soft.c
Copyright: 2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     src/svc.c
Copyright: 1984-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     tirpc/rpc/auth.h
Copyright: 1984-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     tirpc/rpc/svc_soc.h
Copyright: 1986-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     src/xdr.c
Copyright: 1986-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     src/getpublickey.c
Copyright: 2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     tirpc/rpc/rpc.h
Copyright: 1984-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     tirpc/rpc/clnt_soc.h
Copyright: 1984-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     src/svc_run.c
Copyright: 2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     tirpc/rpc/des.h
Copyright: 2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     tirpc/rpc/svc.h
Copyright: 1986-2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

Files:     src/nis.h
Copyright: 2010 Oracle America, Inc.
License:   BSD-3-Clause

Files:     tirpc/rpc/svc_dg.h
Copyright: 2009 Sun Microsystems, Inc.
License:   BSD-3-Clause

License:   BSD-3-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 - Redistributions of source code must retain the above copyright notice,
 this list of conditions and the following disclaimer.
 - Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimer in the documentation
 and/or other materials provided with the distribution.
 - Neither the name of Sun Microsystems, Inc. nor the names of its
 contributors may be used to endorse or promote products derived
 from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License:   BSD-2-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License:   BSD-4-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 3. All advertising materials mentioning features or use of this software
 must display the following acknowledgement:
 This product includes software developed by Bill Paul.
 4. Neither the name of the author nor the names of any co-contributors
 may be used to endorse or promote products derived from this software
 without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL Bill Paul OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License:   LGPL-2.1+
 This file is distributed under the terms of the GNU Lesser General
 Public License, version 2.1 or later - see the file COPYING.LIB for details.
 If you did not receive a copy of the license with this program, please
 see <http://www.gnu.org/licenses/> to obtain a copy.
 .
 On Debian systems, the complete text of the GNU Lesser General Public License
 Version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.

License: GPL-2
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License, v2, as
 published by the Free Software Foundation
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.



==========================================================================
Package: libtwolame0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: twolame
Upstream-Contact: Nicholas Humfrey <njh@ecs.soton.ac.uk>
Source: http://www.twolame.org

Files: *
Copyright: 2001-2004 Michael Cheng
           2004-2018 The TwoLAME Project
License: LGPL-2+

Files: debian/*
Copyright: 2005 Nicholas Humfrey <njh@ecs.soton.ac.uk>
           2006-2008,2011 Mark Purcell <msp@debian.org>
           2016-2019 Sebastian Ramacher <sramacher@debian.org>
License: LGPL-2+

License: LGPL-2+
 This package is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this package; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in `/usr/share/common-licenses/LGPL-2'.



==========================================================================
Package: libudev-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: systemd
Upstream-Contact: systemd-devel@lists.freedesktop.org
Source: https://www.freedesktop.org/wiki/Software/systemd/

Files: *
Copyright: 2008-2015 Kay Sievers <kay@vrfy.org>
           2010-2015 Lennart Poettering
           2012-2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
           2013-2015 Tom Gundersen <teg@jklm.no>
           2013-2015 Daniel Mack
           2010-2015 Harald Hoyer
           2013-2015 David Herrmann
           2013, 2014 Thomas H.P. Andersen
           2013, 2014 Daniel Buch
           2014 Susant Sahani
           2009-2015 Intel Corporation
           2000, 2005 Red Hat, Inc.
           2009 Alan Jenkins <alan-jenkins@tuffmail.co.uk>
           2010 ProFUSION embedded systems
           2010 Maarten Lankhorst
           1995-2004 Miquel van Smoorenburg
           1999 Tom Tromey
           2011 Michal Schmidt
           2012 B. Poettering
           2012 Holger Hans Peter Freyther
           2012 Dan Walsh
           2012 Roberto Sassu
           2013 David Strauss
           2013 Marius Vollmer
           2013 Jan Janssen
           2013 Simon Peeters
License: LGPL-2.1+

Files: src/basic/siphash24.h
       src/basic/siphash24.c
Copyright: 2012 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>
           2012 Daniel J. Bernstein <djb@cr.yp.to>
License: CC0-1.0

Files: src/shared/linux/*
       src/basic/linux/*
Copyright: 2004-2009 Red Hat, Inc.
           2011-2014 PLUMgrid
           2001-2003 Sistina Software (UK) Limited.
           2008 Ian Kent <raven@themaw.net>
           1998 David S. Miller >davem@redhat.com>
           2001 Jeff Garzik <jgarzik@pobox.com>
           2006-2010 Johannes Berg <johannes@sipsolutions.net
           2008 Michael Wu <flamingice@sourmilk.net>
           2008 Luis Carlos Cobo <luisca@cozybit.com>
           2008 Michael Buesch <m@bues.ch>
           2008, 2009 Luis R. Rodriguez <lrodriguez@atheros.com>
           2008 Jouni Malinen <jouni.malinen@atheros.com>
           2008 Colin McCabe <colin@cozybit.com>
           2018-2019 Intel Corporation
           2007 Oracle.
           2009 Wolfgang Grandegger <wg@grandegger.com>
           1999 Thomas Davis <tadavis@lbl.gov>
           2015 Sabrina Dubroca <sd@queasysnail.net>
           1999-2000 Maxim Krasnyansky <max_mk@yahoo.com>
           2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>
License: GPL-2 with Linux-syscall-note exception

Files: src/basic/sparse-endian.h
Copyright: 2012 Josh Triplett <josh@joshtriplett.org>
License: Expat

Files: src/basic/MurmurHash2.c
       src/basic/MurmurHash2.h
       src/libsystemd/sd-journal/lookup3.c
       src/libsystemd/sd-journal/lookup3.h
Copyright: none
License: public-domain
 You can use this free for any purpose. It's in the public domain. It has no
 warranty.

Files: src/udev/ata_id/ata_id.c
       src/udev/cdrom_id/cdrom_id.c
       src/udev/dmi_memory_id/dmi_memory_id.c
       src/udev/mtd_probe/mtd_probe.c
       src/udev/mtd_probe/mtd_probe.h
       src/udev/mtd_probe/probe_smartmedia.c
       src/udev/scsi_id/scsi.h
       src/udev/scsi_id/scsi_id.c
       src/udev/scsi_id/scsi_id.h
       src/udev/scsi_id/scsi_serial.c
       src/udev/udevadm.c
       src/udev/udevadm-control.c
       src/udev/udevadm.h
       src/udev/udevadm-info.c
       src/udev/udevadm-monitor.c
       src/udev/udevadm-settle.c
       src/udev/udevadm-test-builtin.c
       src/udev/udevadm-test.c
       src/udev/udevadm-trigger.c
       src/udev/udevadm-util.c
       src/udev/udevadm-util.h
       src/udev/udev-builtin-blkid.c
       src/udev/udev-builtin.h
       src/udev/udev-builtin-input_id.c
       src/udev/udev-builtin-kmod.c
       src/udev/udev-builtin-path_id.c
       src/udev/udev-builtin-uaccess.c
       src/udev/udev-builtin-usb_id.c
       src/udev/udev-ctrl.h
       src/udev/udevd.c
       src/udev/udevd.h
       src/udev/udev-event.c
       src/udev/udev-event.h
       src/udev/udev-node.c
       src/udev/udev-node.h
       src/udev/udev-rules.c
       src/udev/udev-rules.h
       src/udev/udev-watch.c
       src/udev/udev-watch.h
       src/udev/v4l_id/v4l_id.c
Copyright: 2003-2012 Kay Sievers <kay@vrfy.org>
           2003-2004 Greg Kroah-Hartman <greg@kroah.com>
           2004 Chris Friesen <chris_friesen@sympatico.ca>
           2004, 2009, 2010 David Zeuthen <david@fubar.dk>
           2005, 2006 SUSE Linux Products GmbH
           2003 IBM Corp.
           2007 Hannes Reinecke <hare@suse.de>
           2009 Canonical Ltd.
           2009 Scott James Remnant <scott@netsplit.com>
           2009 Martin Pitt <martin.pitt@ubuntu.com>
           2009 Piter Punk <piterpunk@slackware.com>
           2009, 2010 Lennart Poettering
           2009 Filippo Argiolas <filippo.argiolas@gmail.com>
           2010 Maxim Levitsky
           2011 ProFUSION embedded systems
           2011 Karel Zak <kzak@redhat.com>
           2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
           2014 David Herrmann <dh.herrmann@gmail.com>
           2014 Carlos Garnacho <carlosg@gnome.org>
License: GPL-2+

Files: debian/*
Copyright: 2010-2013 Tollef Fog Heen <tfheen@debian.org>
           2011 Josh Triplett <josh@joshtriplett.org>
           2013-2014 Michael Stapelberg <stapelberg@debian.org>
           2013-2020 Martin Pitt <martin.pitt@ubuntu.com>
           2013-2022 Michael Biebl <biebl@debian.org>
           2013 Daniel Schaal <farbing@web.de>
           2013 Guido Günther <agx@sigxcpu.org>
           2014-2015 Didier Roche <didrocks@ubuntu.com>
           2014-2015 Marco d'Itri <md@linux.it>
           2014-2017 Sjoerd Simons <sjoerd.simons@collabora.co.uk>
           2014 Ansgar Burchardt <ansgar@debian.org>
           2014 Jon Severinsson <jon@severinsson.net>
           2015-2019 Felipe Sateler <fsateler@debian.org>
           2015 Adam Conrad <adconrad@debian.org>
           2015 Andreas Henriksson <andreas@fatal.se>
           2015 Christian Seiler <christian@iwakd.de>
           2015 Julian Wollrath <jwollrath@web.de>
           2016-2018 Evgeny Vereshchagin <evvers@ya.ru>
           2016,2018 Laurent Bigonville <bigon@debian.org>
           2016-2019 Dimitri John Ledkov <xnox@ubuntu.com>
           2016,2019 Michael Prokop <mika@debian.org>
           2016 Alexander Kurtz <alexander@kurtz.be>
           2016 Antonio Ospite <ao2@ao2.it>
           2016 Iain Lane <iain@orangesquash.org.uk>
           2016 Simon McVittie <simon.mcvittie@collabora.co.uk>
           2017-2018 Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
           2017-2019 Martin Pitt <mpitt@debian.org>
           2017 Cyril Brulebois <kibi@debian.org>
           2017 Ondřej Nový <onovy@debian.org>
           2018-2019 Mert Dirik <mertdirik@gmail.com>
           2018 Adam Borowski <kilobyte@angband.pl>
           2018 Alf Gaida <agaida@siduction.org>
           2018 Benjamin Drung <benjamin.drung@profitbricks.com>
           2018 Gunnar Hjalmarsson <gunnarhj@ubuntu.com>
           2018 Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>
           2019-2021 Balint Reczey <balint.reczey@canonical.com>
           2019-2021 Dan Streetman <ddstreet@canonical.com>
           2019 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
           2020-2021 Helmut Grohne <helmut@subdivi.de>
           2020 Topi Miettinen <toiwoton@gmail.com>
           2020 Youfu Zhang <zhangyoufu@gmail.com>
           2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
           2020 наб <nabijaczleweli@nabijaczleweli.xyz>
           2021-2022 Luca Boccassi <bluca@debian.org>
           2021-2022 Lukas Märdian <slyon@ubuntu.com>
           2021 Frantisek Sumsal <frantisek@sumsal.cz>
           2021 Ioanna Alifieraki <ioanna-maria.alifieraki@canonical.com>
           2021 Jan Kiszka <jan.kiszka@web.de>
           2021 Matthias Klumpp <matthias@tenstral.net>
           2021 Salvatore Bonaccorso <carnil@debian.org>
License: LGPL-2.1+

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 IN THE SOFTWARE.

License: GPL-2 with Linux-syscall-note exception
 NOTE! This copyright does *not* cover user programs that use kernel services
 by normal system calls - this is merely considered normal use of the kernel,
 and does *not* fall under the heading of "derived work". Also note that the
 GPL below is copyrighted by the Free Software Foundation, but the instance of
 code that it refers to (the Linux kernel) is copyrighted by me and others who
 actually wrote it.
 .
 Also note that the only valid version of the GPL as far as the kernel is
 concerned is _this_ particular version of the license (ie v2, not v2.2 or v3.x
 or whatever), unless explicitly otherwise stated.
 .
 Linus Torvalds
 .
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; version 2 of the License.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian and systems the full text of the GNU General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/GPL-2`

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation,
 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 2 can be found in ‘/usr/share/common-licenses/GPL-2’.

License: LGPL-2.1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License along
 with this program; if not, write to the Free Software Foundation,
 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in ‘/usr/share/common-licenses/LGPL-2.1’.

License: CC0-1.0
 To the extent possible under law, the author(s) have dedicated all copyright
 and related and neighboring rights to this software to the public domain
 worldwide. This software is distributed without any warranty.
 .
 You should have received a copy of the CC0 Public Domain Dedication along with
 this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
 .
 On Debian systems, the complete text of the CC0 1.0 Universal license can be
 found in ‘/usr/share/common-licenses/CC0-1.0’.



==========================================================================
Package: libudev1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: systemd
Upstream-Contact: systemd-devel@lists.freedesktop.org
Source: https://www.freedesktop.org/wiki/Software/systemd/

Files: *
Copyright: 2008-2015 Kay Sievers <kay@vrfy.org>
           2010-2015 Lennart Poettering
           2012-2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
           2013-2015 Tom Gundersen <teg@jklm.no>
           2013-2015 Daniel Mack
           2010-2015 Harald Hoyer
           2013-2015 David Herrmann
           2013, 2014 Thomas H.P. Andersen
           2013, 2014 Daniel Buch
           2014 Susant Sahani
           2009-2015 Intel Corporation
           2000, 2005 Red Hat, Inc.
           2009 Alan Jenkins <alan-jenkins@tuffmail.co.uk>
           2010 ProFUSION embedded systems
           2010 Maarten Lankhorst
           1995-2004 Miquel van Smoorenburg
           1999 Tom Tromey
           2011 Michal Schmidt
           2012 B. Poettering
           2012 Holger Hans Peter Freyther
           2012 Dan Walsh
           2012 Roberto Sassu
           2013 David Strauss
           2013 Marius Vollmer
           2013 Jan Janssen
           2013 Simon Peeters
License: LGPL-2.1+

Files: src/basic/siphash24.h
       src/basic/siphash24.c
Copyright: 2012 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>
           2012 Daniel J. Bernstein <djb@cr.yp.to>
License: CC0-1.0

Files: src/shared/linux/*
       src/basic/linux/*
Copyright: 2004-2009 Red Hat, Inc.
           2011-2014 PLUMgrid
           2001-2003 Sistina Software (UK) Limited.
           2008 Ian Kent <raven@themaw.net>
           1998 David S. Miller >davem@redhat.com>
           2001 Jeff Garzik <jgarzik@pobox.com>
           2006-2010 Johannes Berg <johannes@sipsolutions.net
           2008 Michael Wu <flamingice@sourmilk.net>
           2008 Luis Carlos Cobo <luisca@cozybit.com>
           2008 Michael Buesch <m@bues.ch>
           2008, 2009 Luis R. Rodriguez <lrodriguez@atheros.com>
           2008 Jouni Malinen <jouni.malinen@atheros.com>
           2008 Colin McCabe <colin@cozybit.com>
           2018-2019 Intel Corporation
           2007 Oracle.
           2009 Wolfgang Grandegger <wg@grandegger.com>
           1999 Thomas Davis <tadavis@lbl.gov>
           2015 Sabrina Dubroca <sd@queasysnail.net>
           1999-2000 Maxim Krasnyansky <max_mk@yahoo.com>
           2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>
License: GPL-2 with Linux-syscall-note exception

Files: src/basic/sparse-endian.h
Copyright: 2012 Josh Triplett <josh@joshtriplett.org>
License: Expat

Files: src/basic/MurmurHash2.c
       src/basic/MurmurHash2.h
       src/libsystemd/sd-journal/lookup3.c
       src/libsystemd/sd-journal/lookup3.h
Copyright: none
License: public-domain
 You can use this free for any purpose. It's in the public domain. It has no
 warranty.

Files: src/udev/ata_id/ata_id.c
       src/udev/cdrom_id/cdrom_id.c
       src/udev/dmi_memory_id/dmi_memory_id.c
       src/udev/mtd_probe/mtd_probe.c
       src/udev/mtd_probe/mtd_probe.h
       src/udev/mtd_probe/probe_smartmedia.c
       src/udev/scsi_id/scsi.h
       src/udev/scsi_id/scsi_id.c
       src/udev/scsi_id/scsi_id.h
       src/udev/scsi_id/scsi_serial.c
       src/udev/udevadm.c
       src/udev/udevadm-control.c
       src/udev/udevadm.h
       src/udev/udevadm-info.c
       src/udev/udevadm-monitor.c
       src/udev/udevadm-settle.c
       src/udev/udevadm-test-builtin.c
       src/udev/udevadm-test.c
       src/udev/udevadm-trigger.c
       src/udev/udevadm-util.c
       src/udev/udevadm-util.h
       src/udev/udev-builtin-blkid.c
       src/udev/udev-builtin.h
       src/udev/udev-builtin-input_id.c
       src/udev/udev-builtin-kmod.c
       src/udev/udev-builtin-path_id.c
       src/udev/udev-builtin-uaccess.c
       src/udev/udev-builtin-usb_id.c
       src/udev/udev-ctrl.h
       src/udev/udevd.c
       src/udev/udevd.h
       src/udev/udev-event.c
       src/udev/udev-event.h
       src/udev/udev-node.c
       src/udev/udev-node.h
       src/udev/udev-rules.c
       src/udev/udev-rules.h
       src/udev/udev-watch.c
       src/udev/udev-watch.h
       src/udev/v4l_id/v4l_id.c
Copyright: 2003-2012 Kay Sievers <kay@vrfy.org>
           2003-2004 Greg Kroah-Hartman <greg@kroah.com>
           2004 Chris Friesen <chris_friesen@sympatico.ca>
           2004, 2009, 2010 David Zeuthen <david@fubar.dk>
           2005, 2006 SUSE Linux Products GmbH
           2003 IBM Corp.
           2007 Hannes Reinecke <hare@suse.de>
           2009 Canonical Ltd.
           2009 Scott James Remnant <scott@netsplit.com>
           2009 Martin Pitt <martin.pitt@ubuntu.com>
           2009 Piter Punk <piterpunk@slackware.com>
           2009, 2010 Lennart Poettering
           2009 Filippo Argiolas <filippo.argiolas@gmail.com>
           2010 Maxim Levitsky
           2011 ProFUSION embedded systems
           2011 Karel Zak <kzak@redhat.com>
           2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
           2014 David Herrmann <dh.herrmann@gmail.com>
           2014 Carlos Garnacho <carlosg@gnome.org>
License: GPL-2+

Files: debian/*
Copyright: 2010-2013 Tollef Fog Heen <tfheen@debian.org>
           2011 Josh Triplett <josh@joshtriplett.org>
           2013-2014 Michael Stapelberg <stapelberg@debian.org>
           2013-2020 Martin Pitt <martin.pitt@ubuntu.com>
           2013-2022 Michael Biebl <biebl@debian.org>
           2013 Daniel Schaal <farbing@web.de>
           2013 Guido Günther <agx@sigxcpu.org>
           2014-2015 Didier Roche <didrocks@ubuntu.com>
           2014-2015 Marco d'Itri <md@linux.it>
           2014-2017 Sjoerd Simons <sjoerd.simons@collabora.co.uk>
           2014 Ansgar Burchardt <ansgar@debian.org>
           2014 Jon Severinsson <jon@severinsson.net>
           2015-2019 Felipe Sateler <fsateler@debian.org>
           2015 Adam Conrad <adconrad@debian.org>
           2015 Andreas Henriksson <andreas@fatal.se>
           2015 Christian Seiler <christian@iwakd.de>
           2015 Julian Wollrath <jwollrath@web.de>
           2016-2018 Evgeny Vereshchagin <evvers@ya.ru>
           2016,2018 Laurent Bigonville <bigon@debian.org>
           2016-2019 Dimitri John Ledkov <xnox@ubuntu.com>
           2016,2019 Michael Prokop <mika@debian.org>
           2016 Alexander Kurtz <alexander@kurtz.be>
           2016 Antonio Ospite <ao2@ao2.it>
           2016 Iain Lane <iain@orangesquash.org.uk>
           2016 Simon McVittie <simon.mcvittie@collabora.co.uk>
           2017-2018 Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
           2017-2019 Martin Pitt <mpitt@debian.org>
           2017 Cyril Brulebois <kibi@debian.org>
           2017 Ondřej Nový <onovy@debian.org>
           2018-2019 Mert Dirik <mertdirik@gmail.com>
           2018 Adam Borowski <kilobyte@angband.pl>
           2018 Alf Gaida <agaida@siduction.org>
           2018 Benjamin Drung <benjamin.drung@profitbricks.com>
           2018 Gunnar Hjalmarsson <gunnarhj@ubuntu.com>
           2018 Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>
           2019-2021 Balint Reczey <balint.reczey@canonical.com>
           2019-2021 Dan Streetman <ddstreet@canonical.com>
           2019 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
           2020-2021 Helmut Grohne <helmut@subdivi.de>
           2020 Topi Miettinen <toiwoton@gmail.com>
           2020 Youfu Zhang <zhangyoufu@gmail.com>
           2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
           2020 наб <nabijaczleweli@nabijaczleweli.xyz>
           2021-2022 Luca Boccassi <bluca@debian.org>
           2021-2022 Lukas Märdian <slyon@ubuntu.com>
           2021 Frantisek Sumsal <frantisek@sumsal.cz>
           2021 Ioanna Alifieraki <ioanna-maria.alifieraki@canonical.com>
           2021 Jan Kiszka <jan.kiszka@web.de>
           2021 Matthias Klumpp <matthias@tenstral.net>
           2021 Salvatore Bonaccorso <carnil@debian.org>
License: LGPL-2.1+

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 IN THE SOFTWARE.

License: GPL-2 with Linux-syscall-note exception
 NOTE! This copyright does *not* cover user programs that use kernel services
 by normal system calls - this is merely considered normal use of the kernel,
 and does *not* fall under the heading of "derived work". Also note that the
 GPL below is copyrighted by the Free Software Foundation, but the instance of
 code that it refers to (the Linux kernel) is copyrighted by me and others who
 actually wrote it.
 .
 Also note that the only valid version of the GPL as far as the kernel is
 concerned is _this_ particular version of the license (ie v2, not v2.2 or v3.x
 or whatever), unless explicitly otherwise stated.
 .
 Linus Torvalds
 .
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; version 2 of the License.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian and systems the full text of the GNU General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/GPL-2`

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation,
 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems, the complete text of the GNU General Public License
 version 2 can be found in ‘/usr/share/common-licenses/GPL-2’.

License: LGPL-2.1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License along
 with this program; if not, write to the Free Software Foundation,
 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in ‘/usr/share/common-licenses/LGPL-2.1’.

License: CC0-1.0
 To the extent possible under law, the author(s) have dedicated all copyright
 and related and neighboring rights to this software to the public domain
 worldwide. This software is distributed without any warranty.
 .
 You should have received a copy of the CC0 Public Domain Dedication along with
 this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
 .
 On Debian systems, the complete text of the CC0 1.0 Universal license can be
 found in ‘/usr/share/common-licenses/CC0-1.0’.



==========================================================================
Package: libudfread0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact: VideoLAN Project <videolan@videolan.org>
Upstream-Name: libudfread
Source: https://code.videolan.org/videolan/libudfread

Files: *
Copyright: 2014-2017 VLC authors and VideoLAN
Comment:
 Originally written by Petri Hintukainen <phintuka@users.sourceforge.net>
License: LGPL-2.1+

Files: debian/*
Copyright: 2020 wsnipex <wsnipex@a1.net>
           2020 Vasyl Gello <vasek.gello@gmail.com>
License: LGPL-2.1+

Files: m4/attributes.m4
Copyright: 2006-2007 Diego Petten <flameeyes@gmail.com>
           2006-2007 xine project
License: GPL-2+ with autoconf-macro exception

License: LGPL-2.1+
 This package is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this package; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.

License: GPL-2+ with autoconf-macro exception
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 02110-1301, USA.
 .
 As a special exception, the copyright owners of the
 macro gives unlimited permission to copy, distribute and modify the
 configure scripts that are the output of Autoconf when processing the
 Macro. You need not follow the terms of the GNU General Public
 License when using or distributing such scripts, even though portions
 of the text of the Macro appear in them. The GNU General Public
 License (GPL) does govern all other use of the material that
 constitutes the Autoconf Macro.
 .
 This special exception to the GPL applies to versions of the
 Autoconf Macro released by this project. When you make and
 distribute a modified version of the Autoconf Macro, you may extend
 this special exception to the GPL to apply to your modified version as
 well.
 .
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL-2'.



==========================================================================
Package: libunistring2:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libunistring
Upstream-Contact: Bruno Haible <bruno@clisp.org>
Source: http://ftp.gnu.org/gnu/libunistring/

Files: *
Copyright: 1995-2022 Free Software Foundation, Inc.
License: LGPL-3+ or GPL-2+

Files: gnulib-m4/* m4/*.m4
Copyright: 1995-2022 Free Software Foundation, Inc.
License: FreeSoftware
 This file is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.

Files: doc/*
Copyright: 2001-2022 Free Software Foundation, Inc.
License: GPL-3+ or GFDL-1.2+

Files: tests/* woe32dll/* autogen.sh
Copyright: 1990-2022 Free Software Foundation, Inc.
License: GPL-3+

Files: build-aux/*
Copyright: 1995-2017 Free Software Foundation, Inc.
License: GPL-2+

Files: m4/init-package-version.m4
       build-aux/ltmain.sh
Copyright: 1992-2021, Free Software Foundation, Inc.
License: GPL-2+ with distribution exception
 This file is free software, distributed under the terms of the GNU
 General Public License.  As a special exception to the GNU General
 Public License, this file may be distributed as part of a program
 that contains a configuration script generated by Autoconf, under
 the same distribution terms as the rest of that program.

Files: build-aux/texi2html
Copyright: 1999-2005 Patrice Dumas <dumas@centre-cired.fr>,
           1999-2005 Derek Price <derek@ximbiot.com>,
           1999-2005 Adrian Aichner <adrian@xemacs.org>
License: GPL-2+

Files: build-aux/install-sh
Copyright: 1994, X Consortium
License: MIT

Files: debian/*
Copyright: 2009-2011 Andreas Rottmann <rotty@debian.org>
           2017-2022 Jörg Frings-Fürst <debian@jff.email>
License: GPL-3+

License: LGPL-3+
 This program is free software: you can redistribute it and/or modify it
 under the terms of the GNU Lesser General Public License as published
 by the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems the full text of the GNU Lesser General Public
 License version 3 can be found in the file
 `/usr/share/common-licenses/LGPL-3'.

License: GPL-3+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems the full text of the GNU General Public License
 version 3 can be found in the file
 `/usr/share/common-licenses/GPL-3'.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, 
 Boston, MA 02110-1301, USA.
 .
 On Debian systems the full text of the GNU General Public License
 version 2 can be found in the file
 `/usr/share/common-licenses/GPL-2'.

License: GFDL-1.2+
 This manual is covered by the GNU FDL.  Permission is granted to
 copy, distribute and/or modify this document under the terms of the
 GNU Free Documentation License (FDL), either version 1.2 of the
 License, or (at your option) any later version published by the Free
 Software Foundation (FSF); with no Invariant Sections, with no
 Front-Cover Text, and with no Back-Cover Texts.
 .
 On Debian systems the full text of the GNU Free Documentation License
 version 1.2 can be found in the file
 `/usr/share/common-licenses/GFDL-1.2'.

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from the X Consor-
 tium.



==========================================================================
Package: libuuid1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: util-linux
Upstream-Contact: util-linux@vger.kernel.org
Source: https://www.kernel.org/pub/linux/utils/util-linux/

Files: *
Copyright:      Michal Luscon <mluscon@redhat.com>
           1986 Gary S. Brown
           1990 Gordon Irlam (gordoni@cs.ua.oz.au)
           1991, 1992 Linus Torvalds
           1991-2004 Miquel van Smoorenburg
           1992  A. V. Le Blanc (LeBlanc@mcc.ac.uk)
           1992-1997 Michael K. Johnson, johnsonm@redhat.com
           1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                 2003, 2004, 2005, 2008 Theodore Ts'o <tytso@mit.edu>
           1994 Kevin E. Martin (martin@cs.unc.edu)
           1994 Salvatore Valente <svalente@mit.edu>
           1994,1996 Alessandro Rubini (rubini@ipvvis.unipv.it)
           1994-2005 Jeff Tranter (tranter@pobox.com)
           1995, 1999, 2000 Andries E. Brouwer <aeb@cwi.nl>
           1997-2005 Frodo Looijaard <frodo@frodo.looijaard.name>
           1998 Danek Duvall <duvall@alumni.princeton.edu>
           1999 Andreas Dilger
           1999-2002 Transmeta Corporation
           1999, 2000, 2002-2009, 2010, 2011, 2012, 2014 Red Hat, Inc.
           2000 Werner Almesberger
           2004-2006 Michael Holzt, kju -at- fqdn.org
           2005 Adrian Bunk
           2007-2020 Karel Zak <kzak@redhat.com>
           2007, 2011, 2012, 2016 SuSE LINUX Products GmbH
           2008 Cai Qian <qcai@redhat.com>
           2008 Hayden A. James (hayden.james@gmail.com)
           2008 James Youngman <jay@gnu.org>
           2008 Roy Peled, the.roy.peled  -at-  gmail.com
           2009 Mikhail Gusarov <dottedmag@dottedmag.net>
           2010, 2011, 2012 Davidlohr Bueso <dave@gnu.org>
           2010 Jason Borden <jborden@bluehost.com>A
           2010 Hajime Taira <htaira@redhat.com>
           2010 Masatake Yamato <yamato@redhat.com>
           2011 IBM Corp.
           2012 Andy Lutomirski <luto@amacapital.net>
           2012 Lennart Poettering
           2012 Sami Kerola <kerolasa@iki.fi>
           2012 Cody Maloney <cmaloney@theoreticalchaos.com>
           2012 Werner Fink <werner@suse.de>
           2013,2014 Ondrej Oprala <ooprala@redhat.com>
License: GPL-2+

Files: schedutils/ionice.c
Copyright: 2005 Jens Axboe <jens@axboe.dk>
License: GPL-2

Files: schedutils/chrt.c
       schedutils/taskset.c
Copyright: 2004 Robert Love <rml@tech9.net>
           2010 Karel Zak <kzak@redhat.com>
License: GPL-2

Files: disk-utils/raw.c
Copyright: 1999, 2000, Red Hat Software
License: GPL-2

Files: sys-utils/hwclock-parse-date.y
Copyright: Steven M. Bellovin <smb@research.att.com>
           Unknown Authors on Usenet
           1990 Rich $alz <rsalz@bbn.com>
           1990 Jim Berets <jberets@bbn.com>
           1999, 2004 Paul Eggert <eggert@twinsun.com>
License: GPL-3+

Files: sys-utils/nsenter.c
Copyright: 2012-2013 Eric Biederman <ebiederm@xmission.com>
License: GPL-2

Files: disk-utils/mkfs.minix.c
       disk-utils/mkswap.c
Copyright: 1991, 1992 Linus Torvalds
License: GPL-2

Files: lib/blkdev.c
       lib/loopdev.c
       lib/sysfs.c
       lib/ttyutils.c
       misc-utils/mcookie.c
       sys-utils/setsid.c
       text-utils/line.c
Copyright: n/a
License: public-domain

Files: login-utils/vipw.c
       misc-utils/cal.c
       misc-utils/kill.c
       misc-utils/logger.c
       misc-utils/look.c
       misc-utils/whereis.c
       sys-utils/renice.c
       term-utils/mesg.c
       term-utils/script.c
       term-utils/ttymsg.c
       term-utils/wall.c
       term-utils/write.c
       text-utils/col.c
       text-utils/colcrt.c
       text-utils/colrm.c
       text-utils/column.c
       text-utils/hexdump.c
       text-utils/hexdump.h
       text-utils/hexdump-conv.c
       text-utils/hexdump-display.c
       text-utils/hexdump-parse.c
       text-utils/rev.c
       text-utils/ul.c
Copyright: 1980, 1983, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994
                The Regents of the University of California
           2014 Sami Kerola <kerolasa@iki.fi>
           2014 Karel Zak <kzak@redhat.com>
License: BSD-4-clause

Files: sys-utils/flock.c
Copyright: 2003-2005 H. Peter Anvin
License: MIT

Files: text-utils/pg.c
Copyright: 2000-2001 Gunnar Ritter
License: BSD-3-clause

Files: login-utils/login.c
Copyright: 1980, 1987, 1988 The Regents of the University of California.
           2011 Karel Zak <kzak@redhat.com>
License: BSLA

Files: login-utils/logindefs.c
Copyright: 2003, 2004, 2005 Thorsten Kukuk
License: BSD-3-clause

Files: libuuid/*
       libuuid/src/*
       libuuid/man/*
Copyright: 1996, 1997, 1998, 1999, 2007 Theodore Ts'o.
           1999 Andreas Dilger (adilger@enel.ucalgary.ca)
License: BSD-3-clause

Files: lib/procutils.c
       include/xalloc.h
Copyright: 2010, 2011 Davidlohr Bueso <dave@gnu.org>
License: LGPL-2+

Files: */colors.*
Copyright: 2012 Ondrej Oprala <ooprala@redhat.com>
           2012-2014 Karel Zak <kzak@redhat.com>
License: LGPL-2+

Files: login-utils/setpwnam.h
       login-utils/setpwnam.c
Copyright: 1994 Martin Schulze <joey@infodrom.north.de>
           1994 Salvatore Valente <svalente@mit.edu>
License: LGPL-2+

Files: libfdisk/*
       libfdisk/src/*
Copyright: 2007-2013 Karel Zak <kzak@redhat.com>
           2012 Davidlohr Bueso <dave@gnu.org>
License: LGPL-2.1+

Files: lib/cpuset.c
       */match.*
       lib/canonicalize.c
Copyright: 2008-2009, 2010, 2011, 2012 Karel Zak <kzak@redhat.com>
License: LGPL-2.1+

Files: */mbsalign.*
Copyright: 2009-2010 Free Software Foundation, Inc.
           2010-2013 Karel Zak <kzak@redhat.com>
License: LGPL-2.1+

Files: */timeutils.*
Copyright: 2010 Lennart Poettering
License: LGPL-2.1+

Files: include/list.h
Copyright: 2008 Karel Zak <kzak@redhat.com>
           1999-2008 by Theodore Ts'o
License: LGPL

Files: libblkid/*
       libblkid/src/*
       libblkid/samples/*
       libblkid/src/partitions/*
       libblkid/src/superblocks/*
       libblkid/src/topology/*
Copyright: 1999, 2001 Andries Brouwer
           1995, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004
               Theodore Ts'o.
           2001 Andreas Dilger (adilger@turbolinux.com)
           2004-2008 Kay Sievers <kay.sievers@vrfy.org>
           2008-2013 Karel Zak <kzak@redhat.com>
           2009 Bastian Friedrich <bastian.friedrich@collax.com>
           2009 Corentin Chary <corentincj@iksaif.net>
           2009 Mike Hommey <mh@glandium.org>
           2009 Red Hat, Inc.
           2009-2010 Andreas Dilger <adilger@sun.com>
           2010 Andrew Nayenko <resver@gmail.com>
           2010 Jeroen Oortwijn <oortwijn@gmail.com>
           2010 Jiro SEKIBA <jir@unicus.jp>
           2011 Philipp Marek <philipp.marek@linbit.com>
           2012 Milan Broz <mbroz@redhat.com>
           2013 Alejandro Martinez Ruiz <alex@nowcomputing.com>
           2013 Eric Sandeen <sandeen@redhat.com>
           2013 Rolf Fokkens <rolf@fokkens.nl>
           2013 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
License: LGPL-2.1+

Files: include/cpuset.h
       lib/randutils.c
Copyright: *unknown*
License: LGPL

Files: misc-utils/blkid.c
Copyright: 2001 Andreas Dilger
License: LGPL

Files: libmount/*
       libmount/src/*
Copyright: 2008-2012 Karel Zak <kzak@redhat.com>
License: LGPL-2.1+

Files: libmount/python/*
Copyright: 2013, Red Hat, Inc.
License: LGPL-3+

Files: libsmartcols/*
Copyright:  2009-2014 Karel Zak <kzak@redhat.com>
            2014 Ondrej Oprala <ooprala@redhat.com>
License: LGPL-2.1+

Files: debian/*
Copyright:           Guy Maor <maor@debian.org>
                     Sean 'Shaleh' Perry <shaleh@debian.org>
                     Adrian Bunk <bunk@stusta.de>
                     LaMont Jones <lamont@debian.org>
           1996-2003 Martin Mitchell (martin@debian.org)
           2008-2012 Frank Lichtenheld (djpig@debian.org)
           2014      Andreas Henriksson <andreas@fatal.se>
           2017-2020 Michael Biebl <biebl@debian.org>
           2019      Petter Reinholdtsen <pere@debian.org>
           2017-2020 Chris Hofstaedtler <zeha@debian.org>
License: GPL-2+

Files: debian/po/*
Copyright:           Aiet Kolkhi <aietkolkhi@gmail.com>
                     Anton Gladky <gladky.anton@gmail.com>
                     Arief S F (arief@gurame.fisika.ui.ac.id>
                     Armin Beširović <armin@linux.org.ba>
                     astur <malditoastur@gmail.com>
                     Axel Bojer <axelb@skolelinux.no>
                     Bart Cornelis <cobaco@skolelinux.no>
                     Bartosz Fe�ski <fenio@o2.pl>
                     Basil Shubin <bashu@surgut.ru>
                     Baurzhan Muftakhidinov <baurthefirst@gmail.com>
                     Bjorn Steensrud <bjornst@powertech.no>
                     Claus Hindsgaul <claus_h@image.dk>
                     Clytie Siddall <clytie@riverland.net.au>
                     Dafydd Tomos <l10n@da.fydd.org>
                     Damyan Ivanov <dam@modsoftsys.com>
                     Daniel Franganillo <dfranganillo@gmail.com>
                     Daniel Nylander <po@danielnylander.se>
                     Danishka Navin <danishka@gmail.com>
                     Dauren Sarsenov <daur88@inbox.ru>
                     Dominik Zablotny <dominz@wp.pl>
                     Dr.T.Vasudevan <agnihot3@gmail.com>
                     Eddy Petrisor <eddy.petrisor@gmail.com>
                     Eder L. Marques <frolic@debian-ce.org>
                     Elian Myftiu <elian.myftiu@gmail.com>
                     Emmanuel Galatoulas <galas@tee.gr>
                     Esko Arajärvi <edu@iki.fi>
                     Frank Lichtenheld <djpig@debian.org>
                     Frédéric Bothamy <frederic.bothamy@free.fr>
                     Gabor Burjan <buga@buvoshetes.hu>
                     George Papamichelakis <george@step.gr>
                     Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
                     Håvard Korsvoll <korsvoll@gmail.com>
                     Hideki Yamane <henrich@samba.gr.jp>
                     Hleb Rubanau <g.rubanau@gmail.com>
                     I Gede Wijaya S <gwijayas@yahoo.com>
                     Ivan Masár <helix84@centrum.sk>
                     Jacobo Tarrio <jtarrio@debian.org>
                     Jamil Ahmed <jamil@ankur.org.bd>
                     Janos Guljas <janos@resenje.org>
                     Jordi Mallach <jordi@debian.org>
                     Josip Rodin <joy+ditrans@linux.hr>
                     Karolina Kalic <karolina@resenje.org>
                     Kartik Mistry <kartik.mistry@gmail.com>
                     Kęstutis Biliūnas <kebil@kaunas.init.lt>
                     Kevin Scannell <kscanne@gmail.com>
                     Khoem Sokhem <khoemsokhem@khmeros.info>
                     Klaus Ade Johnstad <klaus@skolelinux.no>
                     Knut Yrvin <knuty@skolelinux.no>
                     Konstantinos Margaritis <markos@debian.org>
                     Kostas Papadimas <pkst@gnome.org>
                     Kumar Appaiah <a.kumar@alumni.iitm.ac.in>
                     Lior Kaplan <kaplan@debian.org>
                     Luiz Portella <lfpor@lujz.org>
                     Mallikarjuna <Mallikarjunasj@gmail.com>
                     Mert Dirik <mertdirik@gmail.com>
                     Milo Casagrande <milo@ubuntu.com>
                     Ming Hua <minghua@ubuntu.com>
                     Miroslav Kure <kurem@debian.cz>
                     Mouhamadou Mamoune Mbacke <mouhamadoumamoune@gmail.com>
                     Nabin Gautam <nabin@mpp.org.np>
                     Ossama M. Khayat <okhayat@yahoo.com>
                     Ovidiu Damian <deelerious@gmail.com>
                     Parlin Imanuel Toh <parlin_i@yahoo.com>
                     Pavel Piatruk <berserker@neolocation.com>
                     Piarres Beobide <pi@beobide.net>
                     Praveen|പ്രവീണ്‍ A|എ <pravi.a@gmail.com>
                     Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>
                     Sahran <Sahran.ug@gmail.com>
                     Sampada Nakhare <sampadanakhare@gmail.com>
                     Setyo Nugroho <setyo@gmx.net>
                     Simão Pedro Cardoso <pthell@gmail.com>
                     Stefano Melchior <stefano.melchior@openlabs.it>
                     Sunjae Park <darehanl@gmail.com>
                     Sveinn í Felli <sveinki@nett.is>
                     Tetralet <tetralet@gmail.com>
                     Theppitak Karoonboonyanan <thep@linux.thai.net>
                     Tshewang Norbu <bumthap2006@hotmail.com>
                     Vahid Ghaderi <vahid_male1384@yahoo.com>
                     Vanja Cvelbar <cvelbar@gmail.com>
                     Veeven <veeven@gmail.com>
                     Vikram Vincent <vincentvikram@gmail.com>
                     Yoppy Hidayanto <yoppy.hidayanto@gmail.com>
License: GPL-2+


License: public-domain
 The files tagged with this license contains the following paragraphs:
 .
 No copyright is claimed.  This code is in the public domain; do with
 it what you wish.
 .
 Written by Karel Zak <kzak@redhat.com>

License: GPL-2
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License, v2, as
 published by the Free Software Foundation
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License: GPL-3+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 3 can be found in `/usr/share/common-licenses/GPL-3'.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 1) Redistributions of source code must retain the above copyright notice,
 this list of conditions and the following disclaimer.
 .
 2) Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimer in the documentation
 and/or other materials provided with the distribution.
 .
 3) Neither the name of the ORGANIZATION nor the names of its contributors
 may be used to endorse or promote products derived from this software
 without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: BSD-4-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. All advertising materials mentioning features or use of this software
    must display the following acknowledgement:
    This product includes software developed by the University of
    California, Berkeley and its contributors.
 4. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSLA
 Redistribution and use in source and binary forms are permitted
 provided that the above copyright notice and this paragraph are
 duplicated in all such forms and that any documentation,
 advertising materials, and other materials related to such
 distribution and use acknowledge that the software was developed
 by the University of California, Berkeley.  The name of the
 University may not be used to endorse or promote products derived
 from this software without specific prior written permission.
 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

License: LGPL
 This file may be redistributed under the terms of the
 GNU Lesser General Public License.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License can be found in ‘/usr/share/common-licenses/LGPL’.

License: LGPL-2+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation, either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 The complete text of the GNU Lesser General Public License
 can be found in /usr/share/common-licenses/LGPL-2 file.

License: LGPL-2.1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License along
 with this program; if not, write to the Free Software Foundation,
 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in ‘/usr/share/common-licenses/LGPL-2.1’.

License: LGPL-3+
 This package is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 3 of the License, or (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in "/usr/share/common-licenses/LGPL-3".

License: MIT
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation files
 (the "Software"), to deal in the Software without restriction,
 including without limitation the rights to use, copy, modify, merge,
 publish, distribute, sublicense, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.



==========================================================================
Package: libva-drm2:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libva
Source: https://github.com/intel/libva

Files: *
Copyright: 1998-1999, Precision Insight, Inc.
           2000, VA Linux Systems, Inc.
           2004, IBM Corporation
           2006-2022, Intel Corporation
           2006, Tungsten Graphics, Inc.
           2008, NVIDIA Corporation
           2009-2010, Splitted-Desktop Systems
           Microsoft Corporation
License: Expat

Files: va/x11/va_dri2*
       va/x11/va_dri3*
Copyright: 2007-2008, Red Hat, Inc.
           2022, Collabora Ltd.
License: Expat-advertising
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the "Soft-
 ware"), to deal in the Software without restriction, including without
 limitation the rights to use, copy, modify, merge, publish, distribute,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, provided that the above copyright
 notice(s) and this permission notice appear in all copies of the Soft-
 ware and that both the above copyright notice(s) and this permission
 notice appear in supporting documentation.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
 ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY
 RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
 THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSE-
 QUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFOR-
 MANCE OF THIS SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder shall
 not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization of
 the copyright holder.

Files: va/wayland/wayland-drm.xml
Copyright: 2008-2011, Kristian Høgsberg
           2010-2011, Intel Corporation
License: other
 Permission to use, copy, modify, distribute, and sell this
 software and its documentation for any purpose is hereby granted
 without fee, provided that the above copyright notice appear in
 all copies and that both that copyright notice and this permission
 notice appear in supporting documentation, and that the name of
 the copyright holders not be used in advertising or publicity
 pertaining to distribution of the software without specific,
 written prior permission.  The copyright holders make no
 representations about the suitability of this software for any
 purpose.  It is provided "as is" without express or implied
 warranty.
 .
 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
 THIS SOFTWARE.

Files: debian/*
Copyright: 2010, Andres Mejia <mcitadel@gmail.com>
           2013-2022, Sebastian Ramacher <sramacher@debian.org>
           2007, Waldo Bastian <waldo.bastian@intel.com>
License: GPL-2+
 This file is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
 02110-1301, USA.
 .
 On Debian systems, the full text of the GNU General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.

Files: debian/dh/*
Copyright: 2014-2016, Sebastian Ramacher <sramacher@debian.org>
License: Expat

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.




==========================================================================
Package: libva-x11-2:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libva
Source: https://github.com/intel/libva

Files: *
Copyright: 1998-1999, Precision Insight, Inc.
           2000, VA Linux Systems, Inc.
           2004, IBM Corporation
           2006-2022, Intel Corporation
           2006, Tungsten Graphics, Inc.
           2008, NVIDIA Corporation
           2009-2010, Splitted-Desktop Systems
           Microsoft Corporation
License: Expat

Files: va/x11/va_dri2*
       va/x11/va_dri3*
Copyright: 2007-2008, Red Hat, Inc.
           2022, Collabora Ltd.
License: Expat-advertising
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the "Soft-
 ware"), to deal in the Software without restriction, including without
 limitation the rights to use, copy, modify, merge, publish, distribute,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, provided that the above copyright
 notice(s) and this permission notice appear in all copies of the Soft-
 ware and that both the above copyright notice(s) and this permission
 notice appear in supporting documentation.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
 ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY
 RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
 THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSE-
 QUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFOR-
 MANCE OF THIS SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder shall
 not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization of
 the copyright holder.

Files: va/wayland/wayland-drm.xml
Copyright: 2008-2011, Kristian Høgsberg
           2010-2011, Intel Corporation
License: other
 Permission to use, copy, modify, distribute, and sell this
 software and its documentation for any purpose is hereby granted
 without fee, provided that the above copyright notice appear in
 all copies and that both that copyright notice and this permission
 notice appear in supporting documentation, and that the name of
 the copyright holders not be used in advertising or publicity
 pertaining to distribution of the software without specific,
 written prior permission.  The copyright holders make no
 representations about the suitability of this software for any
 purpose.  It is provided "as is" without express or implied
 warranty.
 .
 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
 THIS SOFTWARE.

Files: debian/*
Copyright: 2010, Andres Mejia <mcitadel@gmail.com>
           2013-2022, Sebastian Ramacher <sramacher@debian.org>
           2007, Waldo Bastian <waldo.bastian@intel.com>
License: GPL-2+
 This file is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
 02110-1301, USA.
 .
 On Debian systems, the full text of the GNU General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.

Files: debian/dh/*
Copyright: 2014-2016, Sebastian Ramacher <sramacher@debian.org>
License: Expat

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.




==========================================================================
Package: libva2:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libva
Source: https://github.com/intel/libva

Files: *
Copyright: 1998-1999, Precision Insight, Inc.
           2000, VA Linux Systems, Inc.
           2004, IBM Corporation
           2006-2022, Intel Corporation
           2006, Tungsten Graphics, Inc.
           2008, NVIDIA Corporation
           2009-2010, Splitted-Desktop Systems
           Microsoft Corporation
License: Expat

Files: va/x11/va_dri2*
       va/x11/va_dri3*
Copyright: 2007-2008, Red Hat, Inc.
           2022, Collabora Ltd.
License: Expat-advertising
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the "Soft-
 ware"), to deal in the Software without restriction, including without
 limitation the rights to use, copy, modify, merge, publish, distribute,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, provided that the above copyright
 notice(s) and this permission notice appear in all copies of the Soft-
 ware and that both the above copyright notice(s) and this permission
 notice appear in supporting documentation.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
 ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY
 RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
 THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSE-
 QUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFOR-
 MANCE OF THIS SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder shall
 not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization of
 the copyright holder.

Files: va/wayland/wayland-drm.xml
Copyright: 2008-2011, Kristian Høgsberg
           2010-2011, Intel Corporation
License: other
 Permission to use, copy, modify, distribute, and sell this
 software and its documentation for any purpose is hereby granted
 without fee, provided that the above copyright notice appear in
 all copies and that both that copyright notice and this permission
 notice appear in supporting documentation, and that the name of
 the copyright holders not be used in advertising or publicity
 pertaining to distribution of the software without specific,
 written prior permission.  The copyright holders make no
 representations about the suitability of this software for any
 purpose.  It is provided "as is" without express or implied
 warranty.
 .
 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
 THIS SOFTWARE.

Files: debian/*
Copyright: 2010, Andres Mejia <mcitadel@gmail.com>
           2013-2022, Sebastian Ramacher <sramacher@debian.org>
           2007, Waldo Bastian <waldo.bastian@intel.com>
License: GPL-2+
 This file is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
 02110-1301, USA.
 .
 On Debian systems, the full text of the GNU General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.

Files: debian/dh/*
Copyright: 2014-2016, Sebastian Ramacher <sramacher@debian.org>
License: Expat

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.




==========================================================================
Package: libvdpau-va-gl1:arm64
==========================================================================
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libvdpau-va-gl
Upstream-Contact: Rinat Ibragimov <ibragimovrinat-at-mail.ru>
Source: https://github.com/i-rinat/libvdpau-va-gl

Files: *
Copyright: Copyright 2013  Rinat Ibragimov
License: LGPL-3

Files: debian/*
Copyright: Copyright 2013 Vincent Bernat
License: LGPL-3

License: LGPL-3
 libvdpau-va-gl is free software: you can redistribute it and/or modify
 it under the terms of version 3 of the GNU Lesser General Public
 License as published by the Free Software Foundation.
 .
 libvdpau-va-gl is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 On Debian systems, the full text of the GNU Lesser General Public
 License version 3 can be found in the file
 `/usr/share/common-licenses/LGPL-3'.



==========================================================================
Package: libvdpau1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: VDPAU wrapper and trace libraries
Upstream-Contact: <vdpau@lists.freedesktop.org>
Source: https://gitlab.freedesktop.org/vdpau/libvdpau

Files: *
Copyright: © 2008-2022 NVIDIA Corporation
           © 2008 Red Hat, Inc.
License: Expat

Files: debian/*
Copyright: 2009-2012 Andres Mejia <mcitadel@gmail.com>
           © 2010-2023 Andreas Beckmann <anbe@debian.org>
           2010 Russ Allbery <rra@debian.org>
           2015-2022 Luca Boccassi <bluca@debian.org>
License: Expat

Files: src/mesa_dri2.c src/mesa_dri2.h
Copyright: © 2007,2008 Red Hat, Inc.
           © 2010 NVIDIA Corporation
License: other
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Soft-
 ware"), to deal in the Software without restriction, including without
 limitation the rights to use, copy, modify, merge, publish, distribute,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, provided that the above copyright
 notice(s) and this permission notice appear in all copies of the Soft-
 ware and that both the above copyright notice(s) and this permission
 notice appear in supporting documentation.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
 ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY
 RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
 THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSE-
 QUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFOR-
 MANCE OF THIS SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder shall
 not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization of
 the copyright holder.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to permit
 persons to whom the Software is furnished to do so, subject to the
 following conditions:
 .
 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
 OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
 THE USE OR OTHER DEALINGS IN THE SOFTWARE.



==========================================================================
Package: libvorbis0a:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Vorbis audio compression
Upstream-Contact: Monty <monty@xiph.org>
Source: https://www.xiph.org/downloads/

Files: *
Copyright: 2002-2020, Xiph.org Foundation
License: BSD-3-Clause

Files: doc/rfc5215.*
Copyright: 2008, The IETF Trust
License: RFC-special
 The authors agree to grant third parties the irrevocable right to
 copy, use, and distribute the work, with or without modification, in
 any medium, without royalty, provided that, unless separate
 permission is granted, redistributed modified works do not contain
 misleading author, version, name of work, or endorsement information.

Files: debian/*
Copyright: 2000, Christopher L Cheney <ccheney@debian.org>
License: BSD-3-Clause

License: BSD-3-Clause
 Copyright (c) 2002-2020, Xiph.org Foundation
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 - Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 .
 - Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 .
 - Neither the name of the Xiph.org Foundation nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: libvorbisenc2:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Vorbis audio compression
Upstream-Contact: Monty <monty@xiph.org>
Source: https://www.xiph.org/downloads/

Files: *
Copyright: 2002-2020, Xiph.org Foundation
License: BSD-3-Clause

Files: doc/rfc5215.*
Copyright: 2008, The IETF Trust
License: RFC-special
 The authors agree to grant third parties the irrevocable right to
 copy, use, and distribute the work, with or without modification, in
 any medium, without royalty, provided that, unless separate
 permission is granted, redistributed modified works do not contain
 misleading author, version, name of work, or endorsement information.

Files: debian/*
Copyright: 2000, Christopher L Cheney <ccheney@debian.org>
License: BSD-3-Clause

License: BSD-3-Clause
 Copyright (c) 2002-2020, Xiph.org Foundation
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 - Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 .
 - Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 .
 - Neither the name of the Xiph.org Foundation nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: libvorbisfile3:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Vorbis audio compression
Upstream-Contact: Monty <monty@xiph.org>
Source: https://www.xiph.org/downloads/

Files: *
Copyright: 2002-2020, Xiph.org Foundation
License: BSD-3-Clause

Files: doc/rfc5215.*
Copyright: 2008, The IETF Trust
License: RFC-special
 The authors agree to grant third parties the irrevocable right to
 copy, use, and distribute the work, with or without modification, in
 any medium, without royalty, provided that, unless separate
 permission is granted, redistributed modified works do not contain
 misleading author, version, name of work, or endorsement information.

Files: debian/*
Copyright: 2000, Christopher L Cheney <ccheney@debian.org>
License: BSD-3-Clause

License: BSD-3-Clause
 Copyright (c) 2002-2020, Xiph.org Foundation
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 - Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 .
 - Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 .
 - Neither the name of the Xiph.org Foundation nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: libvpx-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libvpx
Source: http://www.webmproject.org/
Comment:
 Additional IP Rights Grant (Patents)
 ------------------------------------
 .
 "These implementations" means the copyrightable works that implement the WebM
 codecs distributed by Google as part of the WebM Project.
 .
 Google hereby grants to you a perpetual, worldwide, non-exclusive, no-charge,
 royalty-free, irrevocable (except as stated in this section) patent license to
 make, have made, use, offer to sell, sell, import, transfer, and otherwise
 run, modify and propagate the contents of these implementations of WebM, where
 such license applies only to those patent claims, both currently owned by
 Google and acquired in the future, licensable by Google that are necessarily
 infringed by these implementations of WebM. This grant does not include claims
 that would be infringed only as a consequence of further modification of these
 implementations. If you or your agent or exclusive licensee institute or order
 or agree to the institution of patent litigation or any other patent
 enforcement activity against any entity (including a cross-claim or
 counterclaim in a lawsuit) alleging that any of these implementations of WebM
 or any code incorporated within any of these implementations of WebM
 constitute direct or contributory patent infringement, or inducement of
 patent infringement, then any patent rights granted to you under this License
 for these implementations of WebM shall terminate as of the date such
 litigation is filed.

Files: *
Copyright: (c) 2010-2018, The WebM Project authors. All rights reserved.
License: BSD-3-Clause

Files: md5_utils.*
Copyright: public-domain
License: public-domain
 The algorithm is due to Ron Rivest. This code was
 written by Colin Plumb in 1993, no copyright is claimed.
 This code is in the public domain; do with it what you wish.
 .
 Changed so as no longer to depend on Colin Plumb's `usual.h' header
 definitions by Ian Jackson <ian@chiark.greenend.org.uk>.
 Still in the public domain.

Files: vpx_util/endian_inl.h
       vpx_util/vpx_thread.*
       third_party/googletest/*
       tools/cpplint.py
Copyright: (c) 2005-2014, Google Inc.
License: BSD-3-Clause

Files: third_party/libyuv/*
Copyright: (c) 2011-2015, The LibYuv Project Authors
License: BSD-3-Clause

Files: third_party/x86inc/*
Copyright: (c) 2005-2012, x264 project
           (c) 2005-2012, Loren Merritt <lorenm@u.washington.edu>
           (c) 2005-2012, Anton Mitrofanov <BugMaster@narod.ru>
           (c) 2005-2012, Jason Garrett-Glaser <darkshikari@gmail.com>
           (c) 2005-2012, Henrik Gramner <hengar-6@student.ltu.se>
License: ISC

Files: debian/*
Copyright: (c) 2010-2016, Sebastian Dröge <slomo@debian.org>
           (c) 2016-2019, Ondřej Nový <onovy@debian.org>
License: BSD-3-Clause

License: BSD-3-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 * Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.
 * Neither the name of Google, nor the WebM Project, nor the names
   of its contributors may be used to endorse or promote products
   derived from this software without specific prior written
   permission.
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



==========================================================================
Package: libvpx7:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libvpx
Source: http://www.webmproject.org/
Comment:
 Additional IP Rights Grant (Patents)
 ------------------------------------
 .
 "These implementations" means the copyrightable works that implement the WebM
 codecs distributed by Google as part of the WebM Project.
 .
 Google hereby grants to you a perpetual, worldwide, non-exclusive, no-charge,
 royalty-free, irrevocable (except as stated in this section) patent license to
 make, have made, use, offer to sell, sell, import, transfer, and otherwise
 run, modify and propagate the contents of these implementations of WebM, where
 such license applies only to those patent claims, both currently owned by
 Google and acquired in the future, licensable by Google that are necessarily
 infringed by these implementations of WebM. This grant does not include claims
 that would be infringed only as a consequence of further modification of these
 implementations. If you or your agent or exclusive licensee institute or order
 or agree to the institution of patent litigation or any other patent
 enforcement activity against any entity (including a cross-claim or
 counterclaim in a lawsuit) alleging that any of these implementations of WebM
 or any code incorporated within any of these implementations of WebM
 constitute direct or contributory patent infringement, or inducement of
 patent infringement, then any patent rights granted to you under this License
 for these implementations of WebM shall terminate as of the date such
 litigation is filed.

Files: *
Copyright: (c) 2010-2018, The WebM Project authors. All rights reserved.
License: BSD-3-Clause

Files: md5_utils.*
Copyright: public-domain
License: public-domain
 The algorithm is due to Ron Rivest. This code was
 written by Colin Plumb in 1993, no copyright is claimed.
 This code is in the public domain; do with it what you wish.
 .
 Changed so as no longer to depend on Colin Plumb's `usual.h' header
 definitions by Ian Jackson <ian@chiark.greenend.org.uk>.
 Still in the public domain.

Files: vpx_util/endian_inl.h
       vpx_util/vpx_thread.*
       third_party/googletest/*
       tools/cpplint.py
Copyright: (c) 2005-2014, Google Inc.
License: BSD-3-Clause

Files: third_party/libyuv/*
Copyright: (c) 2011-2015, The LibYuv Project Authors
License: BSD-3-Clause

Files: third_party/x86inc/*
Copyright: (c) 2005-2012, x264 project
           (c) 2005-2012, Loren Merritt <lorenm@u.washington.edu>
           (c) 2005-2012, Anton Mitrofanov <BugMaster@narod.ru>
           (c) 2005-2012, Jason Garrett-Glaser <darkshikari@gmail.com>
           (c) 2005-2012, Henrik Gramner <hengar-6@student.ltu.se>
License: ISC

Files: debian/*
Copyright: (c) 2010-2016, Sebastian Dröge <slomo@debian.org>
           (c) 2016-2019, Ondřej Nový <onovy@debian.org>
License: BSD-3-Clause

License: BSD-3-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 * Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.
 * Neither the name of Google, nor the WebM Project, nor the names
   of its contributors may be used to endorse or promote products
   derived from this software without specific prior written
   permission.
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



==========================================================================
Package: libwayland-client0:arm64
==========================================================================
Upstream-Name: wayland
Upstream-Contact: Kristian Høgsberg <krh@bitplanet.net>
Source: https://wayland.freedesktop.org/releases/

Files: debian/*
Copyright: © 2011 Cyril Brulebois <kibi@debian.org>
License: X11

Files: *
Copyright:
 © 1999 SuSE, Inc.
 © 2002 Keith Packard
 © 2006, 2008 Junio C Hamano
 © 2008-2012 Kristian Høgsberg
 © 2010-2012 Intel Corporation
 © 2011 Benjamin Franzke
 © 2012-2013, 2016 Collabora, Ltd
 © 2012-2013 Jason Ekstrand
 © 2012-2014 Jonas Ådahl
 © 2013 Marek Chalupa
 © 2014-2015 Red Hat, Inc.
 © 2015 Giulio Camuffo
 © 2016 Klarälvdalens Datakonsult AB
 © 2016 Yong Bakos
 © 2017 NVIDIA CORPORATION
 © 2017 Samsung Electronics Co., Ltd
License: X11

License: X11
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.
 .
  ---
 .
 The above is the version of the MIT "Expat" License used by X.org:
 .
     http://cgit.freedesktop.org/xorg/xserver/tree/COPYING




==========================================================================
Package: libwayland-cursor0:arm64
==========================================================================
Upstream-Name: wayland
Upstream-Contact: Kristian Høgsberg <krh@bitplanet.net>
Source: https://wayland.freedesktop.org/releases/

Files: debian/*
Copyright: © 2011 Cyril Brulebois <kibi@debian.org>
License: X11

Files: *
Copyright:
 © 1999 SuSE, Inc.
 © 2002 Keith Packard
 © 2006, 2008 Junio C Hamano
 © 2008-2012 Kristian Høgsberg
 © 2010-2012 Intel Corporation
 © 2011 Benjamin Franzke
 © 2012-2013, 2016 Collabora, Ltd
 © 2012-2013 Jason Ekstrand
 © 2012-2014 Jonas Ådahl
 © 2013 Marek Chalupa
 © 2014-2015 Red Hat, Inc.
 © 2015 Giulio Camuffo
 © 2016 Klarälvdalens Datakonsult AB
 © 2016 Yong Bakos
 © 2017 NVIDIA CORPORATION
 © 2017 Samsung Electronics Co., Ltd
License: X11

License: X11
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.
 .
  ---
 .
 The above is the version of the MIT "Expat" License used by X.org:
 .
     http://cgit.freedesktop.org/xorg/xserver/tree/COPYING




==========================================================================
Package: libwayland-dev:arm64
==========================================================================
Upstream-Name: wayland
Upstream-Contact: Kristian Høgsberg <krh@bitplanet.net>
Source: https://wayland.freedesktop.org/releases/

Files: debian/*
Copyright: © 2011 Cyril Brulebois <kibi@debian.org>
License: X11

Files: *
Copyright:
 © 1999 SuSE, Inc.
 © 2002 Keith Packard
 © 2006, 2008 Junio C Hamano
 © 2008-2012 Kristian Høgsberg
 © 2010-2012 Intel Corporation
 © 2011 Benjamin Franzke
 © 2012-2013, 2016 Collabora, Ltd
 © 2012-2013 Jason Ekstrand
 © 2012-2014 Jonas Ådahl
 © 2013 Marek Chalupa
 © 2014-2015 Red Hat, Inc.
 © 2015 Giulio Camuffo
 © 2016 Klarälvdalens Datakonsult AB
 © 2016 Yong Bakos
 © 2017 NVIDIA CORPORATION
 © 2017 Samsung Electronics Co., Ltd
License: X11

License: X11
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.
 .
  ---
 .
 The above is the version of the MIT "Expat" License used by X.org:
 .
     http://cgit.freedesktop.org/xorg/xserver/tree/COPYING




==========================================================================
Package: libwayland-egl1:arm64
==========================================================================
Upstream-Name: wayland
Upstream-Contact: Kristian Høgsberg <krh@bitplanet.net>
Source: https://wayland.freedesktop.org/releases/

Files: debian/*
Copyright: © 2011 Cyril Brulebois <kibi@debian.org>
License: X11

Files: *
Copyright:
 © 1999 SuSE, Inc.
 © 2002 Keith Packard
 © 2006, 2008 Junio C Hamano
 © 2008-2012 Kristian Høgsberg
 © 2010-2012 Intel Corporation
 © 2011 Benjamin Franzke
 © 2012-2013, 2016 Collabora, Ltd
 © 2012-2013 Jason Ekstrand
 © 2012-2014 Jonas Ådahl
 © 2013 Marek Chalupa
 © 2014-2015 Red Hat, Inc.
 © 2015 Giulio Camuffo
 © 2016 Klarälvdalens Datakonsult AB
 © 2016 Yong Bakos
 © 2017 NVIDIA CORPORATION
 © 2017 Samsung Electronics Co., Ltd
License: X11

License: X11
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.
 .
  ---
 .
 The above is the version of the MIT "Expat" License used by X.org:
 .
     http://cgit.freedesktop.org/xorg/xserver/tree/COPYING




==========================================================================
Package: libwayland-server0:arm64
==========================================================================
Upstream-Name: wayland
Upstream-Contact: Kristian Høgsberg <krh@bitplanet.net>
Source: https://wayland.freedesktop.org/releases/

Files: debian/*
Copyright: © 2011 Cyril Brulebois <kibi@debian.org>
License: X11

Files: *
Copyright:
 © 1999 SuSE, Inc.
 © 2002 Keith Packard
 © 2006, 2008 Junio C Hamano
 © 2008-2012 Kristian Høgsberg
 © 2010-2012 Intel Corporation
 © 2011 Benjamin Franzke
 © 2012-2013, 2016 Collabora, Ltd
 © 2012-2013 Jason Ekstrand
 © 2012-2014 Jonas Ådahl
 © 2013 Marek Chalupa
 © 2014-2015 Red Hat, Inc.
 © 2015 Giulio Camuffo
 © 2016 Klarälvdalens Datakonsult AB
 © 2016 Yong Bakos
 © 2017 NVIDIA CORPORATION
 © 2017 Samsung Electronics Co., Ltd
License: X11

License: X11
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.
 .
  ---
 .
 The above is the version of the MIT "Expat" License used by X.org:
 .
     http://cgit.freedesktop.org/xorg/xserver/tree/COPYING




==========================================================================
Package: libwebp7:arm64
==========================================================================
This work was packaged for Debian by:

    Jeff Breidenbach <jab@debian.org> on Mon, 28 Feb 2011 17:25:17 -0800

It was downloaded from <http://webp.googlecode.com>

Upstream Author:

    Pascal Massimino <pascal.massimino@gmail.com>

Copyright:

    Copyright (C) 2010, Google Inc. All rights reserved.

License:

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are
    met:

      * Redistributions of source code must retain the above copyright
        notice, this list of conditions and the following disclaimer.
    
      * Redistributions in binary form must reproduce the above copyright
        notice, this list of conditions and the following disclaimer in
        the documentation and/or other materials provided with the
        distribution.
    
      * Neither the name of Google nor the names of its contributors may
        be used to endorse or promote products derived from this software
        without specific prior written permission.
    
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
    HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    
The Debian packaging is:

    Copyright (C) 2011 Jeff Breidenbach <jab@debian.org>

and is licensed under Apache-2.0
see `/usr/share/common-licenses/Apache-2.0'.



==========================================================================
Package: libwebpmux3:arm64
==========================================================================
This work was packaged for Debian by:

    Jeff Breidenbach <jab@debian.org> on Mon, 28 Feb 2011 17:25:17 -0800

It was downloaded from <http://webp.googlecode.com>

Upstream Author:

    Pascal Massimino <pascal.massimino@gmail.com>

Copyright:

    Copyright (C) 2010, Google Inc. All rights reserved.

License:

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are
    met:

      * Redistributions of source code must retain the above copyright
        notice, this list of conditions and the following disclaimer.
    
      * Redistributions in binary form must reproduce the above copyright
        notice, this list of conditions and the following disclaimer in
        the documentation and/or other materials provided with the
        distribution.
    
      * Neither the name of Google nor the names of its contributors may
        be used to endorse or promote products derived from this software
        without specific prior written permission.
    
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
    HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    
The Debian packaging is:

    Copyright (C) 2011 Jeff Breidenbach <jab@debian.org>

and is licensed under Apache-2.0
see `/usr/share/common-licenses/Apache-2.0'.



==========================================================================
Package: libx11-6:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/

The following is the 'standard copyright' agreed upon by most contributors,
and is currently the canonical license preferred by the X.Org Foundation.
This is a slight variant of the common MIT license form published by the
Open Source Initiative at https://opensource.org/licenses/mit-license.php

Copyright holders of new code should use this license statement where
possible, and insert their name to this list.  Please sort by surname
for people, and by the full name for other entities (e.g.  Juliusz
Chroboczek sorts before Intel Corporation sorts before Daniel Stone).

See each individual source file or directory for the license that applies
to that file.

Copyright (C) 2003-2006,2008 Jamey Sharp, Josh Triplett
Copyright © 2009 Red Hat, Inc.
Copyright 1990-1992,1999,2000,2004,2009,2010 Oracle and/or its affiliates.
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

 ----------------------------------------------------------------------

The following licenses are 'legacy' - usually MIT/X11 licenses with the name
of the copyright holder(s) in the license statement:

Copyright 1984-1994, 1998 The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.

X Window System is a trademark of The Open Group.

		----------------------------------------

Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1994, 1996 X Consortium
Copyright 2000 The XFree86 Project, Inc.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the X Consortium shall
not be used in advertising or otherwise to promote the sale, use or
other dealings in this Software without prior written authorization
from the X Consortium.

Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by
Digital Equipment Corporation

Portions Copyright 1990, 1991 by Tektronix, Inc.

Permission to use, copy, modify and distribute this documentation for
any purpose and without fee is hereby granted, provided that the above
copyright notice appears in all copies and that both that copyright notice
and this permission notice appear in all copies, and that the names of
Digital and Tektronix not be used in in advertising or publicity pertaining
to this documentation without specific, written prior permission.
Digital and Tektronix makes no representations about the suitability
of this documentation for any purpose.
It is provided ``as is'' without express or implied warranty.

		----------------------------------------

Copyright (c) 1999-2000  Free Software Foundation, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the Free Software Foundation
shall not be used in advertising or otherwise to promote the sale, use or
other dealings in this Software without prior written authorization from the
Free Software Foundation.

		----------------------------------------

Code and supporting documentation (c) Copyright 1990 1991 Tektronix, Inc.
	All Rights Reserved

This file is a component of an X Window System-specific implementation
of Xcms based on the TekColor Color Management System.  TekColor is a
trademark of Tektronix, Inc.  The term "TekHVC" designates a particular
color space that is the subject of U.S. Patent No. 4,985,853 (equivalent
foreign patents pending).  Permission is hereby granted to use, copy,
modify, sell, and otherwise distribute this software and its
documentation for any purpose and without fee, provided that:

1. This copyright, permission, and disclaimer notice is reproduced in
   all copies of this software and any modification thereof and in
   supporting documentation;
2. Any color-handling application which displays TekHVC color
   cooordinates identifies these as TekHVC color coordinates in any
   interface that displays these coordinates and in any associated
   documentation;
3. The term "TekHVC" is always used, and is only used, in association
   with the mathematical derivations of the TekHVC Color Space,
   including those provided in this file and any equivalent pathways and
   mathematical derivations, regardless of digital (e.g., floating point
   or integer) representation.

Tektronix makes no representation about the suitability of this software
for any purpose.  It is provided "as is" and with all faults.

TEKTRONIX DISCLAIMS ALL WARRANTIES APPLICABLE TO THIS SOFTWARE,
INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE.  IN NO EVENT SHALL TEKTRONIX BE LIABLE FOR ANY
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA, OR PROFITS, WHETHER IN AN ACTION OF
CONTRACT, NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR THE PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

(c) Copyright 1995 FUJITSU LIMITED
This is source code modified by FUJITSU LIMITED under the Joint
Development Agreement for the CDE/Motif PST.

		----------------------------------------

Copyright 1992 by Oki Technosystems Laboratory, Inc.
Copyright 1992 by Fuji Xerox Co., Ltd.

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of Oki Technosystems
Laboratory and Fuji Xerox not be used in advertising or publicity
pertaining to distribution of the software without specific, written
prior permission.
Oki Technosystems Laboratory and Fuji Xerox make no representations
about the suitability of this software for any purpose.  It is provided
"as is" without express or implied warranty.

OKI TECHNOSYSTEMS LABORATORY AND FUJI XEROX DISCLAIM ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OKI TECHNOSYSTEMS
LABORATORY AND FUJI XEROX BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1990, 1991, 1992, 1993, 1994 by FUJITSU LIMITED

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of FUJITSU LIMITED
not be used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.
FUJITSU LIMITED makes no representations about the suitability of
this software for any purpose.
It is provided "as is" without express or implied warranty.

FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------


Copyright (c) 1995 David E. Wexelblat.  All rights reserved

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL DAVID E. WEXELBLAT BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of David E. Wexelblat shall
not be used in advertising or otherwise to promote the sale, use or
other dealings in this Software without prior written authorization
from David E. Wexelblat.

		----------------------------------------

Copyright 1990, 1991 by OMRON Corporation

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name OMRON not be used in
advertising or publicity pertaining to distribution of the software without
specific, written prior permission.  OMRON makes no representations
about the suitability of this software for any purpose.  It is provided
"as is" without express or implied warranty.

OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by
Digital Equipment Corporation

Portions Copyright 1990, 1991 by Tektronix, Inc

Rewritten for X.org by Chris Lee <clee@freedesktop.org>

Permission to use, copy, modify, distribute, and sell this documentation
for any purpose and without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
Chris Lee makes no representations about the suitability for any purpose
of the information in this document.  It is provided \`\`as-is'' without
express or implied warranty.

		----------------------------------------

Copyright 1993 by Digital Equipment Corporation, Maynard, Massachusetts,
Copyright 1994 by FUJITSU LIMITED
Copyright 1994 by Sony Corporation

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Digital, FUJITSU
LIMITED and Sony Corporation not be used in advertising or publicity
pertaining to distribution of the software without specific, written
prior permission.

DIGITAL, FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DIGITAL, FUJITSU LIMITED
AND SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------


Copyright 1991 by the Open Software Foundation

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of Open Software Foundation
not be used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.  Open Software
Foundation makes no representations about the suitability of this
software for any purpose.  It is provided "as is" without express or
implied warranty.

OPEN SOFTWARE FOUNDATION DISCLAIMS ALL WARRANTIES WITH REGARD TO
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN BE
LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1990, 1991, 1992,1993, 1994 by FUJITSU LIMITED
Copyright 1993, 1994                  by Sony Corporation

Permission to use, copy, modify, distribute, and sell this software and
its documentation for any purpose is hereby granted without fee, provided
that the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of FUJITSU LIMITED and Sony Corporation
not be used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.  FUJITSU LIMITED and
Sony Corporation makes no representations about the suitability of this
software for any purpose.  It is provided "as is" without express or
implied warranty.

FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD
TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS, IN NO EVENT SHALL FUJITSU LIMITED OR SONY CORPORATION BE LIABLE
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright (c) 1993, 1995 by Silicon Graphics Computer Systems, Inc.

Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation, and that the name of Silicon Graphics not be
used in advertising or publicity pertaining to distribution
of the software without specific prior written permission.
Silicon Graphics makes no representation about the suitability
of this software for any purpose. It is provided "as is"
without any express or implied warranty.

SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1991, 1992, 1993, 1994 by FUJITSU LIMITED
Copyright 1993 by Digital Equipment Corporation

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of FUJITSU LIMITED and
Digital Equipment Corporation not be used in advertising or publicity
pertaining to distribution of the software without specific, written
prior permission.  FUJITSU LIMITED and Digital Equipment Corporation
makes no representations about the suitability of this software for
any purpose.  It is provided "as is" without express or implied
warranty.

FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION DISCLAIM ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR
ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.

		----------------------------------------

Copyright 1992, 1993 by FUJITSU LIMITED
Copyright 1993 by Fujitsu Open Systems Solutions, Inc.
Copyright 1994 by Sony Corporation

Permission to use, copy, modify, distribute and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of FUJITSU LIMITED,
Fujitsu Open Systems Solutions, Inc. and Sony Corporation  not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.
FUJITSU LIMITED, Fujitsu Open Systems Solutions, Inc. and
Sony Corporation make no representations about the suitability of
this software for any purpose.  It is provided "as is" without
express or implied warranty.

FUJITSU LIMITED, FUJITSU OPEN SYSTEMS SOLUTIONS, INC. AND SONY
CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
IN NO EVENT SHALL FUJITSU OPEN SYSTEMS SOLUTIONS, INC., FUJITSU LIMITED
AND SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1987, 1988, 1990, 1993 by Digital Equipment Corporation,
Maynard, Massachusetts,

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of Digital not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

		----------------------------------------

Copyright 1993 by SunSoft, Inc.
Copyright 1999-2000 by Bruno Haible

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the names of SunSoft, Inc. and
Bruno Haible not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior
permission.  SunSoft, Inc. and Bruno Haible make no representations
about the suitability of this software for any purpose.  It is
provided "as is" without express or implied warranty.

SunSoft Inc. AND Bruno Haible DISCLAIM ALL WARRANTIES WITH REGARD
TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS, IN NO EVENT SHALL SunSoft, Inc. OR Bruno Haible BE LIABLE
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1991 by the Open Software Foundation
Copyright 1993 by the TOSHIBA Corp.

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the names of Open Software Foundation and TOSHIBA
not be used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.  Open Software
Foundation and TOSHIBA make no representations about the suitability of this
software for any purpose.  It is provided "as is" without express or
implied warranty.

OPEN SOFTWARE FOUNDATION AND TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN OR TOSHIBA BE
LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1988 by Wyse Technology, Inc., San Jose, Ca.,

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name Wyse not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

WYSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

		----------------------------------------


Copyright 1991 by the Open Software Foundation
Copyright 1993, 1994 by the Sony Corporation

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the names of Open Software Foundation and
Sony Corporation not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior permission.
Open Software Foundation and Sony Corporation make no
representations about the suitability of this software for any purpose.
It is provided "as is" without express or implied warranty.

OPEN SOFTWARE FOUNDATION AND SONY CORPORATION DISCLAIM ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OPEN
SOFTWARE FOUNDATIONN OR SONY CORPORATION BE LIABLE FOR ANY SPECIAL,
INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1992, 1993 by FUJITSU LIMITED
Copyright 1993 by Fujitsu Open Systems Solutions, Inc.

Permission to use, copy, modify, distribute and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of FUJITSU LIMITED and
Fujitsu Open Systems Solutions, Inc. not be used in advertising or
publicity pertaining to distribution of the software without specific,
written prior permission.
FUJITSU LIMITED and Fujitsu Open Systems Solutions, Inc. makes no
representations about the suitability of this software for any purpose.
It is provided "as is" without express or implied warranty.

FUJITSU LIMITED AND FUJITSU OPEN SYSTEMS SOLUTIONS, INC. DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJITSU OPEN SYSTEMS
SOLUTIONS, INC. AND FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT
OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
OF THIS SOFTWARE.

		----------------------------------------

Copyright 1993, 1994 by Sony Corporation

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of Sony Corporation
not be used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.
Sony Corporation makes no representations about the suitability of
this software for any purpose. It is provided "as is" without
express or implied warranty.

SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1986, 1998  The Open Group
Copyright (c) 2000  The XFree86 Project, Inc.

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
X CONSORTIUM OR THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Except as contained in this notice, the name of the X Consortium or of the
XFree86 Project shall not be used in advertising or otherwise to promote the
sale, use or other dealings in this Software without prior written
authorization from the X Consortium and the XFree86 Project.

		----------------------------------------

Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation,
                     and Nippon Telegraph and Telephone Corporation
Copyright 1991 by the Open Software Foundation
Copyright 1993 by the FUJITSU LIMITED

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the names of OMRON, NTT Software, NTT, and
Open Software Foundation not be used in advertising or publicity
pertaining to distribution of the software without specific,
written prior permission. OMRON, NTT Software, NTT, and Open Software
Foundation make no representations about the suitability of this
software for any purpose.  It is provided "as is" without express or
implied warranty.

OMRON, NTT SOFTWARE, NTT, AND OPEN SOFTWARE FOUNDATION
DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
SHALL OMRON, NTT SOFTWARE, NTT, OR OPEN SOFTWARE FOUNDATION BE
LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1988 by Wyse Technology, Inc., San Jose, Ca,
Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name Digital not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

DIGITAL AND WYSE DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL DIGITAL OR WYSE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------


Copyright 1991, 1992 by Fuji Xerox Co., Ltd.
Copyright 1992, 1993, 1994 by FUJITSU LIMITED

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of Fuji Xerox,
FUJITSU LIMITED not be used in advertising or publicity pertaining
to distribution of the software without specific, written prior
permission. Fuji Xerox, FUJITSU LIMITED make no representations
about the suitability of this software for any purpose.
It is provided "as is" without express or implied warranty.

FUJI XEROX, FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJI XEROX,
FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA
OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 2006 Josh Triplett

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

		----------------------------------------

(c) Copyright 1996 by Sebastien Marineau and Holger Veit
			<marineau@genie.uottawa.ca>
                     <Holger.Veit@gmd.de>

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
HOLGER VEIT  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Except as contained in this notice, the name of Sebastien Marineau or Holger Veit
shall not be used in advertising or otherwise to promote the sale, use or other
dealings in this Software without prior written authorization from Holger Veit or
Sebastien Marineau.

		----------------------------------------

Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation,
                     and Nippon Telegraph and Telephone Corporation
Copyright 1991 by the Open Software Foundation
Copyright 1993 by the TOSHIBA Corp.
Copyright 1993, 1994 by Sony Corporation
Copyright 1993, 1994 by the FUJITSU LIMITED

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the names of OMRON, NTT Software, NTT, Open
Software Foundation, and Sony Corporation not be used in advertising
or publicity pertaining to distribution of the software without specific,
written prior permission. OMRON, NTT Software, NTT, Open Software
Foundation, and Sony Corporation  make no representations about the
suitability of this software for any purpose.  It is provided "as is"
without express or implied warranty.

OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, AND SONY
CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
SHALL OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, OR SONY
CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 2000 by Bruno Haible

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of Bruno Haible not
be used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.  Bruno Haible
makes no representations about the suitability of this software for
any purpose.  It is provided "as is" without express or implied
warranty.

Bruno Haible DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
NO EVENT SHALL Bruno Haible BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright © 2003 Keith Packard

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of Keith Packard not be used in
advertising or publicity pertaining to distribution of the software without
specific, written prior permission.  Keith Packard makes no
representations about the suitability of this software for any purpose.  It
is provided "as is" without express or implied warranty.

KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright (c) 2007-2009, Troy D. Hanson
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

		----------------------------------------

Copyright 1992, 1993 by TOSHIBA Corp.

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted, provided
that the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of TOSHIBA not be used in advertising
or publicity pertaining to distribution of the software without specific,
written prior permission. TOSHIBA make no representations about the
suitability of this software for any purpose.  It is provided "as is"
without express or implied warranty.

TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
TOSHIBA BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.


		----------------------------------------

Copyright IBM Corporation 1993

All Rights Reserved

License to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of IBM not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS, AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS, IN NO EVENT SHALL
IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

		----------------------------------------

Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation,
                     and Nippon Telegraph and Telephone Corporation

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the names of OMRON, NTT Software, and NTT
not be used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission. OMRON, NTT Software,
and NTT make no representations about the suitability of this
software for any purpose.  It is provided "as is" without express or
implied warranty.

OMRON, NTT SOFTWARE, AND NTT, DISCLAIM ALL WARRANTIES WITH REGARD
TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS, IN NO EVENT SHALL OMRON, NTT SOFTWARE, OR NTT, BE
LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



==========================================================================
Package: libx11-dev:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/

The following is the 'standard copyright' agreed upon by most contributors,
and is currently the canonical license preferred by the X.Org Foundation.
This is a slight variant of the common MIT license form published by the
Open Source Initiative at https://opensource.org/licenses/mit-license.php

Copyright holders of new code should use this license statement where
possible, and insert their name to this list.  Please sort by surname
for people, and by the full name for other entities (e.g.  Juliusz
Chroboczek sorts before Intel Corporation sorts before Daniel Stone).

See each individual source file or directory for the license that applies
to that file.

Copyright (C) 2003-2006,2008 Jamey Sharp, Josh Triplett
Copyright © 2009 Red Hat, Inc.
Copyright 1990-1992,1999,2000,2004,2009,2010 Oracle and/or its affiliates.
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

 ----------------------------------------------------------------------

The following licenses are 'legacy' - usually MIT/X11 licenses with the name
of the copyright holder(s) in the license statement:

Copyright 1984-1994, 1998 The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.

X Window System is a trademark of The Open Group.

		----------------------------------------

Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1994, 1996 X Consortium
Copyright 2000 The XFree86 Project, Inc.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the X Consortium shall
not be used in advertising or otherwise to promote the sale, use or
other dealings in this Software without prior written authorization
from the X Consortium.

Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by
Digital Equipment Corporation

Portions Copyright 1990, 1991 by Tektronix, Inc.

Permission to use, copy, modify and distribute this documentation for
any purpose and without fee is hereby granted, provided that the above
copyright notice appears in all copies and that both that copyright notice
and this permission notice appear in all copies, and that the names of
Digital and Tektronix not be used in in advertising or publicity pertaining
to this documentation without specific, written prior permission.
Digital and Tektronix makes no representations about the suitability
of this documentation for any purpose.
It is provided ``as is'' without express or implied warranty.

		----------------------------------------

Copyright (c) 1999-2000  Free Software Foundation, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the Free Software Foundation
shall not be used in advertising or otherwise to promote the sale, use or
other dealings in this Software without prior written authorization from the
Free Software Foundation.

		----------------------------------------

Code and supporting documentation (c) Copyright 1990 1991 Tektronix, Inc.
	All Rights Reserved

This file is a component of an X Window System-specific implementation
of Xcms based on the TekColor Color Management System.  TekColor is a
trademark of Tektronix, Inc.  The term "TekHVC" designates a particular
color space that is the subject of U.S. Patent No. 4,985,853 (equivalent
foreign patents pending).  Permission is hereby granted to use, copy,
modify, sell, and otherwise distribute this software and its
documentation for any purpose and without fee, provided that:

1. This copyright, permission, and disclaimer notice is reproduced in
   all copies of this software and any modification thereof and in
   supporting documentation;
2. Any color-handling application which displays TekHVC color
   cooordinates identifies these as TekHVC color coordinates in any
   interface that displays these coordinates and in any associated
   documentation;
3. The term "TekHVC" is always used, and is only used, in association
   with the mathematical derivations of the TekHVC Color Space,
   including those provided in this file and any equivalent pathways and
   mathematical derivations, regardless of digital (e.g., floating point
   or integer) representation.

Tektronix makes no representation about the suitability of this software
for any purpose.  It is provided "as is" and with all faults.

TEKTRONIX DISCLAIMS ALL WARRANTIES APPLICABLE TO THIS SOFTWARE,
INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE.  IN NO EVENT SHALL TEKTRONIX BE LIABLE FOR ANY
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA, OR PROFITS, WHETHER IN AN ACTION OF
CONTRACT, NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR THE PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

(c) Copyright 1995 FUJITSU LIMITED
This is source code modified by FUJITSU LIMITED under the Joint
Development Agreement for the CDE/Motif PST.

		----------------------------------------

Copyright 1992 by Oki Technosystems Laboratory, Inc.
Copyright 1992 by Fuji Xerox Co., Ltd.

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of Oki Technosystems
Laboratory and Fuji Xerox not be used in advertising or publicity
pertaining to distribution of the software without specific, written
prior permission.
Oki Technosystems Laboratory and Fuji Xerox make no representations
about the suitability of this software for any purpose.  It is provided
"as is" without express or implied warranty.

OKI TECHNOSYSTEMS LABORATORY AND FUJI XEROX DISCLAIM ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OKI TECHNOSYSTEMS
LABORATORY AND FUJI XEROX BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1990, 1991, 1992, 1993, 1994 by FUJITSU LIMITED

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of FUJITSU LIMITED
not be used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.
FUJITSU LIMITED makes no representations about the suitability of
this software for any purpose.
It is provided "as is" without express or implied warranty.

FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------


Copyright (c) 1995 David E. Wexelblat.  All rights reserved

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL DAVID E. WEXELBLAT BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of David E. Wexelblat shall
not be used in advertising or otherwise to promote the sale, use or
other dealings in this Software without prior written authorization
from David E. Wexelblat.

		----------------------------------------

Copyright 1990, 1991 by OMRON Corporation

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name OMRON not be used in
advertising or publicity pertaining to distribution of the software without
specific, written prior permission.  OMRON makes no representations
about the suitability of this software for any purpose.  It is provided
"as is" without express or implied warranty.

OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by
Digital Equipment Corporation

Portions Copyright 1990, 1991 by Tektronix, Inc

Rewritten for X.org by Chris Lee <clee@freedesktop.org>

Permission to use, copy, modify, distribute, and sell this documentation
for any purpose and without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
Chris Lee makes no representations about the suitability for any purpose
of the information in this document.  It is provided \`\`as-is'' without
express or implied warranty.

		----------------------------------------

Copyright 1993 by Digital Equipment Corporation, Maynard, Massachusetts,
Copyright 1994 by FUJITSU LIMITED
Copyright 1994 by Sony Corporation

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Digital, FUJITSU
LIMITED and Sony Corporation not be used in advertising or publicity
pertaining to distribution of the software without specific, written
prior permission.

DIGITAL, FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DIGITAL, FUJITSU LIMITED
AND SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------


Copyright 1991 by the Open Software Foundation

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of Open Software Foundation
not be used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.  Open Software
Foundation makes no representations about the suitability of this
software for any purpose.  It is provided "as is" without express or
implied warranty.

OPEN SOFTWARE FOUNDATION DISCLAIMS ALL WARRANTIES WITH REGARD TO
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN BE
LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1990, 1991, 1992,1993, 1994 by FUJITSU LIMITED
Copyright 1993, 1994                  by Sony Corporation

Permission to use, copy, modify, distribute, and sell this software and
its documentation for any purpose is hereby granted without fee, provided
that the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of FUJITSU LIMITED and Sony Corporation
not be used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.  FUJITSU LIMITED and
Sony Corporation makes no representations about the suitability of this
software for any purpose.  It is provided "as is" without express or
implied warranty.

FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD
TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS, IN NO EVENT SHALL FUJITSU LIMITED OR SONY CORPORATION BE LIABLE
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright (c) 1993, 1995 by Silicon Graphics Computer Systems, Inc.

Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation, and that the name of Silicon Graphics not be
used in advertising or publicity pertaining to distribution
of the software without specific prior written permission.
Silicon Graphics makes no representation about the suitability
of this software for any purpose. It is provided "as is"
without any express or implied warranty.

SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1991, 1992, 1993, 1994 by FUJITSU LIMITED
Copyright 1993 by Digital Equipment Corporation

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of FUJITSU LIMITED and
Digital Equipment Corporation not be used in advertising or publicity
pertaining to distribution of the software without specific, written
prior permission.  FUJITSU LIMITED and Digital Equipment Corporation
makes no representations about the suitability of this software for
any purpose.  It is provided "as is" without express or implied
warranty.

FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION DISCLAIM ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR
ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.

		----------------------------------------

Copyright 1992, 1993 by FUJITSU LIMITED
Copyright 1993 by Fujitsu Open Systems Solutions, Inc.
Copyright 1994 by Sony Corporation

Permission to use, copy, modify, distribute and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of FUJITSU LIMITED,
Fujitsu Open Systems Solutions, Inc. and Sony Corporation  not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.
FUJITSU LIMITED, Fujitsu Open Systems Solutions, Inc. and
Sony Corporation make no representations about the suitability of
this software for any purpose.  It is provided "as is" without
express or implied warranty.

FUJITSU LIMITED, FUJITSU OPEN SYSTEMS SOLUTIONS, INC. AND SONY
CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
IN NO EVENT SHALL FUJITSU OPEN SYSTEMS SOLUTIONS, INC., FUJITSU LIMITED
AND SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1987, 1988, 1990, 1993 by Digital Equipment Corporation,
Maynard, Massachusetts,

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of Digital not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

		----------------------------------------

Copyright 1993 by SunSoft, Inc.
Copyright 1999-2000 by Bruno Haible

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the names of SunSoft, Inc. and
Bruno Haible not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior
permission.  SunSoft, Inc. and Bruno Haible make no representations
about the suitability of this software for any purpose.  It is
provided "as is" without express or implied warranty.

SunSoft Inc. AND Bruno Haible DISCLAIM ALL WARRANTIES WITH REGARD
TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS, IN NO EVENT SHALL SunSoft, Inc. OR Bruno Haible BE LIABLE
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1991 by the Open Software Foundation
Copyright 1993 by the TOSHIBA Corp.

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the names of Open Software Foundation and TOSHIBA
not be used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.  Open Software
Foundation and TOSHIBA make no representations about the suitability of this
software for any purpose.  It is provided "as is" without express or
implied warranty.

OPEN SOFTWARE FOUNDATION AND TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN OR TOSHIBA BE
LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1988 by Wyse Technology, Inc., San Jose, Ca.,

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name Wyse not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

WYSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

		----------------------------------------


Copyright 1991 by the Open Software Foundation
Copyright 1993, 1994 by the Sony Corporation

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the names of Open Software Foundation and
Sony Corporation not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior permission.
Open Software Foundation and Sony Corporation make no
representations about the suitability of this software for any purpose.
It is provided "as is" without express or implied warranty.

OPEN SOFTWARE FOUNDATION AND SONY CORPORATION DISCLAIM ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OPEN
SOFTWARE FOUNDATIONN OR SONY CORPORATION BE LIABLE FOR ANY SPECIAL,
INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1992, 1993 by FUJITSU LIMITED
Copyright 1993 by Fujitsu Open Systems Solutions, Inc.

Permission to use, copy, modify, distribute and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of FUJITSU LIMITED and
Fujitsu Open Systems Solutions, Inc. not be used in advertising or
publicity pertaining to distribution of the software without specific,
written prior permission.
FUJITSU LIMITED and Fujitsu Open Systems Solutions, Inc. makes no
representations about the suitability of this software for any purpose.
It is provided "as is" without express or implied warranty.

FUJITSU LIMITED AND FUJITSU OPEN SYSTEMS SOLUTIONS, INC. DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJITSU OPEN SYSTEMS
SOLUTIONS, INC. AND FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT
OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
OF THIS SOFTWARE.

		----------------------------------------

Copyright 1993, 1994 by Sony Corporation

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of Sony Corporation
not be used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.
Sony Corporation makes no representations about the suitability of
this software for any purpose. It is provided "as is" without
express or implied warranty.

SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1986, 1998  The Open Group
Copyright (c) 2000  The XFree86 Project, Inc.

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
X CONSORTIUM OR THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Except as contained in this notice, the name of the X Consortium or of the
XFree86 Project shall not be used in advertising or otherwise to promote the
sale, use or other dealings in this Software without prior written
authorization from the X Consortium and the XFree86 Project.

		----------------------------------------

Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation,
                     and Nippon Telegraph and Telephone Corporation
Copyright 1991 by the Open Software Foundation
Copyright 1993 by the FUJITSU LIMITED

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the names of OMRON, NTT Software, NTT, and
Open Software Foundation not be used in advertising or publicity
pertaining to distribution of the software without specific,
written prior permission. OMRON, NTT Software, NTT, and Open Software
Foundation make no representations about the suitability of this
software for any purpose.  It is provided "as is" without express or
implied warranty.

OMRON, NTT SOFTWARE, NTT, AND OPEN SOFTWARE FOUNDATION
DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
SHALL OMRON, NTT SOFTWARE, NTT, OR OPEN SOFTWARE FOUNDATION BE
LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1988 by Wyse Technology, Inc., San Jose, Ca,
Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name Digital not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

DIGITAL AND WYSE DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL DIGITAL OR WYSE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------


Copyright 1991, 1992 by Fuji Xerox Co., Ltd.
Copyright 1992, 1993, 1994 by FUJITSU LIMITED

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of Fuji Xerox,
FUJITSU LIMITED not be used in advertising or publicity pertaining
to distribution of the software without specific, written prior
permission. Fuji Xerox, FUJITSU LIMITED make no representations
about the suitability of this software for any purpose.
It is provided "as is" without express or implied warranty.

FUJI XEROX, FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJI XEROX,
FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA
OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 2006 Josh Triplett

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

		----------------------------------------

(c) Copyright 1996 by Sebastien Marineau and Holger Veit
			<marineau@genie.uottawa.ca>
                     <Holger.Veit@gmd.de>

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
HOLGER VEIT  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Except as contained in this notice, the name of Sebastien Marineau or Holger Veit
shall not be used in advertising or otherwise to promote the sale, use or other
dealings in this Software without prior written authorization from Holger Veit or
Sebastien Marineau.

		----------------------------------------

Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation,
                     and Nippon Telegraph and Telephone Corporation
Copyright 1991 by the Open Software Foundation
Copyright 1993 by the TOSHIBA Corp.
Copyright 1993, 1994 by Sony Corporation
Copyright 1993, 1994 by the FUJITSU LIMITED

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the names of OMRON, NTT Software, NTT, Open
Software Foundation, and Sony Corporation not be used in advertising
or publicity pertaining to distribution of the software without specific,
written prior permission. OMRON, NTT Software, NTT, Open Software
Foundation, and Sony Corporation  make no representations about the
suitability of this software for any purpose.  It is provided "as is"
without express or implied warranty.

OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, AND SONY
CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
SHALL OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, OR SONY
CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 2000 by Bruno Haible

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of Bruno Haible not
be used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.  Bruno Haible
makes no representations about the suitability of this software for
any purpose.  It is provided "as is" without express or implied
warranty.

Bruno Haible DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
NO EVENT SHALL Bruno Haible BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright © 2003 Keith Packard

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of Keith Packard not be used in
advertising or publicity pertaining to distribution of the software without
specific, written prior permission.  Keith Packard makes no
representations about the suitability of this software for any purpose.  It
is provided "as is" without express or implied warranty.

KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright (c) 2007-2009, Troy D. Hanson
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

		----------------------------------------

Copyright 1992, 1993 by TOSHIBA Corp.

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted, provided
that the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of TOSHIBA not be used in advertising
or publicity pertaining to distribution of the software without specific,
written prior permission. TOSHIBA make no representations about the
suitability of this software for any purpose.  It is provided "as is"
without express or implied warranty.

TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
TOSHIBA BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.


		----------------------------------------

Copyright IBM Corporation 1993

All Rights Reserved

License to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of IBM not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS, AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS, IN NO EVENT SHALL
IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

		----------------------------------------

Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation,
                     and Nippon Telegraph and Telephone Corporation

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the names of OMRON, NTT Software, and NTT
not be used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission. OMRON, NTT Software,
and NTT make no representations about the suitability of this
software for any purpose.  It is provided "as is" without express or
implied warranty.

OMRON, NTT SOFTWARE, AND NTT, DISCLAIM ALL WARRANTIES WITH REGARD
TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS, IN NO EVENT SHALL OMRON, NTT SOFTWARE, OR NTT, BE
LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



==========================================================================
Package: libx11-xcb1:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/

The following is the 'standard copyright' agreed upon by most contributors,
and is currently the canonical license preferred by the X.Org Foundation.
This is a slight variant of the common MIT license form published by the
Open Source Initiative at https://opensource.org/licenses/mit-license.php

Copyright holders of new code should use this license statement where
possible, and insert their name to this list.  Please sort by surname
for people, and by the full name for other entities (e.g.  Juliusz
Chroboczek sorts before Intel Corporation sorts before Daniel Stone).

See each individual source file or directory for the license that applies
to that file.

Copyright (C) 2003-2006,2008 Jamey Sharp, Josh Triplett
Copyright © 2009 Red Hat, Inc.
Copyright 1990-1992,1999,2000,2004,2009,2010 Oracle and/or its affiliates.
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

 ----------------------------------------------------------------------

The following licenses are 'legacy' - usually MIT/X11 licenses with the name
of the copyright holder(s) in the license statement:

Copyright 1984-1994, 1998 The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.

X Window System is a trademark of The Open Group.

		----------------------------------------

Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1994, 1996 X Consortium
Copyright 2000 The XFree86 Project, Inc.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the X Consortium shall
not be used in advertising or otherwise to promote the sale, use or
other dealings in this Software without prior written authorization
from the X Consortium.

Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by
Digital Equipment Corporation

Portions Copyright 1990, 1991 by Tektronix, Inc.

Permission to use, copy, modify and distribute this documentation for
any purpose and without fee is hereby granted, provided that the above
copyright notice appears in all copies and that both that copyright notice
and this permission notice appear in all copies, and that the names of
Digital and Tektronix not be used in in advertising or publicity pertaining
to this documentation without specific, written prior permission.
Digital and Tektronix makes no representations about the suitability
of this documentation for any purpose.
It is provided ``as is'' without express or implied warranty.

		----------------------------------------

Copyright (c) 1999-2000  Free Software Foundation, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the Free Software Foundation
shall not be used in advertising or otherwise to promote the sale, use or
other dealings in this Software without prior written authorization from the
Free Software Foundation.

		----------------------------------------

Code and supporting documentation (c) Copyright 1990 1991 Tektronix, Inc.
	All Rights Reserved

This file is a component of an X Window System-specific implementation
of Xcms based on the TekColor Color Management System.  TekColor is a
trademark of Tektronix, Inc.  The term "TekHVC" designates a particular
color space that is the subject of U.S. Patent No. 4,985,853 (equivalent
foreign patents pending).  Permission is hereby granted to use, copy,
modify, sell, and otherwise distribute this software and its
documentation for any purpose and without fee, provided that:

1. This copyright, permission, and disclaimer notice is reproduced in
   all copies of this software and any modification thereof and in
   supporting documentation;
2. Any color-handling application which displays TekHVC color
   cooordinates identifies these as TekHVC color coordinates in any
   interface that displays these coordinates and in any associated
   documentation;
3. The term "TekHVC" is always used, and is only used, in association
   with the mathematical derivations of the TekHVC Color Space,
   including those provided in this file and any equivalent pathways and
   mathematical derivations, regardless of digital (e.g., floating point
   or integer) representation.

Tektronix makes no representation about the suitability of this software
for any purpose.  It is provided "as is" and with all faults.

TEKTRONIX DISCLAIMS ALL WARRANTIES APPLICABLE TO THIS SOFTWARE,
INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE.  IN NO EVENT SHALL TEKTRONIX BE LIABLE FOR ANY
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA, OR PROFITS, WHETHER IN AN ACTION OF
CONTRACT, NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR THE PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

(c) Copyright 1995 FUJITSU LIMITED
This is source code modified by FUJITSU LIMITED under the Joint
Development Agreement for the CDE/Motif PST.

		----------------------------------------

Copyright 1992 by Oki Technosystems Laboratory, Inc.
Copyright 1992 by Fuji Xerox Co., Ltd.

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of Oki Technosystems
Laboratory and Fuji Xerox not be used in advertising or publicity
pertaining to distribution of the software without specific, written
prior permission.
Oki Technosystems Laboratory and Fuji Xerox make no representations
about the suitability of this software for any purpose.  It is provided
"as is" without express or implied warranty.

OKI TECHNOSYSTEMS LABORATORY AND FUJI XEROX DISCLAIM ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OKI TECHNOSYSTEMS
LABORATORY AND FUJI XEROX BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1990, 1991, 1992, 1993, 1994 by FUJITSU LIMITED

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of FUJITSU LIMITED
not be used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.
FUJITSU LIMITED makes no representations about the suitability of
this software for any purpose.
It is provided "as is" without express or implied warranty.

FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------


Copyright (c) 1995 David E. Wexelblat.  All rights reserved

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL DAVID E. WEXELBLAT BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of David E. Wexelblat shall
not be used in advertising or otherwise to promote the sale, use or
other dealings in this Software without prior written authorization
from David E. Wexelblat.

		----------------------------------------

Copyright 1990, 1991 by OMRON Corporation

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name OMRON not be used in
advertising or publicity pertaining to distribution of the software without
specific, written prior permission.  OMRON makes no representations
about the suitability of this software for any purpose.  It is provided
"as is" without express or implied warranty.

OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL OMRON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1985, 1986, 1987, 1988, 1989, 1990, 1991 by
Digital Equipment Corporation

Portions Copyright 1990, 1991 by Tektronix, Inc

Rewritten for X.org by Chris Lee <clee@freedesktop.org>

Permission to use, copy, modify, distribute, and sell this documentation
for any purpose and without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
Chris Lee makes no representations about the suitability for any purpose
of the information in this document.  It is provided \`\`as-is'' without
express or implied warranty.

		----------------------------------------

Copyright 1993 by Digital Equipment Corporation, Maynard, Massachusetts,
Copyright 1994 by FUJITSU LIMITED
Copyright 1994 by Sony Corporation

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Digital, FUJITSU
LIMITED and Sony Corporation not be used in advertising or publicity
pertaining to distribution of the software without specific, written
prior permission.

DIGITAL, FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DIGITAL, FUJITSU LIMITED
AND SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------


Copyright 1991 by the Open Software Foundation

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of Open Software Foundation
not be used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.  Open Software
Foundation makes no representations about the suitability of this
software for any purpose.  It is provided "as is" without express or
implied warranty.

OPEN SOFTWARE FOUNDATION DISCLAIMS ALL WARRANTIES WITH REGARD TO
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN BE
LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1990, 1991, 1992,1993, 1994 by FUJITSU LIMITED
Copyright 1993, 1994                  by Sony Corporation

Permission to use, copy, modify, distribute, and sell this software and
its documentation for any purpose is hereby granted without fee, provided
that the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of FUJITSU LIMITED and Sony Corporation
not be used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.  FUJITSU LIMITED and
Sony Corporation makes no representations about the suitability of this
software for any purpose.  It is provided "as is" without express or
implied warranty.

FUJITSU LIMITED AND SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD
TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS, IN NO EVENT SHALL FUJITSU LIMITED OR SONY CORPORATION BE LIABLE
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright (c) 1993, 1995 by Silicon Graphics Computer Systems, Inc.

Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation, and that the name of Silicon Graphics not be
used in advertising or publicity pertaining to distribution
of the software without specific prior written permission.
Silicon Graphics makes no representation about the suitability
of this software for any purpose. It is provided "as is"
without any express or implied warranty.

SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1991, 1992, 1993, 1994 by FUJITSU LIMITED
Copyright 1993 by Digital Equipment Corporation

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of FUJITSU LIMITED and
Digital Equipment Corporation not be used in advertising or publicity
pertaining to distribution of the software without specific, written
prior permission.  FUJITSU LIMITED and Digital Equipment Corporation
makes no representations about the suitability of this software for
any purpose.  It is provided "as is" without express or implied
warranty.

FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION DISCLAIM ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
FUJITSU LIMITED AND DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR
ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.

		----------------------------------------

Copyright 1992, 1993 by FUJITSU LIMITED
Copyright 1993 by Fujitsu Open Systems Solutions, Inc.
Copyright 1994 by Sony Corporation

Permission to use, copy, modify, distribute and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of FUJITSU LIMITED,
Fujitsu Open Systems Solutions, Inc. and Sony Corporation  not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.
FUJITSU LIMITED, Fujitsu Open Systems Solutions, Inc. and
Sony Corporation make no representations about the suitability of
this software for any purpose.  It is provided "as is" without
express or implied warranty.

FUJITSU LIMITED, FUJITSU OPEN SYSTEMS SOLUTIONS, INC. AND SONY
CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
IN NO EVENT SHALL FUJITSU OPEN SYSTEMS SOLUTIONS, INC., FUJITSU LIMITED
AND SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1987, 1988, 1990, 1993 by Digital Equipment Corporation,
Maynard, Massachusetts,

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of Digital not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

		----------------------------------------

Copyright 1993 by SunSoft, Inc.
Copyright 1999-2000 by Bruno Haible

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the names of SunSoft, Inc. and
Bruno Haible not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior
permission.  SunSoft, Inc. and Bruno Haible make no representations
about the suitability of this software for any purpose.  It is
provided "as is" without express or implied warranty.

SunSoft Inc. AND Bruno Haible DISCLAIM ALL WARRANTIES WITH REGARD
TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS, IN NO EVENT SHALL SunSoft, Inc. OR Bruno Haible BE LIABLE
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1991 by the Open Software Foundation
Copyright 1993 by the TOSHIBA Corp.

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the names of Open Software Foundation and TOSHIBA
not be used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.  Open Software
Foundation and TOSHIBA make no representations about the suitability of this
software for any purpose.  It is provided "as is" without express or
implied warranty.

OPEN SOFTWARE FOUNDATION AND TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS, IN NO EVENT SHALL OPEN SOFTWARE FOUNDATIONN OR TOSHIBA BE
LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1988 by Wyse Technology, Inc., San Jose, Ca.,

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name Wyse not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

WYSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

		----------------------------------------


Copyright 1991 by the Open Software Foundation
Copyright 1993, 1994 by the Sony Corporation

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the names of Open Software Foundation and
Sony Corporation not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior permission.
Open Software Foundation and Sony Corporation make no
representations about the suitability of this software for any purpose.
It is provided "as is" without express or implied warranty.

OPEN SOFTWARE FOUNDATION AND SONY CORPORATION DISCLAIM ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL OPEN
SOFTWARE FOUNDATIONN OR SONY CORPORATION BE LIABLE FOR ANY SPECIAL,
INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1992, 1993 by FUJITSU LIMITED
Copyright 1993 by Fujitsu Open Systems Solutions, Inc.

Permission to use, copy, modify, distribute and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of FUJITSU LIMITED and
Fujitsu Open Systems Solutions, Inc. not be used in advertising or
publicity pertaining to distribution of the software without specific,
written prior permission.
FUJITSU LIMITED and Fujitsu Open Systems Solutions, Inc. makes no
representations about the suitability of this software for any purpose.
It is provided "as is" without express or implied warranty.

FUJITSU LIMITED AND FUJITSU OPEN SYSTEMS SOLUTIONS, INC. DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJITSU OPEN SYSTEMS
SOLUTIONS, INC. AND FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT
OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
OF THIS SOFTWARE.

		----------------------------------------

Copyright 1993, 1994 by Sony Corporation

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of Sony Corporation
not be used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.
Sony Corporation makes no representations about the suitability of
this software for any purpose. It is provided "as is" without
express or implied warranty.

SONY CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL SONY CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1986, 1998  The Open Group
Copyright (c) 2000  The XFree86 Project, Inc.

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
X CONSORTIUM OR THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Except as contained in this notice, the name of the X Consortium or of the
XFree86 Project shall not be used in advertising or otherwise to promote the
sale, use or other dealings in this Software without prior written
authorization from the X Consortium and the XFree86 Project.

		----------------------------------------

Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation,
                     and Nippon Telegraph and Telephone Corporation
Copyright 1991 by the Open Software Foundation
Copyright 1993 by the FUJITSU LIMITED

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the names of OMRON, NTT Software, NTT, and
Open Software Foundation not be used in advertising or publicity
pertaining to distribution of the software without specific,
written prior permission. OMRON, NTT Software, NTT, and Open Software
Foundation make no representations about the suitability of this
software for any purpose.  It is provided "as is" without express or
implied warranty.

OMRON, NTT SOFTWARE, NTT, AND OPEN SOFTWARE FOUNDATION
DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
SHALL OMRON, NTT SOFTWARE, NTT, OR OPEN SOFTWARE FOUNDATION BE
LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 1988 by Wyse Technology, Inc., San Jose, Ca,
Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts,

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name Digital not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

DIGITAL AND WYSE DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL DIGITAL OR WYSE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------


Copyright 1991, 1992 by Fuji Xerox Co., Ltd.
Copyright 1992, 1993, 1994 by FUJITSU LIMITED

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of Fuji Xerox,
FUJITSU LIMITED not be used in advertising or publicity pertaining
to distribution of the software without specific, written prior
permission. Fuji Xerox, FUJITSU LIMITED make no representations
about the suitability of this software for any purpose.
It is provided "as is" without express or implied warranty.

FUJI XEROX, FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJI XEROX,
FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA
OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 2006 Josh Triplett

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

		----------------------------------------

(c) Copyright 1996 by Sebastien Marineau and Holger Veit
			<marineau@genie.uottawa.ca>
                     <Holger.Veit@gmd.de>

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
HOLGER VEIT  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Except as contained in this notice, the name of Sebastien Marineau or Holger Veit
shall not be used in advertising or otherwise to promote the sale, use or other
dealings in this Software without prior written authorization from Holger Veit or
Sebastien Marineau.

		----------------------------------------

Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation,
                     and Nippon Telegraph and Telephone Corporation
Copyright 1991 by the Open Software Foundation
Copyright 1993 by the TOSHIBA Corp.
Copyright 1993, 1994 by Sony Corporation
Copyright 1993, 1994 by the FUJITSU LIMITED

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the names of OMRON, NTT Software, NTT, Open
Software Foundation, and Sony Corporation not be used in advertising
or publicity pertaining to distribution of the software without specific,
written prior permission. OMRON, NTT Software, NTT, Open Software
Foundation, and Sony Corporation  make no representations about the
suitability of this software for any purpose.  It is provided "as is"
without express or implied warranty.

OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, AND SONY
CORPORATION DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
SHALL OMRON, NTT SOFTWARE, NTT, OPEN SOFTWARE FOUNDATION, OR SONY
CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright 2000 by Bruno Haible

Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of Bruno Haible not
be used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.  Bruno Haible
makes no representations about the suitability of this software for
any purpose.  It is provided "as is" without express or implied
warranty.

Bruno Haible DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
NO EVENT SHALL Bruno Haible BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
OR PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright © 2003 Keith Packard

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of Keith Packard not be used in
advertising or publicity pertaining to distribution of the software without
specific, written prior permission.  Keith Packard makes no
representations about the suitability of this software for any purpose.  It
is provided "as is" without express or implied warranty.

KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

		----------------------------------------

Copyright (c) 2007-2009, Troy D. Hanson
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

		----------------------------------------

Copyright 1992, 1993 by TOSHIBA Corp.

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted, provided
that the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of TOSHIBA not be used in advertising
or publicity pertaining to distribution of the software without specific,
written prior permission. TOSHIBA make no representations about the
suitability of this software for any purpose.  It is provided "as is"
without express or implied warranty.

TOSHIBA DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
TOSHIBA BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.


		----------------------------------------

Copyright IBM Corporation 1993

All Rights Reserved

License to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of IBM not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS, AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS, IN NO EVENT SHALL
IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

		----------------------------------------

Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation,
                     and Nippon Telegraph and Telephone Corporation

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the names of OMRON, NTT Software, and NTT
not be used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission. OMRON, NTT Software,
and NTT make no representations about the suitability of this
software for any purpose.  It is provided "as is" without express or
implied warranty.

OMRON, NTT SOFTWARE, AND NTT, DISCLAIM ALL WARRANTIES WITH REGARD
TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS, IN NO EVENT SHALL OMRON, NTT SOFTWARE, OR NTT, BE
LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



==========================================================================
Package: libx264-164:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: x264
Upstream-Contact: x264-devel@videolan.org
Source: http://www.videolan.org/developers/x264.html

Files: *
Copyright: 2003-2022 x264 project
License: GPL-2+
Comment:
 This program is also available under a commercial proprietary license.
 For more information, contact us at licensing@x264.com.

Files: common/x86/x86inc.asm
Copyright: 2005-2020 x264 project
License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files: debian/*
Copyright: 2008-2014 Reinhard Tartler <siretart@tauware.de>
 2008-2014 Fabian Greffrath <fabian+debian@greffrath.com>
 2008-2011 Andres Mejia <amejia@debian.org>
License: GPL-2+

Files: extras/avisynth_c.h
Copyright: 2003 Kevin Atkinson
License: GPL-2+ with other exception
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 As a special exception, I give you permission to link to the
 Avisynth C interface with independent modules that communicate with
 the Avisynth C interface solely through the interfaces defined in
 avisynth_c.h, regardless of the license terms of these independent
 modules, and to copy and distribute the resulting combined work
 under terms of your choice, provided that every copy of the
 combined work is accompanied by a complete copy of the source code
 of the Avisynth C interface and Avisynth itself (with the version
 used to produce the combined work), being distributed under the
 terms of the GNU General Public License plus this exception.  An
 independent module is a module which is not derived from or based
 on Avisynth C Interface, such as 3rd-party filters, import and
 export plugins, or graphical user interfaces.

Files: extras/getopt.*
Copyright: 1987,88,89,90,91,92,93,94,95,96,98,99,2000,2001
 Free Software Foundation, Inc.
License: LGPL-2.1+
 This file is part of the GNU C Library.
 .
 The GNU C Library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 The GNU C Library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.

Files: extras/inttypes.h
Copyright: 2006 Alexander Chemeris
License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
   1. Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimer.
 .
   2. Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
 .
   3. The name of the author may be used to endorse or promote products
      derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
 EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: tools/gas-preprocessor.pl
Copyright: David Conrad
License: GPL-2+

Files: extras/stdint.h
Copyright: none
License: public-domain
 THIS SOFTWARE IS NOT COPYRIGHTED
 .
 This source code is offered for use in the public domain. You may
 use, modify or distribute it freely.
 .
 This code is distributed in the hope that it will be useful but
 WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
 DISCLAIMED. This includes but is not limited to warranties of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Files: extras/cl*.h
Copyright: (c) 2008-2012 The Khronos Group Inc
License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and/or associated documentation files (the
 "Materials"), to deal in the Materials without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Materials, and to
 permit persons to whom the Materials are furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Materials.
 .
 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian GNU/Linux systems, the complete text of the GNU General Public
 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.



==========================================================================
Package: libx265-199:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: x265
Source: https://bitbucket.org/multicoreware/x265/downloads

Files: *
Copyright: 2013-2020, MulticoreWare, Inc
           2003-2013, x264 project
           2013-2017, x265 project
License: GPL-2+

Files: debian/*
Copyright: 2016, Ondřej Nový <onovy@debian.org>
           2014-2021, Sebastian Ramacher <sramacher@debian.org>
License: GPL-2+

Files: source/dynamicHDR10/*
Copyright: 2013-2020, MulticoreWare, Inc
           2017, Samsung Electronics, DMS Lab, Samsung Research America and Samsung Research Tijuana
License: GPL-2+

Files: source/dynamicHDR10/json11/*
Copyright: 2013, Dropbox, Inc
License: Expat

Files: source/compat/getopt/*
Copyright: 1987-2001, Free Software Foundation, Inc
License: LGPL-2.1+

Files: source/common/x86/x86inc.asm
Copyright: 2013-2020, MulticoreWare, Inc
           2005-2014, x264 project
License: ISC

Files: source/cmake/FindVLD.cmake
Copyright: 2013-2020, MulticoreWare, Inc
License: Expat

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: GPL-2+
 This program is free software; you can redistribute it
 and/or modify it under the terms of the GNU General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later
 version.
 .
 This program is distributed in the hope that it will be
 useful, but WITHOUT ANY WARRANTY; without even the implied
 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 PURPOSE.  See the GNU General Public License for more
 details.
 .
 You should have received a copy of the GNU General Public
 License along with this package; if not, write to the Free
 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 Boston, MA  02110-1301 USA
 .
 On Debian systems, the full text of the GNU General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/GPL-2'.

License: ISC
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free
 Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 02110-1301  USA.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License can be found in /usr/share/common-licenses/LGPL-2.1 file.




==========================================================================
Package: libxau-dev:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/

Copyright 1988, 1998  The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.



==========================================================================
Package: libxau6:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/

Copyright 1988, 1998  The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.



==========================================================================
Package: libxcb-dri2-0:arm64
==========================================================================
This package was debianized by Jamey Sharp <sharpone@debian.org> on
Thu, 18 Mar 2004 00:48:42 -0800, and later updated by Josh Triplett
<josh@freedesktop.org>.  The package is co-maintained by the XCB developers
via the XCB mailing list <xcb@lists.freedesktop.org>.

It was downloaded from https://xcb.freedesktop.org/dist

Upstream Authors: Jamey Sharp <sharpone@debian.org>
                  Josh Triplett <josh@freedesktop.org>

Copyright:

Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
All Rights Reserved.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the names of the authors
or their institutions shall not be used in advertising or
otherwise to promote the sale, use or other dealings in this
Software without prior written authorization from the
authors.



==========================================================================
Package: libxcb-dri3-0:arm64
==========================================================================
This package was debianized by Jamey Sharp <sharpone@debian.org> on
Thu, 18 Mar 2004 00:48:42 -0800, and later updated by Josh Triplett
<josh@freedesktop.org>.  The package is co-maintained by the XCB developers
via the XCB mailing list <xcb@lists.freedesktop.org>.

It was downloaded from https://xcb.freedesktop.org/dist

Upstream Authors: Jamey Sharp <sharpone@debian.org>
                  Josh Triplett <josh@freedesktop.org>

Copyright:

Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
All Rights Reserved.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the names of the authors
or their institutions shall not be used in advertising or
otherwise to promote the sale, use or other dealings in this
Software without prior written authorization from the
authors.



==========================================================================
Package: libxcb-glx0:arm64
==========================================================================
This package was debianized by Jamey Sharp <sharpone@debian.org> on
Thu, 18 Mar 2004 00:48:42 -0800, and later updated by Josh Triplett
<josh@freedesktop.org>.  The package is co-maintained by the XCB developers
via the XCB mailing list <xcb@lists.freedesktop.org>.

It was downloaded from https://xcb.freedesktop.org/dist

Upstream Authors: Jamey Sharp <sharpone@debian.org>
                  Josh Triplett <josh@freedesktop.org>

Copyright:

Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
All Rights Reserved.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the names of the authors
or their institutions shall not be used in advertising or
otherwise to promote the sale, use or other dealings in this
Software without prior written authorization from the
authors.



==========================================================================
Package: libxcb-present0:arm64
==========================================================================
This package was debianized by Jamey Sharp <sharpone@debian.org> on
Thu, 18 Mar 2004 00:48:42 -0800, and later updated by Josh Triplett
<josh@freedesktop.org>.  The package is co-maintained by the XCB developers
via the XCB mailing list <xcb@lists.freedesktop.org>.

It was downloaded from https://xcb.freedesktop.org/dist

Upstream Authors: Jamey Sharp <sharpone@debian.org>
                  Josh Triplett <josh@freedesktop.org>

Copyright:

Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
All Rights Reserved.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the names of the authors
or their institutions shall not be used in advertising or
otherwise to promote the sale, use or other dealings in this
Software without prior written authorization from the
authors.



==========================================================================
Package: libxcb-randr0:arm64
==========================================================================
This package was debianized by Jamey Sharp <sharpone@debian.org> on
Thu, 18 Mar 2004 00:48:42 -0800, and later updated by Josh Triplett
<josh@freedesktop.org>.  The package is co-maintained by the XCB developers
via the XCB mailing list <xcb@lists.freedesktop.org>.

It was downloaded from https://xcb.freedesktop.org/dist

Upstream Authors: Jamey Sharp <sharpone@debian.org>
                  Josh Triplett <josh@freedesktop.org>

Copyright:

Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
All Rights Reserved.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the names of the authors
or their institutions shall not be used in advertising or
otherwise to promote the sale, use or other dealings in this
Software without prior written authorization from the
authors.



==========================================================================
Package: libxcb-render0:arm64
==========================================================================
This package was debianized by Jamey Sharp <sharpone@debian.org> on
Thu, 18 Mar 2004 00:48:42 -0800, and later updated by Josh Triplett
<josh@freedesktop.org>.  The package is co-maintained by the XCB developers
via the XCB mailing list <xcb@lists.freedesktop.org>.

It was downloaded from https://xcb.freedesktop.org/dist

Upstream Authors: Jamey Sharp <sharpone@debian.org>
                  Josh Triplett <josh@freedesktop.org>

Copyright:

Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
All Rights Reserved.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the names of the authors
or their institutions shall not be used in advertising or
otherwise to promote the sale, use or other dealings in this
Software without prior written authorization from the
authors.



==========================================================================
Package: libxcb-shm0:arm64
==========================================================================
This package was debianized by Jamey Sharp <sharpone@debian.org> on
Thu, 18 Mar 2004 00:48:42 -0800, and later updated by Josh Triplett
<josh@freedesktop.org>.  The package is co-maintained by the XCB developers
via the XCB mailing list <xcb@lists.freedesktop.org>.

It was downloaded from https://xcb.freedesktop.org/dist

Upstream Authors: Jamey Sharp <sharpone@debian.org>
                  Josh Triplett <josh@freedesktop.org>

Copyright:

Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
All Rights Reserved.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the names of the authors
or their institutions shall not be used in advertising or
otherwise to promote the sale, use or other dealings in this
Software without prior written authorization from the
authors.



==========================================================================
Package: libxcb-sync1:arm64
==========================================================================
This package was debianized by Jamey Sharp <sharpone@debian.org> on
Thu, 18 Mar 2004 00:48:42 -0800, and later updated by Josh Triplett
<josh@freedesktop.org>.  The package is co-maintained by the XCB developers
via the XCB mailing list <xcb@lists.freedesktop.org>.

It was downloaded from https://xcb.freedesktop.org/dist

Upstream Authors: Jamey Sharp <sharpone@debian.org>
                  Josh Triplett <josh@freedesktop.org>

Copyright:

Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
All Rights Reserved.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the names of the authors
or their institutions shall not be used in advertising or
otherwise to promote the sale, use or other dealings in this
Software without prior written authorization from the
authors.



==========================================================================
Package: libxcb-xfixes0:arm64
==========================================================================
This package was debianized by Jamey Sharp <sharpone@debian.org> on
Thu, 18 Mar 2004 00:48:42 -0800, and later updated by Josh Triplett
<josh@freedesktop.org>.  The package is co-maintained by the XCB developers
via the XCB mailing list <xcb@lists.freedesktop.org>.

It was downloaded from https://xcb.freedesktop.org/dist

Upstream Authors: Jamey Sharp <sharpone@debian.org>
                  Josh Triplett <josh@freedesktop.org>

Copyright:

Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
All Rights Reserved.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the names of the authors
or their institutions shall not be used in advertising or
otherwise to promote the sale, use or other dealings in this
Software without prior written authorization from the
authors.



==========================================================================
Package: libxcb1:arm64
==========================================================================
This package was debianized by Jamey Sharp <sharpone@debian.org> on
Thu, 18 Mar 2004 00:48:42 -0800, and later updated by Josh Triplett
<josh@freedesktop.org>.  The package is co-maintained by the XCB developers
via the XCB mailing list <xcb@lists.freedesktop.org>.

It was downloaded from https://xcb.freedesktop.org/dist

Upstream Authors: Jamey Sharp <sharpone@debian.org>
                  Josh Triplett <josh@freedesktop.org>

Copyright:

Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
All Rights Reserved.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the names of the authors
or their institutions shall not be used in advertising or
otherwise to promote the sale, use or other dealings in this
Software without prior written authorization from the
authors.



==========================================================================
Package: libxcb1-dev:arm64
==========================================================================
This package was debianized by Jamey Sharp <sharpone@debian.org> on
Thu, 18 Mar 2004 00:48:42 -0800, and later updated by Josh Triplett
<josh@freedesktop.org>.  The package is co-maintained by the XCB developers
via the XCB mailing list <xcb@lists.freedesktop.org>.

It was downloaded from https://xcb.freedesktop.org/dist

Upstream Authors: Jamey Sharp <sharpone@debian.org>
                  Josh Triplett <josh@freedesktop.org>

Copyright:

Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett.
All Rights Reserved.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the names of the authors
or their institutions shall not be used in advertising or
otherwise to promote the sale, use or other dealings in this
Software without prior written authorization from the
authors.



==========================================================================
Package: libxcursor-dev:arm64
==========================================================================
This package was debianized by ISHIKAWA Mutsumi <ishikawa@debian.org> on
Mon, 12 May 2003 05:14:45 +0900.

It was downloaded from
http://xorg.freedesktop.org/releases/individual/lib/

Upstream copyright:

  Copyright © 2001,2003 Keith Packard

Upstream license:

  Permission to use, copy, modify, distribute, and sell this software and its
  documentation for any purpose is hereby granted without fee, provided that
  the above copyright notice appear in all copies and that both that copyright
  notice and this permission notice appear in supporting documentation, and
  that the name of Keith Packard not be used in advertising or publicity
  pertaining to distribution of the software without specific, written prior
  permission.  Keith Packard makes no representations about the suitability of
  this software for any purpose.  It is provided "as is" without express or
  implied warranty.

  KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
  SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
  DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  SOFTWARE.

The Debian packaging infrastructure in the debian/ directory of the source
package is independently authored and copyrighted.

Debian copyright:

  Copyright 2003 Software in the Public Interest, Inc.

Debian license:

  Permission to use, copy, modify, distribute, and sell this software and its
  documentation for any purpose is hereby granted without fee, provided that
  the above copyright notice appear in all copies and that both that copyright
  notice and this permission notice appear in supporting documentation, and
  that the name of Software in the Public Interest, Inc. not be used in
  advertising or publicity pertaining to distribution of the software without
  specific, written prior permission.  Software in the Public Interest, Inc.
  makes no representations about the suitability of this software for any
  purpose.  It is provided "as is" without express or implied warranty.

  SOFTWARE IN THE PUBLIC INTEREST, INC. DISCLAIMS ALL WARRANTIES WITH REGARD
  TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  FITNESS, IN NO EVENT SHALL SOFTWARE IN THE PUBLIC INTEREST, INC. BE LIABLE
  FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
  RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
  CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



==========================================================================
Package: libxcursor1:arm64
==========================================================================
This package was debianized by ISHIKAWA Mutsumi <ishikawa@debian.org> on
Mon, 12 May 2003 05:14:45 +0900.

It was downloaded from
http://xorg.freedesktop.org/releases/individual/lib/

Upstream copyright:

  Copyright © 2001,2003 Keith Packard

Upstream license:

  Permission to use, copy, modify, distribute, and sell this software and its
  documentation for any purpose is hereby granted without fee, provided that
  the above copyright notice appear in all copies and that both that copyright
  notice and this permission notice appear in supporting documentation, and
  that the name of Keith Packard not be used in advertising or publicity
  pertaining to distribution of the software without specific, written prior
  permission.  Keith Packard makes no representations about the suitability of
  this software for any purpose.  It is provided "as is" without express or
  implied warranty.

  KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
  SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
  DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  SOFTWARE.

The Debian packaging infrastructure in the debian/ directory of the source
package is independently authored and copyrighted.

Debian copyright:

  Copyright 2003 Software in the Public Interest, Inc.

Debian license:

  Permission to use, copy, modify, distribute, and sell this software and its
  documentation for any purpose is hereby granted without fee, provided that
  the above copyright notice appear in all copies and that both that copyright
  notice and this permission notice appear in supporting documentation, and
  that the name of Software in the Public Interest, Inc. not be used in
  advertising or publicity pertaining to distribution of the software without
  specific, written prior permission.  Software in the Public Interest, Inc.
  makes no representations about the suitability of this software for any
  purpose.  It is provided "as is" without express or implied warranty.

  SOFTWARE IN THE PUBLIC INTEREST, INC. DISCLAIMS ALL WARRANTIES WITH REGARD
  TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  FITNESS, IN NO EVENT SHALL SOFTWARE IN THE PUBLIC INTEREST, INC. BE LIABLE
  FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
  RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
  CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



==========================================================================
Package: libxdmcp-dev:arm64
==========================================================================
This package was downloaded from
http://xorg.freedesktop.org/releases/individual/lib/

Copyright 1989, 1998  The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.

Author:  Keith Packard, MIT X Consortium



==========================================================================
Package: libxdmcp6:arm64
==========================================================================
This package was downloaded from
http://xorg.freedesktop.org/releases/individual/lib/

Copyright 1989, 1998  The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.

Author:  Keith Packard, MIT X Consortium



==========================================================================
Package: libxext-dev:arm64
==========================================================================
This package was downloaded from
http://xorg.freedesktop.org/releases/individual/lib/

Copyright 1986, 1987, 1988, 1989, 1994, 1998  The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.

Copyright (c) 1996 Digital Equipment Corporation, Maynard, Massachusetts.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, 
BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, 
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of Digital Equipment Corporation 
shall not be used in advertising or otherwise to promote the sale, use or other
dealings in this Software without prior written authorization from Digital 
Equipment Corporation.

Copyright (c) 1997 by Silicon Graphics Computer Systems, Inc.
Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation, and that the name of Silicon Graphics not be
used in advertising or publicity pertaining to distribution
of the software without specific prior written permission.
Silicon Graphics makes no representation about the suitability
of this software for any purpose. It is provided "as is"
without any express or implied warranty.
SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copyright 1992 Network Computing Devices

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of NCD. not be used in advertising or
publicity pertaining to distribution of the software without specific,
written prior permission.  NCD. makes no representations about the
suitability of this software for any purpose.  It is provided "as is"
without express or implied warranty.

NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD.
BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copyright 1991,1993 by Digital Equipment Corporation, Maynard, Massachusetts,
and Olivetti Research Limited, Cambridge, England.

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Digital or Olivetti
not be used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

DIGITAL AND OLIVETTI DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS, IN NO EVENT SHALL THEY BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

Copyright 1986, 1987, 1988 by Hewlett-Packard Corporation

Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation, and that the name of Hewlett-Packard not be used in
advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

Hewlett-Packard makes no representations about the 
suitability of this software for any purpose.  It is provided 
"as is" without express or implied warranty.

This software is not subject to any license of the American
Telephone and Telegraph Company or of the Regents of the
University of California.

Copyright (c) 1994, 1995  Hewlett-Packard Company

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the Hewlett-Packard
Company shall not be used in advertising or otherwise to promote the
sale, use or other dealings in this Software without prior written
authorization from the Hewlett-Packard Company.

Copyright Digital Equipment Corporation, 1996

Permission to use, copy, modify, distribute, and sell this
documentation for any purpose is hereby granted without fee,
provided that the above copyright notice and this permission
notice appear in all copies.  Digital Equipment Corporation
makes no representations about the suitability for any purpose
of the information in this document.  This documentation is
provided ``as is'' without express or implied warranty.

Copyright (c) 1999, 2005, 2006, Oracle and/or its affiliates. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Copyright (c) 1989 X Consortium, Inc. and Digital Equipment Corporation.
Copyright (c) 1992 X Consortium, Inc. and Intergraph Corporation.
Copyright (c) 1993 X Consortium, Inc. and Silicon Graphics, Inc.
Copyright (c) 1994, 1995 X Consortium, Inc. and Hewlett-Packard Company.

Permission to use, copy, modify, and distribute this documentation for
any purpose and without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
Digital Equipment Corporation, Intergraph Corporation, Silicon
Graphics, Hewlett-Packard, and the X Consortium make no
representations about the suitability for any purpose of the
information in this document.  This documentation is provided ``as is''
without express or implied warranty.



==========================================================================
Package: libxext6:arm64
==========================================================================
This package was downloaded from
http://xorg.freedesktop.org/releases/individual/lib/

Copyright 1986, 1987, 1988, 1989, 1994, 1998  The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.

Copyright (c) 1996 Digital Equipment Corporation, Maynard, Massachusetts.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, 
BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, 
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of Digital Equipment Corporation 
shall not be used in advertising or otherwise to promote the sale, use or other
dealings in this Software without prior written authorization from Digital 
Equipment Corporation.

Copyright (c) 1997 by Silicon Graphics Computer Systems, Inc.
Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation, and that the name of Silicon Graphics not be
used in advertising or publicity pertaining to distribution
of the software without specific prior written permission.
Silicon Graphics makes no representation about the suitability
of this software for any purpose. It is provided "as is"
without any express or implied warranty.
SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copyright 1992 Network Computing Devices

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of NCD. not be used in advertising or
publicity pertaining to distribution of the software without specific,
written prior permission.  NCD. makes no representations about the
suitability of this software for any purpose.  It is provided "as is"
without express or implied warranty.

NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD.
BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copyright 1991,1993 by Digital Equipment Corporation, Maynard, Massachusetts,
and Olivetti Research Limited, Cambridge, England.

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Digital or Olivetti
not be used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

DIGITAL AND OLIVETTI DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS, IN NO EVENT SHALL THEY BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

Copyright 1986, 1987, 1988 by Hewlett-Packard Corporation

Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation, and that the name of Hewlett-Packard not be used in
advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

Hewlett-Packard makes no representations about the 
suitability of this software for any purpose.  It is provided 
"as is" without express or implied warranty.

This software is not subject to any license of the American
Telephone and Telegraph Company or of the Regents of the
University of California.

Copyright (c) 1994, 1995  Hewlett-Packard Company

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the Hewlett-Packard
Company shall not be used in advertising or otherwise to promote the
sale, use or other dealings in this Software without prior written
authorization from the Hewlett-Packard Company.

Copyright Digital Equipment Corporation, 1996

Permission to use, copy, modify, distribute, and sell this
documentation for any purpose is hereby granted without fee,
provided that the above copyright notice and this permission
notice appear in all copies.  Digital Equipment Corporation
makes no representations about the suitability for any purpose
of the information in this document.  This documentation is
provided ``as is'' without express or implied warranty.

Copyright (c) 1999, 2005, 2006, Oracle and/or its affiliates. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Copyright (c) 1989 X Consortium, Inc. and Digital Equipment Corporation.
Copyright (c) 1992 X Consortium, Inc. and Intergraph Corporation.
Copyright (c) 1993 X Consortium, Inc. and Silicon Graphics, Inc.
Copyright (c) 1994, 1995 X Consortium, Inc. and Hewlett-Packard Company.

Permission to use, copy, modify, and distribute this documentation for
any purpose and without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
Digital Equipment Corporation, Intergraph Corporation, Silicon
Graphics, Hewlett-Packard, and the X Consortium make no
representations about the suitability for any purpose of the
information in this document.  This documentation is provided ``as is''
without express or implied warranty.



==========================================================================
Package: libxfixes-dev:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/


Copyright © 2001,2003 Keith Packard

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of Keith Packard not be used in
advertising or publicity pertaining to distribution of the software without
specific, written prior permission.  Keith Packard makes no
representations about the suitability of this software for any purpose.  It
is provided "as is" without express or implied warranty.

KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.



==========================================================================
Package: libxfixes3:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/


Copyright © 2001,2003 Keith Packard

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of Keith Packard not be used in
advertising or publicity pertaining to distribution of the software without
specific, written prior permission.  Keith Packard makes no
representations about the suitability of this software for any purpose.  It
is provided "as is" without express or implied warranty.

KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.



==========================================================================
Package: libxi-dev:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/

Copyright 1989, 1998  The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.

Copyright 1989 by Hewlett-Packard Company, Palo Alto, California.

			All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of Hewlett-Packard not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

Copyright 2008 Peter Hutterer

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the author shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from the author.

Copyright © 2009 Red Hat, Inc.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.



==========================================================================
Package: libxi6:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/

Copyright 1989, 1998  The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.

Copyright 1989 by Hewlett-Packard Company, Palo Alto, California.

			All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of Hewlett-Packard not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

Copyright 2008 Peter Hutterer

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the author shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from the author.

Copyright © 2009 Red Hat, Inc.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.



==========================================================================
Package: libxinerama-dev:arm64
==========================================================================
This package was downloaded from
http://xorg.freedesktop.org/releases/individual/lib/

Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Copyright 2003  The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.

Copyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of Digital Equipment Corporation
shall not be used in advertising or otherwise to promote the sale, use or other
dealings in this Software without prior written authorization from Digital
Equipment Corporation.



==========================================================================
Package: libxinerama1:arm64
==========================================================================
This package was downloaded from
http://xorg.freedesktop.org/releases/individual/lib/

Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Copyright 2003  The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.

Copyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of Digital Equipment Corporation
shall not be used in advertising or otherwise to promote the sale, use or other
dealings in this Software without prior written authorization from Digital
Equipment Corporation.



==========================================================================
Package: libxkbcommon-dev:arm64
==========================================================================
Source: http://xkbcommon.org/

Copyright 1985, 1987, 1988, 1990, 1998  The Open Group
Copyright 2008, 2009  Dan Nicholson

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the names of the authors or their
institutions shall not be used in advertising or otherwise to promote the
sale, use or other dealings in this Software without prior written
authorization from the authors.

Copyright (c) 1993, 1994, 1995, 1996 by Silicon Graphics Computer Systems, Inc.

Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation, and that the name of Silicon Graphics not be
used in advertising or publicity pertaining to distribution
of the software without specific prior written permission.
Silicon Graphics makes no representation about the suitability
of this software for any purpose. It is provided "as is"
without any express or implied warranty.

SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of Digital not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.



==========================================================================
Package: libxkbcommon0:arm64
==========================================================================
Source: http://xkbcommon.org/

Copyright 1985, 1987, 1988, 1990, 1998  The Open Group
Copyright 2008, 2009  Dan Nicholson

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the names of the authors or their
institutions shall not be used in advertising or otherwise to promote the
sale, use or other dealings in this Software without prior written
authorization from the authors.

Copyright (c) 1993, 1994, 1995, 1996 by Silicon Graphics Computer Systems, Inc.

Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation, and that the name of Silicon Graphics not be
used in advertising or publicity pertaining to distribution
of the software without specific prior written permission.
Silicon Graphics makes no representation about the suitability
of this software for any purpose. It is provided "as is"
without any express or implied warranty.

SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of Digital not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.



==========================================================================
Package: libxml2:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libxml2
Source: ftp://xmlsoft.org/libxml2/
Files-Excluded:
 result
 test
Comment:
 Bug about the removal of the above directories: https://bugs.debian.org/331534

Files: *
Copyright: 1998-2017 Daniel Veillard <daniel@veillard.com>
License: MIT-1

Files: debian/*
Copyright: 1998-1999 Vincent Renardias <vincent@waw.com>
           1999-2000 Fredrik Hallenberg <hallon@debian.org>
           2003-2011 Mike Hommey <glandium@debian.org>
           2012-2016 Aron Xu <aron@debian.org>
           2017-2022 Mattia Rizzolo <mattia@debian.org>
License: MIT-1

Files: trio.c trio.h triop.h triostr.c triostr.h triodef.h trionan.c trionan.h
Copyright: 1998-2001 Bjorn Reese <breese@users.sourceforge.net>
           1998-2001 Daniel Stenberg
License: ISC

Files: hash.c
Copyright: 2000 Bjorn Reese <breese@users.sourceforge.net>
           2000 Daniel Veillard <daniel@veillard.com>
License: ISC

Files: list.c
Copyright: 2000 Gary Pennington <Gary.Pennington@uk.sun.com>
           2000 Daniel Veillard <daniel@veillard.com>
License: ISC

Files: timsort.h
Copyright: 2010-2017 Christopher Swenson
           2012 Vojtech Fried
           2012 Google Inc.
License: MIT-1

License: MIT-1
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is fur-
 nished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of Daniel Veillard shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from him.
Comment:
 No, this is not Expat.

License: ISC
 Permission to use, copy, modify, and distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND
 CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER.



==========================================================================
Package: libxrandr-dev:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/

Copyright © 2000, Compaq Computer Corporation,
Copyright © 2002, Hewlett Packard, Inc.

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of Compaq or HP not be used in advertising
or publicity pertaining to distribution of the software without specific,
written prior permission.  HP makes no representations about the
suitability of this software for any purpose.  It is provided "as is"
without express or implied warranty.

HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL HP
BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copyright © 2000 Compaq Computer Corporation, Inc.
Copyright © 2002 Hewlett-Packard Company, Inc.
Copyright © 2006 Intel Corporation
Copyright © 2008 Red Hat, Inc.
Copyright © 2011 Dave Airlie

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting documentation, and
that the name of the copyright holders not be used in advertising or
publicity pertaining to distribution of the software without specific,
written prior permission.  The copyright holders make no representations
about the suitability of this software for any purpose.  It is provided "as
is" without express or implied warranty.

THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
OF THIS SOFTWARE.

Copyright © 2000 Compaq Computer Corporation, Inc.
Copyright © 2002 Hewlett Packard Company, Inc.
Copyright © 2006 Keith Packard

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting documentation, and
that the name of the copyright holders not be used in advertising or
publicity pertaining to distribution of the software without specific,
written prior permission.  The copyright holders make no representations
about the suitability of this software for any purpose.  It is provided "as
is" without express or implied warranty.

THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
OF THIS SOFTWARE.



==========================================================================
Package: libxrandr2:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/

Copyright © 2000, Compaq Computer Corporation,
Copyright © 2002, Hewlett Packard, Inc.

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of Compaq or HP not be used in advertising
or publicity pertaining to distribution of the software without specific,
written prior permission.  HP makes no representations about the
suitability of this software for any purpose.  It is provided "as is"
without express or implied warranty.

HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL HP
BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copyright © 2000 Compaq Computer Corporation, Inc.
Copyright © 2002 Hewlett-Packard Company, Inc.
Copyright © 2006 Intel Corporation
Copyright © 2008 Red Hat, Inc.
Copyright © 2011 Dave Airlie

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting documentation, and
that the name of the copyright holders not be used in advertising or
publicity pertaining to distribution of the software without specific,
written prior permission.  The copyright holders make no representations
about the suitability of this software for any purpose.  It is provided "as
is" without express or implied warranty.

THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
OF THIS SOFTWARE.

Copyright © 2000 Compaq Computer Corporation, Inc.
Copyright © 2002 Hewlett Packard Company, Inc.
Copyright © 2006 Keith Packard

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting documentation, and
that the name of the copyright holders not be used in advertising or
publicity pertaining to distribution of the software without specific,
written prior permission.  The copyright holders make no representations
about the suitability of this software for any purpose.  It is provided "as
is" without express or implied warranty.

THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
OF THIS SOFTWARE.



==========================================================================
Package: libxrender-dev:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/

Copyright © 2001,2003 Keith Packard

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of Keith Packard not be used in
advertising or publicity pertaining to distribution of the software without
specific, written prior permission.  Keith Packard makes no
representations about the suitability of this software for any purpose.  It
is provided "as is" without express or implied warranty.

KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

Copyright © 2000 SuSE, Inc.

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of SuSE not be used in advertising or
publicity pertaining to distribution of the software without specific,
written prior permission.  SuSE makes no representations about the
suitability of this software for any purpose.  It is provided "as is"
without express or implied warranty.

SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



==========================================================================
Package: libxrender1:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/

Copyright © 2001,2003 Keith Packard

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of Keith Packard not be used in
advertising or publicity pertaining to distribution of the software without
specific, written prior permission.  Keith Packard makes no
representations about the suitability of this software for any purpose.  It
is provided "as is" without express or implied warranty.

KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

Copyright © 2000 SuSE, Inc.

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of SuSE not be used in advertising or
publicity pertaining to distribution of the software without specific,
written prior permission.  SuSE makes no representations about the
suitability of this software for any purpose.  It is provided "as is"
without express or implied warranty.

SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



==========================================================================
Package: libxshmfence1:arm64
==========================================================================
This package was downloaded from
http://xorg.freedesktop.org/releases/individual/lib/

Copyright © 2013 Keith Packard

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting documentation, and
that the name of the copyright holders not be used in advertising or
publicity pertaining to distribution of the software without specific,
written prior permission.  The copyright holders make no representations
about the suitability of this software for any purpose.  It is provided "as
is" without express or implied warranty.

THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
OF THIS SOFTWARE.



==========================================================================
Package: libxss-dev:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/

Copyright (c) 1992  X Consortium

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the X Consortium shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from the X Consortium.


Copyright (C) 2003 The XFree86 Project, Inc.  All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
IN NO EVENT SHALL THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES
OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the XFree86 Project
shall not be used in advertising or otherwise to promote the sale, use
or other dealings in this Software without prior written authorization
from the XFree86 Project.



==========================================================================
Package: libxss1:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/

Copyright (c) 1992  X Consortium

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the X Consortium shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from the X Consortium.


Copyright (C) 2003 The XFree86 Project, Inc.  All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
IN NO EVENT SHALL THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES
OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the XFree86 Project
shall not be used in advertising or otherwise to promote the sale, use
or other dealings in this Software without prior written authorization
from the XFree86 Project.



==========================================================================
Package: libxt-dev:arm64
==========================================================================
This package was downloaded from
http://xorg.freedesktop.org/releases/individual/lib/

Copyright © 2003,2019 Thomas E. Dickey

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Copyright © 2001,2003 Keith Packard

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of Keith Packard not be used in
advertising or publicity pertaining to distribution of the software without
specific, written prior permission.  Keith Packard makes no
representations about the suitability of this software for any purpose.  It
is provided "as is" without express or implied warranty.

KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

Copyright (c) 1993, 2011, Oracle and/or its affiliates. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.


Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of Digital not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

Copyright 1987, 1988, 1998  The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.


Copyright (c) 1993, 1994  X Consortium

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Except as contained in this notice, the name of the X Consortium shall not
be used in advertising or otherwise to promote the sale, use or other
dealing in this Software without prior written authorization from the
X Consortium.



==========================================================================
Package: libxt6:arm64
==========================================================================
This package was downloaded from
http://xorg.freedesktop.org/releases/individual/lib/

Copyright © 2003,2019 Thomas E. Dickey

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Copyright © 2001,2003 Keith Packard

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of Keith Packard not be used in
advertising or publicity pertaining to distribution of the software without
specific, written prior permission.  Keith Packard makes no
representations about the suitability of this software for any purpose.  It
is provided "as is" without express or implied warranty.

KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

Copyright (c) 1993, 2011, Oracle and/or its affiliates. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.


Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of Digital not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

Copyright 1987, 1988, 1998  The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.


Copyright (c) 1993, 1994  X Consortium

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Except as contained in this notice, the name of the X Consortium shall not
be used in advertising or otherwise to promote the sale, use or other
dealing in this Software without prior written authorization from the
X Consortium.



==========================================================================
Package: libxv-dev:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/

Original Debian package author(s): Stephen Early, Mark Eichin, Branden 
  Robinson, ISHIKAWA Mutsumi, Daniel Stone

The sofware was later repackaged by:
  Daniel Stone <daniel.stone@ubuntu.com> on Mon, 16 May 2005 22:10:17 +1000

Copyright:

Copyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts,
and the Massachusetts Institute of Technology, Cambridge, Massachusetts.

Written by:
David Carver (Digital Workstation Engineering/Project Athena)
Mark Vojkovich (XFree86 Project)

License:
                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its 
documentation for any purpose and without fee is hereby granted, 
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in 
supporting documentation, and that the names of Digital or MIT not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.  

DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

Copyright 2005 Red Hat, Inc.

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of Red Hat not be used in
advertising or publicity pertaining to distribution of the software without
specific, written prior permission.  Red Hat makes no
representations about the suitability of this software for any purpose.  It
is provided "as is" without express or implied warranty.

RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.



==========================================================================
Package: libxv1:arm64
==========================================================================
This package was downloaded from
https://xorg.freedesktop.org/releases/individual/lib/

Original Debian package author(s): Stephen Early, Mark Eichin, Branden 
  Robinson, ISHIKAWA Mutsumi, Daniel Stone

The sofware was later repackaged by:
  Daniel Stone <daniel.stone@ubuntu.com> on Mon, 16 May 2005 22:10:17 +1000

Copyright:

Copyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts,
and the Massachusetts Institute of Technology, Cambridge, Massachusetts.

Written by:
David Carver (Digital Workstation Engineering/Project Athena)
Mark Vojkovich (XFree86 Project)

License:
                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its 
documentation for any purpose and without fee is hereby granted, 
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in 
supporting documentation, and that the names of Digital or MIT not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.  

DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

Copyright 2005 Red Hat, Inc.

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of Red Hat not be used in
advertising or publicity pertaining to distribution of the software without
specific, written prior permission.  Red Hat makes no
representations about the suitability of this software for any purpose.  It
is provided "as is" without express or implied warranty.

RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.



==========================================================================
Package: libxvidcore4:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: xvidcore
Upstream-Contact: xvid-devel@xvid.org
Source: https://labs.xvid.com/source/

Files: *
Copyright: © 1999, Intel Corporation
           © 2000-2001, Michel Lespinasse <walken@zoy.org>
           © 2000, Royce Shih-Wea Liao <liaor@iname.com>
           © 2000-2001, Peter Gubanov <peter@elecard.net.ru>
           © 2001, Fabrice Bellard
           © 2001, Michael Niedermayer <michaelni@gmx.at>
           © 2001-2003, xvid team <xvid-devel@xvid.org>
           © 2001-2004, Peter Ross <pross@xvid.org>
           © 2001-2011, Michael Militzer <michael@xvid.org>
           © 2002, Alexander Viehl
           © 2002, Benjamin Herrenschmidt <benh@kernel.crashing.org>
           © 2002, Christian Engel <christian.engel@ira.uka.de>
           © 2002, Christian Schwarz <schwarz@ira.uka.de>
           © 2002, Christopher Özbek <s_oezbek@ira.uka.de>
           © 2002, Daniel Kallfass
           © 2002, Daniel Smith <danielsmith@astroboymail.com>
           © 2002, Daniel Winkler <infostudent@uni.de>
           © 2002, Dirk Knop <dknop@gwdg.de>
           © 2002, Dmitry Rozhdestvensky
           © 2002, Haiko Gaisser <haiko@gaisser.de>
           © 2002, Hannes Jütting <s_juetti@ira.uka.de>
           © 2002, Hans-Joachim Daniels <hans-joachim.daniels@ira.uka.de>
           © 2002, Ingo-Marc Weber
           © 2002, Johannes Singler
           © 2002, Kai Kühn
           © 2002, Max Stengel
           © 2002, MinChen <chenm001@163.com>
           © 2002, Sebastian Felis
           © 2002, Sebastian Hack <mail@s-hack.de>
           © 2002, Stephan Krause
           © 2002-2003, Christoph Lampert <gruel@web.de>
           © 2002-2003, Jaan Kalda
           © 2002-2004, Benjamin Lambert <foxer@hotmail.com>
           © 2002-2004, Edouard Gomez <ed.gomez@free.fr>
           © 2002-2005, Radoslaw Czyz <xvid@syskin.cjb.net>
           © 2002-2006, Pascal Massimino <skal@planet-d.net>
           © 2004, Dcoder <dcoder@alexandria.cc>
           © 2004, Jean-Marc Bastide <jmtest@voila.fr>
           © 2004, Marc Fauconneau
           © 2004, Christoph Naegeli <chn@kbw.ch>
           © 2004-2005, Christoph Naegeli <chn@kbw.ch>
           © 2005, Carlo Bramini <carlo.bramix@libero.it>
           © 2005-2006, Johannes Reinhardt <Johannes.Reinhardt@gmx.de>
           © 2006-2011, Xvid Solutions GmbH
           © 2008, Jason Garrett-Glaser <darkshikari@gmail.com>
           © Johannes Singler <email@jsingler.de>
License: GPL-2+

Files: debian/*
Copyright: © 2001, Christian Marillat <marillat@debian.org>
           © 2003, Edouard Gomez <ed.gomez@free.fr>
           © 2005-2009, Fabian Greffrath <fabian+debian@greffrath.com>
           © 2009, Loïc Martin <loic.martin3@gmail.com>
           © 2009-2011, Reinhard Tartler <siretart@tauware.de>,
           © 2009-2011, Andres Mejia <amejia@debian.org>
License: GPL-2+

Files: src/dct/ppc_asm/*
Copyright: © 2001, Michel Lespinasse <walken@zoy.org>
           © 2004, Christoph Naegeli <chn@kbw.ch>
License: LGPL-2+

License: GPL-2+
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General Public License
 can be found at '/usr/share/common-licenses/GPL-2'.

License: LGPL-2+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General Public License
 can be found at '/usr/share/common-licenses/LGPL-2'.



==========================================================================
Package: libxxf86vm-dev:arm64
==========================================================================
This package was downloaded from
http://xorg.freedesktop.org/releases/individual/lib/

Copyright (c) 1995  Kaleb S. KEITHLEY

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES 
OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of Kaleb S. KEITHLEY 
shall not be used in advertising or otherwise to promote the sale, use 
or other dealings in this Software without prior written authorization
from Kaleb S. KEITHLEY.



==========================================================================
Package: libxxf86vm1:arm64
==========================================================================
This package was downloaded from
http://xorg.freedesktop.org/releases/individual/lib/

Copyright (c) 1995  Kaleb S. KEITHLEY

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES 
OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of Kaleb S. KEITHLEY 
shall not be used in advertising or otherwise to promote the sale, use 
or other dealings in this Software without prior written authorization
from Kaleb S. KEITHLEY.



==========================================================================
Package: libz3-4:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: z3
Source: https://github.com/Z3Prover/z3

Files: *
Copyright: 2006-2021 Microsoft Corporation
           2006, 2010, 2017-2019 Arie Gurfinkel
           2017-2018 Saint-Petersburg State University
           2017 Matteo Marescotti
License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the ""Software""), to deal in
 the Software without restriction, including without limitation the rights to
 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
 of the Software, and to permit persons to whom the Software is furnished to do
 so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Files: debian/*
Copyright: 2016-2021 Fabian Wolff <fabi.wolff@arcor.de>
           2011 Michael Tautschnig <mt@debian.org>
License: GPL-2+
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 .
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".



==========================================================================
Package: libzmq5:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ZeroMQ
Source: https://github.com/zeromq/libzmq
Comment: The upstream tarball has been repacked in order to remove the bundled
 tarball of OpenPGM.

Files: *
Copyright: 2009-2011, 250bpm s.r.o
 2007-2013, iMatix Corporation
 2007-2011, Other contributors as noted in the AUTHORS file
License: LGPL-3.0+ with special exception granted by copyright holders

Files: src/xpub.cpp
 src/xsub.cpp
 tests/test_reqrep_device.cpp
 tests/test_invalid_rep.cpp
Copyright: 2010-2011, 250bpm s.r.o
 2011, VMware, Inc
 2010-2011, Other contributors as noted in the AUTHORS file
License: LGPL-3.0+ with special exception granted by copyright holders

Files: src/msg.hpp
 src/options.*
 src/req.*
 src/socket_base.*
 src/pipe.*
 src/lb.cpp
 src/session_base.*
 src/fq.cpp
 include/zmq.h
Copyright: 2009-2011, 250bpm s.r.o
 2007-2013, iMatix Corporation
 2011, VMware, Inc
 2007-2011, Other contributors as noted in the AUTHORS file
License: LGPL-3.0+ with special exception granted by copyright holders

Files: src/pgm_receiver.*
 src/pgm_sender.*
 src/pgm_socket.*
Copyright: 2009-2011, 250bpm s.r.o
 2007-2013, iMatix Corporation
 2010-2011, Miru Limited
 2007-2011, Other contributors as noted in the AUTHORS file
License: LGPL-3.0+ with special exception granted by copyright holders

Files: debian/*
Copyright: 2014-    , Laszlo Boszormenyi (GCS) <gcs@debian.org>
 2012-2014, Alessandro Ghedini <ghedo@debian.org>
 2010-2012, Martin Lucina <martin@lucina.net>
 2009-2010, Adrian von Bidder <cmot@debian.org>
 2009-2010, Peter Busser <peter@mirabilix.nl>
 2012, Alessandro Ghedini <ghedo@debian.org>
License: LGPL-2.0+

License: LGPL-2.0+
 This package is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <https://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in "/usr/share/common-licenses/LGPL-2".

License: LGPL-3.0+ with special exception granted by copyright holders
 This package is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 3 of the License, or (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <https://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in "/usr/share/common-licenses/LGPL-3".
 .
 As a special exception, copyright holders give you permission to link this
 library with independent modules to produce an executable, regardless of
 the license terms of these independent modules, and to copy and distribute
 the resulting executable under terms of your choice, provided that you also
 meet, for each linked independent module, the terms and conditions of
 the license of that module. An independent module is a module which is not
 derived from or based on this library. If you modify this library, you must
 extend this exception to your version of the library.
 .
 Note: this exception relieves you of any obligations under sections 4 and 5
 of this license, and section 6 of the GNU General Public License.

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 IN THE SOFTWARE.



==========================================================================
Package: libzstd1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Zstd
Source: https://github.com/facebook/zstd
Files-Excluded: appveyor.yml
                build/VS2008
                build/VS2010
                build/VS_scripts
                programs/windres/*
                .travis.yml
                .buckversion
                .buckconfig
                .circleci/*
                .cirrus.yml

Files: *
Copyright: Yann Collet
	   Przemyslaw Skibinski
	   Martin Liska
	   SUSE
	   Meta Platforms, Inc. and affiliates
License: BSD-3-clause or GPL-2
Comment: Starting from 1.3.1 zstd's patent claim is removed
 see: https://github.com/facebook/zstd/pull/801

Files: zlibWrapper/examples/*.c
Copyright: 1995-2006, 2011 Jean-loup Gailly
License: zlib

Files: zlibWrapper/gz*.c
Copyright: (C) 2004, 2005, 2010, 2011, 2012, 2013 Mark Adler
License: zlib

License: zlib
 This software is provided 'as-is', without any express or implied
 warranty. In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgement in the product documentation would be
    appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.

Files: lib/dictBuilder/divsufsort.*
Copyright: 2003-2008, Yuta Mori
License: Expat

Files: examples/*
Copyright: 2016-present, Yann Collet, Facebook, Inc.
License: BSD-3-clause or GPL-2

Files: debian/*
Copyright:
 2015-2016 Kevin Murray <spam@kdmurray.id.au>
 2022-2023 Peter Pentchev <roam@debian.org>
License: Expat

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: GPL-2
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License, v2, as
 published by the Free Software Foundation
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
     * Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.
     * Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.
     * Neither the name of cereal nor the
       names of its contributors may be used to endorse or promote products
       derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL RANDOLPH VOORHIES OR SHANE GRANT BE LIABLE FOR ANY
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: libzvbi0:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: zvbi
Upstream-Contact: Ileana Dumitrescu <ileanadumitrescu95@gmail.com>
Source: http://github.com/zapping-vbi/zvbi

Files: *
Copyright: 2000-2013 Michael H. Schimek <mschimek@gmx.at, mschimek@users.sf.net>
License: GPL-2+

Files: contrib/dvbsubs.c
Copyright: 2002 Dave Chapman
           2009 Michael H. Schimek
License: GPL-2+

Files: contrib/dvbsubs.h
Copyright: 2002 Dave Chapman
License: GPL-2+

Files: contrib/ntsc-cc.c
Copyright: 2003-2007 Mike Baker <mbm@linux.com>
           2003-2007 Timecop <timecop@japan.co.jp>
           2003-2007 Mark K. Kim <dev@cbreak.org>
           2005-2007 Michael H. Schimek <mschimek@users.sf.net>
License: GPL-2+

Files: README.md
Copyright: 2000-2013 Michael H. Schimek <mschimek@users.sf.net>
           2022-2023 Ileana Dumitrescu <ileanadumitrescu95@gmail.com>
License: GPL-2+

Files: contrib/x11font.c
Copyright: 2002 Gerd Knorr
License: GPL-2+

Files: daemon/zvbi-chains.1
       daemon/chains.c
       daemon/proxyd.c
       test/proxy-test.c
Copyright: 2003-2004 Tom Zoerner
License: GPL-2+

Files: examples/*
Copyright: 2005-2009 Michael H. Schimek <mschimek@users.sf.net>
License: BSD-2-Clause

Files: po/de.po
Copyright: 2000-2002 Michael H. Schimek <mschimek@gmx.at, mschimek@users.sf.net>
License: GPL-2+

Files: po/es.po
Copyright: 2000      Joseba García Etxebarria <josebag@mixmail.com>
           2000-2001 Iñaki García Etxebarria <garetxe@users.sf.net>
License: GPL-2+

Files: po/pl.po
Copyright: 2000 Paweł Sakowski <pawel@sakowski.eu.org>
License: GPL-2+

Files: po/sv.po
Copyright: 2001 Henrik Isacsson <snout@ctrl-c.liu.se>
License: GPL-2+

Files: src/*
Copyright: 1999-2008 Michael H. Schimek <mschimek@gmx.at, mschimek@users.sf.net>
License: LGPL-2+

Files: src/chains.c
Copyright: 1998 Manish Singh <yosh@gimp.org>
           2000 Stefan Westerfeld <stefan@space.twc.de>
           2004 Tom Zoerner
License: LGPL-2+

Files: src/dvb/dmx.h
Copyright: 2000 Marcus Metzler <marcus@convergence.de>
           2000 Ralph  Metzler <ralph@convergence.de>
License: LGPL-2.1+

Files: src/dvb/frontend.h
Copyright: 2000 Andre Draszik <ad@convergence.de>
           2000 Holger Waechtler <holger@convergence.de>
           2000 Marcus Metzler <marcus@convergence.de>
           2000 Ralph  Metzler <ralph@convergence.de>
License: LGPL-2.1+

Files: src/exp-vtx.c
Copyright: 1998-1999 Edgar Toernig <froese@gmx.de>
           1999 Paul Ortyl <ortylp@from.pl>
           1995-1997 Martin Buck <martin-2.buck@student.uni-ulm.de>
License: LGPL-2+

Files: src/io.* src/io-v4l2k.c src/io-v4l.c
Copyright: 1999-2005 Michael H. Schimek
           2003-2004  Tom Zoerner
License: LGPL-2+

Files: src/libzvbi.h src/misc.h src/search.h
Copyright: 2000-2007 Michael H. Schimek
           2000-2003 Iñaki García Etxebarria
License: LGPL-2+

Files: src/packet-830.c
       src/packet-830.h
       src/pdc.c
       src/pdc.h
Copyright: 2000-2004 Michael H. Schimek <mschimek@users.sf.net>
License: GPL-2

Files: src/proxy-*
Copyright: 2003-2004 Tom Zoerner
License: LGPL-2+

Files: src/ure.c src/ure.h
Copyright: 1997-1999 Computing Research Labs, New Mexico State University
                     Iñaki García Etxebarrria <garetxe@users.sf.net>
                     Michael H. Schimek <mschimek@gmx.at, mschimek@users.sf.net>
License: MIT

Files: src/vbi.c src/vbi.h
Copyright: 2000-2008 Michael H. Schimek
           2000-2001 Iñaki García Etxebarria
           2003-2004 Tom Zoerner
License: LGPL-2+

Files: src/videodev2k.h
Copyright: 1999-2007 Bill Dirks <bill@thedirks.org>
                     Justin Schoeman
                     Hans Verkuil <hverkuil@xs4all.nl>
License: GPL-2+ or BSD-3-Clause

Files: test/osc.c
Copyright: 2000-2002, 2004 Michael H. Schimek
           2003 James Mastros
License: GPL-2+

Files: debian/*
Copyright: 2002-2012 Christian Marillat <marillat@debian.org>
           2013      Emanuele Rocca <ema@debian.org>
           2013      Jackson Doak <noskcaj@ubuntu.com>
           2014      Andreas Barth <aba@ayous.org>
           2015-2020 Joao Eriberto Mota Filho <eriberto@debian.org>
           2016      Breno Leitao <brenohl@br.ibm.com>
           2018      Ondřej Nový <onovy@debian.org>
           2021-2023 Ileana Dumitrescu <ileanadumitrescu95@gmail.com>
License: BSD-3-Clause

License: GPL-2
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License version 2 as
 published by the Free Software Foundation.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 .
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
 
License: GPL-2+
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 .
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

License: BSD-2-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE HOLDERS OR
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: LGPL-2+
 This package is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in "/usr/share/common-licenses/LGPL-2".

License: LGPL-2.1+
 This package is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in "/usr/share/common-licenses/LGPL-2.1".

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License: BSD-3-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE HOLDERS OR
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: linux-libc-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Linux kernel
Source: https://www.kernel.org/pub/linux/kernel/
Files-Excluded: Documentation/netlabel/draft-ietf-cipso-ipsecurity-01.txt
 arch/powerpc/platforms/8xx/micropatch.c
 drivers/media/usb/dvb-usb/af9005-script.h
 drivers/media/i2c/vs6624.c
 drivers/net/appletalk/cops*
 drivers/video/fbdev/nvidia
 drivers/video/fbdev/riva
Comment:
 The 'perf' tool is dynamically linked with the Python interpreter,
 which is itself dynamically linked with OpenSSL, which is not
 GPL-compatible.  However, since perf itself does not link with or use
 OpenSSL, we believe that this indirect linking does not require
 additional permissions beyond the GPL.

Files: *
Copyright: 1991-2012 Linus Torvalds and many others
License: GPL-2

Files: debian/*
Copyright: 1996-2006 Manoj Srivastava
           2005-2012 Debian kernel team
           2006-2009 Bastian Blank <waldi@debian.org>
License: GPL-2

Files:
 arch/arm/boot/dts/armada-370.dtsi
 arch/arm/boot/dts/armada-370-d*.dts*
 arch/arm/boot/dts/armada-370-mirabox.dts
 arch/arm/boot/dts/armada-370-netgear*.dts*
 arch/arm/boot/dts/armada-370-rd.dts
 arch/arm/boot/dts/armada-370-synology-ds213j.dts
 arch/arm/boot/dts/armada-375*.dts*
 arch/arm/boot/dts/armada-38*.dts*
 arch/arm/boot/dts/armada-39*.dts*
 arch/arm/boot/dts/armada-xp*.dts*
 arch/arm/boot/dts/artpec6.dtsi
 arch/arm/boot/dts/at91sam9260ek.dts
 arch/arm/boot/dts/at91sam9xe.dtsi
 arch/arm/boot/dts/axp*.dts*
 arch/arm/boot/dts/berlin2*.dts*
 arch/arm/boot/dts/cros-ec-sbs.dtsi
 arch/arm/boot/dts/cx92755*.dts*
 arch/arm/boot/dts/imx7*.dts*
 arch/arm/boot/dts/kirkwood-linkstation*.dts*
 arch/arm/boot/dts/ls*.dts*
 arch/arm/boot/dts/meson*.dts*
 arch/arm/boot/dts/mps2*.dts*
 arch/arm/boot/dts/mvebu-linkstation-*.dts*
 arch/arm/boot/dts/orion5x-kuroboxpro.dts
 arch/arm/boot/dts/orion5x-linkstation*.dts*
 arch/arm/boot/dts/orion5x-ls*.dts*
 arch/arm/boot/dts/qcom-mdm9615*.dts*
 arch/arm/boot/dts/rk*.dts
 arch/arm/boot/dts/sama5d2.dtsi
 arch/arm/boot/dts/sama5d4.dtsi
 arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
 arch/arm/boot/dts/stm*.dts*
 arch/arm/boot/dts/sun*.dts*
 arch/arm/boot/dts/tegra124-apalis*.dts*
 arch/arm/boot/dts/uniphier-*.dts*
 arch/arm/boot/dts/vf610-colibri*.dts*
 arch/arm/boot/dts/vf610m*.dts*
 arch/arm64/boot/dts/allwinner/*.dts*
 arch/arm64/boot/dts/amlogic/*.dts*
 arch/arm64/boot/dts/cavium/thunder-*.dts*
 arch/arm64/boot/dts/freescale/fsl-*.dts*
 arch/arm64/boot/dts/marvell/armada-*.dts*
 arch/arm64/boot/dts/rockchip/rk33*.dts*
 arch/arm64/boot/dts/socionext/uniphier-ld*.dts*
 arch/arm64/boot/dts/synaptics/berlin4ct-*.dts*
 include/dt-bindings/clock/sun*.h
 include/dt-bindings/dma/axi-dmac.h
 include/dt-bindings/dma/sun4i-a10.h
 include/dt-bindings/pinctrl/sun4i-a10.h
 include/dt-bindings/reset/sun*.h
Copyright: 2012-2018 Linus Torvalds and many others
License: GPL-2+-or-X11

Files: drivers/crypto/vmx/*.pl
Copyright: 2006,2014 Andy Polyakov <appro@openssl.org>
License: CRYPTOGAMS
 All rights reserved.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 * Redistributions of source code must retain copyright notices, this
   list of conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the
   distribution.
 * Neither the name of the CRYPTOGAMS nor the names of its copyright
   holder and contributors may be used to endorse or promote products
   derived from this software without specific prior written
   permission.
 .
 ALTERNATIVELY, provided that this notice is retained in full, this
 product may be distributed under the terms of the GNU General Public
 License (GPL), in which case the provisions of the GPL apply INSTEAD
 OF those given above.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: fs/nls/mac-*
Copyright: 1991-2012 Unicode, Inc.
License: Unicode-data
 All rights reserved.  Distributed under the Terms of Use in
 http://www.unicode.org/copyright.html.
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of the Unicode data files and any associated documentation (the "Data
 Files") or Unicode software and any associated documentation (the
 "Software") to deal in the Data Files or Software without restriction,
 including without limitation the rights to use, copy, modify, merge,
 publish, distribute, and/or sell copies of the Data Files or Software, and
 to permit persons to whom the Data Files or Software are furnished to do
 so, provided that (a) the above copyright notice(s) and this permission
 notice appear with all copies of the Data Files or Software, (b) both the
 above copyright notice(s) and this permission notice appear in associated
 documentation, and (c) there is clear notice in each modified Data File or
 in the Software as well as in the documentation associated with the Data
 File(s) or Software that the data or software has been modified.
 .
 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
 THIRD PARTY RIGHTS.  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
 INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
 OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THE DATA FILES OR SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder shall
 not be used in advertising or otherwise to promote the sale, use or other
 dealings in these Data Files or Software without prior written
 authorization of the copyright holder.

Files: include/xen/interface/*
Copyright: 2002-2006 Keir Fraser
           2004 Tim Deegan
           2004 Andrew Warfield
           2005 Nguyen Anh Quynh
           2005-2006 IBM Corporation
           2005 Anthony Liguori
           2005 Rusty Russell
           2005-2006 XenSource Ltd.
           2006 Ian Campbell
           2006 Red Hat, Inc.
           2010 Ryan Wilson
License: Xen-interface
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

Files: certs/extract-cert.c scripts/sign-file.c
Copyright: 2014-2015 Red Hat, Inc.
           2015 Intel Corporation
License: LGPL-2.1

Files: tools/lib/bpf/*
Copyright: 2015-2020 Linus Torvalds and many others
License: LGPL-2.1 or BSD-2-clause

Files: tools/bpf/bpftool/*
Copyright: 2017-2020 Linus Torvalds and many others
License: GPL-2 or BSD-2-clause

License: BSD-2-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
  .
  1. Redistributions of source code must retain the above copyright notice,
     this list of conditions and the following disclaimer.
  .
  2. Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
  .
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  POSSIBILITY OF SUCH DAMAGE.

License: GPL-2
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License version 2 as
 published by the Free Software Foundation.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this package; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 .
 On Debian systems, the complete text of the GNU General Public License version
 2 can be found in `/usr/share/common-licenses/GPL-2'.

License: LGPL-2.1
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this program; If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.

License: GPL-2+-or-X11
 This file is dual-licensed: you can use it either under the terms
 of the GPL or the X11 license, at your option. Note that this dual
 licensing only applies to this file, and not this project as a
 whole.
 .
  a) This file is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License as
     published by the Free Software Foundation; either version 2 of the
     License, or (at your option) any later version.
 .
     This file is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.
 .
 Or, alternatively,
 .
  b) Permission is hereby granted, free of charge, to any person
     obtaining a copy of this software and associated documentation
     files (the "Software"), to deal in the Software without
     restriction, including without limitation the rights to use,
     copy, modify, merge, publish, distribute, sublicense, and/or
     sell copies of the Software, and to permit persons to whom the
     Software is furnished to do so, subject to the following
     conditions:
 .
     The above copyright notice and this permission notice shall be
     included in all copies or substantial portions of the Software.
 .
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     OTHER DEALINGS IN THE SOFTWARE.



==========================================================================
Package: mesa-va-drivers:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mesa
Source: https://mesa.freedesktop.org/archive/

Files: *
Copyright:
	2005 Aapo Tahkola
	2011 Adam Rak <adam.rak@streamnovation.com>
	2014 Adrián Arroyo Calle <adrian.arroyocalle@gmail.com>
	2010-2018 Advanced Micro Devices, Inc.
	2002-2012 Apple Inc.
	2009 Artur Wyszynski <harakash@gmail.com>
	2000-2001 ATI Technologies Inc.
	2015-2016 Axel Davy <axel.davy@ens.fr>
	1988-2004 Bart Massey
	2016 Bas Nieuwenhuizen
	2011 Benjamin Franzke
	2005-2008 Ben Skeggs
	2015 Boyan Ding
	1999-2016 Brian Paul
	2014-2018 Broadcom
	2011 Bryan Cain
	2007 Carl Worth
	2009-2011 Chia-I Wu <olvaffe@gmail.com>
	2016 Christian Gmeiner <christian.gmeiner@gmail.com>
	2010-2014 Christian König
	2010-2012 Christoph Bumiller
	2014-2017 Connor Abbott
	2008-2010 Corbin Simpson
	1999-2016 Dave Airlie
	2008 Dennis Smit
	2012-2017 Etnaviv Project
	2003 Felix Kuehling
	2009-2016 Francisco Jerez
	2008-2010 George Sapountzis <gsapountzis@gmail.com>
	2017 Gert Wollny
	2013-2017 Google, Inc.
	2017 Grazvydas Ignotas
	2013 Gregory Hainaut <gregory.hainaut@gmail.com>
	2002 Greg Parker
	2013 Grigori Goronzy <greg@chown.ath.cx>
	2008-2013 Haiku, Inc.
	2002-2006 IBM Corporation
	2011-2017 Ilia Mirkin
	2006-2018 Intel Corporation
	2007-2012 Jakob Bornecrantz
	2017 Jason Ekstrand
	2008-2010 Jerome Glisse <glisse@freedesktop.org>
	2009-2013 Joakim Sindholt <opensource@zhasha.com>
	2007 Joe Perches <joe@perches.com>
	2006 John Maddock
	2014-2017 Jon Turney
	2008-2009 Jose Fonseca
	1988-2017 Keith Packard
	1997 Keith Whitwell
	2011 Lauri Kasanen
	2010 Luca Barbieri
	2010-2013 LunarG, Inc.
	2011-2013 Maarten Lankhorst
	2008-2010 Maciej Cencora <m.cencora@gmail.com>
	2010-2014 Marek Olšák <maraeo@gmail.com>
	2011 Morgan Armand <morgan.devel@gmail.com>
	2016 Nayan Deshmukh
	2004-2009 Nicolai Haehnle <nhaehnle@gmail.com>
	2007-2013 Nouveau Project
	2012-2018 NVIDIA Corporation
	2010 Orasanu Lucian
	2015-2016 Patrick Rudolph <siro@das-labor.org>
	2009 Pauli Nieminen
	2006-2008 Philippe Houdoin
	2015 Philip Taylor <philip@zaynar.co.uk>
	1998-1999 Precision Insight, Inc.
	2007-2018 Red Hat, Inc.
	2018 Rhys Perry
	2012-2018 Rob Clark <robclark@freedesktop.org>
	2004 Roland Scheidegger
	2015 Samuel Pitoiset
	1991-2000 Silicon Graphics, Inc.
	2018 Stefan Schake <stschake@gmail.com>
	2003-2005 Stefan Gustavson
	2008 Steven G. Johnson
	2016 Steven Toth <stoth@kernellabs.com>
	2011-2014 The Chromium OS authors
	2007-2013 The Nouveau Project
	2001-2004 The SCons Foundation
	2002 The Weather Channel, Inc.
	2006 Thierry Reding <thierry@gilfi.de>
	2010 Thomas Balling Sörensen
	2015-2017 Thomas Helland
	1995 Thorsten Ohl
	2013-2018 Timothy Arceri
	2002 Todd C. Miller <Todd.Miller@courtesan.com>
	2010-2014 Tom Stellard <tstellar@gmail.com>
	2004 Torrey T. Lyons
	2003-2008 Tungsten Graphics, Inc.
	2012-2013 Vadim Girlin <vadimgirlin@gmail.com>
	2000 VA Linux Systems Inc.
	2015-2018 Valve Corporation
	1998-2017 VMware, Inc.
	1992 Vrije Universiteit, The Netherlands
	1999 Wittawat Yamwong
	2005 Zack Rusin
License: MIT

Files: include/EGL/eglextchromium.h
Copyright: 2013 The Chromium Authors
License: BSD-3-google

Files: include/GL/glcorearb.h
       include/GL/glext.h
       include/GL/glxext.h
Copyright: 2013-2017 The Khronos Group Inc.
License: Khronos

Files: include/GLES/egl.h
       include/GLES/glplatform.h
       include/GLES2/gl2platform.h
       include/GLES3/gl3platform.h
       include/vulkan/*
Copyright: 2015-2018 The Khronos Group Inc.
	   2015 The Android Open Source Project
	   2015-2016 Valve Corporation
License: Apache-2.0

Files: include/c11/*
Copyright: 2012 yohhoy
License: BSL

Files: src/gallium/auxiliary/postprocess/pp_mlaa*
Copyright: 2010 Jorge Jimenez (jorge@iryoku.com)
	   2010 Belen Masia (bmasia@unizar.es)
	   2010 Jose I. Echevarria (joseignacioechevarria@gmail.com)
	   2010 Fernando Navarro (fernandn@microsoft.com)
	   2010 Diego Gutierrez (diegog@unizar.es)
	   2011 Lauri Kasanen (cand@gmx.com)
License: MLAA

Files: src/glx/clientattrib.c
       src/glx/compsize.c
       src/glx/eval.c
       src/glx/glxclient.h
       src/glx/glxcmds.c
       src/glx/glxcurrent.c
       src/glx/glxext.cGreg
       src/glx/packrender.h
       src/glx/packsingle.h
       src/glx/pixel.c
       src/glx/pixelstore.c
       src/glx/render2.c
       src/glx/renderpix.c
       src/glx/single2.c
       src/glx/singlepix.c
       src/glx/vertarr.c
Copyright: 1991-2000 Silicon Graphics, Inc.
License: SGI

Files: src/getopt
Copyright: 2000 The NetBSD Foundation, Inc.
License: BSD-2-clause

Files: src/gtest/include src/gtest/src
Copyright: 2008-2015 Google, Inc.
License: BSD-3-google

Files: debian
Copyright: 2006, Thierry Reding <thierry@gilfi.de>
License: GPL

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: Khronos
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and/or associated documentation files (the
 "Materials"), to deal in the Materials without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Materials, and to
 permit persons to whom the Materials are furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Materials.
 .
 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

License: SGI
 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice including the dates of first publication and
 either this permission notice or a reference to
 http://oss.sgi.com/projects/FreeB/
 shall be included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 .
 Except as contained in this notice, the name of Silicon Graphics, Inc.
 shall not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization from
 Silicon Graphics, Inc.

License: Apache-2.0
 On Debian systems, the full text of the Apache-2.0 license
 can be found in the file '/usr/share/common-licenses/Apache-2.0'.

License: BSL
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare [[derivative work]]s of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: MLAA
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    1. Redistributions of source code must retain the above copyright notice,
       this list of conditions and the following disclaimer.
 .
    2. Redistributions in binary form must reproduce the following statement:
 .
       "Uses Jimenez's MLAA. Copyright (C) 2010 by Jorge Jimenez, Belen Masia,
        Jose I. Echevarria, Fernando Navarro and Diego Gutierrez."
 .
       Only for use in the Mesa project, this point 2 is filled by naming the
       technique Jimenez's MLAA in the Mesa config options.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
 IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.


License: GPL
 On Debian systems, the full text of the GPL license
 can be found in the file '/usr/share/common-licenses/GPL'.

License: BSD-3-google
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
     * Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
     * Redistributions in binary form must reproduce the above
 copyright notice, this list of conditions and the following disclaimer
 in the documentation and/or other materials provided with the
 distribution.
     * Neither the name of Google Inc. nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: mesa-vdpau-drivers:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mesa
Source: https://mesa.freedesktop.org/archive/

Files: *
Copyright:
	2005 Aapo Tahkola
	2011 Adam Rak <adam.rak@streamnovation.com>
	2014 Adrián Arroyo Calle <adrian.arroyocalle@gmail.com>
	2010-2018 Advanced Micro Devices, Inc.
	2002-2012 Apple Inc.
	2009 Artur Wyszynski <harakash@gmail.com>
	2000-2001 ATI Technologies Inc.
	2015-2016 Axel Davy <axel.davy@ens.fr>
	1988-2004 Bart Massey
	2016 Bas Nieuwenhuizen
	2011 Benjamin Franzke
	2005-2008 Ben Skeggs
	2015 Boyan Ding
	1999-2016 Brian Paul
	2014-2018 Broadcom
	2011 Bryan Cain
	2007 Carl Worth
	2009-2011 Chia-I Wu <olvaffe@gmail.com>
	2016 Christian Gmeiner <christian.gmeiner@gmail.com>
	2010-2014 Christian König
	2010-2012 Christoph Bumiller
	2014-2017 Connor Abbott
	2008-2010 Corbin Simpson
	1999-2016 Dave Airlie
	2008 Dennis Smit
	2012-2017 Etnaviv Project
	2003 Felix Kuehling
	2009-2016 Francisco Jerez
	2008-2010 George Sapountzis <gsapountzis@gmail.com>
	2017 Gert Wollny
	2013-2017 Google, Inc.
	2017 Grazvydas Ignotas
	2013 Gregory Hainaut <gregory.hainaut@gmail.com>
	2002 Greg Parker
	2013 Grigori Goronzy <greg@chown.ath.cx>
	2008-2013 Haiku, Inc.
	2002-2006 IBM Corporation
	2011-2017 Ilia Mirkin
	2006-2018 Intel Corporation
	2007-2012 Jakob Bornecrantz
	2017 Jason Ekstrand
	2008-2010 Jerome Glisse <glisse@freedesktop.org>
	2009-2013 Joakim Sindholt <opensource@zhasha.com>
	2007 Joe Perches <joe@perches.com>
	2006 John Maddock
	2014-2017 Jon Turney
	2008-2009 Jose Fonseca
	1988-2017 Keith Packard
	1997 Keith Whitwell
	2011 Lauri Kasanen
	2010 Luca Barbieri
	2010-2013 LunarG, Inc.
	2011-2013 Maarten Lankhorst
	2008-2010 Maciej Cencora <m.cencora@gmail.com>
	2010-2014 Marek Olšák <maraeo@gmail.com>
	2011 Morgan Armand <morgan.devel@gmail.com>
	2016 Nayan Deshmukh
	2004-2009 Nicolai Haehnle <nhaehnle@gmail.com>
	2007-2013 Nouveau Project
	2012-2018 NVIDIA Corporation
	2010 Orasanu Lucian
	2015-2016 Patrick Rudolph <siro@das-labor.org>
	2009 Pauli Nieminen
	2006-2008 Philippe Houdoin
	2015 Philip Taylor <philip@zaynar.co.uk>
	1998-1999 Precision Insight, Inc.
	2007-2018 Red Hat, Inc.
	2018 Rhys Perry
	2012-2018 Rob Clark <robclark@freedesktop.org>
	2004 Roland Scheidegger
	2015 Samuel Pitoiset
	1991-2000 Silicon Graphics, Inc.
	2018 Stefan Schake <stschake@gmail.com>
	2003-2005 Stefan Gustavson
	2008 Steven G. Johnson
	2016 Steven Toth <stoth@kernellabs.com>
	2011-2014 The Chromium OS authors
	2007-2013 The Nouveau Project
	2001-2004 The SCons Foundation
	2002 The Weather Channel, Inc.
	2006 Thierry Reding <thierry@gilfi.de>
	2010 Thomas Balling Sörensen
	2015-2017 Thomas Helland
	1995 Thorsten Ohl
	2013-2018 Timothy Arceri
	2002 Todd C. Miller <Todd.Miller@courtesan.com>
	2010-2014 Tom Stellard <tstellar@gmail.com>
	2004 Torrey T. Lyons
	2003-2008 Tungsten Graphics, Inc.
	2012-2013 Vadim Girlin <vadimgirlin@gmail.com>
	2000 VA Linux Systems Inc.
	2015-2018 Valve Corporation
	1998-2017 VMware, Inc.
	1992 Vrije Universiteit, The Netherlands
	1999 Wittawat Yamwong
	2005 Zack Rusin
License: MIT

Files: include/EGL/eglextchromium.h
Copyright: 2013 The Chromium Authors
License: BSD-3-google

Files: include/GL/glcorearb.h
       include/GL/glext.h
       include/GL/glxext.h
Copyright: 2013-2017 The Khronos Group Inc.
License: Khronos

Files: include/GLES/egl.h
       include/GLES/glplatform.h
       include/GLES2/gl2platform.h
       include/GLES3/gl3platform.h
       include/vulkan/*
Copyright: 2015-2018 The Khronos Group Inc.
	   2015 The Android Open Source Project
	   2015-2016 Valve Corporation
License: Apache-2.0

Files: include/c11/*
Copyright: 2012 yohhoy
License: BSL

Files: src/gallium/auxiliary/postprocess/pp_mlaa*
Copyright: 2010 Jorge Jimenez (jorge@iryoku.com)
	   2010 Belen Masia (bmasia@unizar.es)
	   2010 Jose I. Echevarria (joseignacioechevarria@gmail.com)
	   2010 Fernando Navarro (fernandn@microsoft.com)
	   2010 Diego Gutierrez (diegog@unizar.es)
	   2011 Lauri Kasanen (cand@gmx.com)
License: MLAA

Files: src/glx/clientattrib.c
       src/glx/compsize.c
       src/glx/eval.c
       src/glx/glxclient.h
       src/glx/glxcmds.c
       src/glx/glxcurrent.c
       src/glx/glxext.cGreg
       src/glx/packrender.h
       src/glx/packsingle.h
       src/glx/pixel.c
       src/glx/pixelstore.c
       src/glx/render2.c
       src/glx/renderpix.c
       src/glx/single2.c
       src/glx/singlepix.c
       src/glx/vertarr.c
Copyright: 1991-2000 Silicon Graphics, Inc.
License: SGI

Files: src/getopt
Copyright: 2000 The NetBSD Foundation, Inc.
License: BSD-2-clause

Files: src/gtest/include src/gtest/src
Copyright: 2008-2015 Google, Inc.
License: BSD-3-google

Files: debian
Copyright: 2006, Thierry Reding <thierry@gilfi.de>
License: GPL

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: Khronos
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and/or associated documentation files (the
 "Materials"), to deal in the Materials without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Materials, and to
 permit persons to whom the Materials are furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Materials.
 .
 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

License: SGI
 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice including the dates of first publication and
 either this permission notice or a reference to
 http://oss.sgi.com/projects/FreeB/
 shall be included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 .
 Except as contained in this notice, the name of Silicon Graphics, Inc.
 shall not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization from
 Silicon Graphics, Inc.

License: Apache-2.0
 On Debian systems, the full text of the Apache-2.0 license
 can be found in the file '/usr/share/common-licenses/Apache-2.0'.

License: BSL
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare [[derivative work]]s of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

License: MLAA
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    1. Redistributions of source code must retain the above copyright notice,
       this list of conditions and the following disclaimer.
 .
    2. Redistributions in binary form must reproduce the following statement:
 .
       "Uses Jimenez's MLAA. Copyright (C) 2010 by Jorge Jimenez, Belen Masia,
        Jose I. Echevarria, Fernando Navarro and Diego Gutierrez."
 .
       Only for use in the Mesa project, this point 2 is filled by naming the
       technique Jimenez's MLAA in the Mesa config options.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
 IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.


License: GPL
 On Debian systems, the full text of the GPL license
 can be found in the file '/usr/share/common-licenses/GPL'.

License: BSD-3-google
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
     * Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
     * Redistributions in binary form must reproduce the above
 copyright notice, this list of conditions and the following disclaimer
 in the documentation and/or other materials provided with the
 distribution.
     * Neither the name of Google Inc. nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.



==========================================================================
Package: ocl-icd-libopencl1:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ocl-icd
Source: https://github.com/OCL-dev/ocl-icd/tags

Files: *
Copyright: 2012-2020 Brice Videau <brice.videau@imag.fr>
           2012-2020 Vincent Danjean <Vincent.Danjean@ens-lyon.org>
License: BSD-2-Clause

Files: debian/*
Copyright: 2012-2021 Vincent Danjean <vdanjean@debian.org>
           © 2018-2022 Andreas Beckmann <anbe@debian.org>
License: BSD-2-Clause

License: BSD-2-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.




==========================================================================
Package: pkg-config:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pkgconf
Upstream-Contact: Baptiste Daroussin <bapt@FreeBSD.org>
                  Jeff Horelick <jdhore@gentoo.org>
                  Michał Górny <mgorny@gentoo.org
                  Ariadne Conill <ariadne@dereferenced.org>

Files: *
Copyright: 2011—2021 pkgconf authors
License: ISC

Files: debian/*
Copyright: 2013—2022 Andrej Shadura <andrewsh@debian.org>
License: ISC

Files: libpkgconf/bsdstubs.c
Copyright:
 1998 Todd C. Miller <Todd.Miller@courtesan.com>
 2012 Ariadne Conill <ariadne@dereferenced.org>
License: ISC

Files: cli/getopt_long.c
Copyright:
 2000 The NetBSD Foundation, Inc.
 2002 Todd C. Miller <Todd.Miller@courtesan.com>
License: BSD-4
 This code is derived from software contributed to The NetBSD Foundation
 by Dieter Baron and Thomas Klausner.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. All advertising materials mentioning features or use of this software
    must display the following acknowledgement:
        This product includes software developed by the NetBSD
        Foundation, Inc. and its contributors.
 4. Neither the name of The NetBSD Foundation nor the names of its
    contributors may be used to endorse or promote products derived
    from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

Files: cli/getopt_long.h
Copyright: 2000 The NetBSD Foundation, Inc.
License: BSD-2
 This code is derived from software contributed to The NetBSD Foundation
 by Dieter Baron and Thomas Klausner.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

Files: install-sh
Copyright: 1994 X Consortium
Comment:
 This originates from X11R5 (mit/util/scripts/install.sh), which was
 later released in X11R6 (xc/config/util/install.sh) with the
 following copyright and license.
 .
 FSF changes to this file are in the public domain.
License: X11
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from the X Consor-
 tium.

Files: pkg.m4
Copyright: 2004 Scott James Remnant <scott@netsplit.com>
License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that program.
 .
 On Debian systems, the complete text of the GNU General Public License version
 2 can be found in /usr/share/common-licenses/GPL-2.


License: ISC
 Permission to use, copy, modify, and distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



==========================================================================
Package: pkgconf:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pkgconf
Upstream-Contact: Baptiste Daroussin <bapt@FreeBSD.org>
                  Jeff Horelick <jdhore@gentoo.org>
                  Michał Górny <mgorny@gentoo.org
                  Ariadne Conill <ariadne@dereferenced.org>

Files: *
Copyright: 2011—2021 pkgconf authors
License: ISC

Files: debian/*
Copyright: 2013—2022 Andrej Shadura <andrewsh@debian.org>
License: ISC

Files: libpkgconf/bsdstubs.c
Copyright:
 1998 Todd C. Miller <Todd.Miller@courtesan.com>
 2012 Ariadne Conill <ariadne@dereferenced.org>
License: ISC

Files: cli/getopt_long.c
Copyright:
 2000 The NetBSD Foundation, Inc.
 2002 Todd C. Miller <Todd.Miller@courtesan.com>
License: BSD-4
 This code is derived from software contributed to The NetBSD Foundation
 by Dieter Baron and Thomas Klausner.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. All advertising materials mentioning features or use of this software
    must display the following acknowledgement:
        This product includes software developed by the NetBSD
        Foundation, Inc. and its contributors.
 4. Neither the name of The NetBSD Foundation nor the names of its
    contributors may be used to endorse or promote products derived
    from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

Files: cli/getopt_long.h
Copyright: 2000 The NetBSD Foundation, Inc.
License: BSD-2
 This code is derived from software contributed to The NetBSD Foundation
 by Dieter Baron and Thomas Klausner.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

Files: install-sh
Copyright: 1994 X Consortium
Comment:
 This originates from X11R5 (mit/util/scripts/install.sh), which was
 later released in X11R6 (xc/config/util/install.sh) with the
 following copyright and license.
 .
 FSF changes to this file are in the public domain.
License: X11
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from the X Consor-
 tium.

Files: pkg.m4
Copyright: 2004 Scott James Remnant <scott@netsplit.com>
License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that program.
 .
 On Debian systems, the complete text of the GNU General Public License version
 2 can be found in /usr/share/common-licenses/GPL-2.


License: ISC
 Permission to use, copy, modify, and distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



==========================================================================
Package: uuid-dev:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: util-linux
Upstream-Contact: util-linux@vger.kernel.org
Source: https://www.kernel.org/pub/linux/utils/util-linux/

Files: *
Copyright:      Michal Luscon <mluscon@redhat.com>
           1986 Gary S. Brown
           1990 Gordon Irlam (gordoni@cs.ua.oz.au)
           1991, 1992 Linus Torvalds
           1991-2004 Miquel van Smoorenburg
           1992  A. V. Le Blanc (LeBlanc@mcc.ac.uk)
           1992-1997 Michael K. Johnson, johnsonm@redhat.com
           1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                 2003, 2004, 2005, 2008 Theodore Ts'o <tytso@mit.edu>
           1994 Kevin E. Martin (martin@cs.unc.edu)
           1994 Salvatore Valente <svalente@mit.edu>
           1994,1996 Alessandro Rubini (rubini@ipvvis.unipv.it)
           1994-2005 Jeff Tranter (tranter@pobox.com)
           1995, 1999, 2000 Andries E. Brouwer <aeb@cwi.nl>
           1997-2005 Frodo Looijaard <frodo@frodo.looijaard.name>
           1998 Danek Duvall <duvall@alumni.princeton.edu>
           1999 Andreas Dilger
           1999-2002 Transmeta Corporation
           1999, 2000, 2002-2009, 2010, 2011, 2012, 2014 Red Hat, Inc.
           2000 Werner Almesberger
           2004-2006 Michael Holzt, kju -at- fqdn.org
           2005 Adrian Bunk
           2007-2020 Karel Zak <kzak@redhat.com>
           2007, 2011, 2012, 2016 SuSE LINUX Products GmbH
           2008 Cai Qian <qcai@redhat.com>
           2008 Hayden A. James (hayden.james@gmail.com)
           2008 James Youngman <jay@gnu.org>
           2008 Roy Peled, the.roy.peled  -at-  gmail.com
           2009 Mikhail Gusarov <dottedmag@dottedmag.net>
           2010, 2011, 2012 Davidlohr Bueso <dave@gnu.org>
           2010 Jason Borden <jborden@bluehost.com>A
           2010 Hajime Taira <htaira@redhat.com>
           2010 Masatake Yamato <yamato@redhat.com>
           2011 IBM Corp.
           2012 Andy Lutomirski <luto@amacapital.net>
           2012 Lennart Poettering
           2012 Sami Kerola <kerolasa@iki.fi>
           2012 Cody Maloney <cmaloney@theoreticalchaos.com>
           2012 Werner Fink <werner@suse.de>
           2013,2014 Ondrej Oprala <ooprala@redhat.com>
License: GPL-2+

Files: schedutils/ionice.c
Copyright: 2005 Jens Axboe <jens@axboe.dk>
License: GPL-2

Files: schedutils/chrt.c
       schedutils/taskset.c
Copyright: 2004 Robert Love <rml@tech9.net>
           2010 Karel Zak <kzak@redhat.com>
License: GPL-2

Files: disk-utils/raw.c
Copyright: 1999, 2000, Red Hat Software
License: GPL-2

Files: sys-utils/hwclock-parse-date.y
Copyright: Steven M. Bellovin <smb@research.att.com>
           Unknown Authors on Usenet
           1990 Rich $alz <rsalz@bbn.com>
           1990 Jim Berets <jberets@bbn.com>
           1999, 2004 Paul Eggert <eggert@twinsun.com>
License: GPL-3+

Files: sys-utils/nsenter.c
Copyright: 2012-2013 Eric Biederman <ebiederm@xmission.com>
License: GPL-2

Files: disk-utils/mkfs.minix.c
       disk-utils/mkswap.c
Copyright: 1991, 1992 Linus Torvalds
License: GPL-2

Files: lib/blkdev.c
       lib/loopdev.c
       lib/sysfs.c
       lib/ttyutils.c
       misc-utils/mcookie.c
       sys-utils/setsid.c
       text-utils/line.c
Copyright: n/a
License: public-domain

Files: login-utils/vipw.c
       misc-utils/cal.c
       misc-utils/kill.c
       misc-utils/logger.c
       misc-utils/look.c
       misc-utils/whereis.c
       sys-utils/renice.c
       term-utils/mesg.c
       term-utils/script.c
       term-utils/ttymsg.c
       term-utils/wall.c
       term-utils/write.c
       text-utils/col.c
       text-utils/colcrt.c
       text-utils/colrm.c
       text-utils/column.c
       text-utils/hexdump.c
       text-utils/hexdump.h
       text-utils/hexdump-conv.c
       text-utils/hexdump-display.c
       text-utils/hexdump-parse.c
       text-utils/rev.c
       text-utils/ul.c
Copyright: 1980, 1983, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994
                The Regents of the University of California
           2014 Sami Kerola <kerolasa@iki.fi>
           2014 Karel Zak <kzak@redhat.com>
License: BSD-4-clause

Files: sys-utils/flock.c
Copyright: 2003-2005 H. Peter Anvin
License: MIT

Files: text-utils/pg.c
Copyright: 2000-2001 Gunnar Ritter
License: BSD-3-clause

Files: login-utils/login.c
Copyright: 1980, 1987, 1988 The Regents of the University of California.
           2011 Karel Zak <kzak@redhat.com>
License: BSLA

Files: login-utils/logindefs.c
Copyright: 2003, 2004, 2005 Thorsten Kukuk
License: BSD-3-clause

Files: libuuid/*
       libuuid/src/*
       libuuid/man/*
Copyright: 1996, 1997, 1998, 1999, 2007 Theodore Ts'o.
           1999 Andreas Dilger (adilger@enel.ucalgary.ca)
License: BSD-3-clause

Files: lib/procutils.c
       include/xalloc.h
Copyright: 2010, 2011 Davidlohr Bueso <dave@gnu.org>
License: LGPL-2+

Files: */colors.*
Copyright: 2012 Ondrej Oprala <ooprala@redhat.com>
           2012-2014 Karel Zak <kzak@redhat.com>
License: LGPL-2+

Files: login-utils/setpwnam.h
       login-utils/setpwnam.c
Copyright: 1994 Martin Schulze <joey@infodrom.north.de>
           1994 Salvatore Valente <svalente@mit.edu>
License: LGPL-2+

Files: libfdisk/*
       libfdisk/src/*
Copyright: 2007-2013 Karel Zak <kzak@redhat.com>
           2012 Davidlohr Bueso <dave@gnu.org>
License: LGPL-2.1+

Files: lib/cpuset.c
       */match.*
       lib/canonicalize.c
Copyright: 2008-2009, 2010, 2011, 2012 Karel Zak <kzak@redhat.com>
License: LGPL-2.1+

Files: */mbsalign.*
Copyright: 2009-2010 Free Software Foundation, Inc.
           2010-2013 Karel Zak <kzak@redhat.com>
License: LGPL-2.1+

Files: */timeutils.*
Copyright: 2010 Lennart Poettering
License: LGPL-2.1+

Files: include/list.h
Copyright: 2008 Karel Zak <kzak@redhat.com>
           1999-2008 by Theodore Ts'o
License: LGPL

Files: libblkid/*
       libblkid/src/*
       libblkid/samples/*
       libblkid/src/partitions/*
       libblkid/src/superblocks/*
       libblkid/src/topology/*
Copyright: 1999, 2001 Andries Brouwer
           1995, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004
               Theodore Ts'o.
           2001 Andreas Dilger (adilger@turbolinux.com)
           2004-2008 Kay Sievers <kay.sievers@vrfy.org>
           2008-2013 Karel Zak <kzak@redhat.com>
           2009 Bastian Friedrich <bastian.friedrich@collax.com>
           2009 Corentin Chary <corentincj@iksaif.net>
           2009 Mike Hommey <mh@glandium.org>
           2009 Red Hat, Inc.
           2009-2010 Andreas Dilger <adilger@sun.com>
           2010 Andrew Nayenko <resver@gmail.com>
           2010 Jeroen Oortwijn <oortwijn@gmail.com>
           2010 Jiro SEKIBA <jir@unicus.jp>
           2011 Philipp Marek <philipp.marek@linbit.com>
           2012 Milan Broz <mbroz@redhat.com>
           2013 Alejandro Martinez Ruiz <alex@nowcomputing.com>
           2013 Eric Sandeen <sandeen@redhat.com>
           2013 Rolf Fokkens <rolf@fokkens.nl>
           2013 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
License: LGPL-2.1+

Files: include/cpuset.h
       lib/randutils.c
Copyright: *unknown*
License: LGPL

Files: misc-utils/blkid.c
Copyright: 2001 Andreas Dilger
License: LGPL

Files: libmount/*
       libmount/src/*
Copyright: 2008-2012 Karel Zak <kzak@redhat.com>
License: LGPL-2.1+

Files: libmount/python/*
Copyright: 2013, Red Hat, Inc.
License: LGPL-3+

Files: libsmartcols/*
Copyright:  2009-2014 Karel Zak <kzak@redhat.com>
            2014 Ondrej Oprala <ooprala@redhat.com>
License: LGPL-2.1+

Files: debian/*
Copyright:           Guy Maor <maor@debian.org>
                     Sean 'Shaleh' Perry <shaleh@debian.org>
                     Adrian Bunk <bunk@stusta.de>
                     LaMont Jones <lamont@debian.org>
           1996-2003 Martin Mitchell (martin@debian.org)
           2008-2012 Frank Lichtenheld (djpig@debian.org)
           2014      Andreas Henriksson <andreas@fatal.se>
           2017-2020 Michael Biebl <biebl@debian.org>
           2019      Petter Reinholdtsen <pere@debian.org>
           2017-2020 Chris Hofstaedtler <zeha@debian.org>
License: GPL-2+

Files: debian/po/*
Copyright:           Aiet Kolkhi <aietkolkhi@gmail.com>
                     Anton Gladky <gladky.anton@gmail.com>
                     Arief S F (arief@gurame.fisika.ui.ac.id>
                     Armin Beširović <armin@linux.org.ba>
                     astur <malditoastur@gmail.com>
                     Axel Bojer <axelb@skolelinux.no>
                     Bart Cornelis <cobaco@skolelinux.no>
                     Bartosz Fe�ski <fenio@o2.pl>
                     Basil Shubin <bashu@surgut.ru>
                     Baurzhan Muftakhidinov <baurthefirst@gmail.com>
                     Bjorn Steensrud <bjornst@powertech.no>
                     Claus Hindsgaul <claus_h@image.dk>
                     Clytie Siddall <clytie@riverland.net.au>
                     Dafydd Tomos <l10n@da.fydd.org>
                     Damyan Ivanov <dam@modsoftsys.com>
                     Daniel Franganillo <dfranganillo@gmail.com>
                     Daniel Nylander <po@danielnylander.se>
                     Danishka Navin <danishka@gmail.com>
                     Dauren Sarsenov <daur88@inbox.ru>
                     Dominik Zablotny <dominz@wp.pl>
                     Dr.T.Vasudevan <agnihot3@gmail.com>
                     Eddy Petrisor <eddy.petrisor@gmail.com>
                     Eder L. Marques <frolic@debian-ce.org>
                     Elian Myftiu <elian.myftiu@gmail.com>
                     Emmanuel Galatoulas <galas@tee.gr>
                     Esko Arajärvi <edu@iki.fi>
                     Frank Lichtenheld <djpig@debian.org>
                     Frédéric Bothamy <frederic.bothamy@free.fr>
                     Gabor Burjan <buga@buvoshetes.hu>
                     George Papamichelakis <george@step.gr>
                     Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
                     Håvard Korsvoll <korsvoll@gmail.com>
                     Hideki Yamane <henrich@samba.gr.jp>
                     Hleb Rubanau <g.rubanau@gmail.com>
                     I Gede Wijaya S <gwijayas@yahoo.com>
                     Ivan Masár <helix84@centrum.sk>
                     Jacobo Tarrio <jtarrio@debian.org>
                     Jamil Ahmed <jamil@ankur.org.bd>
                     Janos Guljas <janos@resenje.org>
                     Jordi Mallach <jordi@debian.org>
                     Josip Rodin <joy+ditrans@linux.hr>
                     Karolina Kalic <karolina@resenje.org>
                     Kartik Mistry <kartik.mistry@gmail.com>
                     Kęstutis Biliūnas <kebil@kaunas.init.lt>
                     Kevin Scannell <kscanne@gmail.com>
                     Khoem Sokhem <khoemsokhem@khmeros.info>
                     Klaus Ade Johnstad <klaus@skolelinux.no>
                     Knut Yrvin <knuty@skolelinux.no>
                     Konstantinos Margaritis <markos@debian.org>
                     Kostas Papadimas <pkst@gnome.org>
                     Kumar Appaiah <a.kumar@alumni.iitm.ac.in>
                     Lior Kaplan <kaplan@debian.org>
                     Luiz Portella <lfpor@lujz.org>
                     Mallikarjuna <Mallikarjunasj@gmail.com>
                     Mert Dirik <mertdirik@gmail.com>
                     Milo Casagrande <milo@ubuntu.com>
                     Ming Hua <minghua@ubuntu.com>
                     Miroslav Kure <kurem@debian.cz>
                     Mouhamadou Mamoune Mbacke <mouhamadoumamoune@gmail.com>
                     Nabin Gautam <nabin@mpp.org.np>
                     Ossama M. Khayat <okhayat@yahoo.com>
                     Ovidiu Damian <deelerious@gmail.com>
                     Parlin Imanuel Toh <parlin_i@yahoo.com>
                     Pavel Piatruk <berserker@neolocation.com>
                     Piarres Beobide <pi@beobide.net>
                     Praveen|പ്രവീണ്‍ A|എ <pravi.a@gmail.com>
                     Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>
                     Sahran <Sahran.ug@gmail.com>
                     Sampada Nakhare <sampadanakhare@gmail.com>
                     Setyo Nugroho <setyo@gmx.net>
                     Simão Pedro Cardoso <pthell@gmail.com>
                     Stefano Melchior <stefano.melchior@openlabs.it>
                     Sunjae Park <darehanl@gmail.com>
                     Sveinn í Felli <sveinki@nett.is>
                     Tetralet <tetralet@gmail.com>
                     Theppitak Karoonboonyanan <thep@linux.thai.net>
                     Tshewang Norbu <bumthap2006@hotmail.com>
                     Vahid Ghaderi <vahid_male1384@yahoo.com>
                     Vanja Cvelbar <cvelbar@gmail.com>
                     Veeven <veeven@gmail.com>
                     Vikram Vincent <vincentvikram@gmail.com>
                     Yoppy Hidayanto <yoppy.hidayanto@gmail.com>
License: GPL-2+


License: public-domain
 The files tagged with this license contains the following paragraphs:
 .
 No copyright is claimed.  This code is in the public domain; do with
 it what you wish.
 .
 Written by Karel Zak <kzak@redhat.com>

License: GPL-2
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License, v2, as
 published by the Free Software Foundation
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

License: GPL-3+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 3 can be found in `/usr/share/common-licenses/GPL-3'.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 1) Redistributions of source code must retain the above copyright notice,
 this list of conditions and the following disclaimer.
 .
 2) Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimer in the documentation
 and/or other materials provided with the distribution.
 .
 3) Neither the name of the ORGANIZATION nor the names of its contributors
 may be used to endorse or promote products derived from this software
 without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: BSD-4-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. All advertising materials mentioning features or use of this software
    must display the following acknowledgement:
    This product includes software developed by the University of
    California, Berkeley and its contributors.
 4. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSLA
 Redistribution and use in source and binary forms are permitted
 provided that the above copyright notice and this paragraph are
 duplicated in all such forms and that any documentation,
 advertising materials, and other materials related to such
 distribution and use acknowledge that the software was developed
 by the University of California, Berkeley.  The name of the
 University may not be used to endorse or promote products derived
 from this software without specific prior written permission.
 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

License: LGPL
 This file may be redistributed under the terms of the
 GNU Lesser General Public License.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License can be found in ‘/usr/share/common-licenses/LGPL’.

License: LGPL-2+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation, either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 The complete text of the GNU Lesser General Public License
 can be found in /usr/share/common-licenses/LGPL-2 file.

License: LGPL-2.1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License along
 with this program; if not, write to the Free Software Foundation,
 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems, the complete text of the GNU Lesser General Public
 License version 2.1 can be found in ‘/usr/share/common-licenses/LGPL-2.1’.

License: LGPL-3+
 This package is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 3 of the License, or (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in "/usr/share/common-licenses/LGPL-3".

License: MIT
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation files
 (the "Software"), to deal in the Software without restriction,
 including without limitation the rights to use, copy, modify, merge,
 publish, distribute, sublicense, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so,
 subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.



==========================================================================
Package: va-driver-all:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libva
Source: https://github.com/intel/libva

Files: *
Copyright: 1998-1999, Precision Insight, Inc.
           2000, VA Linux Systems, Inc.
           2004, IBM Corporation
           2006-2022, Intel Corporation
           2006, Tungsten Graphics, Inc.
           2008, NVIDIA Corporation
           2009-2010, Splitted-Desktop Systems
           Microsoft Corporation
License: Expat

Files: va/x11/va_dri2*
       va/x11/va_dri3*
Copyright: 2007-2008, Red Hat, Inc.
           2022, Collabora Ltd.
License: Expat-advertising
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the "Soft-
 ware"), to deal in the Software without restriction, including without
 limitation the rights to use, copy, modify, merge, publish, distribute,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, provided that the above copyright
 notice(s) and this permission notice appear in all copies of the Soft-
 ware and that both the above copyright notice(s) and this permission
 notice appear in supporting documentation.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
 ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY
 RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
 THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSE-
 QUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFOR-
 MANCE OF THIS SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder shall
 not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization of
 the copyright holder.

Files: va/wayland/wayland-drm.xml
Copyright: 2008-2011, Kristian Høgsberg
           2010-2011, Intel Corporation
License: other
 Permission to use, copy, modify, distribute, and sell this
 software and its documentation for any purpose is hereby granted
 without fee, provided that the above copyright notice appear in
 all copies and that both that copyright notice and this permission
 notice appear in supporting documentation, and that the name of
 the copyright holders not be used in advertising or publicity
 pertaining to distribution of the software without specific,
 written prior permission.  The copyright holders make no
 representations about the suitability of this software for any
 purpose.  It is provided "as is" without express or implied
 warranty.
 .
 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
 THIS SOFTWARE.

Files: debian/*
Copyright: 2010, Andres Mejia <mcitadel@gmail.com>
           2013-2022, Sebastian Ramacher <sramacher@debian.org>
           2007, Waldo Bastian <waldo.bastian@intel.com>
License: GPL-2+
 This file is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
 02110-1301, USA.
 .
 On Debian systems, the full text of the GNU General Public License
 version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.

Files: debian/dh/*
Copyright: 2014-2016, Sebastian Ramacher <sramacher@debian.org>
License: Expat

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sub license, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice (including the
 next paragraph) shall be included in all copies or substantial portions
 of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.




==========================================================================
Package: vdpau-driver-all:arm64
==========================================================================
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: VDPAU wrapper and trace libraries
Upstream-Contact: <vdpau@lists.freedesktop.org>
Source: https://gitlab.freedesktop.org/vdpau/libvdpau

Files: *
Copyright: © 2008-2022 NVIDIA Corporation
           © 2008 Red Hat, Inc.
License: Expat

Files: debian/*
Copyright: 2009-2012 Andres Mejia <mcitadel@gmail.com>
           © 2010-2023 Andreas Beckmann <anbe@debian.org>
           2010 Russ Allbery <rra@debian.org>
           2015-2022 Luca Boccassi <bluca@debian.org>
License: Expat

Files: src/mesa_dri2.c src/mesa_dri2.h
Copyright: © 2007,2008 Red Hat, Inc.
           © 2010 NVIDIA Corporation
License: other
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Soft-
 ware"), to deal in the Software without restriction, including without
 limitation the rights to use, copy, modify, merge, publish, distribute,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, provided that the above copyright
 notice(s) and this permission notice appear in all copies of the Soft-
 ware and that both the above copyright notice(s) and this permission
 notice appear in supporting documentation.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
 ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY
 RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
 THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSE-
 QUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFOR-
 MANCE OF THIS SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder shall
 not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization of
 the copyright holder.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to permit
 persons to whom the Software is furnished to do so, subject to the
 following conditions:
 .
 The above copyright notice and this permission notice (including the next
 paragraph) shall be included in all copies or substantial portions of the
 Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
 OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
 THE USE OR OTHER DEALINGS IN THE SOFTWARE.



==========================================================================
Package: zlib1g:arm64
==========================================================================
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: zlib
Upstream-Contact: zlib@gzip.org
Source: http://zlib.net/
Comment: This is the pre-packaged Debian Linux version of the zlib compression
 library.  It was packaged by Michael Alan Dorman <mdorman@debian.org>
 from sources originally retrieved from ftp.uu.net in the directory
 /pub/archiving/zip/zlib as the file zlib-1.0.4.tar.gz.
 .
 The deflate format used by zlib was defined by Phil Katz. The deflate
 and zlib specifications were written by Peter Deutsch. Thanks to all the
 people who reported problems and suggested various improvements in zlib;
 they are too numerous to cite here.
Files-Excluded:
 contrib/ada
 contrib/amd64
 contrib/asm686
 contrib/blast
 contrib/delphi
 contrib/dotzlib
 contrib/gcc_gvmat64
 contrib/infback9
 contrib/inflate86
 contrib/iostream
 contrib/iostream2
 contrib/iostream3
 contrib/masmx64
 contrib/masmx86
 contrib/pascal
 contrib/puff
 contrib/testzlib
 contrib/untgz
 contrib/vstudio
 doc/rfc1950.txt
 doc/rfc1951.txt
 doc/rfc1952.txt
 win32

Files: *
Copyright: 1995-2013 Jean-loup Gailly and Mark Adler
License: Zlib

Files: amiga/Makefile.pup
Copyright: 1998 by Andreas R. Kleinert
License: Zlib

Files: contrib/minizip/*
Copyright: 1998-2010 Gilles Vollant
           2007-2008 Even Rouault
           2009-2010 Mathias Svensson
License: Zlib

Files: debian/*
Copyright: 2000-2017 Mark Brown
License: Zlib

License: Zlib
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.
 .
 Jean-loup Gailly        Mark Adler
 jloup@gzip.org          madler@alumni.caltech.edu
 .
 If you use the zlib library in a product, we would appreciate *not* receiving
 lengthy legal documents to sign.  The sources are provided for free but without
 warranty of any kind.  The library has been entirely written by Jean-loup
 Gailly and Mark Adler; it does not include third-party code.
 .
 If you redistribute modified sources, we would appreciate that you include in
 the file ChangeLog history information documenting your changes.  Please read
 the FAQ for more information on the distribution of modified source versions.



==========================================================================
Package: zlib1g-dev:arm64
==========================================================================
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: zlib
Upstream-Contact: zlib@gzip.org
Source: http://zlib.net/
Comment: This is the pre-packaged Debian Linux version of the zlib compression
 library.  It was packaged by Michael Alan Dorman <mdorman@debian.org>
 from sources originally retrieved from ftp.uu.net in the directory
 /pub/archiving/zip/zlib as the file zlib-1.0.4.tar.gz.
 .
 The deflate format used by zlib was defined by Phil Katz. The deflate
 and zlib specifications were written by Peter Deutsch. Thanks to all the
 people who reported problems and suggested various improvements in zlib;
 they are too numerous to cite here.
Files-Excluded:
 contrib/ada
 contrib/amd64
 contrib/asm686
 contrib/blast
 contrib/delphi
 contrib/dotzlib
 contrib/gcc_gvmat64
 contrib/infback9
 contrib/inflate86
 contrib/iostream
 contrib/iostream2
 contrib/iostream3
 contrib/masmx64
 contrib/masmx86
 contrib/pascal
 contrib/puff
 contrib/testzlib
 contrib/untgz
 contrib/vstudio
 doc/rfc1950.txt
 doc/rfc1951.txt
 doc/rfc1952.txt
 win32

Files: *
Copyright: 1995-2013 Jean-loup Gailly and Mark Adler
License: Zlib

Files: amiga/Makefile.pup
Copyright: 1998 by Andreas R. Kleinert
License: Zlib

Files: contrib/minizip/*
Copyright: 1998-2010 Gilles Vollant
           2007-2008 Even Rouault
           2009-2010 Mathias Svensson
License: Zlib

Files: debian/*
Copyright: 2000-2017 Mark Brown
License: Zlib

License: Zlib
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.
 .
 Jean-loup Gailly        Mark Adler
 jloup@gzip.org          madler@alumni.caltech.edu
 .
 If you use the zlib library in a product, we would appreciate *not* receiving
 lengthy legal documents to sign.  The sources are provided for free but without
 warranty of any kind.  The library has been entirely written by Jean-loup
 Gailly and Mark Adler; it does not include third-party code.
 .
 If you redistribute modified sources, we would appreciate that you include in
 the file ChangeLog history information documenting your changes.  Please read
 the FAQ for more information on the distribution of modified source versions.





==========================================================================
Package: openscreen
==========================================================================
// Copyright 2018 The Chromium Authors
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
//    * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
//    * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
//    * Neither the name of Google LLC nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
