From 8abe941836dc6d7521c191f79bb08bb7d41688f8 Mon Sep 17 00:00:00 2001 From: Antoine van Gelder Date: Tue, 23 Jul 2024 14:43:19 +0200 Subject: [PATCH] Add licenses to Linux AppImage. --- .github/workflows/appimage.yml | 28 +- appimage/action.yml | 45 +- appimage/docker/Dockerfile | 5 +- .../share/doc/libgdk-pixbuf-2.0-0/copyright | 128 +++ .../usr/share/doc/libglib2.0-0/copyright | 129 ++++ .../usr/share/doc/libgraphene-1.0-0/copyright | 37 + .../usr/share/doc/libgtk-4-1/copyright | 729 ++++++++++++++++++ .../share/doc/libharfbuzz-cairo0/copyright | 708 +++++++++++++++++ .../usr/share/doc/libharfbuzz-dev/copyright | 708 +++++++++++++++++ .../share/doc/libharfbuzz-gobject0/copyright | 708 +++++++++++++++++ .../usr/share/doc/libharfbuzz-icu0/copyright | 708 +++++++++++++++++ .../share/doc/libharfbuzz-subset0/copyright | 708 +++++++++++++++++ .../usr/share/doc/libharfbuzz0b/copyright | 708 +++++++++++++++++ .../usr/share/doc/libpango-1.0-0/copyright | 451 +++++++++++ .../share/doc/libpangocairo-1.0-0/copyright | 451 +++++++++++ .../usr/share/doc/libpangoft2-1.0-0/copyright | 451 +++++++++++ 16 files changed, 6691 insertions(+), 11 deletions(-) create mode 100755 appimage/packetry.AppDir/usr/share/doc/libgdk-pixbuf-2.0-0/copyright create mode 100755 appimage/packetry.AppDir/usr/share/doc/libglib2.0-0/copyright create mode 100755 appimage/packetry.AppDir/usr/share/doc/libgraphene-1.0-0/copyright create mode 100755 appimage/packetry.AppDir/usr/share/doc/libgtk-4-1/copyright create mode 100755 appimage/packetry.AppDir/usr/share/doc/libharfbuzz-cairo0/copyright create mode 100755 appimage/packetry.AppDir/usr/share/doc/libharfbuzz-dev/copyright create mode 100755 appimage/packetry.AppDir/usr/share/doc/libharfbuzz-gobject0/copyright create mode 100755 appimage/packetry.AppDir/usr/share/doc/libharfbuzz-icu0/copyright create mode 100755 appimage/packetry.AppDir/usr/share/doc/libharfbuzz-subset0/copyright create mode 100755 appimage/packetry.AppDir/usr/share/doc/libharfbuzz0b/copyright create mode 100755 appimage/packetry.AppDir/usr/share/doc/libpango-1.0-0/copyright create mode 100755 appimage/packetry.AppDir/usr/share/doc/libpangocairo-1.0-0/copyright create mode 100755 appimage/packetry.AppDir/usr/share/doc/libpangoft2-1.0-0/copyright diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index d2150fbc..4eec368a 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -54,12 +54,27 @@ jobs: xvfb-run cargo test if: runner.os == 'Linux' + - name: Install cargo-license (Linux) + uses: taiki-e/cache-cargo-install-action@v2 + with: + tool: cargo-license + + - name: Gather licenses (Linux) + # If the default shell is used, one command failing does not fail the action. + shell: bash + run: | + pip install license-expression + python wix/rust_licenses.py > appimage/packetry.AppDir/usr/share/doc/LICENSE-static-libraries.txt + mv wix/full-licenses appimage/packetry.AppDir/usr/share/doc + cp LICENSE appimage/packetry.AppDir/usr/share/doc/LICENSE-packetry.txt + - name: Run build appimage action (Linux) uses: ./appimage/ with: - executable: ./target/release/packetry - icon-file: ./appimage/dist/icon.png - desktop-file: ./appimage/dist/packetry.desktop + executable: target/release/packetry + icon-file: appimage/dist/icon.png + desktop-file: appimage/dist/packetry.desktop + appdir: appimage/packetry.AppDir - name: Upload AppImage binary (Linux) uses: actions/upload-artifact@v4 @@ -68,6 +83,13 @@ jobs: path: packetry-x86_64.AppImage if-no-files-found: error + - name: Upload AppImage binary (Linux) + uses: actions/upload-artifact@v4 + with: + name: Linux AppDir + path: appimage/packetry.AppDir + if-no-files-found: error + create-docker-image: permissions: diff --git a/appimage/action.yml b/appimage/action.yml index a6d1f617..70b08546 100644 --- a/appimage/action.yml +++ b/appimage/action.yml @@ -2,15 +2,17 @@ name: "AppImage" description: "Builds a Linux AppImage on Debian 10 (Buster)" inputs: executable: - description: "Executable file" + description: "Executable file to package into an AppImage." required: true icon-file: - description: "Icon file to use for Executable" + description: "Icon file to use for the AppImage." required: true desktop-file: - description: "Desktop file to use for Executable" + description: "Desktop file to use for the AppImage." + required: true + appdir: + description: "Path to use for the AppImage filesystem." required: true - runs: using: composite @@ -21,7 +23,7 @@ runs: run: | DEPLOY_GTK_VERSION=4 linuxdeploy-x86_64.AppImage \ --appimage-extract-and-run \ - --appdir packetry.AppDir \ + --appdir ${{ inputs.appdir }} \ --executable=${{ inputs.executable }} \ --icon-file ${{ inputs.icon-file }} \ --plugin gtk \ @@ -31,7 +33,7 @@ runs: shell: bash run: | # cd to AppDir lib directory - cd $GITHUB_WORKSPACE/packetry.AppDir/usr/lib + cd $GITHUB_WORKSPACE/${{ inputs.appdir }}/usr/lib # fix symlinks rm libgdk_pixbuf-2.0.so @@ -94,9 +96,38 @@ runs: # return to workspace directory cd $GITHUB_WORKSPACE + - name: Gather licenses (Linux) + shell: bash + run: | + # cd to AppDir /usr/share/doc directory + cd $GITHUB_WORKSPACE/${{ inputs.appdir }}/usr/share/doc + + # remove any system licenses we don't actually link to + rm -rf libblkid1 + rm -rf libbsd0 + rm -rf libcroco3 + rm -rf libicu63 + rm -rf librsvg2-2 + rm -rf libxau6 + rm -rf libxcb-render0 + rm -rf libxcursor1 + rm -rf libxdamage1 + rm -rf libxdmcp6 + rm -rf libxext6 + rm -rf libxfixes3 + rm -rf libxi6 + rm -rf libxinerama1 + rm -rf libxml2 + rm -rf libxrandr2 + rm -rf libxrender1 + rm -rf libzstd1 + + # Return to workspace directory + cd $GITHUB_WORKSPACE + - name: Build packetry-x86_64.AppImage (Linux) shell: bash run: | appimagetool-x86_64.AppImage \ --appimage-extract-and-run \ - packetry.AppDir/ + ${{ inputs.appdir }}/ diff --git a/appimage/docker/Dockerfile b/appimage/docker/Dockerfile index 3b5cef44..db4a47a3 100644 --- a/appimage/docker/Dockerfile +++ b/appimage/docker/Dockerfile @@ -163,7 +163,6 @@ WORKDIR $HOME RUN rm -rf \ .cache \ - .pyenv \ gtk-$GTK_VERSION @@ -198,6 +197,10 @@ ENV NVM_DIR="$HOME/.nvm" ENV NODE_PATH="$NVM_DIR/versions/node/$NODE_VERSION/bin" ENV PATH="$NVM_DIR:$NODE_PATH:$PATH" +# pyenv +ENV PYENV_ROOT="/home/runner/.pyenv" +ENV PATH="$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH" + # rust ENV PATH="$HOME/.cargo/bin:$PATH" diff --git a/appimage/packetry.AppDir/usr/share/doc/libgdk-pixbuf-2.0-0/copyright b/appimage/packetry.AppDir/usr/share/doc/libgdk-pixbuf-2.0-0/copyright new file mode 100755 index 00000000..78728f5e --- /dev/null +++ b/appimage/packetry.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/appimage/packetry.AppDir/usr/share/doc/libglib2.0-0/copyright b/appimage/packetry.AppDir/usr/share/doc/libglib2.0-0/copyright new file mode 100755 index 00000000..2304e564 --- /dev/null +++ b/appimage/packetry.AppDir/usr/share/doc/libglib2.0-0/copyright @@ -0,0 +1,129 @@ +This package was debianized by Akira TAGOH on +Thu, 7 Mar 2002 01:05:25 +0900. + +It was downloaded from . + +Original Authors +---------------- +Peter Mattis +Spencer Kimball +Josh MacDonald + +Please do not mail the original authors asking questions about this +version of GLib. + +GLib Team +--------- +Shawn T. Amundson +Jeff Garzik +Raja R Harinath +Tim Janik +Elliot Lee +Tor Lillqvist +Paolo Molaro +Havoc Pennington +Manish Singh +Owen Taylor +Sebastian Wilhelmi + +The random number generator "Mersenne Twister", which is used by GLib, +was developed and originally coded by: +Makoto Matsumoto +Takuji Nishimura + +Major copyright holders: + + Copyright © 1995-2018 Red Hat, Inc. + Copyright © 2008-2010 Novell, Inc. + Copyright © 2008-2010 Codethink Limited. + Copyright © 2008-2018 Collabora, Ltd. + Copyright © 2018 Endless Mobile, Inc. + Copyright © 2018 Emmanuele Bassi + +License: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + +Files: + gobject/tests/taptestrunner.py +Copyright: + 2015 Remko Tronçon +License: Expat + +Files: + tests/gen-casefold-txt.py + tests/gen-casemap-txt.py +Copyright: + 1998-1999 Tom Tromey + 2001 Red Hat Software +License: GPL-2+ + +Files: + debian/debcrossgen +Copyright: + 2017 Jussi Pakkanen +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 + . + 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 is available in + . + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, 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 . diff --git a/appimage/packetry.AppDir/usr/share/doc/libgraphene-1.0-0/copyright b/appimage/packetry.AppDir/usr/share/doc/libgraphene-1.0-0/copyright new file mode 100755 index 00000000..4fe7682b --- /dev/null +++ b/appimage/packetry.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/appimage/packetry.AppDir/usr/share/doc/libgtk-4-1/copyright b/appimage/packetry.AppDir/usr/share/doc/libgtk-4-1/copyright new file mode 100755 index 00000000..0b1d8ca9 --- /dev/null +++ b/appimage/packetry.AppDir/usr/share/doc/libgtk-4-1/copyright @@ -0,0 +1,729 @@ +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 + +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-2023 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-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/appimage/packetry.AppDir/usr/share/doc/libharfbuzz-cairo0/copyright b/appimage/packetry.AppDir/usr/share/doc/libharfbuzz-cairo0/copyright new file mode 100755 index 00000000..8e218086 --- /dev/null +++ b/appimage/packetry.AppDir/usr/share/doc/libharfbuzz-cairo0/copyright @@ -0,0 +1,708 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: HarfBuzz +Upstream-Contact: Behdad Esfahbod +Source: https://www.freedesktop.org/wiki/Software/HarfBuzz + +Files: * +Copyright: 2018-2020, Adobe, Inc + 2005-2023, Behdad Esfahbod + 2007, Chris Wilson + 2011, Codethink Limited + 2005, David Turner + 1998-2004, David Turner and Werner Lemberg + 2015-2020, Ebrahim Byagowi + 2016, Elie Roux + 2019-2020, Facebook, Inc + 2010-2023, Google, Inc + 2016, Igalia S.L + 2009, Keith Stribley + 2018-2021, Khaled Hosny + 2011, Martin Hosken and SIL International + 2022, Matthias Clasen + 2012-2015, Mozilla Foundation + 2008-2010, Nokia Corporation and/or its subsidiary(-ies) + 1998-2023, Red Hat, Inc + 2013-2015, Alexei Podtelezhnikov + 2012 Zilong Tan +License: MIT + +Files: debian/* +Copyright: 2012-2019,2023, أحمد المحمودي (Ahmed El-Mahmoudy) +License: MIT + +Files: src/hb-unicode-emoji-table.hh +Copyright: 2022, Unicode®, Inc +License: Unicode +Comment: https://www.unicode.org/terms_of_use.html + +Files: src/hb-ucd.cc +Copyright: 2012, Grigori Goronzy +License: ISC + +Files: test/shape/data/text-rendering-tests/* +Copyright: 2016, Unicode Inc +License: Apache-2.0 + +Files: perf/fonts/Amiri-Regular.ttf + perf/fonts/NotoNastaliqUrdu-Regular.ttf + test/api/fonts/* + test/fuzzing/fonts/* + test/shape/data/text-rendering-tests/fonts/* +Copyright: 2002-2018, Adobe Systems Incorporated + 2017-2019, Amin Abedi (@aminabedi68)-www.fontamin.com + 2015, Cadson Demak + 2011-2020, Google Inc + 2016, Igalia S.L. (http://igalia.com/) + 2017, Jens Kutilek + 2010-2017, Khaled Hosny + 2016, Sascha Brawer + 2010, Sebastian Kosch + 2008, The Bungee Project Authors + 1993-2016, The Font Bureau, Inc + 2016, The M+ Project Authors + 2021, The Qahiri Project Authors (github.com/aliftype/qahiri) + 2016-2019, Unicode, Inc +License: OFL-1.1 + +Files: test/shape/data/in-house/fonts/* +Copyright: 2000-2016, Adobe Systems Incorporated + 2016, Alfredo Marco Pradil + 2018-2022, David Corbett + 2010-2022, Google, Inc + 2011-2012, Lohit Fonts Project contributors + 2013-2020, Microsoft Corporation + 2018, SIL International (http://scripts.sil.org) + 2010-2021, The Amiri Project Authors (https://github.com/aliftype/amiri) + 2015-2021, The Mada Project Authors + 2021, The Qahiri Project Authors (github.com/aliftype/qahiri) + 2021, The Raqq Project Authors (github.com/aliftype/raqq) + 2018, Unicode, Inc + 2005, Zawgyi.net & Alpha Mandalay +License: OFL-1.1 + +Files: test/subset/data/* +Copyright: 2002-2018, Adobe Systems Incorporated (http://www.adobe.com/) + 2012, Andhrapradesh Society for Knowledge Networks (fonts.siliconandhra.org) + 2013, Danh Hong (khmertype.org) + 2007, Denis Moyogo Jacquerye + 2011-2012, George W. Nuss (http://www.fulbefouta.com) + 2010-2016, Google Inc + 2011, Hjort Nidudsson + 2019, Inter IKEA Systems B.V. (www.ikea.com) + 2010, NHN Corporation + 2011-2012, Sorkin Type Co (www.sorkintype.com) + 2013, The Alegreya Sans Project Authors (https://github.com/huertatipografica/Alegreya-Sans) + 2010-2020, The Amiri Project Authors (https://github.com/alif-type/amiri) + 2008, The Bungee Project Authors + 2007-2008, The C&MA Guinea Fulbe Team + 2011, The Comfortaa Project Authors (https://github.com/alexeiva/comfortaa) + 2020, The Fraunces Project Authors (github.com/undercasetype/Fraunces) + 2016, The M+ Project Authors + 2021, The M+ FONTS Project Authors (https://github.com/coz-m/MPLUS_FONTS) + 2019, The Noto Project Authors (github. com/googlei18n/noto-fonts) + 2017, The Roboto Flex Project Authors (https://github.com/TypeNetwork/Roboto-Flex) + 2004-2020, SIL International (http://www.sil.org) + 2017, The Spectral Project Authors (http://github.com/productiontype/spectral) + 2001-2021, The STIX Fonts Project Authors (https://github.com/stipub/stixfonts) +License: OFL-1.1 + +Files: test/shape/data/aots/* +Copyright: 2000-2016, Adobe Systems Incorporated +License: Apache-2.0 + +Files: perf/fonts/Roboto-Regular.ttf + test/api/fonts/nameID.origin.ttf + test/api/fonts/nameID.override.expected.ttf + test/api/fonts/OpenSans-Regular.ttf + test/shape/data/text-rendering-tests/fonts/TestShapeKndaV3.ttf + test/subset/data/fonts/Tinos-Italic.ttf + test/subset/data/fonts/IndicTestHowrah-Regular.ttf + test/subset/data/fonts/IndicTestJalandhar-Regular.ttf + test/subset/data/fonts/Roboto-Regular.ttf + test/subset/data/fonts/Roboto-Variable.ttf +Copyright: 2010-2013, Google Corporation +License: Apache-2.0 + +Files: test/shape/data/in-house/fonts/e8691822f6a705e3e9fb48a0405c645b1a036590.ttf +Copyright: 2020, Fredrick R. Brennan +License: Apache-2.0 + +Files: test/subset/data/fonts/Khmer.ttf +Copyright: 2013, Danh Hong (khmertype.org) +License: Apache-2.0 + +Files: test/api/fonts/TestGVAREight.ttf + test/shape/data/text-rendering-tests/fonts/TestGVAREight.ttf +Copyright: 1992-2017, Thomas A. Rickner +License: Apache-2.0 +Comment: License mismatch resolved: https://github.com/harfbuzz/harfbuzz/issues/4062 + +Files: test/api/fonts/TestGVAROne.ttf + test/api/fonts/TestGVARThree.ttf + test/api/fonts/TestGVARTwo.ttf + test/shape/data/text-rendering-tests/fonts/TestGVAROne.ttf + test/shape/data/text-rendering-tests/fonts/TestGVARThree.ttf + test/shape/data/text-rendering-tests/fonts/TestGVARTwo.ttf +Copyright: 2016, Monotype Hong Kong Ltd. and Monotype Imaging Inc +License: Monotype + +Files: test/shape/data/in-house/fonts/074a5ae6b19de8f29772fdd5df2d3d833f81f5e6.ttf + test/shape/data/in-house/fonts/1a3d8f381387dd29be1e897e4b5100ac8b4829e1.ttf + test/shape/data/in-house/fonts/b151cfcdaa77585d77f17a42158e0873fc8e2633.ttf + test/shape/data/in-house/fonts/d9b8bc10985f24796826c29f7ccba3d0ae11ec02.ttf +Copyright: 2017, David Corbett +License: CC0-1.0 + +Files: test/shape/data/in-house/fonts/b722a7d09e60421f3efbc706ad348ab47b88567b.ttf +Copyright: 2005, Mihail Bayaryn +License: GPL-3+ + +Files: test/shape/data/in-house/fonts/b895f8ff06493cc893ec44de380690ca0074edfa.ttf +Copyright: 2009-2010, Yoram Gnat (yoram.gnat@gmail.com) + 2003-2007, Ralph Hancock & John Hudson +License: GPL-2+ with Font exception + +Files: test/shape/data/in-house/fonts/DFONT.dfont + test/shape/data/in-house/fonts/TTC.ttc +Copyright: 2015, FontTools +License: MIT +Comment: https://github.com/fonttools/fonttools/blob/main/LICENSE + +Files: test/subset/data/expected/glyph_names/* + test/subset/data/fonts/Ubuntu-Regular.ttf +Copyright: 2011, Canonical Ltd. +License: UFL-1.0 + +Files: aclocal.m4 + Makefile.in + m4/* + docs/Makefile.in + perf/Makefile.in + src/Makefile.in + test/Makefile.in + test/api/Makefile.in + test/fuzzing/Makefile.in + test/shape/Makefile.in + test/shape/data/Makefile.in + test/shape/data/aots/Makefile.in + test/shape/data/in-house/Makefile.in + test/shape/data/text-rendering-tests/Makefile.in + test/subset/Makefile.in + test/subset/data/Makefile.in + test/subset/data/repack_tests/Makefile.in + test/threads/Makefile.in + util/Makefile.in +Copyright: 1994-2018, Free Software Foundation, Inc + 2004-2007, Damon Chaplin + 2012-2015, Dan Nicholson + 2003, James Henstridge + 2009, Johan Dahlin + 2004, Scott James Remnant + 2007-2017, Stefan Sauer + 2003-2005, Thomas Vander Stichele +License: FSFULLR + +Files: ar-lib + compile + depcomp + missing + test-driver +Copyright: 1996-2018, Free Software Foundation, Inc +License: GPL-2+ with AutoConf exception + +Files: config.guess + config.sub +Copyright: 1992-2018, Free Software Foundation, Inc +License: GPL-3+ with AutoConf exception + +Files: m4/ax_cxx_compile_stdcxx.m4 +Copyright: 2008, Benjamin Kosnik + 2014-2015, Google Inc.; contributed by Alexey Sokolov + 2016, Krzesimir Nowak + 2015, Moritz Klammler + 2015, Paul Norman + 2013, Roy Stogner + 2012, Zack Weinberg +License: FSFAP + +Files: m4/ax_code_coverage.m4 +Copyright: 2015, Bastien ROUCARIES + 2012, Christian Persch + 2012, Dan Winship + 2012, Paolo Borelli + 2012-2016, Philip Withnall + 2012, Xan Lopez +License: LGPL-2.1+ + +Files: ltmain.sh +Copyright: 1996-2015, Free Software Foundation, Inc +License: GPL-2+ with LibTool exception + +Files: gtk-doc.make +Copyright: 2004-2007, Damon Chaplin + 2003, James Henstridge + 2007-2017, Stefan Sauer +License: GPL-3+ + +Files: m4/ax_check_link_flag.m4 +Copyright: 2008, Guido U. Draheim + 2011, Maarten Bosmans +License: GPL-3+ with AutoConf exception + +Files: m4/gtk-doc.m4 +Copyright: 2003, James Henstridge + 2007-2017, Stefan Sauer +License: GPL-3+ + +Files: m4/ax_pthread.m4 +Copyright: 2011, Daniel Richard G + 2008, Steven G. Johnson +License: GPL-3+ with AutoConf exception + +Files: install-sh +Copyright: 1994, X Consortium +License: Expat + +Files: INSTALL +Copyright: 1994-2016, Free Software +License: FSFAP + +Files: configure +Copyright: 1992-2014, Free Software Foundation, Inc +License: FSFUL + +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems, the full text of the Apache License + can be found in the file `/usr/share/common-licenses/Apache-2.0'. + +License: CC0-1.0 + On Debian systems, the text of the CC0 1.0 Universal license can be + found in ‘/usr/share/common-licenses/CC0-1.0’. + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN + AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- + TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + . + Except as contained in this notice, the name of the X Consortium shall not + be used in advertising or otherwise to promote the sale, use or other deal- + ings in this Software without prior written authorization from the X Consor- + tium. + +License: FSFAP + Copying and distribution of this file, with or without modification, are + permitted in any medium without royalty provided the copyright notice + and this notice are preserved. This file is offered as-is, without any + warranty. + +License: FSFUL + This script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it. + +License: FSFULLR + This file is free software; the Free Software Foundation + gives unlimited permission to copy and/or distribute it, + with or without modifications, as long as this notice is preserved. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY, to the extent permitted by law; without + even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. + +License: GPL-2+ with AutoConf exception + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 2 can be found in "/usr/share/common-licenses/GPL-2". + . + As a special exception to the GNU General Public License, if you + distribute this file as part of a program that contains a + configuration script generated by Autoconf, you may include it under + the same distribution terms that you use for the rest of that program. + +License: GPL-2+ with Font exception + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 2 can be found in "/usr/share/common-licenses/GPL-2". + . + As a special exception, if you create a document which uses this font, + and embed this font or unaltered portions of this font into the + document, this font does not by itself cause the resulting document + to be covered by the GNU General Public License. This exception does + not however invalidate any other reasons why the document might be + covered by the GNU General Public License. If you modify this font, + you may extend this exception to your version of the font, but you + are not obligated to do so. If you do not wish to do so, delete this + exception statement from your version. + +License: GPL-2+ with LibTool exception + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 2 can be found in "/usr/share/common-licenses/GPL-2". + . + As a special exception to the GNU General Public License, + if you distribute this file as part of a program or library that + is built using GNU Libtool, you may include this file under the + same distribution terms that you use for the rest of that program. + +License: GPL-3+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or (at + your option) any later version. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 3 can be found in "/usr/share/common-licenses/GPL-3". + +License: GPL-3+ with AutoConf exception + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 3 can be found in "/usr/share/common-licenses/GPL-3". + . + As a special exception to the GNU General Public License, if you + distribute this file as part of a program that contains a + configuration script generated by Autoconf, you may include it under + the same distribution terms that you use for the rest of that program. + +License: ISC + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + . + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at + your option) any later version. + . + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + General Public License for more details. + . + On Debian systems, the complete text of the GNU Lesser General Public + License, version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". + +License: MIT + Permission is hereby granted, without written agreement and without license or + royalty fees, to use, copy, modify, and distribute this software and its + documentation for any purpose, provided that the above copyright notice and + the following two paragraphs appear in all copies of this software. + . + IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR DIRECT, + INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE + OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE COPYRIGHT HOLDER HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + . + THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, + AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, + UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +License: OFL-1.1 + SIL OPEN FONT LICENSE + . + Version 1.1 - 26 February 2007 + . + PREAMBLE + The goals of the Open Font License (OFL) are to stimulate worldwide + development of collaborative font projects, to support the font creation + efforts of academic and linguistic communities, and to provide a free and + open framework in which fonts may be shared and improved in partnership + with others. + . + The OFL allows the licensed fonts to be used, studied, modified and + redistributed freely as long as they are not sold by themselves. The + fonts, including any derivative works, can be bundled, embedded, + redistributed and/or sold with any software provided that any reserved + names are not used by derivative works. The fonts and derivatives, + however, cannot be released under any other type of license. The + requirement for fonts to remain under this license does not apply + to any document created using the fonts or their derivatives. + . + DEFINITIONS + "Font Software" refers to the set of files released by the Copyright + Holder(s) under this license and clearly marked as such. This may + include source files, build scripts and documentation. + . + "Reserved Font Name" refers to any names specified as such after the + copyright statement(s). + . + "Original Version" refers to the collection of Font Software components as + distributed by the Copyright Holder(s). + . + "Modified Version" refers to any derivative made by adding to, deleting, + or substituting - in part or in whole - any of the components of the + Original Version, by changing formats or by porting the Font Software to a + new environment. + . + "Author" refers to any designer, engineer, programmer, technical + writer or other person who contributed to the Font Software. + . + PERMISSION & CONDITIONS + Permission is hereby granted, free of charge, to any person obtaining + a copy of the Font Software, to use, study, copy, merge, embed, modify, + redistribute, and sell modified and unmodified copies of the Font + Software, subject to the following conditions: + . + 1) Neither the Font Software nor any of its individual components, + in Original or Modified Versions, may be sold by itself. + . + 2) Original or Modified Versions of the Font Software may be bundled, + redistributed and/or sold with any software, provided that each copy + contains the above copyright notice and this license. These can be + included either as stand-alone text files, human-readable headers or + in the appropriate machine-readable metadata fields within text or + binary files as long as those fields can be easily viewed by the user. + . + 3) No Modified Version of the Font Software may use the Reserved Font + Name(s) unless explicit written permission is granted by the corresponding + Copyright Holder. This restriction only applies to the primary font name as + presented to the users. + . + 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font + Software shall not be used to promote, endorse or advertise any + Modified Version, except to acknowledge the contribution(s) of the + Copyright Holder(s) and the Author(s) or with their explicit written + permission. + . + 5) The Font Software, modified or unmodified, in part or in whole, + must be distributed entirely under this license, and must not be + distributed under any other license. The requirement for fonts to + remain under this license does not apply to any document created + using the Font Software. + . + TERMINATION + This license becomes null and void if any of the above conditions are + not met. + . + DISCLAIMER + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT + OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM + OTHER DEALINGS IN THE FONT SOFTWARE. + +License: Monotype + This font software is the property of Monotype Imaging Inc., one of its + affiliated entities, or its licensors (collectively, Monotype) and its use + by you is covered under the terms of a license agreement. + . + You have obtained this font software either directly from Monotype or from the + Unicode Consortium. Monotype has granted the Consortium and recipients of the + this font distributed by the Consortium, permission, free of charge, to use, + copy modify, publish, distribute, sublicense, and/or sell copies of the font, + and to permit persons to whom the font is distributed to do so. In addition, + Monotype grants to the Consortium the worldwide, nonexclusive, royalty-free, + paid-up, and irrevocable rights under Monotype's copyright rights to + reproduce, publicly display, publicly perform, prepare derivative works of, + and distribute copies of the font, and the right to sublicense others who + legally receive copies of the font. + . + You can learn more about Monotype here: www.monotype.com + +License: UFL-1.0 + ------------------------------- + UBUNTU FONT LICENCE Version 1.0 + ------------------------------- + . + PREAMBLE + This licence allows the licensed fonts to be used, studied, modified and + redistributed freely. The fonts, including any derivative works, can be + bundled, embedded, and redistributed provided the terms of this licence + are met. The fonts and derivatives, however, cannot be released under + any other licence. The requirement for fonts to remain under this + licence does not require any document created using the fonts or their + derivatives to be published under this licence, as long as the primary + purpose of the document is not to be a vehicle for the distribution of + the fonts. + . + DEFINITIONS + "Font Software" refers to the set of files released by the Copyright + Holder(s) under this licence and clearly marked as such. This may + include source files, build scripts and documentation. + . + "Original Version" refers to the collection of Font Software components + as received under this licence. + . + "Modified Version" refers to any derivative made by adding to, deleting, + or substituting -- in part or in whole -- any of the components of the + Original Version, by changing formats or by porting the Font Software to + a new environment. + . + "Copyright Holder(s)" refers to all individuals and companies who have a + copyright ownership of the Font Software. + . + "Substantially Changed" refers to Modified Versions which can be easily + identified as dissimilar to the Font Software by users of the Font + Software comparing the Original Version with the Modified Version. + . + To "Propagate" a work means to do anything with it that, without + permission, would make you directly or secondarily liable for + infringement under applicable copyright law, except executing it on a + computer or modifying a private copy. Propagation includes copying, + distribution (with or without modification and with or without charging + a redistribution fee), making available to the public, and in some + countries other activities as well. + . + PERMISSION & CONDITIONS + This licence does not grant any rights under trademark law and all such + rights are reserved. + . + Permission is hereby granted, free of charge, to any person obtaining a + copy of the Font Software, to propagate the Font Software, subject to + the below conditions: + . + 1) Each copy of the Font Software must contain the above copyright + notice and this licence. These can be included either as stand-alone + text files, human-readable headers or in the appropriate machine- + readable metadata fields within text or binary files as long as those + fields can be easily viewed by the user. + . + 2) The font name complies with the following: + (a) The Original Version must retain its name, unmodified. + (b) Modified Versions which are Substantially Changed must be renamed to + avoid use of the name of the Original Version or similar names entirely. + (c) Modified Versions which are not Substantially Changed must be + renamed to both (i) retain the name of the Original Version and (ii) add + additional naming elements to distinguish the Modified Version from the + Original Version. The name of such Modified Versions must be the name of + the Original Version, with "derivative X" where X represents the name of + the new work, appended to that name. + . + 3) The name(s) of the Copyright Holder(s) and any contributor to the + Font Software shall not be used to promote, endorse or advertise any + Modified Version, except (i) as required by this licence, (ii) to + acknowledge the contribution(s) of the Copyright Holder(s) or (iii) with + their explicit written permission. + . + 4) The Font Software, modified or unmodified, in part or in whole, must + be distributed entirely under this licence, and must not be distributed + under any other licence. The requirement for fonts to remain under this + licence does not affect any document created using the Font Software, + except any version of the Font Software extracted from a document + created using the Font Software may only be distributed under this + licence. + . + TERMINATION + This licence becomes null and void if any of the above conditions are + not met. + . + DISCLAIMER + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF + COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER + DEALINGS IN THE FONT SOFTWARE. + +License: Unicode + Permission is hereby granted, free of charge, to any person obtaining + a copy of the Unicode data files and any associated documentation + (the "Data Files") or Unicode software and any associated documentation + (the "Software") to deal in the Data Files or Software + without restriction, including without limitation the rights to use, + copy, modify, merge, publish, distribute, and/or sell copies of + the Data Files or Software, and to permit persons to whom the Data Files + or Software are furnished to do so, provided that either + (a) this copyright and permission notice appear with all copies + of the Data Files or Software, or + (b) this copyright and permission notice appear in associated + Documentation. + . + THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF + ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE + WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT OF THIRD PARTY RIGHTS. + IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS + NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL + DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + PERFORMANCE OF THE DATA FILES OR SOFTWARE. + . + Except as contained in this notice, the name of a copyright holder + shall not be used in advertising or otherwise to promote the sale, + use or other dealings in these Data Files or Software without prior + written authorization of the copyright holder. diff --git a/appimage/packetry.AppDir/usr/share/doc/libharfbuzz-dev/copyright b/appimage/packetry.AppDir/usr/share/doc/libharfbuzz-dev/copyright new file mode 100755 index 00000000..8e218086 --- /dev/null +++ b/appimage/packetry.AppDir/usr/share/doc/libharfbuzz-dev/copyright @@ -0,0 +1,708 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: HarfBuzz +Upstream-Contact: Behdad Esfahbod +Source: https://www.freedesktop.org/wiki/Software/HarfBuzz + +Files: * +Copyright: 2018-2020, Adobe, Inc + 2005-2023, Behdad Esfahbod + 2007, Chris Wilson + 2011, Codethink Limited + 2005, David Turner + 1998-2004, David Turner and Werner Lemberg + 2015-2020, Ebrahim Byagowi + 2016, Elie Roux + 2019-2020, Facebook, Inc + 2010-2023, Google, Inc + 2016, Igalia S.L + 2009, Keith Stribley + 2018-2021, Khaled Hosny + 2011, Martin Hosken and SIL International + 2022, Matthias Clasen + 2012-2015, Mozilla Foundation + 2008-2010, Nokia Corporation and/or its subsidiary(-ies) + 1998-2023, Red Hat, Inc + 2013-2015, Alexei Podtelezhnikov + 2012 Zilong Tan +License: MIT + +Files: debian/* +Copyright: 2012-2019,2023, أحمد المحمودي (Ahmed El-Mahmoudy) +License: MIT + +Files: src/hb-unicode-emoji-table.hh +Copyright: 2022, Unicode®, Inc +License: Unicode +Comment: https://www.unicode.org/terms_of_use.html + +Files: src/hb-ucd.cc +Copyright: 2012, Grigori Goronzy +License: ISC + +Files: test/shape/data/text-rendering-tests/* +Copyright: 2016, Unicode Inc +License: Apache-2.0 + +Files: perf/fonts/Amiri-Regular.ttf + perf/fonts/NotoNastaliqUrdu-Regular.ttf + test/api/fonts/* + test/fuzzing/fonts/* + test/shape/data/text-rendering-tests/fonts/* +Copyright: 2002-2018, Adobe Systems Incorporated + 2017-2019, Amin Abedi (@aminabedi68)-www.fontamin.com + 2015, Cadson Demak + 2011-2020, Google Inc + 2016, Igalia S.L. (http://igalia.com/) + 2017, Jens Kutilek + 2010-2017, Khaled Hosny + 2016, Sascha Brawer + 2010, Sebastian Kosch + 2008, The Bungee Project Authors + 1993-2016, The Font Bureau, Inc + 2016, The M+ Project Authors + 2021, The Qahiri Project Authors (github.com/aliftype/qahiri) + 2016-2019, Unicode, Inc +License: OFL-1.1 + +Files: test/shape/data/in-house/fonts/* +Copyright: 2000-2016, Adobe Systems Incorporated + 2016, Alfredo Marco Pradil + 2018-2022, David Corbett + 2010-2022, Google, Inc + 2011-2012, Lohit Fonts Project contributors + 2013-2020, Microsoft Corporation + 2018, SIL International (http://scripts.sil.org) + 2010-2021, The Amiri Project Authors (https://github.com/aliftype/amiri) + 2015-2021, The Mada Project Authors + 2021, The Qahiri Project Authors (github.com/aliftype/qahiri) + 2021, The Raqq Project Authors (github.com/aliftype/raqq) + 2018, Unicode, Inc + 2005, Zawgyi.net & Alpha Mandalay +License: OFL-1.1 + +Files: test/subset/data/* +Copyright: 2002-2018, Adobe Systems Incorporated (http://www.adobe.com/) + 2012, Andhrapradesh Society for Knowledge Networks (fonts.siliconandhra.org) + 2013, Danh Hong (khmertype.org) + 2007, Denis Moyogo Jacquerye + 2011-2012, George W. Nuss (http://www.fulbefouta.com) + 2010-2016, Google Inc + 2011, Hjort Nidudsson + 2019, Inter IKEA Systems B.V. (www.ikea.com) + 2010, NHN Corporation + 2011-2012, Sorkin Type Co (www.sorkintype.com) + 2013, The Alegreya Sans Project Authors (https://github.com/huertatipografica/Alegreya-Sans) + 2010-2020, The Amiri Project Authors (https://github.com/alif-type/amiri) + 2008, The Bungee Project Authors + 2007-2008, The C&MA Guinea Fulbe Team + 2011, The Comfortaa Project Authors (https://github.com/alexeiva/comfortaa) + 2020, The Fraunces Project Authors (github.com/undercasetype/Fraunces) + 2016, The M+ Project Authors + 2021, The M+ FONTS Project Authors (https://github.com/coz-m/MPLUS_FONTS) + 2019, The Noto Project Authors (github. com/googlei18n/noto-fonts) + 2017, The Roboto Flex Project Authors (https://github.com/TypeNetwork/Roboto-Flex) + 2004-2020, SIL International (http://www.sil.org) + 2017, The Spectral Project Authors (http://github.com/productiontype/spectral) + 2001-2021, The STIX Fonts Project Authors (https://github.com/stipub/stixfonts) +License: OFL-1.1 + +Files: test/shape/data/aots/* +Copyright: 2000-2016, Adobe Systems Incorporated +License: Apache-2.0 + +Files: perf/fonts/Roboto-Regular.ttf + test/api/fonts/nameID.origin.ttf + test/api/fonts/nameID.override.expected.ttf + test/api/fonts/OpenSans-Regular.ttf + test/shape/data/text-rendering-tests/fonts/TestShapeKndaV3.ttf + test/subset/data/fonts/Tinos-Italic.ttf + test/subset/data/fonts/IndicTestHowrah-Regular.ttf + test/subset/data/fonts/IndicTestJalandhar-Regular.ttf + test/subset/data/fonts/Roboto-Regular.ttf + test/subset/data/fonts/Roboto-Variable.ttf +Copyright: 2010-2013, Google Corporation +License: Apache-2.0 + +Files: test/shape/data/in-house/fonts/e8691822f6a705e3e9fb48a0405c645b1a036590.ttf +Copyright: 2020, Fredrick R. Brennan +License: Apache-2.0 + +Files: test/subset/data/fonts/Khmer.ttf +Copyright: 2013, Danh Hong (khmertype.org) +License: Apache-2.0 + +Files: test/api/fonts/TestGVAREight.ttf + test/shape/data/text-rendering-tests/fonts/TestGVAREight.ttf +Copyright: 1992-2017, Thomas A. Rickner +License: Apache-2.0 +Comment: License mismatch resolved: https://github.com/harfbuzz/harfbuzz/issues/4062 + +Files: test/api/fonts/TestGVAROne.ttf + test/api/fonts/TestGVARThree.ttf + test/api/fonts/TestGVARTwo.ttf + test/shape/data/text-rendering-tests/fonts/TestGVAROne.ttf + test/shape/data/text-rendering-tests/fonts/TestGVARThree.ttf + test/shape/data/text-rendering-tests/fonts/TestGVARTwo.ttf +Copyright: 2016, Monotype Hong Kong Ltd. and Monotype Imaging Inc +License: Monotype + +Files: test/shape/data/in-house/fonts/074a5ae6b19de8f29772fdd5df2d3d833f81f5e6.ttf + test/shape/data/in-house/fonts/1a3d8f381387dd29be1e897e4b5100ac8b4829e1.ttf + test/shape/data/in-house/fonts/b151cfcdaa77585d77f17a42158e0873fc8e2633.ttf + test/shape/data/in-house/fonts/d9b8bc10985f24796826c29f7ccba3d0ae11ec02.ttf +Copyright: 2017, David Corbett +License: CC0-1.0 + +Files: test/shape/data/in-house/fonts/b722a7d09e60421f3efbc706ad348ab47b88567b.ttf +Copyright: 2005, Mihail Bayaryn +License: GPL-3+ + +Files: test/shape/data/in-house/fonts/b895f8ff06493cc893ec44de380690ca0074edfa.ttf +Copyright: 2009-2010, Yoram Gnat (yoram.gnat@gmail.com) + 2003-2007, Ralph Hancock & John Hudson +License: GPL-2+ with Font exception + +Files: test/shape/data/in-house/fonts/DFONT.dfont + test/shape/data/in-house/fonts/TTC.ttc +Copyright: 2015, FontTools +License: MIT +Comment: https://github.com/fonttools/fonttools/blob/main/LICENSE + +Files: test/subset/data/expected/glyph_names/* + test/subset/data/fonts/Ubuntu-Regular.ttf +Copyright: 2011, Canonical Ltd. +License: UFL-1.0 + +Files: aclocal.m4 + Makefile.in + m4/* + docs/Makefile.in + perf/Makefile.in + src/Makefile.in + test/Makefile.in + test/api/Makefile.in + test/fuzzing/Makefile.in + test/shape/Makefile.in + test/shape/data/Makefile.in + test/shape/data/aots/Makefile.in + test/shape/data/in-house/Makefile.in + test/shape/data/text-rendering-tests/Makefile.in + test/subset/Makefile.in + test/subset/data/Makefile.in + test/subset/data/repack_tests/Makefile.in + test/threads/Makefile.in + util/Makefile.in +Copyright: 1994-2018, Free Software Foundation, Inc + 2004-2007, Damon Chaplin + 2012-2015, Dan Nicholson + 2003, James Henstridge + 2009, Johan Dahlin + 2004, Scott James Remnant + 2007-2017, Stefan Sauer + 2003-2005, Thomas Vander Stichele +License: FSFULLR + +Files: ar-lib + compile + depcomp + missing + test-driver +Copyright: 1996-2018, Free Software Foundation, Inc +License: GPL-2+ with AutoConf exception + +Files: config.guess + config.sub +Copyright: 1992-2018, Free Software Foundation, Inc +License: GPL-3+ with AutoConf exception + +Files: m4/ax_cxx_compile_stdcxx.m4 +Copyright: 2008, Benjamin Kosnik + 2014-2015, Google Inc.; contributed by Alexey Sokolov + 2016, Krzesimir Nowak + 2015, Moritz Klammler + 2015, Paul Norman + 2013, Roy Stogner + 2012, Zack Weinberg +License: FSFAP + +Files: m4/ax_code_coverage.m4 +Copyright: 2015, Bastien ROUCARIES + 2012, Christian Persch + 2012, Dan Winship + 2012, Paolo Borelli + 2012-2016, Philip Withnall + 2012, Xan Lopez +License: LGPL-2.1+ + +Files: ltmain.sh +Copyright: 1996-2015, Free Software Foundation, Inc +License: GPL-2+ with LibTool exception + +Files: gtk-doc.make +Copyright: 2004-2007, Damon Chaplin + 2003, James Henstridge + 2007-2017, Stefan Sauer +License: GPL-3+ + +Files: m4/ax_check_link_flag.m4 +Copyright: 2008, Guido U. Draheim + 2011, Maarten Bosmans +License: GPL-3+ with AutoConf exception + +Files: m4/gtk-doc.m4 +Copyright: 2003, James Henstridge + 2007-2017, Stefan Sauer +License: GPL-3+ + +Files: m4/ax_pthread.m4 +Copyright: 2011, Daniel Richard G + 2008, Steven G. Johnson +License: GPL-3+ with AutoConf exception + +Files: install-sh +Copyright: 1994, X Consortium +License: Expat + +Files: INSTALL +Copyright: 1994-2016, Free Software +License: FSFAP + +Files: configure +Copyright: 1992-2014, Free Software Foundation, Inc +License: FSFUL + +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems, the full text of the Apache License + can be found in the file `/usr/share/common-licenses/Apache-2.0'. + +License: CC0-1.0 + On Debian systems, the text of the CC0 1.0 Universal license can be + found in ‘/usr/share/common-licenses/CC0-1.0’. + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN + AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- + TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + . + Except as contained in this notice, the name of the X Consortium shall not + be used in advertising or otherwise to promote the sale, use or other deal- + ings in this Software without prior written authorization from the X Consor- + tium. + +License: FSFAP + Copying and distribution of this file, with or without modification, are + permitted in any medium without royalty provided the copyright notice + and this notice are preserved. This file is offered as-is, without any + warranty. + +License: FSFUL + This script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it. + +License: FSFULLR + This file is free software; the Free Software Foundation + gives unlimited permission to copy and/or distribute it, + with or without modifications, as long as this notice is preserved. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY, to the extent permitted by law; without + even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. + +License: GPL-2+ with AutoConf exception + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 2 can be found in "/usr/share/common-licenses/GPL-2". + . + As a special exception to the GNU General Public License, if you + distribute this file as part of a program that contains a + configuration script generated by Autoconf, you may include it under + the same distribution terms that you use for the rest of that program. + +License: GPL-2+ with Font exception + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 2 can be found in "/usr/share/common-licenses/GPL-2". + . + As a special exception, if you create a document which uses this font, + and embed this font or unaltered portions of this font into the + document, this font does not by itself cause the resulting document + to be covered by the GNU General Public License. This exception does + not however invalidate any other reasons why the document might be + covered by the GNU General Public License. If you modify this font, + you may extend this exception to your version of the font, but you + are not obligated to do so. If you do not wish to do so, delete this + exception statement from your version. + +License: GPL-2+ with LibTool exception + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 2 can be found in "/usr/share/common-licenses/GPL-2". + . + As a special exception to the GNU General Public License, + if you distribute this file as part of a program or library that + is built using GNU Libtool, you may include this file under the + same distribution terms that you use for the rest of that program. + +License: GPL-3+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or (at + your option) any later version. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 3 can be found in "/usr/share/common-licenses/GPL-3". + +License: GPL-3+ with AutoConf exception + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 3 can be found in "/usr/share/common-licenses/GPL-3". + . + As a special exception to the GNU General Public License, if you + distribute this file as part of a program that contains a + configuration script generated by Autoconf, you may include it under + the same distribution terms that you use for the rest of that program. + +License: ISC + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + . + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at + your option) any later version. + . + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + General Public License for more details. + . + On Debian systems, the complete text of the GNU Lesser General Public + License, version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". + +License: MIT + Permission is hereby granted, without written agreement and without license or + royalty fees, to use, copy, modify, and distribute this software and its + documentation for any purpose, provided that the above copyright notice and + the following two paragraphs appear in all copies of this software. + . + IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR DIRECT, + INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE + OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE COPYRIGHT HOLDER HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + . + THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, + AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, + UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +License: OFL-1.1 + SIL OPEN FONT LICENSE + . + Version 1.1 - 26 February 2007 + . + PREAMBLE + The goals of the Open Font License (OFL) are to stimulate worldwide + development of collaborative font projects, to support the font creation + efforts of academic and linguistic communities, and to provide a free and + open framework in which fonts may be shared and improved in partnership + with others. + . + The OFL allows the licensed fonts to be used, studied, modified and + redistributed freely as long as they are not sold by themselves. The + fonts, including any derivative works, can be bundled, embedded, + redistributed and/or sold with any software provided that any reserved + names are not used by derivative works. The fonts and derivatives, + however, cannot be released under any other type of license. The + requirement for fonts to remain under this license does not apply + to any document created using the fonts or their derivatives. + . + DEFINITIONS + "Font Software" refers to the set of files released by the Copyright + Holder(s) under this license and clearly marked as such. This may + include source files, build scripts and documentation. + . + "Reserved Font Name" refers to any names specified as such after the + copyright statement(s). + . + "Original Version" refers to the collection of Font Software components as + distributed by the Copyright Holder(s). + . + "Modified Version" refers to any derivative made by adding to, deleting, + or substituting - in part or in whole - any of the components of the + Original Version, by changing formats or by porting the Font Software to a + new environment. + . + "Author" refers to any designer, engineer, programmer, technical + writer or other person who contributed to the Font Software. + . + PERMISSION & CONDITIONS + Permission is hereby granted, free of charge, to any person obtaining + a copy of the Font Software, to use, study, copy, merge, embed, modify, + redistribute, and sell modified and unmodified copies of the Font + Software, subject to the following conditions: + . + 1) Neither the Font Software nor any of its individual components, + in Original or Modified Versions, may be sold by itself. + . + 2) Original or Modified Versions of the Font Software may be bundled, + redistributed and/or sold with any software, provided that each copy + contains the above copyright notice and this license. These can be + included either as stand-alone text files, human-readable headers or + in the appropriate machine-readable metadata fields within text or + binary files as long as those fields can be easily viewed by the user. + . + 3) No Modified Version of the Font Software may use the Reserved Font + Name(s) unless explicit written permission is granted by the corresponding + Copyright Holder. This restriction only applies to the primary font name as + presented to the users. + . + 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font + Software shall not be used to promote, endorse or advertise any + Modified Version, except to acknowledge the contribution(s) of the + Copyright Holder(s) and the Author(s) or with their explicit written + permission. + . + 5) The Font Software, modified or unmodified, in part or in whole, + must be distributed entirely under this license, and must not be + distributed under any other license. The requirement for fonts to + remain under this license does not apply to any document created + using the Font Software. + . + TERMINATION + This license becomes null and void if any of the above conditions are + not met. + . + DISCLAIMER + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT + OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM + OTHER DEALINGS IN THE FONT SOFTWARE. + +License: Monotype + This font software is the property of Monotype Imaging Inc., one of its + affiliated entities, or its licensors (collectively, Monotype) and its use + by you is covered under the terms of a license agreement. + . + You have obtained this font software either directly from Monotype or from the + Unicode Consortium. Monotype has granted the Consortium and recipients of the + this font distributed by the Consortium, permission, free of charge, to use, + copy modify, publish, distribute, sublicense, and/or sell copies of the font, + and to permit persons to whom the font is distributed to do so. In addition, + Monotype grants to the Consortium the worldwide, nonexclusive, royalty-free, + paid-up, and irrevocable rights under Monotype's copyright rights to + reproduce, publicly display, publicly perform, prepare derivative works of, + and distribute copies of the font, and the right to sublicense others who + legally receive copies of the font. + . + You can learn more about Monotype here: www.monotype.com + +License: UFL-1.0 + ------------------------------- + UBUNTU FONT LICENCE Version 1.0 + ------------------------------- + . + PREAMBLE + This licence allows the licensed fonts to be used, studied, modified and + redistributed freely. The fonts, including any derivative works, can be + bundled, embedded, and redistributed provided the terms of this licence + are met. The fonts and derivatives, however, cannot be released under + any other licence. The requirement for fonts to remain under this + licence does not require any document created using the fonts or their + derivatives to be published under this licence, as long as the primary + purpose of the document is not to be a vehicle for the distribution of + the fonts. + . + DEFINITIONS + "Font Software" refers to the set of files released by the Copyright + Holder(s) under this licence and clearly marked as such. This may + include source files, build scripts and documentation. + . + "Original Version" refers to the collection of Font Software components + as received under this licence. + . + "Modified Version" refers to any derivative made by adding to, deleting, + or substituting -- in part or in whole -- any of the components of the + Original Version, by changing formats or by porting the Font Software to + a new environment. + . + "Copyright Holder(s)" refers to all individuals and companies who have a + copyright ownership of the Font Software. + . + "Substantially Changed" refers to Modified Versions which can be easily + identified as dissimilar to the Font Software by users of the Font + Software comparing the Original Version with the Modified Version. + . + To "Propagate" a work means to do anything with it that, without + permission, would make you directly or secondarily liable for + infringement under applicable copyright law, except executing it on a + computer or modifying a private copy. Propagation includes copying, + distribution (with or without modification and with or without charging + a redistribution fee), making available to the public, and in some + countries other activities as well. + . + PERMISSION & CONDITIONS + This licence does not grant any rights under trademark law and all such + rights are reserved. + . + Permission is hereby granted, free of charge, to any person obtaining a + copy of the Font Software, to propagate the Font Software, subject to + the below conditions: + . + 1) Each copy of the Font Software must contain the above copyright + notice and this licence. These can be included either as stand-alone + text files, human-readable headers or in the appropriate machine- + readable metadata fields within text or binary files as long as those + fields can be easily viewed by the user. + . + 2) The font name complies with the following: + (a) The Original Version must retain its name, unmodified. + (b) Modified Versions which are Substantially Changed must be renamed to + avoid use of the name of the Original Version or similar names entirely. + (c) Modified Versions which are not Substantially Changed must be + renamed to both (i) retain the name of the Original Version and (ii) add + additional naming elements to distinguish the Modified Version from the + Original Version. The name of such Modified Versions must be the name of + the Original Version, with "derivative X" where X represents the name of + the new work, appended to that name. + . + 3) The name(s) of the Copyright Holder(s) and any contributor to the + Font Software shall not be used to promote, endorse or advertise any + Modified Version, except (i) as required by this licence, (ii) to + acknowledge the contribution(s) of the Copyright Holder(s) or (iii) with + their explicit written permission. + . + 4) The Font Software, modified or unmodified, in part or in whole, must + be distributed entirely under this licence, and must not be distributed + under any other licence. The requirement for fonts to remain under this + licence does not affect any document created using the Font Software, + except any version of the Font Software extracted from a document + created using the Font Software may only be distributed under this + licence. + . + TERMINATION + This licence becomes null and void if any of the above conditions are + not met. + . + DISCLAIMER + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF + COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER + DEALINGS IN THE FONT SOFTWARE. + +License: Unicode + Permission is hereby granted, free of charge, to any person obtaining + a copy of the Unicode data files and any associated documentation + (the "Data Files") or Unicode software and any associated documentation + (the "Software") to deal in the Data Files or Software + without restriction, including without limitation the rights to use, + copy, modify, merge, publish, distribute, and/or sell copies of + the Data Files or Software, and to permit persons to whom the Data Files + or Software are furnished to do so, provided that either + (a) this copyright and permission notice appear with all copies + of the Data Files or Software, or + (b) this copyright and permission notice appear in associated + Documentation. + . + THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF + ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE + WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT OF THIRD PARTY RIGHTS. + IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS + NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL + DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + PERFORMANCE OF THE DATA FILES OR SOFTWARE. + . + Except as contained in this notice, the name of a copyright holder + shall not be used in advertising or otherwise to promote the sale, + use or other dealings in these Data Files or Software without prior + written authorization of the copyright holder. diff --git a/appimage/packetry.AppDir/usr/share/doc/libharfbuzz-gobject0/copyright b/appimage/packetry.AppDir/usr/share/doc/libharfbuzz-gobject0/copyright new file mode 100755 index 00000000..8e218086 --- /dev/null +++ b/appimage/packetry.AppDir/usr/share/doc/libharfbuzz-gobject0/copyright @@ -0,0 +1,708 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: HarfBuzz +Upstream-Contact: Behdad Esfahbod +Source: https://www.freedesktop.org/wiki/Software/HarfBuzz + +Files: * +Copyright: 2018-2020, Adobe, Inc + 2005-2023, Behdad Esfahbod + 2007, Chris Wilson + 2011, Codethink Limited + 2005, David Turner + 1998-2004, David Turner and Werner Lemberg + 2015-2020, Ebrahim Byagowi + 2016, Elie Roux + 2019-2020, Facebook, Inc + 2010-2023, Google, Inc + 2016, Igalia S.L + 2009, Keith Stribley + 2018-2021, Khaled Hosny + 2011, Martin Hosken and SIL International + 2022, Matthias Clasen + 2012-2015, Mozilla Foundation + 2008-2010, Nokia Corporation and/or its subsidiary(-ies) + 1998-2023, Red Hat, Inc + 2013-2015, Alexei Podtelezhnikov + 2012 Zilong Tan +License: MIT + +Files: debian/* +Copyright: 2012-2019,2023, أحمد المحمودي (Ahmed El-Mahmoudy) +License: MIT + +Files: src/hb-unicode-emoji-table.hh +Copyright: 2022, Unicode®, Inc +License: Unicode +Comment: https://www.unicode.org/terms_of_use.html + +Files: src/hb-ucd.cc +Copyright: 2012, Grigori Goronzy +License: ISC + +Files: test/shape/data/text-rendering-tests/* +Copyright: 2016, Unicode Inc +License: Apache-2.0 + +Files: perf/fonts/Amiri-Regular.ttf + perf/fonts/NotoNastaliqUrdu-Regular.ttf + test/api/fonts/* + test/fuzzing/fonts/* + test/shape/data/text-rendering-tests/fonts/* +Copyright: 2002-2018, Adobe Systems Incorporated + 2017-2019, Amin Abedi (@aminabedi68)-www.fontamin.com + 2015, Cadson Demak + 2011-2020, Google Inc + 2016, Igalia S.L. (http://igalia.com/) + 2017, Jens Kutilek + 2010-2017, Khaled Hosny + 2016, Sascha Brawer + 2010, Sebastian Kosch + 2008, The Bungee Project Authors + 1993-2016, The Font Bureau, Inc + 2016, The M+ Project Authors + 2021, The Qahiri Project Authors (github.com/aliftype/qahiri) + 2016-2019, Unicode, Inc +License: OFL-1.1 + +Files: test/shape/data/in-house/fonts/* +Copyright: 2000-2016, Adobe Systems Incorporated + 2016, Alfredo Marco Pradil + 2018-2022, David Corbett + 2010-2022, Google, Inc + 2011-2012, Lohit Fonts Project contributors + 2013-2020, Microsoft Corporation + 2018, SIL International (http://scripts.sil.org) + 2010-2021, The Amiri Project Authors (https://github.com/aliftype/amiri) + 2015-2021, The Mada Project Authors + 2021, The Qahiri Project Authors (github.com/aliftype/qahiri) + 2021, The Raqq Project Authors (github.com/aliftype/raqq) + 2018, Unicode, Inc + 2005, Zawgyi.net & Alpha Mandalay +License: OFL-1.1 + +Files: test/subset/data/* +Copyright: 2002-2018, Adobe Systems Incorporated (http://www.adobe.com/) + 2012, Andhrapradesh Society for Knowledge Networks (fonts.siliconandhra.org) + 2013, Danh Hong (khmertype.org) + 2007, Denis Moyogo Jacquerye + 2011-2012, George W. Nuss (http://www.fulbefouta.com) + 2010-2016, Google Inc + 2011, Hjort Nidudsson + 2019, Inter IKEA Systems B.V. (www.ikea.com) + 2010, NHN Corporation + 2011-2012, Sorkin Type Co (www.sorkintype.com) + 2013, The Alegreya Sans Project Authors (https://github.com/huertatipografica/Alegreya-Sans) + 2010-2020, The Amiri Project Authors (https://github.com/alif-type/amiri) + 2008, The Bungee Project Authors + 2007-2008, The C&MA Guinea Fulbe Team + 2011, The Comfortaa Project Authors (https://github.com/alexeiva/comfortaa) + 2020, The Fraunces Project Authors (github.com/undercasetype/Fraunces) + 2016, The M+ Project Authors + 2021, The M+ FONTS Project Authors (https://github.com/coz-m/MPLUS_FONTS) + 2019, The Noto Project Authors (github. com/googlei18n/noto-fonts) + 2017, The Roboto Flex Project Authors (https://github.com/TypeNetwork/Roboto-Flex) + 2004-2020, SIL International (http://www.sil.org) + 2017, The Spectral Project Authors (http://github.com/productiontype/spectral) + 2001-2021, The STIX Fonts Project Authors (https://github.com/stipub/stixfonts) +License: OFL-1.1 + +Files: test/shape/data/aots/* +Copyright: 2000-2016, Adobe Systems Incorporated +License: Apache-2.0 + +Files: perf/fonts/Roboto-Regular.ttf + test/api/fonts/nameID.origin.ttf + test/api/fonts/nameID.override.expected.ttf + test/api/fonts/OpenSans-Regular.ttf + test/shape/data/text-rendering-tests/fonts/TestShapeKndaV3.ttf + test/subset/data/fonts/Tinos-Italic.ttf + test/subset/data/fonts/IndicTestHowrah-Regular.ttf + test/subset/data/fonts/IndicTestJalandhar-Regular.ttf + test/subset/data/fonts/Roboto-Regular.ttf + test/subset/data/fonts/Roboto-Variable.ttf +Copyright: 2010-2013, Google Corporation +License: Apache-2.0 + +Files: test/shape/data/in-house/fonts/e8691822f6a705e3e9fb48a0405c645b1a036590.ttf +Copyright: 2020, Fredrick R. Brennan +License: Apache-2.0 + +Files: test/subset/data/fonts/Khmer.ttf +Copyright: 2013, Danh Hong (khmertype.org) +License: Apache-2.0 + +Files: test/api/fonts/TestGVAREight.ttf + test/shape/data/text-rendering-tests/fonts/TestGVAREight.ttf +Copyright: 1992-2017, Thomas A. Rickner +License: Apache-2.0 +Comment: License mismatch resolved: https://github.com/harfbuzz/harfbuzz/issues/4062 + +Files: test/api/fonts/TestGVAROne.ttf + test/api/fonts/TestGVARThree.ttf + test/api/fonts/TestGVARTwo.ttf + test/shape/data/text-rendering-tests/fonts/TestGVAROne.ttf + test/shape/data/text-rendering-tests/fonts/TestGVARThree.ttf + test/shape/data/text-rendering-tests/fonts/TestGVARTwo.ttf +Copyright: 2016, Monotype Hong Kong Ltd. and Monotype Imaging Inc +License: Monotype + +Files: test/shape/data/in-house/fonts/074a5ae6b19de8f29772fdd5df2d3d833f81f5e6.ttf + test/shape/data/in-house/fonts/1a3d8f381387dd29be1e897e4b5100ac8b4829e1.ttf + test/shape/data/in-house/fonts/b151cfcdaa77585d77f17a42158e0873fc8e2633.ttf + test/shape/data/in-house/fonts/d9b8bc10985f24796826c29f7ccba3d0ae11ec02.ttf +Copyright: 2017, David Corbett +License: CC0-1.0 + +Files: test/shape/data/in-house/fonts/b722a7d09e60421f3efbc706ad348ab47b88567b.ttf +Copyright: 2005, Mihail Bayaryn +License: GPL-3+ + +Files: test/shape/data/in-house/fonts/b895f8ff06493cc893ec44de380690ca0074edfa.ttf +Copyright: 2009-2010, Yoram Gnat (yoram.gnat@gmail.com) + 2003-2007, Ralph Hancock & John Hudson +License: GPL-2+ with Font exception + +Files: test/shape/data/in-house/fonts/DFONT.dfont + test/shape/data/in-house/fonts/TTC.ttc +Copyright: 2015, FontTools +License: MIT +Comment: https://github.com/fonttools/fonttools/blob/main/LICENSE + +Files: test/subset/data/expected/glyph_names/* + test/subset/data/fonts/Ubuntu-Regular.ttf +Copyright: 2011, Canonical Ltd. +License: UFL-1.0 + +Files: aclocal.m4 + Makefile.in + m4/* + docs/Makefile.in + perf/Makefile.in + src/Makefile.in + test/Makefile.in + test/api/Makefile.in + test/fuzzing/Makefile.in + test/shape/Makefile.in + test/shape/data/Makefile.in + test/shape/data/aots/Makefile.in + test/shape/data/in-house/Makefile.in + test/shape/data/text-rendering-tests/Makefile.in + test/subset/Makefile.in + test/subset/data/Makefile.in + test/subset/data/repack_tests/Makefile.in + test/threads/Makefile.in + util/Makefile.in +Copyright: 1994-2018, Free Software Foundation, Inc + 2004-2007, Damon Chaplin + 2012-2015, Dan Nicholson + 2003, James Henstridge + 2009, Johan Dahlin + 2004, Scott James Remnant + 2007-2017, Stefan Sauer + 2003-2005, Thomas Vander Stichele +License: FSFULLR + +Files: ar-lib + compile + depcomp + missing + test-driver +Copyright: 1996-2018, Free Software Foundation, Inc +License: GPL-2+ with AutoConf exception + +Files: config.guess + config.sub +Copyright: 1992-2018, Free Software Foundation, Inc +License: GPL-3+ with AutoConf exception + +Files: m4/ax_cxx_compile_stdcxx.m4 +Copyright: 2008, Benjamin Kosnik + 2014-2015, Google Inc.; contributed by Alexey Sokolov + 2016, Krzesimir Nowak + 2015, Moritz Klammler + 2015, Paul Norman + 2013, Roy Stogner + 2012, Zack Weinberg +License: FSFAP + +Files: m4/ax_code_coverage.m4 +Copyright: 2015, Bastien ROUCARIES + 2012, Christian Persch + 2012, Dan Winship + 2012, Paolo Borelli + 2012-2016, Philip Withnall + 2012, Xan Lopez +License: LGPL-2.1+ + +Files: ltmain.sh +Copyright: 1996-2015, Free Software Foundation, Inc +License: GPL-2+ with LibTool exception + +Files: gtk-doc.make +Copyright: 2004-2007, Damon Chaplin + 2003, James Henstridge + 2007-2017, Stefan Sauer +License: GPL-3+ + +Files: m4/ax_check_link_flag.m4 +Copyright: 2008, Guido U. Draheim + 2011, Maarten Bosmans +License: GPL-3+ with AutoConf exception + +Files: m4/gtk-doc.m4 +Copyright: 2003, James Henstridge + 2007-2017, Stefan Sauer +License: GPL-3+ + +Files: m4/ax_pthread.m4 +Copyright: 2011, Daniel Richard G + 2008, Steven G. Johnson +License: GPL-3+ with AutoConf exception + +Files: install-sh +Copyright: 1994, X Consortium +License: Expat + +Files: INSTALL +Copyright: 1994-2016, Free Software +License: FSFAP + +Files: configure +Copyright: 1992-2014, Free Software Foundation, Inc +License: FSFUL + +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems, the full text of the Apache License + can be found in the file `/usr/share/common-licenses/Apache-2.0'. + +License: CC0-1.0 + On Debian systems, the text of the CC0 1.0 Universal license can be + found in ‘/usr/share/common-licenses/CC0-1.0’. + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN + AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- + TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + . + Except as contained in this notice, the name of the X Consortium shall not + be used in advertising or otherwise to promote the sale, use or other deal- + ings in this Software without prior written authorization from the X Consor- + tium. + +License: FSFAP + Copying and distribution of this file, with or without modification, are + permitted in any medium without royalty provided the copyright notice + and this notice are preserved. This file is offered as-is, without any + warranty. + +License: FSFUL + This script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it. + +License: FSFULLR + This file is free software; the Free Software Foundation + gives unlimited permission to copy and/or distribute it, + with or without modifications, as long as this notice is preserved. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY, to the extent permitted by law; without + even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. + +License: GPL-2+ with AutoConf exception + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 2 can be found in "/usr/share/common-licenses/GPL-2". + . + As a special exception to the GNU General Public License, if you + distribute this file as part of a program that contains a + configuration script generated by Autoconf, you may include it under + the same distribution terms that you use for the rest of that program. + +License: GPL-2+ with Font exception + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 2 can be found in "/usr/share/common-licenses/GPL-2". + . + As a special exception, if you create a document which uses this font, + and embed this font or unaltered portions of this font into the + document, this font does not by itself cause the resulting document + to be covered by the GNU General Public License. This exception does + not however invalidate any other reasons why the document might be + covered by the GNU General Public License. If you modify this font, + you may extend this exception to your version of the font, but you + are not obligated to do so. If you do not wish to do so, delete this + exception statement from your version. + +License: GPL-2+ with LibTool exception + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 2 can be found in "/usr/share/common-licenses/GPL-2". + . + As a special exception to the GNU General Public License, + if you distribute this file as part of a program or library that + is built using GNU Libtool, you may include this file under the + same distribution terms that you use for the rest of that program. + +License: GPL-3+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or (at + your option) any later version. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 3 can be found in "/usr/share/common-licenses/GPL-3". + +License: GPL-3+ with AutoConf exception + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 3 can be found in "/usr/share/common-licenses/GPL-3". + . + As a special exception to the GNU General Public License, if you + distribute this file as part of a program that contains a + configuration script generated by Autoconf, you may include it under + the same distribution terms that you use for the rest of that program. + +License: ISC + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + . + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at + your option) any later version. + . + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + General Public License for more details. + . + On Debian systems, the complete text of the GNU Lesser General Public + License, version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". + +License: MIT + Permission is hereby granted, without written agreement and without license or + royalty fees, to use, copy, modify, and distribute this software and its + documentation for any purpose, provided that the above copyright notice and + the following two paragraphs appear in all copies of this software. + . + IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR DIRECT, + INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE + OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE COPYRIGHT HOLDER HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + . + THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, + AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, + UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +License: OFL-1.1 + SIL OPEN FONT LICENSE + . + Version 1.1 - 26 February 2007 + . + PREAMBLE + The goals of the Open Font License (OFL) are to stimulate worldwide + development of collaborative font projects, to support the font creation + efforts of academic and linguistic communities, and to provide a free and + open framework in which fonts may be shared and improved in partnership + with others. + . + The OFL allows the licensed fonts to be used, studied, modified and + redistributed freely as long as they are not sold by themselves. The + fonts, including any derivative works, can be bundled, embedded, + redistributed and/or sold with any software provided that any reserved + names are not used by derivative works. The fonts and derivatives, + however, cannot be released under any other type of license. The + requirement for fonts to remain under this license does not apply + to any document created using the fonts or their derivatives. + . + DEFINITIONS + "Font Software" refers to the set of files released by the Copyright + Holder(s) under this license and clearly marked as such. This may + include source files, build scripts and documentation. + . + "Reserved Font Name" refers to any names specified as such after the + copyright statement(s). + . + "Original Version" refers to the collection of Font Software components as + distributed by the Copyright Holder(s). + . + "Modified Version" refers to any derivative made by adding to, deleting, + or substituting - in part or in whole - any of the components of the + Original Version, by changing formats or by porting the Font Software to a + new environment. + . + "Author" refers to any designer, engineer, programmer, technical + writer or other person who contributed to the Font Software. + . + PERMISSION & CONDITIONS + Permission is hereby granted, free of charge, to any person obtaining + a copy of the Font Software, to use, study, copy, merge, embed, modify, + redistribute, and sell modified and unmodified copies of the Font + Software, subject to the following conditions: + . + 1) Neither the Font Software nor any of its individual components, + in Original or Modified Versions, may be sold by itself. + . + 2) Original or Modified Versions of the Font Software may be bundled, + redistributed and/or sold with any software, provided that each copy + contains the above copyright notice and this license. These can be + included either as stand-alone text files, human-readable headers or + in the appropriate machine-readable metadata fields within text or + binary files as long as those fields can be easily viewed by the user. + . + 3) No Modified Version of the Font Software may use the Reserved Font + Name(s) unless explicit written permission is granted by the corresponding + Copyright Holder. This restriction only applies to the primary font name as + presented to the users. + . + 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font + Software shall not be used to promote, endorse or advertise any + Modified Version, except to acknowledge the contribution(s) of the + Copyright Holder(s) and the Author(s) or with their explicit written + permission. + . + 5) The Font Software, modified or unmodified, in part or in whole, + must be distributed entirely under this license, and must not be + distributed under any other license. The requirement for fonts to + remain under this license does not apply to any document created + using the Font Software. + . + TERMINATION + This license becomes null and void if any of the above conditions are + not met. + . + DISCLAIMER + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT + OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM + OTHER DEALINGS IN THE FONT SOFTWARE. + +License: Monotype + This font software is the property of Monotype Imaging Inc., one of its + affiliated entities, or its licensors (collectively, Monotype) and its use + by you is covered under the terms of a license agreement. + . + You have obtained this font software either directly from Monotype or from the + Unicode Consortium. Monotype has granted the Consortium and recipients of the + this font distributed by the Consortium, permission, free of charge, to use, + copy modify, publish, distribute, sublicense, and/or sell copies of the font, + and to permit persons to whom the font is distributed to do so. In addition, + Monotype grants to the Consortium the worldwide, nonexclusive, royalty-free, + paid-up, and irrevocable rights under Monotype's copyright rights to + reproduce, publicly display, publicly perform, prepare derivative works of, + and distribute copies of the font, and the right to sublicense others who + legally receive copies of the font. + . + You can learn more about Monotype here: www.monotype.com + +License: UFL-1.0 + ------------------------------- + UBUNTU FONT LICENCE Version 1.0 + ------------------------------- + . + PREAMBLE + This licence allows the licensed fonts to be used, studied, modified and + redistributed freely. The fonts, including any derivative works, can be + bundled, embedded, and redistributed provided the terms of this licence + are met. The fonts and derivatives, however, cannot be released under + any other licence. The requirement for fonts to remain under this + licence does not require any document created using the fonts or their + derivatives to be published under this licence, as long as the primary + purpose of the document is not to be a vehicle for the distribution of + the fonts. + . + DEFINITIONS + "Font Software" refers to the set of files released by the Copyright + Holder(s) under this licence and clearly marked as such. This may + include source files, build scripts and documentation. + . + "Original Version" refers to the collection of Font Software components + as received under this licence. + . + "Modified Version" refers to any derivative made by adding to, deleting, + or substituting -- in part or in whole -- any of the components of the + Original Version, by changing formats or by porting the Font Software to + a new environment. + . + "Copyright Holder(s)" refers to all individuals and companies who have a + copyright ownership of the Font Software. + . + "Substantially Changed" refers to Modified Versions which can be easily + identified as dissimilar to the Font Software by users of the Font + Software comparing the Original Version with the Modified Version. + . + To "Propagate" a work means to do anything with it that, without + permission, would make you directly or secondarily liable for + infringement under applicable copyright law, except executing it on a + computer or modifying a private copy. Propagation includes copying, + distribution (with or without modification and with or without charging + a redistribution fee), making available to the public, and in some + countries other activities as well. + . + PERMISSION & CONDITIONS + This licence does not grant any rights under trademark law and all such + rights are reserved. + . + Permission is hereby granted, free of charge, to any person obtaining a + copy of the Font Software, to propagate the Font Software, subject to + the below conditions: + . + 1) Each copy of the Font Software must contain the above copyright + notice and this licence. These can be included either as stand-alone + text files, human-readable headers or in the appropriate machine- + readable metadata fields within text or binary files as long as those + fields can be easily viewed by the user. + . + 2) The font name complies with the following: + (a) The Original Version must retain its name, unmodified. + (b) Modified Versions which are Substantially Changed must be renamed to + avoid use of the name of the Original Version or similar names entirely. + (c) Modified Versions which are not Substantially Changed must be + renamed to both (i) retain the name of the Original Version and (ii) add + additional naming elements to distinguish the Modified Version from the + Original Version. The name of such Modified Versions must be the name of + the Original Version, with "derivative X" where X represents the name of + the new work, appended to that name. + . + 3) The name(s) of the Copyright Holder(s) and any contributor to the + Font Software shall not be used to promote, endorse or advertise any + Modified Version, except (i) as required by this licence, (ii) to + acknowledge the contribution(s) of the Copyright Holder(s) or (iii) with + their explicit written permission. + . + 4) The Font Software, modified or unmodified, in part or in whole, must + be distributed entirely under this licence, and must not be distributed + under any other licence. The requirement for fonts to remain under this + licence does not affect any document created using the Font Software, + except any version of the Font Software extracted from a document + created using the Font Software may only be distributed under this + licence. + . + TERMINATION + This licence becomes null and void if any of the above conditions are + not met. + . + DISCLAIMER + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF + COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER + DEALINGS IN THE FONT SOFTWARE. + +License: Unicode + Permission is hereby granted, free of charge, to any person obtaining + a copy of the Unicode data files and any associated documentation + (the "Data Files") or Unicode software and any associated documentation + (the "Software") to deal in the Data Files or Software + without restriction, including without limitation the rights to use, + copy, modify, merge, publish, distribute, and/or sell copies of + the Data Files or Software, and to permit persons to whom the Data Files + or Software are furnished to do so, provided that either + (a) this copyright and permission notice appear with all copies + of the Data Files or Software, or + (b) this copyright and permission notice appear in associated + Documentation. + . + THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF + ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE + WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT OF THIRD PARTY RIGHTS. + IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS + NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL + DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + PERFORMANCE OF THE DATA FILES OR SOFTWARE. + . + Except as contained in this notice, the name of a copyright holder + shall not be used in advertising or otherwise to promote the sale, + use or other dealings in these Data Files or Software without prior + written authorization of the copyright holder. diff --git a/appimage/packetry.AppDir/usr/share/doc/libharfbuzz-icu0/copyright b/appimage/packetry.AppDir/usr/share/doc/libharfbuzz-icu0/copyright new file mode 100755 index 00000000..8e218086 --- /dev/null +++ b/appimage/packetry.AppDir/usr/share/doc/libharfbuzz-icu0/copyright @@ -0,0 +1,708 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: HarfBuzz +Upstream-Contact: Behdad Esfahbod +Source: https://www.freedesktop.org/wiki/Software/HarfBuzz + +Files: * +Copyright: 2018-2020, Adobe, Inc + 2005-2023, Behdad Esfahbod + 2007, Chris Wilson + 2011, Codethink Limited + 2005, David Turner + 1998-2004, David Turner and Werner Lemberg + 2015-2020, Ebrahim Byagowi + 2016, Elie Roux + 2019-2020, Facebook, Inc + 2010-2023, Google, Inc + 2016, Igalia S.L + 2009, Keith Stribley + 2018-2021, Khaled Hosny + 2011, Martin Hosken and SIL International + 2022, Matthias Clasen + 2012-2015, Mozilla Foundation + 2008-2010, Nokia Corporation and/or its subsidiary(-ies) + 1998-2023, Red Hat, Inc + 2013-2015, Alexei Podtelezhnikov + 2012 Zilong Tan +License: MIT + +Files: debian/* +Copyright: 2012-2019,2023, أحمد المحمودي (Ahmed El-Mahmoudy) +License: MIT + +Files: src/hb-unicode-emoji-table.hh +Copyright: 2022, Unicode®, Inc +License: Unicode +Comment: https://www.unicode.org/terms_of_use.html + +Files: src/hb-ucd.cc +Copyright: 2012, Grigori Goronzy +License: ISC + +Files: test/shape/data/text-rendering-tests/* +Copyright: 2016, Unicode Inc +License: Apache-2.0 + +Files: perf/fonts/Amiri-Regular.ttf + perf/fonts/NotoNastaliqUrdu-Regular.ttf + test/api/fonts/* + test/fuzzing/fonts/* + test/shape/data/text-rendering-tests/fonts/* +Copyright: 2002-2018, Adobe Systems Incorporated + 2017-2019, Amin Abedi (@aminabedi68)-www.fontamin.com + 2015, Cadson Demak + 2011-2020, Google Inc + 2016, Igalia S.L. (http://igalia.com/) + 2017, Jens Kutilek + 2010-2017, Khaled Hosny + 2016, Sascha Brawer + 2010, Sebastian Kosch + 2008, The Bungee Project Authors + 1993-2016, The Font Bureau, Inc + 2016, The M+ Project Authors + 2021, The Qahiri Project Authors (github.com/aliftype/qahiri) + 2016-2019, Unicode, Inc +License: OFL-1.1 + +Files: test/shape/data/in-house/fonts/* +Copyright: 2000-2016, Adobe Systems Incorporated + 2016, Alfredo Marco Pradil + 2018-2022, David Corbett + 2010-2022, Google, Inc + 2011-2012, Lohit Fonts Project contributors + 2013-2020, Microsoft Corporation + 2018, SIL International (http://scripts.sil.org) + 2010-2021, The Amiri Project Authors (https://github.com/aliftype/amiri) + 2015-2021, The Mada Project Authors + 2021, The Qahiri Project Authors (github.com/aliftype/qahiri) + 2021, The Raqq Project Authors (github.com/aliftype/raqq) + 2018, Unicode, Inc + 2005, Zawgyi.net & Alpha Mandalay +License: OFL-1.1 + +Files: test/subset/data/* +Copyright: 2002-2018, Adobe Systems Incorporated (http://www.adobe.com/) + 2012, Andhrapradesh Society for Knowledge Networks (fonts.siliconandhra.org) + 2013, Danh Hong (khmertype.org) + 2007, Denis Moyogo Jacquerye + 2011-2012, George W. Nuss (http://www.fulbefouta.com) + 2010-2016, Google Inc + 2011, Hjort Nidudsson + 2019, Inter IKEA Systems B.V. (www.ikea.com) + 2010, NHN Corporation + 2011-2012, Sorkin Type Co (www.sorkintype.com) + 2013, The Alegreya Sans Project Authors (https://github.com/huertatipografica/Alegreya-Sans) + 2010-2020, The Amiri Project Authors (https://github.com/alif-type/amiri) + 2008, The Bungee Project Authors + 2007-2008, The C&MA Guinea Fulbe Team + 2011, The Comfortaa Project Authors (https://github.com/alexeiva/comfortaa) + 2020, The Fraunces Project Authors (github.com/undercasetype/Fraunces) + 2016, The M+ Project Authors + 2021, The M+ FONTS Project Authors (https://github.com/coz-m/MPLUS_FONTS) + 2019, The Noto Project Authors (github. com/googlei18n/noto-fonts) + 2017, The Roboto Flex Project Authors (https://github.com/TypeNetwork/Roboto-Flex) + 2004-2020, SIL International (http://www.sil.org) + 2017, The Spectral Project Authors (http://github.com/productiontype/spectral) + 2001-2021, The STIX Fonts Project Authors (https://github.com/stipub/stixfonts) +License: OFL-1.1 + +Files: test/shape/data/aots/* +Copyright: 2000-2016, Adobe Systems Incorporated +License: Apache-2.0 + +Files: perf/fonts/Roboto-Regular.ttf + test/api/fonts/nameID.origin.ttf + test/api/fonts/nameID.override.expected.ttf + test/api/fonts/OpenSans-Regular.ttf + test/shape/data/text-rendering-tests/fonts/TestShapeKndaV3.ttf + test/subset/data/fonts/Tinos-Italic.ttf + test/subset/data/fonts/IndicTestHowrah-Regular.ttf + test/subset/data/fonts/IndicTestJalandhar-Regular.ttf + test/subset/data/fonts/Roboto-Regular.ttf + test/subset/data/fonts/Roboto-Variable.ttf +Copyright: 2010-2013, Google Corporation +License: Apache-2.0 + +Files: test/shape/data/in-house/fonts/e8691822f6a705e3e9fb48a0405c645b1a036590.ttf +Copyright: 2020, Fredrick R. Brennan +License: Apache-2.0 + +Files: test/subset/data/fonts/Khmer.ttf +Copyright: 2013, Danh Hong (khmertype.org) +License: Apache-2.0 + +Files: test/api/fonts/TestGVAREight.ttf + test/shape/data/text-rendering-tests/fonts/TestGVAREight.ttf +Copyright: 1992-2017, Thomas A. Rickner +License: Apache-2.0 +Comment: License mismatch resolved: https://github.com/harfbuzz/harfbuzz/issues/4062 + +Files: test/api/fonts/TestGVAROne.ttf + test/api/fonts/TestGVARThree.ttf + test/api/fonts/TestGVARTwo.ttf + test/shape/data/text-rendering-tests/fonts/TestGVAROne.ttf + test/shape/data/text-rendering-tests/fonts/TestGVARThree.ttf + test/shape/data/text-rendering-tests/fonts/TestGVARTwo.ttf +Copyright: 2016, Monotype Hong Kong Ltd. and Monotype Imaging Inc +License: Monotype + +Files: test/shape/data/in-house/fonts/074a5ae6b19de8f29772fdd5df2d3d833f81f5e6.ttf + test/shape/data/in-house/fonts/1a3d8f381387dd29be1e897e4b5100ac8b4829e1.ttf + test/shape/data/in-house/fonts/b151cfcdaa77585d77f17a42158e0873fc8e2633.ttf + test/shape/data/in-house/fonts/d9b8bc10985f24796826c29f7ccba3d0ae11ec02.ttf +Copyright: 2017, David Corbett +License: CC0-1.0 + +Files: test/shape/data/in-house/fonts/b722a7d09e60421f3efbc706ad348ab47b88567b.ttf +Copyright: 2005, Mihail Bayaryn +License: GPL-3+ + +Files: test/shape/data/in-house/fonts/b895f8ff06493cc893ec44de380690ca0074edfa.ttf +Copyright: 2009-2010, Yoram Gnat (yoram.gnat@gmail.com) + 2003-2007, Ralph Hancock & John Hudson +License: GPL-2+ with Font exception + +Files: test/shape/data/in-house/fonts/DFONT.dfont + test/shape/data/in-house/fonts/TTC.ttc +Copyright: 2015, FontTools +License: MIT +Comment: https://github.com/fonttools/fonttools/blob/main/LICENSE + +Files: test/subset/data/expected/glyph_names/* + test/subset/data/fonts/Ubuntu-Regular.ttf +Copyright: 2011, Canonical Ltd. +License: UFL-1.0 + +Files: aclocal.m4 + Makefile.in + m4/* + docs/Makefile.in + perf/Makefile.in + src/Makefile.in + test/Makefile.in + test/api/Makefile.in + test/fuzzing/Makefile.in + test/shape/Makefile.in + test/shape/data/Makefile.in + test/shape/data/aots/Makefile.in + test/shape/data/in-house/Makefile.in + test/shape/data/text-rendering-tests/Makefile.in + test/subset/Makefile.in + test/subset/data/Makefile.in + test/subset/data/repack_tests/Makefile.in + test/threads/Makefile.in + util/Makefile.in +Copyright: 1994-2018, Free Software Foundation, Inc + 2004-2007, Damon Chaplin + 2012-2015, Dan Nicholson + 2003, James Henstridge + 2009, Johan Dahlin + 2004, Scott James Remnant + 2007-2017, Stefan Sauer + 2003-2005, Thomas Vander Stichele +License: FSFULLR + +Files: ar-lib + compile + depcomp + missing + test-driver +Copyright: 1996-2018, Free Software Foundation, Inc +License: GPL-2+ with AutoConf exception + +Files: config.guess + config.sub +Copyright: 1992-2018, Free Software Foundation, Inc +License: GPL-3+ with AutoConf exception + +Files: m4/ax_cxx_compile_stdcxx.m4 +Copyright: 2008, Benjamin Kosnik + 2014-2015, Google Inc.; contributed by Alexey Sokolov + 2016, Krzesimir Nowak + 2015, Moritz Klammler + 2015, Paul Norman + 2013, Roy Stogner + 2012, Zack Weinberg +License: FSFAP + +Files: m4/ax_code_coverage.m4 +Copyright: 2015, Bastien ROUCARIES + 2012, Christian Persch + 2012, Dan Winship + 2012, Paolo Borelli + 2012-2016, Philip Withnall + 2012, Xan Lopez +License: LGPL-2.1+ + +Files: ltmain.sh +Copyright: 1996-2015, Free Software Foundation, Inc +License: GPL-2+ with LibTool exception + +Files: gtk-doc.make +Copyright: 2004-2007, Damon Chaplin + 2003, James Henstridge + 2007-2017, Stefan Sauer +License: GPL-3+ + +Files: m4/ax_check_link_flag.m4 +Copyright: 2008, Guido U. Draheim + 2011, Maarten Bosmans +License: GPL-3+ with AutoConf exception + +Files: m4/gtk-doc.m4 +Copyright: 2003, James Henstridge + 2007-2017, Stefan Sauer +License: GPL-3+ + +Files: m4/ax_pthread.m4 +Copyright: 2011, Daniel Richard G + 2008, Steven G. Johnson +License: GPL-3+ with AutoConf exception + +Files: install-sh +Copyright: 1994, X Consortium +License: Expat + +Files: INSTALL +Copyright: 1994-2016, Free Software +License: FSFAP + +Files: configure +Copyright: 1992-2014, Free Software Foundation, Inc +License: FSFUL + +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems, the full text of the Apache License + can be found in the file `/usr/share/common-licenses/Apache-2.0'. + +License: CC0-1.0 + On Debian systems, the text of the CC0 1.0 Universal license can be + found in ‘/usr/share/common-licenses/CC0-1.0’. + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN + AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- + TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + . + Except as contained in this notice, the name of the X Consortium shall not + be used in advertising or otherwise to promote the sale, use or other deal- + ings in this Software without prior written authorization from the X Consor- + tium. + +License: FSFAP + Copying and distribution of this file, with or without modification, are + permitted in any medium without royalty provided the copyright notice + and this notice are preserved. This file is offered as-is, without any + warranty. + +License: FSFUL + This script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it. + +License: FSFULLR + This file is free software; the Free Software Foundation + gives unlimited permission to copy and/or distribute it, + with or without modifications, as long as this notice is preserved. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY, to the extent permitted by law; without + even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. + +License: GPL-2+ with AutoConf exception + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 2 can be found in "/usr/share/common-licenses/GPL-2". + . + As a special exception to the GNU General Public License, if you + distribute this file as part of a program that contains a + configuration script generated by Autoconf, you may include it under + the same distribution terms that you use for the rest of that program. + +License: GPL-2+ with Font exception + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 2 can be found in "/usr/share/common-licenses/GPL-2". + . + As a special exception, if you create a document which uses this font, + and embed this font or unaltered portions of this font into the + document, this font does not by itself cause the resulting document + to be covered by the GNU General Public License. This exception does + not however invalidate any other reasons why the document might be + covered by the GNU General Public License. If you modify this font, + you may extend this exception to your version of the font, but you + are not obligated to do so. If you do not wish to do so, delete this + exception statement from your version. + +License: GPL-2+ with LibTool exception + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 2 can be found in "/usr/share/common-licenses/GPL-2". + . + As a special exception to the GNU General Public License, + if you distribute this file as part of a program or library that + is built using GNU Libtool, you may include this file under the + same distribution terms that you use for the rest of that program. + +License: GPL-3+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or (at + your option) any later version. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 3 can be found in "/usr/share/common-licenses/GPL-3". + +License: GPL-3+ with AutoConf exception + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 3 can be found in "/usr/share/common-licenses/GPL-3". + . + As a special exception to the GNU General Public License, if you + distribute this file as part of a program that contains a + configuration script generated by Autoconf, you may include it under + the same distribution terms that you use for the rest of that program. + +License: ISC + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + . + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at + your option) any later version. + . + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + General Public License for more details. + . + On Debian systems, the complete text of the GNU Lesser General Public + License, version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". + +License: MIT + Permission is hereby granted, without written agreement and without license or + royalty fees, to use, copy, modify, and distribute this software and its + documentation for any purpose, provided that the above copyright notice and + the following two paragraphs appear in all copies of this software. + . + IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR DIRECT, + INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE + OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE COPYRIGHT HOLDER HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + . + THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, + AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, + UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +License: OFL-1.1 + SIL OPEN FONT LICENSE + . + Version 1.1 - 26 February 2007 + . + PREAMBLE + The goals of the Open Font License (OFL) are to stimulate worldwide + development of collaborative font projects, to support the font creation + efforts of academic and linguistic communities, and to provide a free and + open framework in which fonts may be shared and improved in partnership + with others. + . + The OFL allows the licensed fonts to be used, studied, modified and + redistributed freely as long as they are not sold by themselves. The + fonts, including any derivative works, can be bundled, embedded, + redistributed and/or sold with any software provided that any reserved + names are not used by derivative works. The fonts and derivatives, + however, cannot be released under any other type of license. The + requirement for fonts to remain under this license does not apply + to any document created using the fonts or their derivatives. + . + DEFINITIONS + "Font Software" refers to the set of files released by the Copyright + Holder(s) under this license and clearly marked as such. This may + include source files, build scripts and documentation. + . + "Reserved Font Name" refers to any names specified as such after the + copyright statement(s). + . + "Original Version" refers to the collection of Font Software components as + distributed by the Copyright Holder(s). + . + "Modified Version" refers to any derivative made by adding to, deleting, + or substituting - in part or in whole - any of the components of the + Original Version, by changing formats or by porting the Font Software to a + new environment. + . + "Author" refers to any designer, engineer, programmer, technical + writer or other person who contributed to the Font Software. + . + PERMISSION & CONDITIONS + Permission is hereby granted, free of charge, to any person obtaining + a copy of the Font Software, to use, study, copy, merge, embed, modify, + redistribute, and sell modified and unmodified copies of the Font + Software, subject to the following conditions: + . + 1) Neither the Font Software nor any of its individual components, + in Original or Modified Versions, may be sold by itself. + . + 2) Original or Modified Versions of the Font Software may be bundled, + redistributed and/or sold with any software, provided that each copy + contains the above copyright notice and this license. These can be + included either as stand-alone text files, human-readable headers or + in the appropriate machine-readable metadata fields within text or + binary files as long as those fields can be easily viewed by the user. + . + 3) No Modified Version of the Font Software may use the Reserved Font + Name(s) unless explicit written permission is granted by the corresponding + Copyright Holder. This restriction only applies to the primary font name as + presented to the users. + . + 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font + Software shall not be used to promote, endorse or advertise any + Modified Version, except to acknowledge the contribution(s) of the + Copyright Holder(s) and the Author(s) or with their explicit written + permission. + . + 5) The Font Software, modified or unmodified, in part or in whole, + must be distributed entirely under this license, and must not be + distributed under any other license. The requirement for fonts to + remain under this license does not apply to any document created + using the Font Software. + . + TERMINATION + This license becomes null and void if any of the above conditions are + not met. + . + DISCLAIMER + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT + OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM + OTHER DEALINGS IN THE FONT SOFTWARE. + +License: Monotype + This font software is the property of Monotype Imaging Inc., one of its + affiliated entities, or its licensors (collectively, Monotype) and its use + by you is covered under the terms of a license agreement. + . + You have obtained this font software either directly from Monotype or from the + Unicode Consortium. Monotype has granted the Consortium and recipients of the + this font distributed by the Consortium, permission, free of charge, to use, + copy modify, publish, distribute, sublicense, and/or sell copies of the font, + and to permit persons to whom the font is distributed to do so. In addition, + Monotype grants to the Consortium the worldwide, nonexclusive, royalty-free, + paid-up, and irrevocable rights under Monotype's copyright rights to + reproduce, publicly display, publicly perform, prepare derivative works of, + and distribute copies of the font, and the right to sublicense others who + legally receive copies of the font. + . + You can learn more about Monotype here: www.monotype.com + +License: UFL-1.0 + ------------------------------- + UBUNTU FONT LICENCE Version 1.0 + ------------------------------- + . + PREAMBLE + This licence allows the licensed fonts to be used, studied, modified and + redistributed freely. The fonts, including any derivative works, can be + bundled, embedded, and redistributed provided the terms of this licence + are met. The fonts and derivatives, however, cannot be released under + any other licence. The requirement for fonts to remain under this + licence does not require any document created using the fonts or their + derivatives to be published under this licence, as long as the primary + purpose of the document is not to be a vehicle for the distribution of + the fonts. + . + DEFINITIONS + "Font Software" refers to the set of files released by the Copyright + Holder(s) under this licence and clearly marked as such. This may + include source files, build scripts and documentation. + . + "Original Version" refers to the collection of Font Software components + as received under this licence. + . + "Modified Version" refers to any derivative made by adding to, deleting, + or substituting -- in part or in whole -- any of the components of the + Original Version, by changing formats or by porting the Font Software to + a new environment. + . + "Copyright Holder(s)" refers to all individuals and companies who have a + copyright ownership of the Font Software. + . + "Substantially Changed" refers to Modified Versions which can be easily + identified as dissimilar to the Font Software by users of the Font + Software comparing the Original Version with the Modified Version. + . + To "Propagate" a work means to do anything with it that, without + permission, would make you directly or secondarily liable for + infringement under applicable copyright law, except executing it on a + computer or modifying a private copy. Propagation includes copying, + distribution (with or without modification and with or without charging + a redistribution fee), making available to the public, and in some + countries other activities as well. + . + PERMISSION & CONDITIONS + This licence does not grant any rights under trademark law and all such + rights are reserved. + . + Permission is hereby granted, free of charge, to any person obtaining a + copy of the Font Software, to propagate the Font Software, subject to + the below conditions: + . + 1) Each copy of the Font Software must contain the above copyright + notice and this licence. These can be included either as stand-alone + text files, human-readable headers or in the appropriate machine- + readable metadata fields within text or binary files as long as those + fields can be easily viewed by the user. + . + 2) The font name complies with the following: + (a) The Original Version must retain its name, unmodified. + (b) Modified Versions which are Substantially Changed must be renamed to + avoid use of the name of the Original Version or similar names entirely. + (c) Modified Versions which are not Substantially Changed must be + renamed to both (i) retain the name of the Original Version and (ii) add + additional naming elements to distinguish the Modified Version from the + Original Version. The name of such Modified Versions must be the name of + the Original Version, with "derivative X" where X represents the name of + the new work, appended to that name. + . + 3) The name(s) of the Copyright Holder(s) and any contributor to the + Font Software shall not be used to promote, endorse or advertise any + Modified Version, except (i) as required by this licence, (ii) to + acknowledge the contribution(s) of the Copyright Holder(s) or (iii) with + their explicit written permission. + . + 4) The Font Software, modified or unmodified, in part or in whole, must + be distributed entirely under this licence, and must not be distributed + under any other licence. The requirement for fonts to remain under this + licence does not affect any document created using the Font Software, + except any version of the Font Software extracted from a document + created using the Font Software may only be distributed under this + licence. + . + TERMINATION + This licence becomes null and void if any of the above conditions are + not met. + . + DISCLAIMER + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF + COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER + DEALINGS IN THE FONT SOFTWARE. + +License: Unicode + Permission is hereby granted, free of charge, to any person obtaining + a copy of the Unicode data files and any associated documentation + (the "Data Files") or Unicode software and any associated documentation + (the "Software") to deal in the Data Files or Software + without restriction, including without limitation the rights to use, + copy, modify, merge, publish, distribute, and/or sell copies of + the Data Files or Software, and to permit persons to whom the Data Files + or Software are furnished to do so, provided that either + (a) this copyright and permission notice appear with all copies + of the Data Files or Software, or + (b) this copyright and permission notice appear in associated + Documentation. + . + THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF + ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE + WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT OF THIRD PARTY RIGHTS. + IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS + NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL + DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + PERFORMANCE OF THE DATA FILES OR SOFTWARE. + . + Except as contained in this notice, the name of a copyright holder + shall not be used in advertising or otherwise to promote the sale, + use or other dealings in these Data Files or Software without prior + written authorization of the copyright holder. diff --git a/appimage/packetry.AppDir/usr/share/doc/libharfbuzz-subset0/copyright b/appimage/packetry.AppDir/usr/share/doc/libharfbuzz-subset0/copyright new file mode 100755 index 00000000..8e218086 --- /dev/null +++ b/appimage/packetry.AppDir/usr/share/doc/libharfbuzz-subset0/copyright @@ -0,0 +1,708 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: HarfBuzz +Upstream-Contact: Behdad Esfahbod +Source: https://www.freedesktop.org/wiki/Software/HarfBuzz + +Files: * +Copyright: 2018-2020, Adobe, Inc + 2005-2023, Behdad Esfahbod + 2007, Chris Wilson + 2011, Codethink Limited + 2005, David Turner + 1998-2004, David Turner and Werner Lemberg + 2015-2020, Ebrahim Byagowi + 2016, Elie Roux + 2019-2020, Facebook, Inc + 2010-2023, Google, Inc + 2016, Igalia S.L + 2009, Keith Stribley + 2018-2021, Khaled Hosny + 2011, Martin Hosken and SIL International + 2022, Matthias Clasen + 2012-2015, Mozilla Foundation + 2008-2010, Nokia Corporation and/or its subsidiary(-ies) + 1998-2023, Red Hat, Inc + 2013-2015, Alexei Podtelezhnikov + 2012 Zilong Tan +License: MIT + +Files: debian/* +Copyright: 2012-2019,2023, أحمد المحمودي (Ahmed El-Mahmoudy) +License: MIT + +Files: src/hb-unicode-emoji-table.hh +Copyright: 2022, Unicode®, Inc +License: Unicode +Comment: https://www.unicode.org/terms_of_use.html + +Files: src/hb-ucd.cc +Copyright: 2012, Grigori Goronzy +License: ISC + +Files: test/shape/data/text-rendering-tests/* +Copyright: 2016, Unicode Inc +License: Apache-2.0 + +Files: perf/fonts/Amiri-Regular.ttf + perf/fonts/NotoNastaliqUrdu-Regular.ttf + test/api/fonts/* + test/fuzzing/fonts/* + test/shape/data/text-rendering-tests/fonts/* +Copyright: 2002-2018, Adobe Systems Incorporated + 2017-2019, Amin Abedi (@aminabedi68)-www.fontamin.com + 2015, Cadson Demak + 2011-2020, Google Inc + 2016, Igalia S.L. (http://igalia.com/) + 2017, Jens Kutilek + 2010-2017, Khaled Hosny + 2016, Sascha Brawer + 2010, Sebastian Kosch + 2008, The Bungee Project Authors + 1993-2016, The Font Bureau, Inc + 2016, The M+ Project Authors + 2021, The Qahiri Project Authors (github.com/aliftype/qahiri) + 2016-2019, Unicode, Inc +License: OFL-1.1 + +Files: test/shape/data/in-house/fonts/* +Copyright: 2000-2016, Adobe Systems Incorporated + 2016, Alfredo Marco Pradil + 2018-2022, David Corbett + 2010-2022, Google, Inc + 2011-2012, Lohit Fonts Project contributors + 2013-2020, Microsoft Corporation + 2018, SIL International (http://scripts.sil.org) + 2010-2021, The Amiri Project Authors (https://github.com/aliftype/amiri) + 2015-2021, The Mada Project Authors + 2021, The Qahiri Project Authors (github.com/aliftype/qahiri) + 2021, The Raqq Project Authors (github.com/aliftype/raqq) + 2018, Unicode, Inc + 2005, Zawgyi.net & Alpha Mandalay +License: OFL-1.1 + +Files: test/subset/data/* +Copyright: 2002-2018, Adobe Systems Incorporated (http://www.adobe.com/) + 2012, Andhrapradesh Society for Knowledge Networks (fonts.siliconandhra.org) + 2013, Danh Hong (khmertype.org) + 2007, Denis Moyogo Jacquerye + 2011-2012, George W. Nuss (http://www.fulbefouta.com) + 2010-2016, Google Inc + 2011, Hjort Nidudsson + 2019, Inter IKEA Systems B.V. (www.ikea.com) + 2010, NHN Corporation + 2011-2012, Sorkin Type Co (www.sorkintype.com) + 2013, The Alegreya Sans Project Authors (https://github.com/huertatipografica/Alegreya-Sans) + 2010-2020, The Amiri Project Authors (https://github.com/alif-type/amiri) + 2008, The Bungee Project Authors + 2007-2008, The C&MA Guinea Fulbe Team + 2011, The Comfortaa Project Authors (https://github.com/alexeiva/comfortaa) + 2020, The Fraunces Project Authors (github.com/undercasetype/Fraunces) + 2016, The M+ Project Authors + 2021, The M+ FONTS Project Authors (https://github.com/coz-m/MPLUS_FONTS) + 2019, The Noto Project Authors (github. com/googlei18n/noto-fonts) + 2017, The Roboto Flex Project Authors (https://github.com/TypeNetwork/Roboto-Flex) + 2004-2020, SIL International (http://www.sil.org) + 2017, The Spectral Project Authors (http://github.com/productiontype/spectral) + 2001-2021, The STIX Fonts Project Authors (https://github.com/stipub/stixfonts) +License: OFL-1.1 + +Files: test/shape/data/aots/* +Copyright: 2000-2016, Adobe Systems Incorporated +License: Apache-2.0 + +Files: perf/fonts/Roboto-Regular.ttf + test/api/fonts/nameID.origin.ttf + test/api/fonts/nameID.override.expected.ttf + test/api/fonts/OpenSans-Regular.ttf + test/shape/data/text-rendering-tests/fonts/TestShapeKndaV3.ttf + test/subset/data/fonts/Tinos-Italic.ttf + test/subset/data/fonts/IndicTestHowrah-Regular.ttf + test/subset/data/fonts/IndicTestJalandhar-Regular.ttf + test/subset/data/fonts/Roboto-Regular.ttf + test/subset/data/fonts/Roboto-Variable.ttf +Copyright: 2010-2013, Google Corporation +License: Apache-2.0 + +Files: test/shape/data/in-house/fonts/e8691822f6a705e3e9fb48a0405c645b1a036590.ttf +Copyright: 2020, Fredrick R. Brennan +License: Apache-2.0 + +Files: test/subset/data/fonts/Khmer.ttf +Copyright: 2013, Danh Hong (khmertype.org) +License: Apache-2.0 + +Files: test/api/fonts/TestGVAREight.ttf + test/shape/data/text-rendering-tests/fonts/TestGVAREight.ttf +Copyright: 1992-2017, Thomas A. Rickner +License: Apache-2.0 +Comment: License mismatch resolved: https://github.com/harfbuzz/harfbuzz/issues/4062 + +Files: test/api/fonts/TestGVAROne.ttf + test/api/fonts/TestGVARThree.ttf + test/api/fonts/TestGVARTwo.ttf + test/shape/data/text-rendering-tests/fonts/TestGVAROne.ttf + test/shape/data/text-rendering-tests/fonts/TestGVARThree.ttf + test/shape/data/text-rendering-tests/fonts/TestGVARTwo.ttf +Copyright: 2016, Monotype Hong Kong Ltd. and Monotype Imaging Inc +License: Monotype + +Files: test/shape/data/in-house/fonts/074a5ae6b19de8f29772fdd5df2d3d833f81f5e6.ttf + test/shape/data/in-house/fonts/1a3d8f381387dd29be1e897e4b5100ac8b4829e1.ttf + test/shape/data/in-house/fonts/b151cfcdaa77585d77f17a42158e0873fc8e2633.ttf + test/shape/data/in-house/fonts/d9b8bc10985f24796826c29f7ccba3d0ae11ec02.ttf +Copyright: 2017, David Corbett +License: CC0-1.0 + +Files: test/shape/data/in-house/fonts/b722a7d09e60421f3efbc706ad348ab47b88567b.ttf +Copyright: 2005, Mihail Bayaryn +License: GPL-3+ + +Files: test/shape/data/in-house/fonts/b895f8ff06493cc893ec44de380690ca0074edfa.ttf +Copyright: 2009-2010, Yoram Gnat (yoram.gnat@gmail.com) + 2003-2007, Ralph Hancock & John Hudson +License: GPL-2+ with Font exception + +Files: test/shape/data/in-house/fonts/DFONT.dfont + test/shape/data/in-house/fonts/TTC.ttc +Copyright: 2015, FontTools +License: MIT +Comment: https://github.com/fonttools/fonttools/blob/main/LICENSE + +Files: test/subset/data/expected/glyph_names/* + test/subset/data/fonts/Ubuntu-Regular.ttf +Copyright: 2011, Canonical Ltd. +License: UFL-1.0 + +Files: aclocal.m4 + Makefile.in + m4/* + docs/Makefile.in + perf/Makefile.in + src/Makefile.in + test/Makefile.in + test/api/Makefile.in + test/fuzzing/Makefile.in + test/shape/Makefile.in + test/shape/data/Makefile.in + test/shape/data/aots/Makefile.in + test/shape/data/in-house/Makefile.in + test/shape/data/text-rendering-tests/Makefile.in + test/subset/Makefile.in + test/subset/data/Makefile.in + test/subset/data/repack_tests/Makefile.in + test/threads/Makefile.in + util/Makefile.in +Copyright: 1994-2018, Free Software Foundation, Inc + 2004-2007, Damon Chaplin + 2012-2015, Dan Nicholson + 2003, James Henstridge + 2009, Johan Dahlin + 2004, Scott James Remnant + 2007-2017, Stefan Sauer + 2003-2005, Thomas Vander Stichele +License: FSFULLR + +Files: ar-lib + compile + depcomp + missing + test-driver +Copyright: 1996-2018, Free Software Foundation, Inc +License: GPL-2+ with AutoConf exception + +Files: config.guess + config.sub +Copyright: 1992-2018, Free Software Foundation, Inc +License: GPL-3+ with AutoConf exception + +Files: m4/ax_cxx_compile_stdcxx.m4 +Copyright: 2008, Benjamin Kosnik + 2014-2015, Google Inc.; contributed by Alexey Sokolov + 2016, Krzesimir Nowak + 2015, Moritz Klammler + 2015, Paul Norman + 2013, Roy Stogner + 2012, Zack Weinberg +License: FSFAP + +Files: m4/ax_code_coverage.m4 +Copyright: 2015, Bastien ROUCARIES + 2012, Christian Persch + 2012, Dan Winship + 2012, Paolo Borelli + 2012-2016, Philip Withnall + 2012, Xan Lopez +License: LGPL-2.1+ + +Files: ltmain.sh +Copyright: 1996-2015, Free Software Foundation, Inc +License: GPL-2+ with LibTool exception + +Files: gtk-doc.make +Copyright: 2004-2007, Damon Chaplin + 2003, James Henstridge + 2007-2017, Stefan Sauer +License: GPL-3+ + +Files: m4/ax_check_link_flag.m4 +Copyright: 2008, Guido U. Draheim + 2011, Maarten Bosmans +License: GPL-3+ with AutoConf exception + +Files: m4/gtk-doc.m4 +Copyright: 2003, James Henstridge + 2007-2017, Stefan Sauer +License: GPL-3+ + +Files: m4/ax_pthread.m4 +Copyright: 2011, Daniel Richard G + 2008, Steven G. Johnson +License: GPL-3+ with AutoConf exception + +Files: install-sh +Copyright: 1994, X Consortium +License: Expat + +Files: INSTALL +Copyright: 1994-2016, Free Software +License: FSFAP + +Files: configure +Copyright: 1992-2014, Free Software Foundation, Inc +License: FSFUL + +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems, the full text of the Apache License + can be found in the file `/usr/share/common-licenses/Apache-2.0'. + +License: CC0-1.0 + On Debian systems, the text of the CC0 1.0 Universal license can be + found in ‘/usr/share/common-licenses/CC0-1.0’. + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN + AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- + TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + . + Except as contained in this notice, the name of the X Consortium shall not + be used in advertising or otherwise to promote the sale, use or other deal- + ings in this Software without prior written authorization from the X Consor- + tium. + +License: FSFAP + Copying and distribution of this file, with or without modification, are + permitted in any medium without royalty provided the copyright notice + and this notice are preserved. This file is offered as-is, without any + warranty. + +License: FSFUL + This script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it. + +License: FSFULLR + This file is free software; the Free Software Foundation + gives unlimited permission to copy and/or distribute it, + with or without modifications, as long as this notice is preserved. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY, to the extent permitted by law; without + even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. + +License: GPL-2+ with AutoConf exception + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 2 can be found in "/usr/share/common-licenses/GPL-2". + . + As a special exception to the GNU General Public License, if you + distribute this file as part of a program that contains a + configuration script generated by Autoconf, you may include it under + the same distribution terms that you use for the rest of that program. + +License: GPL-2+ with Font exception + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 2 can be found in "/usr/share/common-licenses/GPL-2". + . + As a special exception, if you create a document which uses this font, + and embed this font or unaltered portions of this font into the + document, this font does not by itself cause the resulting document + to be covered by the GNU General Public License. This exception does + not however invalidate any other reasons why the document might be + covered by the GNU General Public License. If you modify this font, + you may extend this exception to your version of the font, but you + are not obligated to do so. If you do not wish to do so, delete this + exception statement from your version. + +License: GPL-2+ with LibTool exception + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 2 can be found in "/usr/share/common-licenses/GPL-2". + . + As a special exception to the GNU General Public License, + if you distribute this file as part of a program or library that + is built using GNU Libtool, you may include this file under the + same distribution terms that you use for the rest of that program. + +License: GPL-3+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or (at + your option) any later version. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 3 can be found in "/usr/share/common-licenses/GPL-3". + +License: GPL-3+ with AutoConf exception + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 3 can be found in "/usr/share/common-licenses/GPL-3". + . + As a special exception to the GNU General Public License, if you + distribute this file as part of a program that contains a + configuration script generated by Autoconf, you may include it under + the same distribution terms that you use for the rest of that program. + +License: ISC + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + . + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at + your option) any later version. + . + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + General Public License for more details. + . + On Debian systems, the complete text of the GNU Lesser General Public + License, version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". + +License: MIT + Permission is hereby granted, without written agreement and without license or + royalty fees, to use, copy, modify, and distribute this software and its + documentation for any purpose, provided that the above copyright notice and + the following two paragraphs appear in all copies of this software. + . + IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR DIRECT, + INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE + OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE COPYRIGHT HOLDER HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + . + THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, + AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, + UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +License: OFL-1.1 + SIL OPEN FONT LICENSE + . + Version 1.1 - 26 February 2007 + . + PREAMBLE + The goals of the Open Font License (OFL) are to stimulate worldwide + development of collaborative font projects, to support the font creation + efforts of academic and linguistic communities, and to provide a free and + open framework in which fonts may be shared and improved in partnership + with others. + . + The OFL allows the licensed fonts to be used, studied, modified and + redistributed freely as long as they are not sold by themselves. The + fonts, including any derivative works, can be bundled, embedded, + redistributed and/or sold with any software provided that any reserved + names are not used by derivative works. The fonts and derivatives, + however, cannot be released under any other type of license. The + requirement for fonts to remain under this license does not apply + to any document created using the fonts or their derivatives. + . + DEFINITIONS + "Font Software" refers to the set of files released by the Copyright + Holder(s) under this license and clearly marked as such. This may + include source files, build scripts and documentation. + . + "Reserved Font Name" refers to any names specified as such after the + copyright statement(s). + . + "Original Version" refers to the collection of Font Software components as + distributed by the Copyright Holder(s). + . + "Modified Version" refers to any derivative made by adding to, deleting, + or substituting - in part or in whole - any of the components of the + Original Version, by changing formats or by porting the Font Software to a + new environment. + . + "Author" refers to any designer, engineer, programmer, technical + writer or other person who contributed to the Font Software. + . + PERMISSION & CONDITIONS + Permission is hereby granted, free of charge, to any person obtaining + a copy of the Font Software, to use, study, copy, merge, embed, modify, + redistribute, and sell modified and unmodified copies of the Font + Software, subject to the following conditions: + . + 1) Neither the Font Software nor any of its individual components, + in Original or Modified Versions, may be sold by itself. + . + 2) Original or Modified Versions of the Font Software may be bundled, + redistributed and/or sold with any software, provided that each copy + contains the above copyright notice and this license. These can be + included either as stand-alone text files, human-readable headers or + in the appropriate machine-readable metadata fields within text or + binary files as long as those fields can be easily viewed by the user. + . + 3) No Modified Version of the Font Software may use the Reserved Font + Name(s) unless explicit written permission is granted by the corresponding + Copyright Holder. This restriction only applies to the primary font name as + presented to the users. + . + 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font + Software shall not be used to promote, endorse or advertise any + Modified Version, except to acknowledge the contribution(s) of the + Copyright Holder(s) and the Author(s) or with their explicit written + permission. + . + 5) The Font Software, modified or unmodified, in part or in whole, + must be distributed entirely under this license, and must not be + distributed under any other license. The requirement for fonts to + remain under this license does not apply to any document created + using the Font Software. + . + TERMINATION + This license becomes null and void if any of the above conditions are + not met. + . + DISCLAIMER + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT + OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM + OTHER DEALINGS IN THE FONT SOFTWARE. + +License: Monotype + This font software is the property of Monotype Imaging Inc., one of its + affiliated entities, or its licensors (collectively, Monotype) and its use + by you is covered under the terms of a license agreement. + . + You have obtained this font software either directly from Monotype or from the + Unicode Consortium. Monotype has granted the Consortium and recipients of the + this font distributed by the Consortium, permission, free of charge, to use, + copy modify, publish, distribute, sublicense, and/or sell copies of the font, + and to permit persons to whom the font is distributed to do so. In addition, + Monotype grants to the Consortium the worldwide, nonexclusive, royalty-free, + paid-up, and irrevocable rights under Monotype's copyright rights to + reproduce, publicly display, publicly perform, prepare derivative works of, + and distribute copies of the font, and the right to sublicense others who + legally receive copies of the font. + . + You can learn more about Monotype here: www.monotype.com + +License: UFL-1.0 + ------------------------------- + UBUNTU FONT LICENCE Version 1.0 + ------------------------------- + . + PREAMBLE + This licence allows the licensed fonts to be used, studied, modified and + redistributed freely. The fonts, including any derivative works, can be + bundled, embedded, and redistributed provided the terms of this licence + are met. The fonts and derivatives, however, cannot be released under + any other licence. The requirement for fonts to remain under this + licence does not require any document created using the fonts or their + derivatives to be published under this licence, as long as the primary + purpose of the document is not to be a vehicle for the distribution of + the fonts. + . + DEFINITIONS + "Font Software" refers to the set of files released by the Copyright + Holder(s) under this licence and clearly marked as such. This may + include source files, build scripts and documentation. + . + "Original Version" refers to the collection of Font Software components + as received under this licence. + . + "Modified Version" refers to any derivative made by adding to, deleting, + or substituting -- in part or in whole -- any of the components of the + Original Version, by changing formats or by porting the Font Software to + a new environment. + . + "Copyright Holder(s)" refers to all individuals and companies who have a + copyright ownership of the Font Software. + . + "Substantially Changed" refers to Modified Versions which can be easily + identified as dissimilar to the Font Software by users of the Font + Software comparing the Original Version with the Modified Version. + . + To "Propagate" a work means to do anything with it that, without + permission, would make you directly or secondarily liable for + infringement under applicable copyright law, except executing it on a + computer or modifying a private copy. Propagation includes copying, + distribution (with or without modification and with or without charging + a redistribution fee), making available to the public, and in some + countries other activities as well. + . + PERMISSION & CONDITIONS + This licence does not grant any rights under trademark law and all such + rights are reserved. + . + Permission is hereby granted, free of charge, to any person obtaining a + copy of the Font Software, to propagate the Font Software, subject to + the below conditions: + . + 1) Each copy of the Font Software must contain the above copyright + notice and this licence. These can be included either as stand-alone + text files, human-readable headers or in the appropriate machine- + readable metadata fields within text or binary files as long as those + fields can be easily viewed by the user. + . + 2) The font name complies with the following: + (a) The Original Version must retain its name, unmodified. + (b) Modified Versions which are Substantially Changed must be renamed to + avoid use of the name of the Original Version or similar names entirely. + (c) Modified Versions which are not Substantially Changed must be + renamed to both (i) retain the name of the Original Version and (ii) add + additional naming elements to distinguish the Modified Version from the + Original Version. The name of such Modified Versions must be the name of + the Original Version, with "derivative X" where X represents the name of + the new work, appended to that name. + . + 3) The name(s) of the Copyright Holder(s) and any contributor to the + Font Software shall not be used to promote, endorse or advertise any + Modified Version, except (i) as required by this licence, (ii) to + acknowledge the contribution(s) of the Copyright Holder(s) or (iii) with + their explicit written permission. + . + 4) The Font Software, modified or unmodified, in part or in whole, must + be distributed entirely under this licence, and must not be distributed + under any other licence. The requirement for fonts to remain under this + licence does not affect any document created using the Font Software, + except any version of the Font Software extracted from a document + created using the Font Software may only be distributed under this + licence. + . + TERMINATION + This licence becomes null and void if any of the above conditions are + not met. + . + DISCLAIMER + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF + COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER + DEALINGS IN THE FONT SOFTWARE. + +License: Unicode + Permission is hereby granted, free of charge, to any person obtaining + a copy of the Unicode data files and any associated documentation + (the "Data Files") or Unicode software and any associated documentation + (the "Software") to deal in the Data Files or Software + without restriction, including without limitation the rights to use, + copy, modify, merge, publish, distribute, and/or sell copies of + the Data Files or Software, and to permit persons to whom the Data Files + or Software are furnished to do so, provided that either + (a) this copyright and permission notice appear with all copies + of the Data Files or Software, or + (b) this copyright and permission notice appear in associated + Documentation. + . + THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF + ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE + WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT OF THIRD PARTY RIGHTS. + IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS + NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL + DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + PERFORMANCE OF THE DATA FILES OR SOFTWARE. + . + Except as contained in this notice, the name of a copyright holder + shall not be used in advertising or otherwise to promote the sale, + use or other dealings in these Data Files or Software without prior + written authorization of the copyright holder. diff --git a/appimage/packetry.AppDir/usr/share/doc/libharfbuzz0b/copyright b/appimage/packetry.AppDir/usr/share/doc/libharfbuzz0b/copyright new file mode 100755 index 00000000..8e218086 --- /dev/null +++ b/appimage/packetry.AppDir/usr/share/doc/libharfbuzz0b/copyright @@ -0,0 +1,708 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: HarfBuzz +Upstream-Contact: Behdad Esfahbod +Source: https://www.freedesktop.org/wiki/Software/HarfBuzz + +Files: * +Copyright: 2018-2020, Adobe, Inc + 2005-2023, Behdad Esfahbod + 2007, Chris Wilson + 2011, Codethink Limited + 2005, David Turner + 1998-2004, David Turner and Werner Lemberg + 2015-2020, Ebrahim Byagowi + 2016, Elie Roux + 2019-2020, Facebook, Inc + 2010-2023, Google, Inc + 2016, Igalia S.L + 2009, Keith Stribley + 2018-2021, Khaled Hosny + 2011, Martin Hosken and SIL International + 2022, Matthias Clasen + 2012-2015, Mozilla Foundation + 2008-2010, Nokia Corporation and/or its subsidiary(-ies) + 1998-2023, Red Hat, Inc + 2013-2015, Alexei Podtelezhnikov + 2012 Zilong Tan +License: MIT + +Files: debian/* +Copyright: 2012-2019,2023, أحمد المحمودي (Ahmed El-Mahmoudy) +License: MIT + +Files: src/hb-unicode-emoji-table.hh +Copyright: 2022, Unicode®, Inc +License: Unicode +Comment: https://www.unicode.org/terms_of_use.html + +Files: src/hb-ucd.cc +Copyright: 2012, Grigori Goronzy +License: ISC + +Files: test/shape/data/text-rendering-tests/* +Copyright: 2016, Unicode Inc +License: Apache-2.0 + +Files: perf/fonts/Amiri-Regular.ttf + perf/fonts/NotoNastaliqUrdu-Regular.ttf + test/api/fonts/* + test/fuzzing/fonts/* + test/shape/data/text-rendering-tests/fonts/* +Copyright: 2002-2018, Adobe Systems Incorporated + 2017-2019, Amin Abedi (@aminabedi68)-www.fontamin.com + 2015, Cadson Demak + 2011-2020, Google Inc + 2016, Igalia S.L. (http://igalia.com/) + 2017, Jens Kutilek + 2010-2017, Khaled Hosny + 2016, Sascha Brawer + 2010, Sebastian Kosch + 2008, The Bungee Project Authors + 1993-2016, The Font Bureau, Inc + 2016, The M+ Project Authors + 2021, The Qahiri Project Authors (github.com/aliftype/qahiri) + 2016-2019, Unicode, Inc +License: OFL-1.1 + +Files: test/shape/data/in-house/fonts/* +Copyright: 2000-2016, Adobe Systems Incorporated + 2016, Alfredo Marco Pradil + 2018-2022, David Corbett + 2010-2022, Google, Inc + 2011-2012, Lohit Fonts Project contributors + 2013-2020, Microsoft Corporation + 2018, SIL International (http://scripts.sil.org) + 2010-2021, The Amiri Project Authors (https://github.com/aliftype/amiri) + 2015-2021, The Mada Project Authors + 2021, The Qahiri Project Authors (github.com/aliftype/qahiri) + 2021, The Raqq Project Authors (github.com/aliftype/raqq) + 2018, Unicode, Inc + 2005, Zawgyi.net & Alpha Mandalay +License: OFL-1.1 + +Files: test/subset/data/* +Copyright: 2002-2018, Adobe Systems Incorporated (http://www.adobe.com/) + 2012, Andhrapradesh Society for Knowledge Networks (fonts.siliconandhra.org) + 2013, Danh Hong (khmertype.org) + 2007, Denis Moyogo Jacquerye + 2011-2012, George W. Nuss (http://www.fulbefouta.com) + 2010-2016, Google Inc + 2011, Hjort Nidudsson + 2019, Inter IKEA Systems B.V. (www.ikea.com) + 2010, NHN Corporation + 2011-2012, Sorkin Type Co (www.sorkintype.com) + 2013, The Alegreya Sans Project Authors (https://github.com/huertatipografica/Alegreya-Sans) + 2010-2020, The Amiri Project Authors (https://github.com/alif-type/amiri) + 2008, The Bungee Project Authors + 2007-2008, The C&MA Guinea Fulbe Team + 2011, The Comfortaa Project Authors (https://github.com/alexeiva/comfortaa) + 2020, The Fraunces Project Authors (github.com/undercasetype/Fraunces) + 2016, The M+ Project Authors + 2021, The M+ FONTS Project Authors (https://github.com/coz-m/MPLUS_FONTS) + 2019, The Noto Project Authors (github. com/googlei18n/noto-fonts) + 2017, The Roboto Flex Project Authors (https://github.com/TypeNetwork/Roboto-Flex) + 2004-2020, SIL International (http://www.sil.org) + 2017, The Spectral Project Authors (http://github.com/productiontype/spectral) + 2001-2021, The STIX Fonts Project Authors (https://github.com/stipub/stixfonts) +License: OFL-1.1 + +Files: test/shape/data/aots/* +Copyright: 2000-2016, Adobe Systems Incorporated +License: Apache-2.0 + +Files: perf/fonts/Roboto-Regular.ttf + test/api/fonts/nameID.origin.ttf + test/api/fonts/nameID.override.expected.ttf + test/api/fonts/OpenSans-Regular.ttf + test/shape/data/text-rendering-tests/fonts/TestShapeKndaV3.ttf + test/subset/data/fonts/Tinos-Italic.ttf + test/subset/data/fonts/IndicTestHowrah-Regular.ttf + test/subset/data/fonts/IndicTestJalandhar-Regular.ttf + test/subset/data/fonts/Roboto-Regular.ttf + test/subset/data/fonts/Roboto-Variable.ttf +Copyright: 2010-2013, Google Corporation +License: Apache-2.0 + +Files: test/shape/data/in-house/fonts/e8691822f6a705e3e9fb48a0405c645b1a036590.ttf +Copyright: 2020, Fredrick R. Brennan +License: Apache-2.0 + +Files: test/subset/data/fonts/Khmer.ttf +Copyright: 2013, Danh Hong (khmertype.org) +License: Apache-2.0 + +Files: test/api/fonts/TestGVAREight.ttf + test/shape/data/text-rendering-tests/fonts/TestGVAREight.ttf +Copyright: 1992-2017, Thomas A. Rickner +License: Apache-2.0 +Comment: License mismatch resolved: https://github.com/harfbuzz/harfbuzz/issues/4062 + +Files: test/api/fonts/TestGVAROne.ttf + test/api/fonts/TestGVARThree.ttf + test/api/fonts/TestGVARTwo.ttf + test/shape/data/text-rendering-tests/fonts/TestGVAROne.ttf + test/shape/data/text-rendering-tests/fonts/TestGVARThree.ttf + test/shape/data/text-rendering-tests/fonts/TestGVARTwo.ttf +Copyright: 2016, Monotype Hong Kong Ltd. and Monotype Imaging Inc +License: Monotype + +Files: test/shape/data/in-house/fonts/074a5ae6b19de8f29772fdd5df2d3d833f81f5e6.ttf + test/shape/data/in-house/fonts/1a3d8f381387dd29be1e897e4b5100ac8b4829e1.ttf + test/shape/data/in-house/fonts/b151cfcdaa77585d77f17a42158e0873fc8e2633.ttf + test/shape/data/in-house/fonts/d9b8bc10985f24796826c29f7ccba3d0ae11ec02.ttf +Copyright: 2017, David Corbett +License: CC0-1.0 + +Files: test/shape/data/in-house/fonts/b722a7d09e60421f3efbc706ad348ab47b88567b.ttf +Copyright: 2005, Mihail Bayaryn +License: GPL-3+ + +Files: test/shape/data/in-house/fonts/b895f8ff06493cc893ec44de380690ca0074edfa.ttf +Copyright: 2009-2010, Yoram Gnat (yoram.gnat@gmail.com) + 2003-2007, Ralph Hancock & John Hudson +License: GPL-2+ with Font exception + +Files: test/shape/data/in-house/fonts/DFONT.dfont + test/shape/data/in-house/fonts/TTC.ttc +Copyright: 2015, FontTools +License: MIT +Comment: https://github.com/fonttools/fonttools/blob/main/LICENSE + +Files: test/subset/data/expected/glyph_names/* + test/subset/data/fonts/Ubuntu-Regular.ttf +Copyright: 2011, Canonical Ltd. +License: UFL-1.0 + +Files: aclocal.m4 + Makefile.in + m4/* + docs/Makefile.in + perf/Makefile.in + src/Makefile.in + test/Makefile.in + test/api/Makefile.in + test/fuzzing/Makefile.in + test/shape/Makefile.in + test/shape/data/Makefile.in + test/shape/data/aots/Makefile.in + test/shape/data/in-house/Makefile.in + test/shape/data/text-rendering-tests/Makefile.in + test/subset/Makefile.in + test/subset/data/Makefile.in + test/subset/data/repack_tests/Makefile.in + test/threads/Makefile.in + util/Makefile.in +Copyright: 1994-2018, Free Software Foundation, Inc + 2004-2007, Damon Chaplin + 2012-2015, Dan Nicholson + 2003, James Henstridge + 2009, Johan Dahlin + 2004, Scott James Remnant + 2007-2017, Stefan Sauer + 2003-2005, Thomas Vander Stichele +License: FSFULLR + +Files: ar-lib + compile + depcomp + missing + test-driver +Copyright: 1996-2018, Free Software Foundation, Inc +License: GPL-2+ with AutoConf exception + +Files: config.guess + config.sub +Copyright: 1992-2018, Free Software Foundation, Inc +License: GPL-3+ with AutoConf exception + +Files: m4/ax_cxx_compile_stdcxx.m4 +Copyright: 2008, Benjamin Kosnik + 2014-2015, Google Inc.; contributed by Alexey Sokolov + 2016, Krzesimir Nowak + 2015, Moritz Klammler + 2015, Paul Norman + 2013, Roy Stogner + 2012, Zack Weinberg +License: FSFAP + +Files: m4/ax_code_coverage.m4 +Copyright: 2015, Bastien ROUCARIES + 2012, Christian Persch + 2012, Dan Winship + 2012, Paolo Borelli + 2012-2016, Philip Withnall + 2012, Xan Lopez +License: LGPL-2.1+ + +Files: ltmain.sh +Copyright: 1996-2015, Free Software Foundation, Inc +License: GPL-2+ with LibTool exception + +Files: gtk-doc.make +Copyright: 2004-2007, Damon Chaplin + 2003, James Henstridge + 2007-2017, Stefan Sauer +License: GPL-3+ + +Files: m4/ax_check_link_flag.m4 +Copyright: 2008, Guido U. Draheim + 2011, Maarten Bosmans +License: GPL-3+ with AutoConf exception + +Files: m4/gtk-doc.m4 +Copyright: 2003, James Henstridge + 2007-2017, Stefan Sauer +License: GPL-3+ + +Files: m4/ax_pthread.m4 +Copyright: 2011, Daniel Richard G + 2008, Steven G. Johnson +License: GPL-3+ with AutoConf exception + +Files: install-sh +Copyright: 1994, X Consortium +License: Expat + +Files: INSTALL +Copyright: 1994-2016, Free Software +License: FSFAP + +Files: configure +Copyright: 1992-2014, Free Software Foundation, Inc +License: FSFUL + +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems, the full text of the Apache License + can be found in the file `/usr/share/common-licenses/Apache-2.0'. + +License: CC0-1.0 + On Debian systems, the text of the CC0 1.0 Universal license can be + found in ‘/usr/share/common-licenses/CC0-1.0’. + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN + AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- + TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + . + Except as contained in this notice, the name of the X Consortium shall not + be used in advertising or otherwise to promote the sale, use or other deal- + ings in this Software without prior written authorization from the X Consor- + tium. + +License: FSFAP + Copying and distribution of this file, with or without modification, are + permitted in any medium without royalty provided the copyright notice + and this notice are preserved. This file is offered as-is, without any + warranty. + +License: FSFUL + This script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it. + +License: FSFULLR + This file is free software; the Free Software Foundation + gives unlimited permission to copy and/or distribute it, + with or without modifications, as long as this notice is preserved. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY, to the extent permitted by law; without + even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. + +License: GPL-2+ with AutoConf exception + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 2 can be found in "/usr/share/common-licenses/GPL-2". + . + As a special exception to the GNU General Public License, if you + distribute this file as part of a program that contains a + configuration script generated by Autoconf, you may include it under + the same distribution terms that you use for the rest of that program. + +License: GPL-2+ with Font exception + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 2 can be found in "/usr/share/common-licenses/GPL-2". + . + As a special exception, if you create a document which uses this font, + and embed this font or unaltered portions of this font into the + document, this font does not by itself cause the resulting document + to be covered by the GNU General Public License. This exception does + not however invalidate any other reasons why the document might be + covered by the GNU General Public License. If you modify this font, + you may extend this exception to your version of the font, but you + are not obligated to do so. If you do not wish to do so, delete this + exception statement from your version. + +License: GPL-2+ with LibTool exception + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 2 can be found in "/usr/share/common-licenses/GPL-2". + . + As a special exception to the GNU General Public License, + if you distribute this file as part of a program or library that + is built using GNU Libtool, you may include this file under the + same distribution terms that you use for the rest of that program. + +License: GPL-3+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or (at + your option) any later version. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 3 can be found in "/usr/share/common-licenses/GPL-3". + +License: GPL-3+ with AutoConf exception + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License, version 3 can be found in "/usr/share/common-licenses/GPL-3". + . + As a special exception to the GNU General Public License, if you + distribute this file as part of a program that contains a + configuration script generated by Autoconf, you may include it under + the same distribution terms that you use for the rest of that program. + +License: ISC + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + . + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at + your option) any later version. + . + This library is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + General Public License for more details. + . + On Debian systems, the complete text of the GNU Lesser General Public + License, version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". + +License: MIT + Permission is hereby granted, without written agreement and without license or + royalty fees, to use, copy, modify, and distribute this software and its + documentation for any purpose, provided that the above copyright notice and + the following two paragraphs appear in all copies of this software. + . + IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR DIRECT, + INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE + OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE COPYRIGHT HOLDER HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + . + THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, + AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, + UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +License: OFL-1.1 + SIL OPEN FONT LICENSE + . + Version 1.1 - 26 February 2007 + . + PREAMBLE + The goals of the Open Font License (OFL) are to stimulate worldwide + development of collaborative font projects, to support the font creation + efforts of academic and linguistic communities, and to provide a free and + open framework in which fonts may be shared and improved in partnership + with others. + . + The OFL allows the licensed fonts to be used, studied, modified and + redistributed freely as long as they are not sold by themselves. The + fonts, including any derivative works, can be bundled, embedded, + redistributed and/or sold with any software provided that any reserved + names are not used by derivative works. The fonts and derivatives, + however, cannot be released under any other type of license. The + requirement for fonts to remain under this license does not apply + to any document created using the fonts or their derivatives. + . + DEFINITIONS + "Font Software" refers to the set of files released by the Copyright + Holder(s) under this license and clearly marked as such. This may + include source files, build scripts and documentation. + . + "Reserved Font Name" refers to any names specified as such after the + copyright statement(s). + . + "Original Version" refers to the collection of Font Software components as + distributed by the Copyright Holder(s). + . + "Modified Version" refers to any derivative made by adding to, deleting, + or substituting - in part or in whole - any of the components of the + Original Version, by changing formats or by porting the Font Software to a + new environment. + . + "Author" refers to any designer, engineer, programmer, technical + writer or other person who contributed to the Font Software. + . + PERMISSION & CONDITIONS + Permission is hereby granted, free of charge, to any person obtaining + a copy of the Font Software, to use, study, copy, merge, embed, modify, + redistribute, and sell modified and unmodified copies of the Font + Software, subject to the following conditions: + . + 1) Neither the Font Software nor any of its individual components, + in Original or Modified Versions, may be sold by itself. + . + 2) Original or Modified Versions of the Font Software may be bundled, + redistributed and/or sold with any software, provided that each copy + contains the above copyright notice and this license. These can be + included either as stand-alone text files, human-readable headers or + in the appropriate machine-readable metadata fields within text or + binary files as long as those fields can be easily viewed by the user. + . + 3) No Modified Version of the Font Software may use the Reserved Font + Name(s) unless explicit written permission is granted by the corresponding + Copyright Holder. This restriction only applies to the primary font name as + presented to the users. + . + 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font + Software shall not be used to promote, endorse or advertise any + Modified Version, except to acknowledge the contribution(s) of the + Copyright Holder(s) and the Author(s) or with their explicit written + permission. + . + 5) The Font Software, modified or unmodified, in part or in whole, + must be distributed entirely under this license, and must not be + distributed under any other license. The requirement for fonts to + remain under this license does not apply to any document created + using the Font Software. + . + TERMINATION + This license becomes null and void if any of the above conditions are + not met. + . + DISCLAIMER + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT + OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM + OTHER DEALINGS IN THE FONT SOFTWARE. + +License: Monotype + This font software is the property of Monotype Imaging Inc., one of its + affiliated entities, or its licensors (collectively, Monotype) and its use + by you is covered under the terms of a license agreement. + . + You have obtained this font software either directly from Monotype or from the + Unicode Consortium. Monotype has granted the Consortium and recipients of the + this font distributed by the Consortium, permission, free of charge, to use, + copy modify, publish, distribute, sublicense, and/or sell copies of the font, + and to permit persons to whom the font is distributed to do so. In addition, + Monotype grants to the Consortium the worldwide, nonexclusive, royalty-free, + paid-up, and irrevocable rights under Monotype's copyright rights to + reproduce, publicly display, publicly perform, prepare derivative works of, + and distribute copies of the font, and the right to sublicense others who + legally receive copies of the font. + . + You can learn more about Monotype here: www.monotype.com + +License: UFL-1.0 + ------------------------------- + UBUNTU FONT LICENCE Version 1.0 + ------------------------------- + . + PREAMBLE + This licence allows the licensed fonts to be used, studied, modified and + redistributed freely. The fonts, including any derivative works, can be + bundled, embedded, and redistributed provided the terms of this licence + are met. The fonts and derivatives, however, cannot be released under + any other licence. The requirement for fonts to remain under this + licence does not require any document created using the fonts or their + derivatives to be published under this licence, as long as the primary + purpose of the document is not to be a vehicle for the distribution of + the fonts. + . + DEFINITIONS + "Font Software" refers to the set of files released by the Copyright + Holder(s) under this licence and clearly marked as such. This may + include source files, build scripts and documentation. + . + "Original Version" refers to the collection of Font Software components + as received under this licence. + . + "Modified Version" refers to any derivative made by adding to, deleting, + or substituting -- in part or in whole -- any of the components of the + Original Version, by changing formats or by porting the Font Software to + a new environment. + . + "Copyright Holder(s)" refers to all individuals and companies who have a + copyright ownership of the Font Software. + . + "Substantially Changed" refers to Modified Versions which can be easily + identified as dissimilar to the Font Software by users of the Font + Software comparing the Original Version with the Modified Version. + . + To "Propagate" a work means to do anything with it that, without + permission, would make you directly or secondarily liable for + infringement under applicable copyright law, except executing it on a + computer or modifying a private copy. Propagation includes copying, + distribution (with or without modification and with or without charging + a redistribution fee), making available to the public, and in some + countries other activities as well. + . + PERMISSION & CONDITIONS + This licence does not grant any rights under trademark law and all such + rights are reserved. + . + Permission is hereby granted, free of charge, to any person obtaining a + copy of the Font Software, to propagate the Font Software, subject to + the below conditions: + . + 1) Each copy of the Font Software must contain the above copyright + notice and this licence. These can be included either as stand-alone + text files, human-readable headers or in the appropriate machine- + readable metadata fields within text or binary files as long as those + fields can be easily viewed by the user. + . + 2) The font name complies with the following: + (a) The Original Version must retain its name, unmodified. + (b) Modified Versions which are Substantially Changed must be renamed to + avoid use of the name of the Original Version or similar names entirely. + (c) Modified Versions which are not Substantially Changed must be + renamed to both (i) retain the name of the Original Version and (ii) add + additional naming elements to distinguish the Modified Version from the + Original Version. The name of such Modified Versions must be the name of + the Original Version, with "derivative X" where X represents the name of + the new work, appended to that name. + . + 3) The name(s) of the Copyright Holder(s) and any contributor to the + Font Software shall not be used to promote, endorse or advertise any + Modified Version, except (i) as required by this licence, (ii) to + acknowledge the contribution(s) of the Copyright Holder(s) or (iii) with + their explicit written permission. + . + 4) The Font Software, modified or unmodified, in part or in whole, must + be distributed entirely under this licence, and must not be distributed + under any other licence. The requirement for fonts to remain under this + licence does not affect any document created using the Font Software, + except any version of the Font Software extracted from a document + created using the Font Software may only be distributed under this + licence. + . + TERMINATION + This licence becomes null and void if any of the above conditions are + not met. + . + DISCLAIMER + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF + COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER + DEALINGS IN THE FONT SOFTWARE. + +License: Unicode + Permission is hereby granted, free of charge, to any person obtaining + a copy of the Unicode data files and any associated documentation + (the "Data Files") or Unicode software and any associated documentation + (the "Software") to deal in the Data Files or Software + without restriction, including without limitation the rights to use, + copy, modify, merge, publish, distribute, and/or sell copies of + the Data Files or Software, and to permit persons to whom the Data Files + or Software are furnished to do so, provided that either + (a) this copyright and permission notice appear with all copies + of the Data Files or Software, or + (b) this copyright and permission notice appear in associated + Documentation. + . + THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF + ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE + WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT OF THIRD PARTY RIGHTS. + IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS + NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL + DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + PERFORMANCE OF THE DATA FILES OR SOFTWARE. + . + Except as contained in this notice, the name of a copyright holder + shall not be used in advertising or otherwise to promote the sale, + use or other dealings in these Data Files or Software without prior + written authorization of the copyright holder. diff --git a/appimage/packetry.AppDir/usr/share/doc/libpango-1.0-0/copyright b/appimage/packetry.AppDir/usr/share/doc/libpango-1.0-0/copyright new file mode 100755 index 00000000..2aa3e161 --- /dev/null +++ b/appimage/packetry.AppDir/usr/share/doc/libpango-1.0-0/copyright @@ -0,0 +1,451 @@ +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: 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: 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/appimage/packetry.AppDir/usr/share/doc/libpangocairo-1.0-0/copyright b/appimage/packetry.AppDir/usr/share/doc/libpangocairo-1.0-0/copyright new file mode 100755 index 00000000..2aa3e161 --- /dev/null +++ b/appimage/packetry.AppDir/usr/share/doc/libpangocairo-1.0-0/copyright @@ -0,0 +1,451 @@ +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: 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: 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/appimage/packetry.AppDir/usr/share/doc/libpangoft2-1.0-0/copyright b/appimage/packetry.AppDir/usr/share/doc/libpangoft2-1.0-0/copyright new file mode 100755 index 00000000..2aa3e161 --- /dev/null +++ b/appimage/packetry.AppDir/usr/share/doc/libpangoft2-1.0-0/copyright @@ -0,0 +1,451 @@ +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: 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: 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.