diff --git a/.gitignore b/.gitignore index 4da3a52..244e476 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,5 @@ Cargo.lock .vscode resources/gschemas.compiled learn-hieroglyph.AppImage -AppDir *.AppImage* appimage-build diff --git a/AppDir/.DirIcon b/AppDir/.DirIcon new file mode 120000 index 0000000..12585c9 --- /dev/null +++ b/AppDir/.DirIcon @@ -0,0 +1 @@ +icon.png \ No newline at end of file diff --git a/AppDir/AppRun b/AppDir/AppRun new file mode 100755 index 0000000..e359449 --- /dev/null +++ b/AppDir/AppRun @@ -0,0 +1,2 @@ +#!/bin/bash +GSETTINGS_SCHEMA_DIR=$APPDIR/usr/share/glib-2.0/schemas $APPDIR/usr/bin/learn-hieroglyph diff --git a/AppDir/icon.png b/AppDir/icon.png new file mode 100644 index 0000000..6cfb58d Binary files /dev/null and b/AppDir/icon.png differ diff --git a/AppDir/learn-hieroglyph.desktop b/AppDir/learn-hieroglyph.desktop new file mode 100644 index 0000000..cd29199 --- /dev/null +++ b/AppDir/learn-hieroglyph.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=Learn Hieroglyph +Exec=learn-hieroglyph +Icon=icon +Categories=Utility; diff --git a/AppDir/usr/bin/learn-hieroglyph b/AppDir/usr/bin/learn-hieroglyph new file mode 100755 index 0000000..261105f Binary files /dev/null and b/AppDir/usr/bin/learn-hieroglyph differ diff --git a/AppDir/usr/lib/libLerc.so.4 b/AppDir/usr/lib/libLerc.so.4 new file mode 100644 index 0000000..54d34e5 Binary files /dev/null and b/AppDir/usr/lib/libLerc.so.4 differ diff --git a/AppDir/usr/lib/libXau.so.6 b/AppDir/usr/lib/libXau.so.6 new file mode 100644 index 0000000..781c155 Binary files /dev/null and b/AppDir/usr/lib/libXau.so.6 differ diff --git a/AppDir/usr/lib/libXcursor.so.1 b/AppDir/usr/lib/libXcursor.so.1 new file mode 100644 index 0000000..a2c9ef0 Binary files /dev/null and b/AppDir/usr/lib/libXcursor.so.1 differ diff --git a/AppDir/usr/lib/libXdamage.so.1 b/AppDir/usr/lib/libXdamage.so.1 new file mode 100644 index 0000000..c941fea Binary files /dev/null and b/AppDir/usr/lib/libXdamage.so.1 differ diff --git a/AppDir/usr/lib/libXdmcp.so.6 b/AppDir/usr/lib/libXdmcp.so.6 new file mode 100644 index 0000000..17eb175 Binary files /dev/null and b/AppDir/usr/lib/libXdmcp.so.6 differ diff --git a/AppDir/usr/lib/libXext.so.6 b/AppDir/usr/lib/libXext.so.6 new file mode 100644 index 0000000..a0f81aa Binary files /dev/null and b/AppDir/usr/lib/libXext.so.6 differ diff --git a/AppDir/usr/lib/libXfixes.so.3 b/AppDir/usr/lib/libXfixes.so.3 new file mode 100644 index 0000000..8f6fb0a Binary files /dev/null and b/AppDir/usr/lib/libXfixes.so.3 differ diff --git a/AppDir/usr/lib/libXi.so.6 b/AppDir/usr/lib/libXi.so.6 new file mode 100644 index 0000000..d7a2c8b Binary files /dev/null and b/AppDir/usr/lib/libXi.so.6 differ diff --git a/AppDir/usr/lib/libXinerama.so.1 b/AppDir/usr/lib/libXinerama.so.1 new file mode 100644 index 0000000..e612f5c Binary files /dev/null and b/AppDir/usr/lib/libXinerama.so.1 differ diff --git a/AppDir/usr/lib/libXrandr.so.2 b/AppDir/usr/lib/libXrandr.so.2 new file mode 100644 index 0000000..0c89ed0 Binary files /dev/null and b/AppDir/usr/lib/libXrandr.so.2 differ diff --git a/AppDir/usr/lib/libXrender.so.1 b/AppDir/usr/lib/libXrender.so.1 new file mode 100644 index 0000000..e36d452 Binary files /dev/null and b/AppDir/usr/lib/libXrender.so.1 differ diff --git a/AppDir/usr/lib/libblkid.so.1 b/AppDir/usr/lib/libblkid.so.1 new file mode 100644 index 0000000..ac5f976 Binary files /dev/null and b/AppDir/usr/lib/libblkid.so.1 differ diff --git a/AppDir/usr/lib/libbrotlicommon.so.1 b/AppDir/usr/lib/libbrotlicommon.so.1 new file mode 100644 index 0000000..529d50a Binary files /dev/null and b/AppDir/usr/lib/libbrotlicommon.so.1 differ diff --git a/AppDir/usr/lib/libbrotlidec.so.1 b/AppDir/usr/lib/libbrotlidec.so.1 new file mode 100644 index 0000000..1d4b31e Binary files /dev/null and b/AppDir/usr/lib/libbrotlidec.so.1 differ diff --git a/AppDir/usr/lib/libbsd.so.0 b/AppDir/usr/lib/libbsd.so.0 new file mode 100644 index 0000000..db42acf Binary files /dev/null and b/AppDir/usr/lib/libbsd.so.0 differ diff --git a/AppDir/usr/lib/libcairo-gobject.so.2 b/AppDir/usr/lib/libcairo-gobject.so.2 new file mode 100644 index 0000000..9b13e85 Binary files /dev/null and b/AppDir/usr/lib/libcairo-gobject.so.2 differ diff --git a/AppDir/usr/lib/libcairo-script-interpreter.so.2 b/AppDir/usr/lib/libcairo-script-interpreter.so.2 new file mode 100644 index 0000000..22128ff Binary files /dev/null and b/AppDir/usr/lib/libcairo-script-interpreter.so.2 differ diff --git a/AppDir/usr/lib/libcairo.so.2 b/AppDir/usr/lib/libcairo.so.2 new file mode 100644 index 0000000..d5ac330 Binary files /dev/null and b/AppDir/usr/lib/libcairo.so.2 differ diff --git a/AppDir/usr/lib/libcloudproviders.so.0 b/AppDir/usr/lib/libcloudproviders.so.0 new file mode 100644 index 0000000..534d01f Binary files /dev/null and b/AppDir/usr/lib/libcloudproviders.so.0 differ diff --git a/AppDir/usr/lib/libdatrie.so.1 b/AppDir/usr/lib/libdatrie.so.1 new file mode 100644 index 0000000..db7a7e8 Binary files /dev/null and b/AppDir/usr/lib/libdatrie.so.1 differ diff --git a/AppDir/usr/lib/libdeflate.so.0 b/AppDir/usr/lib/libdeflate.so.0 new file mode 100644 index 0000000..924877f Binary files /dev/null and b/AppDir/usr/lib/libdeflate.so.0 differ diff --git a/AppDir/usr/lib/libepoxy.so.0 b/AppDir/usr/lib/libepoxy.so.0 new file mode 100644 index 0000000..7f042c5 Binary files /dev/null and b/AppDir/usr/lib/libepoxy.so.0 differ diff --git a/AppDir/usr/lib/libffi.so.8 b/AppDir/usr/lib/libffi.so.8 new file mode 100644 index 0000000..24d33c4 Binary files /dev/null and b/AppDir/usr/lib/libffi.so.8 differ diff --git a/AppDir/usr/lib/libgdk_pixbuf-2.0.so.0 b/AppDir/usr/lib/libgdk_pixbuf-2.0.so.0 new file mode 100644 index 0000000..3533e80 Binary files /dev/null and b/AppDir/usr/lib/libgdk_pixbuf-2.0.so.0 differ diff --git a/AppDir/usr/lib/libgio-2.0.so.0 b/AppDir/usr/lib/libgio-2.0.so.0 new file mode 100644 index 0000000..73a336d Binary files /dev/null and b/AppDir/usr/lib/libgio-2.0.so.0 differ diff --git a/AppDir/usr/lib/libglib-2.0.so.0 b/AppDir/usr/lib/libglib-2.0.so.0 new file mode 100644 index 0000000..9f198f0 Binary files /dev/null and b/AppDir/usr/lib/libglib-2.0.so.0 differ diff --git a/AppDir/usr/lib/libgmodule-2.0.so.0 b/AppDir/usr/lib/libgmodule-2.0.so.0 new file mode 100644 index 0000000..d740118 Binary files /dev/null and b/AppDir/usr/lib/libgmodule-2.0.so.0 differ diff --git a/AppDir/usr/lib/libgobject-2.0.so.0 b/AppDir/usr/lib/libgobject-2.0.so.0 new file mode 100644 index 0000000..2035846 Binary files /dev/null and b/AppDir/usr/lib/libgobject-2.0.so.0 differ diff --git a/AppDir/usr/lib/libgraphene-1.0.so.0 b/AppDir/usr/lib/libgraphene-1.0.so.0 new file mode 100644 index 0000000..74d5a05 Binary files /dev/null and b/AppDir/usr/lib/libgraphene-1.0.so.0 differ diff --git a/AppDir/usr/lib/libgraphite2.so.3 b/AppDir/usr/lib/libgraphite2.so.3 new file mode 100644 index 0000000..37d3704 Binary files /dev/null and b/AppDir/usr/lib/libgraphite2.so.3 differ diff --git a/AppDir/usr/lib/libgtk-4.so.1 b/AppDir/usr/lib/libgtk-4.so.1 new file mode 100644 index 0000000..971d05e Binary files /dev/null and b/AppDir/usr/lib/libgtk-4.so.1 differ diff --git a/AppDir/usr/lib/libjbig.so.0 b/AppDir/usr/lib/libjbig.so.0 new file mode 100644 index 0000000..29f405a Binary files /dev/null and b/AppDir/usr/lib/libjbig.so.0 differ diff --git a/AppDir/usr/lib/libjpeg.so.62 b/AppDir/usr/lib/libjpeg.so.62 new file mode 100644 index 0000000..e797b5b Binary files /dev/null and b/AppDir/usr/lib/libjpeg.so.62 differ diff --git a/AppDir/usr/lib/liblzma.so.5 b/AppDir/usr/lib/liblzma.so.5 new file mode 100644 index 0000000..db89484 Binary files /dev/null and b/AppDir/usr/lib/liblzma.so.5 differ diff --git a/AppDir/usr/lib/liblzo2.so.2 b/AppDir/usr/lib/liblzo2.so.2 new file mode 100644 index 0000000..a2c1e22 Binary files /dev/null and b/AppDir/usr/lib/liblzo2.so.2 differ diff --git a/AppDir/usr/lib/libmd.so.0 b/AppDir/usr/lib/libmd.so.0 new file mode 100644 index 0000000..84bf53a Binary files /dev/null and b/AppDir/usr/lib/libmd.so.0 differ diff --git a/AppDir/usr/lib/libmount.so.1 b/AppDir/usr/lib/libmount.so.1 new file mode 100644 index 0000000..671435b Binary files /dev/null and b/AppDir/usr/lib/libmount.so.1 differ diff --git a/AppDir/usr/lib/libpango-1.0.so.0 b/AppDir/usr/lib/libpango-1.0.so.0 new file mode 100644 index 0000000..c2595d6 Binary files /dev/null and b/AppDir/usr/lib/libpango-1.0.so.0 differ diff --git a/AppDir/usr/lib/libpangocairo-1.0.so.0 b/AppDir/usr/lib/libpangocairo-1.0.so.0 new file mode 100644 index 0000000..b7b0a59 Binary files /dev/null and b/AppDir/usr/lib/libpangocairo-1.0.so.0 differ diff --git a/AppDir/usr/lib/libpangoft2-1.0.so.0 b/AppDir/usr/lib/libpangoft2-1.0.so.0 new file mode 100644 index 0000000..70c2ae2 Binary files /dev/null and b/AppDir/usr/lib/libpangoft2-1.0.so.0 differ diff --git a/AppDir/usr/lib/libpcre2-8.so.0 b/AppDir/usr/lib/libpcre2-8.so.0 new file mode 100644 index 0000000..2f5374e Binary files /dev/null and b/AppDir/usr/lib/libpcre2-8.so.0 differ diff --git a/AppDir/usr/lib/libpixman-1.so.0 b/AppDir/usr/lib/libpixman-1.so.0 new file mode 100644 index 0000000..5398ef5 Binary files /dev/null and b/AppDir/usr/lib/libpixman-1.so.0 differ diff --git a/AppDir/usr/lib/libpng16.so.16 b/AppDir/usr/lib/libpng16.so.16 new file mode 100644 index 0000000..76026ef Binary files /dev/null and b/AppDir/usr/lib/libpng16.so.16 differ diff --git a/AppDir/usr/lib/libselinux.so.1 b/AppDir/usr/lib/libselinux.so.1 new file mode 100644 index 0000000..6788160 Binary files /dev/null and b/AppDir/usr/lib/libselinux.so.1 differ diff --git a/AppDir/usr/lib/libsqlite3.so.0 b/AppDir/usr/lib/libsqlite3.so.0 new file mode 100644 index 0000000..bf752c8 Binary files /dev/null and b/AppDir/usr/lib/libsqlite3.so.0 differ diff --git a/AppDir/usr/lib/libtiff.so.6 b/AppDir/usr/lib/libtiff.so.6 new file mode 100644 index 0000000..f56e344 Binary files /dev/null and b/AppDir/usr/lib/libtiff.so.6 differ diff --git a/AppDir/usr/lib/libwayland-client.so.0 b/AppDir/usr/lib/libwayland-client.so.0 new file mode 100644 index 0000000..222ed30 Binary files /dev/null and b/AppDir/usr/lib/libwayland-client.so.0 differ diff --git a/AppDir/usr/lib/libwayland-egl.so.1 b/AppDir/usr/lib/libwayland-egl.so.1 new file mode 100644 index 0000000..e18c837 Binary files /dev/null and b/AppDir/usr/lib/libwayland-egl.so.1 differ diff --git a/AppDir/usr/lib/libwebp.so.7 b/AppDir/usr/lib/libwebp.so.7 new file mode 100644 index 0000000..8acfb91 Binary files /dev/null and b/AppDir/usr/lib/libwebp.so.7 differ diff --git a/AppDir/usr/lib/libxcb-render.so.0 b/AppDir/usr/lib/libxcb-render.so.0 new file mode 100644 index 0000000..779d54d Binary files /dev/null and b/AppDir/usr/lib/libxcb-render.so.0 differ diff --git a/AppDir/usr/lib/libxcb-shm.so.0 b/AppDir/usr/lib/libxcb-shm.so.0 new file mode 100644 index 0000000..3f23bd2 Binary files /dev/null and b/AppDir/usr/lib/libxcb-shm.so.0 differ diff --git a/AppDir/usr/lib/libxkbcommon.so.0 b/AppDir/usr/lib/libxkbcommon.so.0 new file mode 100644 index 0000000..c45f557 Binary files /dev/null and b/AppDir/usr/lib/libxkbcommon.so.0 differ diff --git a/AppDir/usr/lib/libzstd.so.1 b/AppDir/usr/lib/libzstd.so.1 new file mode 100644 index 0000000..dea1786 Binary files /dev/null and b/AppDir/usr/lib/libzstd.so.1 differ diff --git a/AppDir/usr/share/doc/libblkid1/copyright b/AppDir/usr/share/doc/libblkid1/copyright new file mode 100644 index 0000000..7c2573f --- /dev/null +++ b/AppDir/usr/share/doc/libblkid1/copyright @@ -0,0 +1,542 @@ +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 + 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 + 1994 Kevin E. Martin (martin@cs.unc.edu) + 1994 Salvatore Valente + 1994,1996 Alessandro Rubini (rubini@ipvvis.unipv.it) + 1994-2005 Jeff Tranter (tranter@pobox.com) + 1995, 1999, 2000 Andries E. Brouwer + 1997-2005 Frodo Looijaard + 1998 Danek Duvall + 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 + 2007, 2011, 2012, 2016 SuSE LINUX Products GmbH + 2008 Cai Qian + 2008 Hayden A. James (hayden.james@gmail.com) + 2008 James Youngman + 2008 Roy Peled, the.roy.peled -at- gmail.com + 2009 Mikhail Gusarov + 2010, 2011, 2012 Davidlohr Bueso + 2010 Jason Borden A + 2010 Hajime Taira + 2010 Masatake Yamato + 2011 IBM Corp. + 2012 Andy Lutomirski + 2012 Lennart Poettering + 2012 Sami Kerola + 2012 Cody Maloney + 2012 Werner Fink + 2013,2014 Ondrej Oprala +License: GPL-2+ + +Files: schedutils/ionice.c +Copyright: 2005 Jens Axboe +License: GPL-2 + +Files: schedutils/chrt.c + schedutils/taskset.c +Copyright: 2004 Robert Love + 2010 Karel Zak +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 + Unknown Authors on Usenet + 1990 Rich $alz + 1990 Jim Berets + 1999, 2004 Paul Eggert +License: GPL-3+ + +Files: sys-utils/nsenter.c +Copyright: 2012-2013 Eric Biederman +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 + 2014 Karel Zak +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 +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 +License: LGPL-2+ + +Files: */colors.* +Copyright: 2012 Ondrej Oprala + 2012-2014 Karel Zak +License: LGPL-2+ + +Files: login-utils/setpwnam.h + login-utils/setpwnam.c +Copyright: 1994 Martin Schulze + 1994 Salvatore Valente +License: LGPL-2+ + +Files: libfdisk/* + libfdisk/src/* +Copyright: 2007-2013 Karel Zak + 2012 Davidlohr Bueso +License: LGPL-2.1+ + +Files: lib/cpuset.c + */match.* + lib/canonicalize.c +Copyright: 2008-2009, 2010, 2011, 2012 Karel Zak +License: LGPL-2.1+ + +Files: */mbsalign.* +Copyright: 2009-2010 Free Software Foundation, Inc. + 2010-2013 Karel Zak +License: LGPL-2.1+ + +Files: */timeutils.* +Copyright: 2010 Lennart Poettering +License: LGPL-2.1+ + +Files: include/list.h +Copyright: 2008 Karel Zak + 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 + 2008-2013 Karel Zak + 2009 Bastian Friedrich + 2009 Corentin Chary + 2009 Mike Hommey + 2009 Red Hat, Inc. + 2009-2010 Andreas Dilger + 2010 Andrew Nayenko + 2010 Jeroen Oortwijn + 2010 Jiro SEKIBA + 2011 Philipp Marek + 2012 Milan Broz + 2013 Alejandro Martinez Ruiz + 2013 Eric Sandeen + 2013 Rolf Fokkens + 2013 Zeeshan Ali (Khattak) +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 +License: LGPL-2.1+ + +Files: libmount/python/* +Copyright: 2013, Red Hat, Inc. +License: LGPL-3+ + +Files: libsmartcols/* +Copyright: 2009-2014 Karel Zak + 2014 Ondrej Oprala +License: LGPL-2.1+ + +Files: debian/* +Copyright: Guy Maor + Sean 'Shaleh' Perry + Adrian Bunk + LaMont Jones + 1996-2003 Martin Mitchell (martin@debian.org) + 2008-2012 Frank Lichtenheld (djpig@debian.org) + 2014 Andreas Henriksson + 2017-2020 Michael Biebl + 2019 Petter Reinholdtsen + 2017-2020 Chris Hofstaedtler +License: GPL-2+ + +Files: debian/po/* +Copyright: Aiet Kolkhi + Anton Gladky + Arief S F (arief@gurame.fisika.ui.ac.id> + Armin Beširović + astur + Axel Bojer + Bart Cornelis + Bartosz Fe�ski + Basil Shubin + Baurzhan Muftakhidinov + Bjorn Steensrud + Claus Hindsgaul + Clytie Siddall + Dafydd Tomos + Damyan Ivanov + Daniel Franganillo + Daniel Nylander + Danishka Navin + Dauren Sarsenov + Dominik Zablotny + Dr.T.Vasudevan + Eddy Petrisor + Eder L. Marques + Elian Myftiu + Emmanuel Galatoulas + Esko Arajärvi + Frank Lichtenheld + Frédéric Bothamy + Gabor Burjan + George Papamichelakis + Hans Fredrik Nordhaug + Håvard Korsvoll + Hideki Yamane + Hleb Rubanau + I Gede Wijaya S + Ivan Masár + Jacobo Tarrio + Jamil Ahmed + Janos Guljas + Jordi Mallach + Josip Rodin + Karolina Kalic + Kartik Mistry + Kęstutis Biliūnas + Kevin Scannell + Khoem Sokhem + Klaus Ade Johnstad + Knut Yrvin + Konstantinos Margaritis + Kostas Papadimas + Kumar Appaiah + Lior Kaplan + Luiz Portella + Mallikarjuna + Mert Dirik + Milo Casagrande + Ming Hua + Miroslav Kure + Mouhamadou Mamoune Mbacke + Nabin Gautam + Ossama M. Khayat + Ovidiu Damian + Parlin Imanuel Toh + Pavel Piatruk + Piarres Beobide + Praveen|പ്രവീണ്‍ A|എ + Rūdolfs Mazurs + Sahran + Sampada Nakhare + Setyo Nugroho + Simão Pedro Cardoso + Stefano Melchior + Sunjae Park + Sveinn í Felli + Tetralet + Theppitak Karoonboonyanan + Tshewang Norbu + Vahid Ghaderi + Vanja Cvelbar + Veeven + Vikram Vincent + Yoppy Hidayanto +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 + +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 . + . + 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 . + . + 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 . + . + 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. diff --git a/AppDir/usr/share/doc/libbrotli1/copyright b/AppDir/usr/share/doc/libbrotli1/copyright new file mode 100644 index 0000000..7e6f0ac --- /dev/null +++ b/AppDir/usr/share/doc/libbrotli1/copyright @@ -0,0 +1,30 @@ +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 +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. diff --git a/AppDir/usr/share/doc/libbsd0/copyright b/AppDir/usr/share/doc/libbsd0/copyright new file mode 100644 index 0000000..5cdc4a4 --- /dev/null +++ b/AppDir/usr/share/doc/libbsd0/copyright @@ -0,0 +1,583 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: + * +Copyright: + Copyright © 2004-2006, 2008-2022 Guillem Jover +License: BSD-3-clause + +Files: + man/arc4random.3bsd +Copyright: + Copyright 1997 Niels Provos + 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 + 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 + . + 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 . + 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 + Copyright © 1999 Kelly Yancey + 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 + 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 + 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 + All rights reserved. + . + Copyright © 2001 Dima Dorfman. + All rights reserved. + . + Copyright © 2001 FreeBSD Inc. + All rights reserved. + . + Copyright © 2002 Thomas Moestl + All rights reserved. + . + Copyright © 2002 Mike Barcroft + All rights reserved. + . + Copyright © 2005 Pawel Jakub Dawidek + All rights reserved. + . + Copyright © 2005 Colin Percival + All rights reserved. + . + Copyright © 2007 Eric Anderson + Copyright © 2007 Pawel Jakub Dawidek + 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 + All rights reserved. + . + Copyright © 2011 Guillem Jover +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 + 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 + Copyright © 1998, 2000-2002, 2004-2005, 2007, 2010, 2012-2015 + Todd C. Miller + Copyright © 2004 Ted Unangst + Copyright © 2004 Otto Moerbeek + Copyright © 2008 Damien Miller + Copyright © 2008, 2010-2011, 2016-2017 Otto Moerbeek + Copyright © 2013 Markus Friedl + Copyright © 2014 Bob Beck + Copyright © 2014 Brent Cook + Copyright © 2014 Pawel Jakub Dawidek + Copyright © 2014 Theo de Raadt + Copyright © 2014 Google Inc. + Copyright © 2015 Michael Felt + Copyright © 2015, 2022 Guillem Jover +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 +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): + 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. diff --git a/AppDir/usr/share/doc/libcairo-gobject2/copyright b/AppDir/usr/share/doc/libcairo-gobject2/copyright new file mode 100644 index 0000000..94e4dba --- /dev/null +++ b/AppDir/usr/share/doc/libcairo-gobject2/copyright @@ -0,0 +1,532 @@ +This is the Debian package of the Cairo multi-platform 2D graphics library + +Packaged by Dave Beckett + +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 + +---------------------------------------------------------------------- + +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.] diff --git a/AppDir/usr/share/doc/libcairo-script-interpreter2/copyright b/AppDir/usr/share/doc/libcairo-script-interpreter2/copyright new file mode 100644 index 0000000..94e4dba --- /dev/null +++ b/AppDir/usr/share/doc/libcairo-script-interpreter2/copyright @@ -0,0 +1,532 @@ +This is the Debian package of the Cairo multi-platform 2D graphics library + +Packaged by Dave Beckett + +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 + +---------------------------------------------------------------------- + +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.] diff --git a/AppDir/usr/share/doc/libcairo2/copyright b/AppDir/usr/share/doc/libcairo2/copyright new file mode 100644 index 0000000..94e4dba --- /dev/null +++ b/AppDir/usr/share/doc/libcairo2/copyright @@ -0,0 +1,532 @@ +This is the Debian package of the Cairo multi-platform 2D graphics library + +Packaged by Dave Beckett + +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 + +---------------------------------------------------------------------- + +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.] diff --git a/AppDir/usr/share/doc/libcloudproviders0/copyright b/AppDir/usr/share/doc/libcloudproviders0/copyright new file mode 100644 index 0000000..59fe926 --- /dev/null +++ b/AppDir/usr/share/doc/libcloudproviders0/copyright @@ -0,0 +1,23 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libcloudproviders +Source: https://gitlab.gnome.org/World/libcloudproviders + +Files: * +Copyright: 2015-2017 Carlos Soriano + 2017 Julius Haertl +License: LGPL-3+ + 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 3 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 + 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 . + . + On Debian systems, the complete text of the GNU Lesser General + Public License version 3 can be found in `/usr/share/common-licenses/LGPL-3'. diff --git a/AppDir/usr/share/doc/libdatrie1/copyright b/AppDir/usr/share/doc/libdatrie1/copyright new file mode 100644 index 0000000..b8efb86 --- /dev/null +++ b/AppDir/usr/share/doc/libdatrie1/copyright @@ -0,0 +1,44 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libdatrie +Upstream-Contact: Theppitak Karoonboonyanan +Source: https://linux.thai.net/pub/thailinux/software/libthai/ + +Files: * +Copyright: 2006-2021 Theppitak Karoonboonyanan +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 +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'. diff --git a/AppDir/usr/share/doc/libdeflate0/copyright b/AppDir/usr/share/doc/libdeflate0/copyright new file mode 100644 index 0000000..562e697 --- /dev/null +++ b/AppDir/usr/share/doc/libdeflate0/copyright @@ -0,0 +1,37 @@ +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 +License: Expat + +Files: debian/* +Copyright: © 2018 Michael R. Crusoe +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. diff --git a/AppDir/usr/share/doc/libepoxy0/copyright b/AppDir/usr/share/doc/libepoxy0/copyright new file mode 100644 index 0000000..7db0750 --- /dev/null +++ b/AppDir/usr/share/doc/libepoxy0/copyright @@ -0,0 +1,32 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libepoxy +Source: https://github.com/anholt/libepoxy + +Files: * +Copyright: 2013-2014 Intel Corporation +License: Expat + +Files: registry/* +Copyright: 2013 The Khronos Group Inc. +License: Expat + +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. + diff --git a/AppDir/usr/share/doc/libffi8/copyright b/AppDir/usr/share/doc/libffi8/copyright new file mode 100644 index 0000000..8496f63 --- /dev/null +++ b/AppDir/usr/share/doc/libffi8/copyright @@ -0,0 +1,225 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Comment: This package was debianized by Matthias Klose +Source: https://github.com/libffi/libffi/releases +Upstream-Contact: + Anthony Green + 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 + 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 + Copyright (c) 2012 Paulo Pizarro + Copyright (c) 2015 Michael Knyszek + 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 + Copyright (c) 2012, 2013 Xilinx, Inc + Copyright (c) 2013 Miodrag Vallat. + 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 . + Portions created by the Initial Developer are Copyright (C) 2009 + the Initial Developer. All Rights Reserved. +Comment: Contributor(s): Daniel Witte +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 + Copyright 1995-2017 Bruno Haible + 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 +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 + . diff --git a/AppDir/usr/share/doc/libgdk-pixbuf-2.0-0/copyright b/AppDir/usr/share/doc/libgdk-pixbuf-2.0-0/copyright new file mode 100644 index 0000000..78728f5 --- /dev/null +++ b/AppDir/usr/share/doc/libgdk-pixbuf-2.0-0/copyright @@ -0,0 +1,128 @@ +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 . + +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 . + . + 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'. diff --git a/AppDir/usr/share/doc/libglib2.0-0/copyright b/AppDir/usr/share/doc/libglib2.0-0/copyright new file mode 100644 index 0000000..c4bb16a --- /dev/null +++ b/AppDir/usr/share/doc/libglib2.0-0/copyright @@ -0,0 +1,1052 @@ +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 + 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. diff --git a/AppDir/usr/share/doc/libgraphene-1.0-0/copyright b/AppDir/usr/share/doc/libgraphene-1.0-0/copyright new file mode 100644 index 0000000..4fe7682 --- /dev/null +++ b/AppDir/usr/share/doc/libgraphene-1.0-0/copyright @@ -0,0 +1,37 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: graphene +Source: https://github.com/ebassi/graphene/releases +Files-Excluded: + subprojects/mutest/docs/markdeep.min.js + subprojects/mutest/docs/markdeep.js + +Files: * +Copyright: 2014-2019 Emmanuele Bassi +License: Expat + +Files: debian/* +Copyright: + 2017-2019 Jeremy Bicha + 2017 Laurent Bigonville + 2019 Simon McVittie +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. diff --git a/AppDir/usr/share/doc/libgraphite2-3/copyright b/AppDir/usr/share/doc/libgraphite2-3/copyright new file mode 100644 index 0000000..4f6cc8d --- /dev/null +++ b/AppDir/usr/share/doc/libgraphite2-3/copyright @@ -0,0 +1,206 @@ +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 +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 + 2001, Paul Marquess (Version 2.x) + 1999, Kenneth Albanowski (Version 1.x) +License: Artistic or GPL-1+ + +Files: debian-src/* +Copyright: 2010 Martin Hosken +License: LGPL-2.1+ + +Files: debian/* +Copyright: 2010 Martin Hosken + 2011 Rene Engelhard + 2017 Mattia Rizzolo +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. diff --git a/AppDir/usr/share/doc/libgtk-4-1/copyright b/AppDir/usr/share/doc/libgtk-4-1/copyright new file mode 100644 index 0000000..18a0d7d --- /dev/null +++ b/AppDir/usr/share/doc/libgtk-4-1/copyright @@ -0,0 +1,731 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: GTK +Source: https://download.gnome.org/sources/gtk/ +License: LGPL-2.1+ +Files-Excluded: + docs/reference/gdk/gdk4 + docs/reference/gdk/gdk4-wayland + docs/reference/gdk/gdk4-x11 + docs/reference/gsk/gsk4 + docs/reference/gtk/gtk4 + gtk/theme/Default/Default-*.css + subprojects/gi-docgen + +Files: * +Copyright: + 2009-2010 A S Alam + 2001 Abel Cheung + 2004 Abigail Brady + 2004 Adam Weinberger + 2004-2005 Afonso Celso Medina + 2006 Ahmad Riza H Nst + 2002 Akira TAGOH + 2006 Alaksandar Navicki + 2005 Alan Horkan + 2005-2008 Alan Monfort + 2004 Alastair McKinstry + 2005 Albert Fazlí + 2001-2005 Ales Nyakhaychyk + 2003-2007 Alessio Dessì + 2004 Alex Camacho Castilho + 2003 Alex Graveley + 2006-2019 Alexander Larsson + 2020 Alexander Mikhaylenko + 2005-2010 Alexander Shopov + 2006 Alexander Sigachov + 2004-2009 Amanpreet Singh Alam + 2021 Amazon.com, Inc. and its affiliates + 2004 Amir Hedayaty + 2006-2009 Amitakhya Phukan + 2008 Anas Afif Emad + 2001-2004 Anders Carlsson + 2002 Andras Timar + 2008 Andre Klapper + 2003 Andrew W. Nosenko + 2009 André Gondim + 2006-2009 Ani Peter + 2005-2009 Ankit Patel + 2009 Anton Meixome + 2008 Anton Shestakov + 2007 Antono VASILJEV + 2009 Antón Méixome + 2003 Apple Computer, Inc. + 2003-2004 Arafat Medini + 2006-2007 Arangel Angov + 2001 Archaeopteryx Software Inc. + 2003 Arman Aksoy + 2007-2010 Ask Hjorth Larsen + 2006-2007 Async Open Source + 2004 Ayman Hourieh + 2008 BOSS GNU/Linux + 2006-2009 Baris Cicek + 2009 Bastien Nocera + 2016-2022 Benjamin Otte + 2006 Benoît Dejean + 2003 Besnik Bleta + 2002 Borislav Aleksandrov + 2009-2010 Bruce Cowan + 2004-2008 Canonical Ltd. + 2005-2019 Carlos Garnacho + 2002 Carlos Perelló Marín + 2004 Carole Karema + 1998 Cesar Miquel + 2002-2010 Changwod Ryu + 2000 Chih-Wei Huang + 2010 Christian Dywan + 2004-2006 Christian Hammond + 2015-2022 Christian Hergert + (unknown) Christian Kellner + 2009-2010 Christian Kirbach + 2002-2004 Christian Neumair + 2006-2010 Christian Persch + 2000-2005 Christian Rose + 20002 Christophe Fergeau + 2000-2006 Christophe Merlet + 2000-2002 Christopher Gabriel + 2007-2010 Claude Paroz + 2005-2010 Clytie Siddall + 2001 CodeFactory AB + 2010 Codethink Limited + 2007-2009 Cody Russell + 2012-2018 Collabora Ltd. + 2003-2007 Courtesy of Prevod.org team + 2003-2004 Dafydd Harries + 2010 Damyan Ivanov + 1999-2000 Dan Damian + 2006-2010 Daniel Nylander + 2007 Danishka Navin + 1998 David Abilleira Freijeiro + 2003 David Bellot + 2004 David Lodge + 2008-2010 David Planella + (unknown) David Zeuthen + 2003 Davide Libenzi + 2008-2009 Deng Xiyue + 2001-2003 Dinesh Nadarajah + 2002 Dirk-Jan C. Binnema + 2006 Djihed Afifi + 2002-2004 Dmitry Mastrukov + 2003-2004 Dom Lachowicz + 2001-2010 Duarte Loreto + 1998 Elliot Lee + 2005-2007 Emmanuele Bassi + 2016-2017 Endless + 2008-2009 Erdal Ronahi + 2008-2009 Eskild Hustvedt + 2008-2010 F Wolff + 2003 FSF-India + 1999-2001 Fatih Demir + (unknown) Federico Mena + 2006 Felix + 2009-2010 Fran Dieguez + 2003-2006 Francisco Javier F. Serrador + 1991-2019 Free Software Foundation, Inc. + 2003-2009 Funda Wang + 2008 Fábio Nogueira + 2003 G Karunakar + 2004-2010 Gabor Kelemen + 2005 Ganesh Ghimire + 2004 Gareth Owen + 2002 Ge'ez Frontier Foundation + 2000-2004 Gediminas Paulauskas + 2002 Germán Poo-Caamaño + 2009 Ghee Teo + 2005 Gia Shervashidze + 2002-2004 Gil 'Dolfin' Osher + 2007 Gintautas Miliauskas + 2009 Gintautas Miliauskas + 2005 Gora Mohanty + 2007 Guillaume SAVATON + 2004 Gurban Mühemmet Tewekgeli + 2004 Gustavo Noronha Silva + 2001 Görkem Cetin + 2001-2005 Hans Breuer + 2008 Hari Vishnu + 2002 Hasbullah Bin Pit (sebol) + 2001 Havoc Pennington + 2001 He Qiangqiang + 2004-2005 Hendrik Brandt + 2004-2009 Hendrik Richter + 2008 Henrique P Machado + 2009-2010 Hinker + 2011 Hiroyuki Yamamoto + 2004 Hizkuntza Politikarako Sailburuordetza + 2000-2002 Hoang Ngoc Tu + 2006 Hong Jen Yee (PCMan) + 2009 I. Felix + 2009 Iestyn Pryce + 2009 Igalia S.L + 2005-2011 Ignacio Casal Quinteiro + 2005-2009 Ilkka Tuohela + 2005-2008 Imendio AB + 2010-2013 Intel Corporation + 2002 Isam Bayazidi + 2010 Israt Jahan + 2002 Ivan Stojmirov + 1999-2000 Ivan Vilata i Balaguer + 2005-2010 Ivar Smolin + 2004-2010 Iñaki Larrañaga Murgoitio + 2008 Jaap Haitsma + 2006 Jakub Friedl + 2002 James Henstridge + 2004 James Johnson + 2004 James M. Cape + 2005 Jamie McCracken + 2009 Jamy + 2006-2016 Jan Arne Petersen + (unknown) Javier Jardón + 2005 Jaydeep Bhusal + 2009 Jennie Petoumenou + 1999-2000 Jesus Bravo Alvarez + 2009 Jiri Grönroos + 2002 Jiří Lebl + 1998 Jiří Pavlovský + 2000-2002 Joern v. Kattchee + 2006 John (J5) Palmieri + 2004 John C Barstow + 2007 John Stowers-Neil Jagdish Patel + 2006-2007 Jonathan Ernst + 2009-2010 Jonh Wendell + 2002-2006 Jordi Mallach + 2007-2010 Jorge González + 1999-2000 Joseba Bidaurrazaga van Dierdonck + 2005-2006 Josep Puigdemont + 1995-2007 Josh MacDonald + 2001 José Antonio Salgueiro A. + 2006-2007 Jovan Naumovski + 2003 Juan Manuel García Molina + 2005 Jyotshna Shrestha + 2003 KAMAGASAKO Masatoshi + 2003-2004 Kazuki IWAMOTO + 2000-2002 Keith Packard + 2000 Keld Simonsen + 2004 Kenan Hadžiavdić + 1999-2000 Kenneth Christiansen + 2006-2010 Khaled Hosny + 2006-2010 Kibavuidi Nsiangani + 1998-2001 Kjartan Maraas + 2002-2007 Kostas Papadimas + 2008-2009 Krishna Babu K + 2001-2010 Kristian Rietveld + 1991-1998 LCS/Telegraphics + 1999 Larry Ewing + 1998 Lars Hamann + 2004-2005 Laszlo Dvornik + 2009 Laurent Coudeur + 2003-2009 Laurent Dhima + 2009 Lebedev Roman + 2006-2009 Leonardo Ferreira Fontenelle + 2004-2006 Leonid Kanter + 2005 Lilit Azizbekyan + 2005 Lilit Sargsyan + 2004 Lorenzo Gil Sanchez + 2007-2010 Luca Ferretti + 2009-2010 Lucian Adrian Grijincu + 2006 Lukas Novotny + 2004 MagNet + 2006 Mahesh subedi + 2009 Mancomún - Centro de Referencia e Servizos de Software Libre + 2008-2010 Manoj Kumar Giri + 2006 Mantas Kriaučiūnas + 2005-2008 Marcel Telka + 2005 Marie Lund + 2009-2010 Mario Blättermann + 2001-2002 Marius Andreiana + 1999 Mark Crichton + 2007 Martin Srebotnjak + 2005 Martin Willemoes Hansen + 2009 Maruf Ovee + 2003-2004 Mashrab Kuvatov + 2007 Matej Urbančič + 2003 Mathieu van Woerkom + 2006 Matic Žgur + 2015 Matthew Waters + 2003-2020 Matthias Clasen + 2001-2002 Matthias Warkus + 2009-2010 Mattias Põldaru + 2004-2010 Maxim Dziumanenko + 2005 Meelad Zakaria + 2007 Michael Terry + 1999 Michael Zucchi + 2002 Michal Bukovjan + 2018 Microsoft + 2011 Mike Krüger + 2003-2005 Miloslav Trmac + 2003 Mireia Farrús + 2003-2010 Mișu Moldovan + 2003 Mohammad DAMT + 2003-2004 Mətin Əmirov + 2002 Naba Kumar + 2002-2009 Nguyễn Thái Ngọc Duy + 2003-2008 Nikos Charonitakis + 2003 Nikos Kannelopoulos + 2001-2002 Nilgün Belma Bugüner + 2009 Nils-Christoph Fiedler + 2009-2010 Nishibori Kiyotaka + 2004-2010 Nokia Corporation + 2005 Norayr Chilingaryan + 2005-2010 Novell, Inc. + 2004 Noëlla Mupole + 2008 Nurali Abdurahmonov + 2007 Og Maciel + 2001-2004 Ole Laursen + 2003 OpenMN team + 2006-2010 Openismus GmbH + 1998-2002 Owen Taylor + 2002-2003 Pablo Gonzalo del Campo + 1998-2006 Pablo Saratxaga + 2003-2004 Paisa Seeluangsawat + 2004 Paolo Borelli + 2005 Paolo Maggi + 2000-2005 Pauli Virtanen + 2006-2010 Pavol Šimo + 2004 Pawan Chitrakar + 2007 Pedro Vaz Mello de Medeiros + 1995-2007 Peter Mattis + 2007-2010 Petr Kovar + 2004 Philibert Ndandali + 2021 Philip Zander + 2004 Pradeep Deshpande + 2005 Prajasakti Localisation Team + 2004-2005 Priit Laes + 2004-2005 Progga + 2018 Purism SPC + 2006 Rahul Bhalerao + 2006-2009 Raivis Dejus + 2005-2009 Rajesh Ranjan + 2003 Raphael Finkel + 2006 Raphael Higino + 2004 Ravishankar Shrivastava + 2003-2004 Raymond Penners + 1998-2022 Red Hat, Inc. + 2009 Reinout van Schouwen + 2009-2010 Reşat SABIQ + 2002 Rhoslyn Prys + 2004-2006 Rhys Jones + 2003 Ricardo Fernandez Pascual + 2003 Richard Allen + 2008 Richard Hughes + 2008-2010 Rimas Kudelis + 1993 Robert Nation + 2006-2008 Robert-André Mauchin + 2002 Ronald Hummelink + 2005 Ronald S. Bultje + 2000-2005 Roozbeh Pournader + 2004-2008 Rosetta Contributors + 2001-2002 Roy-Magne Mo + 2007-2010 Runa Bhattacharjee + 2009-2010 Russell Kyaw + 1995-2007 Ryan Lortie + 2010 Sadia Afroz + 2004 Sami Pesonen + 2008-2010 Sandeep Shedmake + 2003-2004 Sanlig Badral + 2006 Satoru SATOh + 2004 Sayamindu Dasgupta + 2002 Sayed Jaffer Al-Mosawi + 2006 Seba Barto + 2009 Sebastian Dröge + 2007-2010 Seán de Búrca + 2007-2010 Shankar Prasad + 2000-2005 Sharif FarsiWeb, Inc. + 1998 Shawn T. Amundson + 2006 Shiva Pokharel + 2006 Shyam Krishna Bal + 2016-2020 Simon McVittie + 1999-2009 Simos Xenitellis + 2003-2004 Soeren Sandmann + 2000-2002 Softcatala + 1995-2007 Spencer Kimball + 1998 Stanislav Brabec + 2001-2004 Stanislav Visnovsky + 1998 Stefan Jeske + 2001 Stefan Ondrejicka + 2009 Stefan Walter + 1995-1998 Steffen Beyer + 2004 Steve Murphy + 2007-2008 Stéphane Raimbault + 2000 SuSE Linux Ltd + 2006 Subhransu Behera + 2002 Sun G11n + 1994-2009 Sun Microsystems, Inc. + 2007 Sunil Mohan Adapa + 2003 Swapnil Hajare + 2008-2010 Sweta Kothari + 1999-2002 Szabolcs Ban + 2008 Tadej Borovšak + 2002-2010 Takayuki KUSANO + 2003-2009 Takeshi AIHANA + 2003 Takuro Ashie + 2005 Terance Edward Sola + 2012 The Chromium Authors + 2016-2020 The CRoaring authors + 2004-2020 The GNOME Foundation + 2007-2010 The GNOME Project + 1997-2022 The GTK Team + 1986-1998 The Open Group + 1992-1994 The Regents of the University of California. + 2005-2010 Theppitak Karoonboonyanan + 2004 Thierry Vignaud + 1998-2006 Tim Janik + 2017-2018 Timm Bäder + 2002-2010 Tino Meinen + 2004 Tomas Kuliavas + 2004 Tomislav Markovski + 2009-2010 Tommi Vainikainen + 1998-2004 Tor Lillqvist + 2005 Translation World CC in South Africa + 2008 Tristan Van Berkom + 2000 Tzafrir Cohen + 2002-2004 Tõivo Leedjärv + 2000-2002 Valek Filippov + 2000 Vasif Ismailoglu MD + 2007 Vasiliy Faronov + 2004 Viateur MUGENZI + 2005-2007 Vincent Untz + 2005 Vital Khilko + 2007-2008 Vladimer Sichinava ვლადიმერ სიჭინავა + 2009 Vladimir Melo + 2004-2005 Vladimir Petkov + 2010 Xandru Armesto + 2007 Xose S. Puente + 2006 Yair Hershkovitz + 2007 Yang Zhang + 2002 Yanko Kaneti + 2008 Yannick Tailliez + 2006-2008 Yannig Marchegay (Kokoyaya) + 2000-2001 Yukihiro Nakai + 1999-2004 Yuri Syrota + 2019 Zander Brown + 2004 Zuza Software Foundation + 2009 wanderlust + 2003-2009 Åsmund Skjæveland + 2002 Ömer Fadıl USTA + 2008 Ömerjan Tursunqasim + 2004-2010 Žygimantas Beručka + 2005 Арангел Ангов + 2017-2019 Руслан Ижбулатов (LRN) + 2000 辛立仁 +License: LGPL-2+ and LGPL-2.1+ and sun-permissive and lcs-telegraphics-permissive and X11R5-permissive and Expat and BSD-3-clause-Google and Apache-2.0 and CC0-1.0 and ZPL-2.1 + +Files: + debian/missing-sources/unicode.org-* +Copyright: 1991-2022 Unicode, Inc. +License: Unicode-DFS-2016 + +Files: debian/tests/run-with-display +Copyright: 2021 Marco Trevisan +License: GPL-3+ + +Files: + .gitlab-ci/clang-format-diff.py +Copyright: unspecified, originating from LLVM +License: Apache-2.0 with LLVM exception + +Files: + gsk/gl/stb_rect_pack.* +Copyright: + 2017 Sean Barrett +License: Expat or unlicense + +Files: + demos/gtk-demo/org.gtk.Demo4.appdata.xml.in + demos/icon-browser/org.gtk.IconBrowser4.appdata.xml.in + demos/print-editor/org.gtk.PrintEditor4.appdata.xml + demos/widget-factory/org.gtk.WidgetFactory4.appdata.xml.in +Copyright: unspecified +License: CC0-1.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 + . + 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: Apache-2.0 with LLVM exception + 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. + +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. + +License: CC0-1.0 + On Debian systems, a copy of the Creative Commons Zero license, version 1.0 + 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 + 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+ + 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. +Comment: + On Debian systems, a copy of the GNU General Public License version 3 + can be found in /usr/share/common-licenses/GPL-3. + +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 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. + . + See /usr/share/common-licenses/LGPL-2 on your debian system. + +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. + . + See /usr/share/common-licenses/LGPL-2.1 on your debian system. + +License: lcs-telegraphics-permissive + The text and information contained in this file may be freely used, + copied, or distributed without compensation or licensing restrictions. + +License: sun-permissive + 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: unlicense + Public Domain (www.unlicense.org) + . + 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. + +License: X11R5-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 + 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. + +License: Unicode-DFS-2016 + UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE + . + See Terms of Use + 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. + 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: ZPL-2.1 + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + 1. Redistributions in source code must retain the accompanying copyright + notice, this list of conditions, and the following disclaimer. + 2. Redistributions in binary form must reproduce the accompanying + copyright notice, this list of conditions, and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + 3. Names of the copyright holders must not be used to endorse or promote + products derived from this software without prior written permission + from the copyright holders. + 4. The right to distribute this software or to use it for any purpose does + not give you the right to use Servicemarks (sm) or Trademarks (tm) of + the copyright holders. Use of them is covered by separate agreement + with the copyright holders. + 5. If any files are modified, you must cause the modified files to carry + prominent notices stating that you changed the files and the date of + any change. diff --git a/AppDir/usr/share/doc/libjbig0/copyright b/AppDir/usr/share/doc/libjbig0/copyright new file mode 100644 index 0000000..6e3c01d --- /dev/null +++ b/AppDir/usr/share/doc/libjbig0/copyright @@ -0,0 +1,41 @@ +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 +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 + . + 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 +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 + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/AppDir/usr/share/doc/libjpeg62-turbo/copyright b/AppDir/usr/share/doc/libjpeg62-turbo/copyright new file mode 100644 index 0000000..b13a436 --- /dev/null +++ b/AppDir/usr/share/doc/libjpeg62-turbo/copyright @@ -0,0 +1,1240 @@ +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 for Cendio AB + 2009, 2016, 2018, 2020, D. R. Commander + 2009, 2016, 2020, D. R. Commander + 2009, 2016, D. R. Commander + 2009, Pierre Ossman 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 for Cendio AB + 2009, 2016, 2018, 2020, D. R. Commander + 2009, 2016, 2020, D. R. Commander + 2009, 2016, D. R. Commander + 2009, Pierre Ossman 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 for Cendio AB + 2009, 2016, D. R. Commander + 2009, Pierre Ossman 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 for Cendio AB + 2009, 2016, D. R. Commander + 2009, Pierre Ossman 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 for Cendio AB + 2020, Google, Inc. +License: BSD-BY-LC-NE + +Files: simd/nasm/jcolsamp.inc +Copyright: 1999-2006, MIYASAKA Masaru. + 2009, Pierre Ossman for Cendio AB + 2015, Intel Corporation. +License: Zlib + +Files: jsimddct.h +Copyright: 1999-2006, MIYASAKA Masaru. + 2009, Pierre Ossman 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 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 + 2014, Ondřej Surý + 2012-2013, Debian TigerVNC Packaging Team + 2011-2012, Canonical Ltd. + 2011-2012, Linaro Inc. +License: BSD-3-clause + +Files: debian/extra/* +Copyright: + 2005, Guido Vollbeding +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. diff --git a/AppDir/usr/share/doc/liblerc4/copyright b/AppDir/usr/share/doc/liblerc4/copyright new file mode 100644 index 0000000..079fed3 --- /dev/null +++ b/AppDir/usr/share/doc/liblerc4/copyright @@ -0,0 +1,34 @@ +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 +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". diff --git a/AppDir/usr/share/doc/libmd0/copyright b/AppDir/usr/share/doc/libmd0/copyright new file mode 100644 index 0000000..ddf719a --- /dev/null +++ b/AppDir/usr/share/doc/libmd0/copyright @@ -0,0 +1,177 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: + * +Copyright: + Copyright © 2009, 2011, 2016 Guillem Jover +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 +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 +License: Beerware + "THE BEER-WARE LICENSE" (Revision 42): + 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 +License: public-domain-sha1 + 100% Public Domain diff --git a/AppDir/usr/share/doc/libmount1/copyright b/AppDir/usr/share/doc/libmount1/copyright new file mode 100644 index 0000000..7c2573f --- /dev/null +++ b/AppDir/usr/share/doc/libmount1/copyright @@ -0,0 +1,542 @@ +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 + 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 + 1994 Kevin E. Martin (martin@cs.unc.edu) + 1994 Salvatore Valente + 1994,1996 Alessandro Rubini (rubini@ipvvis.unipv.it) + 1994-2005 Jeff Tranter (tranter@pobox.com) + 1995, 1999, 2000 Andries E. Brouwer + 1997-2005 Frodo Looijaard + 1998 Danek Duvall + 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 + 2007, 2011, 2012, 2016 SuSE LINUX Products GmbH + 2008 Cai Qian + 2008 Hayden A. James (hayden.james@gmail.com) + 2008 James Youngman + 2008 Roy Peled, the.roy.peled -at- gmail.com + 2009 Mikhail Gusarov + 2010, 2011, 2012 Davidlohr Bueso + 2010 Jason Borden A + 2010 Hajime Taira + 2010 Masatake Yamato + 2011 IBM Corp. + 2012 Andy Lutomirski + 2012 Lennart Poettering + 2012 Sami Kerola + 2012 Cody Maloney + 2012 Werner Fink + 2013,2014 Ondrej Oprala +License: GPL-2+ + +Files: schedutils/ionice.c +Copyright: 2005 Jens Axboe +License: GPL-2 + +Files: schedutils/chrt.c + schedutils/taskset.c +Copyright: 2004 Robert Love + 2010 Karel Zak +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 + Unknown Authors on Usenet + 1990 Rich $alz + 1990 Jim Berets + 1999, 2004 Paul Eggert +License: GPL-3+ + +Files: sys-utils/nsenter.c +Copyright: 2012-2013 Eric Biederman +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 + 2014 Karel Zak +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 +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 +License: LGPL-2+ + +Files: */colors.* +Copyright: 2012 Ondrej Oprala + 2012-2014 Karel Zak +License: LGPL-2+ + +Files: login-utils/setpwnam.h + login-utils/setpwnam.c +Copyright: 1994 Martin Schulze + 1994 Salvatore Valente +License: LGPL-2+ + +Files: libfdisk/* + libfdisk/src/* +Copyright: 2007-2013 Karel Zak + 2012 Davidlohr Bueso +License: LGPL-2.1+ + +Files: lib/cpuset.c + */match.* + lib/canonicalize.c +Copyright: 2008-2009, 2010, 2011, 2012 Karel Zak +License: LGPL-2.1+ + +Files: */mbsalign.* +Copyright: 2009-2010 Free Software Foundation, Inc. + 2010-2013 Karel Zak +License: LGPL-2.1+ + +Files: */timeutils.* +Copyright: 2010 Lennart Poettering +License: LGPL-2.1+ + +Files: include/list.h +Copyright: 2008 Karel Zak + 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 + 2008-2013 Karel Zak + 2009 Bastian Friedrich + 2009 Corentin Chary + 2009 Mike Hommey + 2009 Red Hat, Inc. + 2009-2010 Andreas Dilger + 2010 Andrew Nayenko + 2010 Jeroen Oortwijn + 2010 Jiro SEKIBA + 2011 Philipp Marek + 2012 Milan Broz + 2013 Alejandro Martinez Ruiz + 2013 Eric Sandeen + 2013 Rolf Fokkens + 2013 Zeeshan Ali (Khattak) +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 +License: LGPL-2.1+ + +Files: libmount/python/* +Copyright: 2013, Red Hat, Inc. +License: LGPL-3+ + +Files: libsmartcols/* +Copyright: 2009-2014 Karel Zak + 2014 Ondrej Oprala +License: LGPL-2.1+ + +Files: debian/* +Copyright: Guy Maor + Sean 'Shaleh' Perry + Adrian Bunk + LaMont Jones + 1996-2003 Martin Mitchell (martin@debian.org) + 2008-2012 Frank Lichtenheld (djpig@debian.org) + 2014 Andreas Henriksson + 2017-2020 Michael Biebl + 2019 Petter Reinholdtsen + 2017-2020 Chris Hofstaedtler +License: GPL-2+ + +Files: debian/po/* +Copyright: Aiet Kolkhi + Anton Gladky + Arief S F (arief@gurame.fisika.ui.ac.id> + Armin Beširović + astur + Axel Bojer + Bart Cornelis + Bartosz Fe�ski + Basil Shubin + Baurzhan Muftakhidinov + Bjorn Steensrud + Claus Hindsgaul + Clytie Siddall + Dafydd Tomos + Damyan Ivanov + Daniel Franganillo + Daniel Nylander + Danishka Navin + Dauren Sarsenov + Dominik Zablotny + Dr.T.Vasudevan + Eddy Petrisor + Eder L. Marques + Elian Myftiu + Emmanuel Galatoulas + Esko Arajärvi + Frank Lichtenheld + Frédéric Bothamy + Gabor Burjan + George Papamichelakis + Hans Fredrik Nordhaug + Håvard Korsvoll + Hideki Yamane + Hleb Rubanau + I Gede Wijaya S + Ivan Masár + Jacobo Tarrio + Jamil Ahmed + Janos Guljas + Jordi Mallach + Josip Rodin + Karolina Kalic + Kartik Mistry + Kęstutis Biliūnas + Kevin Scannell + Khoem Sokhem + Klaus Ade Johnstad + Knut Yrvin + Konstantinos Margaritis + Kostas Papadimas + Kumar Appaiah + Lior Kaplan + Luiz Portella + Mallikarjuna + Mert Dirik + Milo Casagrande + Ming Hua + Miroslav Kure + Mouhamadou Mamoune Mbacke + Nabin Gautam + Ossama M. Khayat + Ovidiu Damian + Parlin Imanuel Toh + Pavel Piatruk + Piarres Beobide + Praveen|പ്രവീണ്‍ A|എ + Rūdolfs Mazurs + Sahran + Sampada Nakhare + Setyo Nugroho + Simão Pedro Cardoso + Stefano Melchior + Sunjae Park + Sveinn í Felli + Tetralet + Theppitak Karoonboonyanan + Tshewang Norbu + Vahid Ghaderi + Vanja Cvelbar + Veeven + Vikram Vincent + Yoppy Hidayanto +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 + +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 . + . + 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 . + . + 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 . + . + 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. diff --git a/AppDir/usr/share/doc/libpango-1.0-0/copyright b/AppDir/usr/share/doc/libpango-1.0-0/copyright new file mode 100644 index 0000000..d0a7383 --- /dev/null +++ b/AppDir/usr/share/doc/libpango-1.0-0/copyright @@ -0,0 +1,470 @@ +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. diff --git a/AppDir/usr/share/doc/libpangocairo-1.0-0/copyright b/AppDir/usr/share/doc/libpangocairo-1.0-0/copyright new file mode 100644 index 0000000..d0a7383 --- /dev/null +++ b/AppDir/usr/share/doc/libpangocairo-1.0-0/copyright @@ -0,0 +1,470 @@ +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. diff --git a/AppDir/usr/share/doc/libpangoft2-1.0-0/copyright b/AppDir/usr/share/doc/libpangoft2-1.0-0/copyright new file mode 100644 index 0000000..d0a7383 --- /dev/null +++ b/AppDir/usr/share/doc/libpangoft2-1.0-0/copyright @@ -0,0 +1,470 @@ +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. diff --git a/AppDir/usr/share/doc/libpcre2-8-0/copyright b/AppDir/usr/share/doc/libpcre2-8-0/copyright new file mode 100644 index 0000000..03e46b8 --- /dev/null +++ b/AppDir/usr/share/doc/libpcre2-8-0/copyright @@ -0,0 +1,122 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Comment: This package was debianized by Matthew Vernon +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. diff --git a/AppDir/usr/share/doc/libpixman-1-0/copyright b/AppDir/usr/share/doc/libpixman-1-0/copyright new file mode 100644 index 0000000..b904c88 --- /dev/null +++ b/AppDir/usr/share/doc/libpixman-1-0/copyright @@ -0,0 +1,47 @@ +This package was downloaded from +https://xorg.freedesktop.org/releases/individual/lib/ + +Debian packaging by Julien Cristau , 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. + */ diff --git a/AppDir/usr/share/doc/libpng16-16/copyright b/AppDir/usr/share/doc/libpng16-16/copyright new file mode 100644 index 0000000..f0e5435 --- /dev/null +++ b/AppDir/usr/share/doc/libpng16-16/copyright @@ -0,0 +1,310 @@ +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 + 2002 Junichi Uekawa + 2003 Josselin Mouette + 2006-2009 Anibal Monsalve Salazar + 2011-2014 Nobuhiro Iwamatsu + 2016-2022 Gianfranco Costamagna + 2016-2017 Tobias Frost +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 + . + 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. + diff --git a/AppDir/usr/share/doc/libsqlite3-0/copyright b/AppDir/usr/share/doc/libsqlite3-0/copyright new file mode 100644 index 0000000..232ca6d --- /dev/null +++ b/AppDir/usr/share/doc/libsqlite3-0/copyright @@ -0,0 +1,50 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: sqlite3 +Source: https://www.sqlite.org/cgi/src/dir?ci=trunk + +Files: * +Copyright: D. Richard Hipp +License: public-domain + +Files: debian/* +Copyright: 2006- Laszlo Boszormenyi (GCS) , + 2005-2006 Tomas Fasth , + 2001-2005 Andreas Rottmann +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 version 2 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 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'. + +Files: debian/sqlite3_analyzer.1 +Copyright: 2018 Yuriy M. Kaminskiy Aq yumkam+debian@gmail.com +License: public-domain + + +Files: debian/patches/* +Copyright: D. Richard Hipp +License: public-domain + +Files: debian/patches/02-use-packaged-lempar.c.patch + debian/patches/31-increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch +Copyright: 2006- Laszlo Boszormenyi (GCS) +License: public-domain + +Files: debian/patches/40-amalgamation_configure.patch +Copyright: Jan Palus +License: public-domain + +License: public-domain + The files listed have been put on the public domain by the sqlite3 + contributors. diff --git a/AppDir/usr/share/doc/libtiff6/copyright b/AppDir/usr/share/doc/libtiff6/copyright new file mode 100644 index 0000000..14c59a9 --- /dev/null +++ b/AppDir/usr/share/doc/libtiff6/copyright @@ -0,0 +1,47 @@ +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 + 1999-2004 Josip Rodin + 2004-2015 Jay Berkenbilt + 2015 Ondřej Surý + 2015- Laszlo Boszormenyi (GCS) +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. diff --git a/AppDir/usr/share/doc/libwayland-client0/copyright b/AppDir/usr/share/doc/libwayland-client0/copyright new file mode 100644 index 0000000..85ea3dd --- /dev/null +++ b/AppDir/usr/share/doc/libwayland-client0/copyright @@ -0,0 +1,54 @@ +Upstream-Name: wayland +Upstream-Contact: Kristian Høgsberg +Source: https://wayland.freedesktop.org/releases/ + +Files: debian/* +Copyright: © 2011 Cyril Brulebois +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 + diff --git a/AppDir/usr/share/doc/libwayland-egl1/copyright b/AppDir/usr/share/doc/libwayland-egl1/copyright new file mode 100644 index 0000000..85ea3dd --- /dev/null +++ b/AppDir/usr/share/doc/libwayland-egl1/copyright @@ -0,0 +1,54 @@ +Upstream-Name: wayland +Upstream-Contact: Kristian Høgsberg +Source: https://wayland.freedesktop.org/releases/ + +Files: debian/* +Copyright: © 2011 Cyril Brulebois +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 + diff --git a/AppDir/usr/share/doc/libwebp7/copyright b/AppDir/usr/share/doc/libwebp7/copyright new file mode 100644 index 0000000..306f248 --- /dev/null +++ b/AppDir/usr/share/doc/libwebp7/copyright @@ -0,0 +1,50 @@ +This work was packaged for Debian by: + + Jeff Breidenbach on Mon, 28 Feb 2011 17:25:17 -0800 + +It was downloaded from + +Upstream Author: + + Pascal Massimino + +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 + +and is licensed under Apache-2.0 +see `/usr/share/common-licenses/Apache-2.0'. diff --git a/AppDir/usr/share/doc/libxau6/copyright b/AppDir/usr/share/doc/libxau6/copyright new file mode 100644 index 0000000..60b7465 --- /dev/null +++ b/AppDir/usr/share/doc/libxau6/copyright @@ -0,0 +1,24 @@ +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. diff --git a/AppDir/usr/share/doc/libxcb-render0/copyright b/AppDir/usr/share/doc/libxcb-render0/copyright new file mode 100644 index 0000000..c1bea00 --- /dev/null +++ b/AppDir/usr/share/doc/libxcb-render0/copyright @@ -0,0 +1,42 @@ +This package was debianized by Jamey Sharp on +Thu, 18 Mar 2004 00:48:42 -0800, and later updated by Josh Triplett +. The package is co-maintained by the XCB developers +via the XCB mailing list . + +It was downloaded from https://xcb.freedesktop.org/dist + +Upstream Authors: Jamey Sharp + Josh Triplett + +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. diff --git a/AppDir/usr/share/doc/libxcb-shm0/copyright b/AppDir/usr/share/doc/libxcb-shm0/copyright new file mode 100644 index 0000000..c1bea00 --- /dev/null +++ b/AppDir/usr/share/doc/libxcb-shm0/copyright @@ -0,0 +1,42 @@ +This package was debianized by Jamey Sharp on +Thu, 18 Mar 2004 00:48:42 -0800, and later updated by Josh Triplett +. The package is co-maintained by the XCB developers +via the XCB mailing list . + +It was downloaded from https://xcb.freedesktop.org/dist + +Upstream Authors: Jamey Sharp + Josh Triplett + +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. diff --git a/AppDir/usr/share/doc/libxcursor1/copyright b/AppDir/usr/share/doc/libxcursor1/copyright new file mode 100644 index 0000000..d3cfb2b --- /dev/null +++ b/AppDir/usr/share/doc/libxcursor1/copyright @@ -0,0 +1,56 @@ +This package was debianized by ISHIKAWA Mutsumi 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. diff --git a/AppDir/usr/share/doc/libxdamage1/copyright b/AppDir/usr/share/doc/libxdamage1/copyright new file mode 100644 index 0000000..3b4c586 --- /dev/null +++ b/AppDir/usr/share/doc/libxdamage1/copyright @@ -0,0 +1,24 @@ +This package was downloaded from +http://xorg.freedesktop.org/releases/individual/lib/ + +Copyright © 2001,2003 Keith Packard +Copyright © 2007 Eric Anholt + +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. + diff --git a/AppDir/usr/share/doc/libxdmcp6/copyright b/AppDir/usr/share/doc/libxdmcp6/copyright new file mode 100644 index 0000000..f4cec19 --- /dev/null +++ b/AppDir/usr/share/doc/libxdmcp6/copyright @@ -0,0 +1,26 @@ +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 diff --git a/AppDir/usr/share/doc/libxext6/copyright b/AppDir/usr/share/doc/libxext6/copyright new file mode 100644 index 0000000..60cc18d --- /dev/null +++ b/AppDir/usr/share/doc/libxext6/copyright @@ -0,0 +1,199 @@ +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. diff --git a/AppDir/usr/share/doc/libxfixes3/copyright b/AppDir/usr/share/doc/libxfixes3/copyright new file mode 100644 index 0000000..5aaa075 --- /dev/null +++ b/AppDir/usr/share/doc/libxfixes3/copyright @@ -0,0 +1,44 @@ +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. diff --git a/AppDir/usr/share/doc/libxi6/copyright b/AppDir/usr/share/doc/libxi6/copyright new file mode 100644 index 0000000..74d612a --- /dev/null +++ b/AppDir/usr/share/doc/libxi6/copyright @@ -0,0 +1,87 @@ +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. diff --git a/AppDir/usr/share/doc/libxinerama1/copyright b/AppDir/usr/share/doc/libxinerama1/copyright new file mode 100644 index 0000000..1d87845 --- /dev/null +++ b/AppDir/usr/share/doc/libxinerama1/copyright @@ -0,0 +1,69 @@ +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. diff --git a/AppDir/usr/share/doc/libxkbcommon0/copyright b/AppDir/usr/share/doc/libxkbcommon0/copyright new file mode 100644 index 0000000..efbe2ee --- /dev/null +++ b/AppDir/usr/share/doc/libxkbcommon0/copyright @@ -0,0 +1,69 @@ +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. diff --git a/AppDir/usr/share/doc/libxrandr2/copyright b/AppDir/usr/share/doc/libxrandr2/copyright new file mode 100644 index 0000000..674e200 --- /dev/null +++ b/AppDir/usr/share/doc/libxrandr2/copyright @@ -0,0 +1,68 @@ +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. diff --git a/AppDir/usr/share/doc/libxrender1/copyright b/AppDir/usr/share/doc/libxrender1/copyright new file mode 100644 index 0000000..7a7c4df --- /dev/null +++ b/AppDir/usr/share/doc/libxrender1/copyright @@ -0,0 +1,41 @@ +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. diff --git a/AppDir/usr/share/doc/libzstd1/copyright b/AppDir/usr/share/doc/libzstd1/copyright new file mode 100644 index 0000000..6086da5 --- /dev/null +++ b/AppDir/usr/share/doc/libzstd1/copyright @@ -0,0 +1,123 @@ +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 + 2022-2023 Peter Pentchev +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. diff --git a/AppDir/usr/share/glib-2.0/schemas/gschemas.compiled b/AppDir/usr/share/glib-2.0/schemas/gschemas.compiled new file mode 100644 index 0000000..17e0624 Binary files /dev/null and b/AppDir/usr/share/glib-2.0/schemas/gschemas.compiled differ