Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ghostty
Upstream-Contact: Mitchell Hashimoto <mitchell@ghostty.org>
Source: https://github.com/ghostty-org/ghostty

Files: *
Copyright: 2024-2026 Mitchell Hashimoto, Ghostty contributors
License: Expat

Files: debian/*
Copyright: 2026 Google LLC
License: Expat
Comment: Vendored zig dependencies in zigcache/ are grouped by license below.
 Directory names use zig's content-addressed hashes rather than
 human-readable names, so the glob patterns match by upstream
 project name embedded in subdirectory contents, not directory names.

Files: zigcache/p/gobject-*/*
Copyright: Contributors
License: Apache-2.0

Files: zigcache/p/*spirv_cross*/*
Copyright: 2015-2023 The Khronos Group Inc.
License: Apache-2.0

Files: zigcache/p/*wuffs*/*
Copyright: Google LLC
License: Apache-2.0

Files: zigcache/p/*highway*/*
Copyright: Google LLC
License: Apache-2.0 or BSD-3-clause

Files: zigcache/p/*oniguruma*/*
Copyright: 2002-2021 K. Kosako
License: BSD-2-clause

Files: zigcache/p/*breakpad*/*
Copyright: 2006 Google LLC
License: BSD-3-clause

Files: zigcache/p/*utfcpp*/*
Copyright: Contributors
License: BSL-1.0

Files: zigcache/p/*pixels*/*
Copyright: Contributors
License: CC0-1.0

Files: zigcache/p/*fontconfig*/*
Copyright: 2000-2007 Keith Packard
License: Expat

Files: zigcache/p/*ghostty-themes*/*
Copyright: Ghostty contributors
License: Expat

Files: zigcache/p/*harfbuzz*/*
Copyright: 2006-2023 HarfBuzz contributors
License: Expat

Files: zigcache/p/*imgui*/*
Copyright: 2014-2025 Omar Cornut
License: Expat
Comment: Dear ImGui and Dear Bindings

Files: zigcache/p/libxev-*/*
 zigcache/p/zig_js-*/*
 zigcache/p/zig_objc-*/*
Copyright: 2022-2023 Mitchell Hashimoto
License: Expat

Files: zigcache/p/*libxml2*/*
Copyright: 1998-2012 Daniel Veillard
License: Expat

Files: zigcache/p/*NerdFonts*/*
Copyright: 2014 Ryan L McIntyre
License: Expat

Files: zigcache/p/*plasma_wayland*/*
Copyright: KDE contributors
License: Expat

Files: zigcache/p/*sentry*/*
Copyright: 2019 Sentry
License: Expat

Files: zigcache/p/uucode-*/*
Copyright: 2025-2026 Jacob Sandlund
License: Expat

Files: zigcache/p/vaxis-*/*
Copyright: 2023 Tim Culverhouse
License: Expat

Files: zigcache/p/wayland-*/*
Copyright: 2008-2013 Kristian Hoegsberg
 2010-2013 Intel Corporation
 2020 Isaac Freund
License: Expat

Files: zigcache/p/z2d-*/*
Copyright: 2023 Sophie Winter
License: Expat

Files: zigcache/p/zf-*/*
Copyright: Nathan Craddock
License: Expat

Files: zigcache/p/zigimg-*/*
Copyright: 2019-2021 zigimg developers
License: Expat

Files: zigcache/p/*freetype*/*
Copyright: 1996-2023 David Turner, Robert Wilhelm, Werner Lemberg
License: FTL or GPL-2+

Files: zigcache/p/*gettext*/*
Copyright: Free Software Foundation
License: GPL-3+

Files: zigcache/p/*glslang*/*
Copyright: 2002-2005 3Dlabs Inc. Ltd.
 2012-2023 The Khronos Group Inc.
License: BSD-3-clause and Apache-2.0 and GPL-3+ and Expat
Comment: Mixed licenses per component

Files: zigcache/p/*gtk4-layer-shell*/*
Copyright: Contributors
License: LGPL-3+

Files: zigcache/p/*libpng*/*
Copyright: 1998-2024 Glenn Randers-Pehrson
 2000-2024 Contributing Authors
License: Libpng-2.0

Files: zigcache/p/*JetBrainsMono*/*
Copyright: 2020 The JetBrains Mono Project Authors
License: OFL-1.1

Files: zigcache/p/*zlib*/*
Copyright: 1995-2022 Jean-loup Gailly and Mark Adler
License: Zlib

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

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 3. Neither the name of the copyright holder nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED.

License: Zlib
 This software is provided 'as-is', without any express or implied
 warranty. In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented.
 2. Altered source versions must be plainly marked as such.
 3. This notice may not be removed or altered from any source distribution.

License: Apache-2.0
 Licensed under the Apache License, Version 2.0.
 .
 On Debian systems, the full text of the Apache License, Version 2.0
 can be found in /usr/share/common-licenses/Apache-2.0.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 On Debian systems, the full text of the GNU General Public License
 version 2 can be found in /usr/share/common-licenses/GPL-2.

License: GPL-3+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 On Debian systems, the full text of the GNU General Public License
 version 3 can be found in /usr/share/common-licenses/GPL-3.

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

License: FTL
 The FreeType Project is distributed in several archive packages; some
 of them may contain, in addition to the FreeType font engine, various
 tools and contributions which rely on, or relate to, the FreeType
 Project.
 .
 This license applies to all files found in such packages, and which do
 not fall under their own explicit license.
 .
 This license was inspired by the BSD, Artistic, and IJG (Independent
 JPEG Group) licenses, which all encourage inclusion and use of free
 software in commercial and freeware products alike.

License: OFL-1.1
 This Font Software is licensed under the SIL Open Font License,
 Version 1.1.
 .
 On Debian systems, the full text of the SIL Open Font License can
 be found in /usr/share/common-licenses/OFL-1.1 (if available) or at
 https://scripts.sil.org/OFL.

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.
 .
 On Debian systems, the full text of the CC0-1.0 can be found in
 /usr/share/common-licenses/CC0-1.0.

License: BSL-1.0
 Permission is hereby granted, free of charge, to any person or
 organization obtaining a copy of the software and accompanying
 documentation covered by this license (the "Software") to use,
 reproduce, display, distribute, execute, and transmit the Software,
 and to prepare derivative works of the Software, and to permit
 third-parties to whom the Software is furnished to do so, all
 subject to the following:
 .
 The copyright notices in the Software and this entire statement,
 including the above license grant, this restriction and the following
 disclaimer, must be included in all copies of the Software, in whole
 or in part, and all derivative works of the Software, unless such
 copies or derivative works are solely in the form of
 machine-executable object code generated by a source language
 processor.

License: Libpng-2.0
 The PNG Reference Library is supplied "AS IS". The Contributing
 Authors and Group 42, Inc. disclaim all warranties, expressed or
 implied, including, without limitation, the warranties of
 merchantability and of fitness for any purpose. The Contributing
 Authors and Group 42, Inc. assume no liability for direct, indirect,
 incidental, special, exemplary, or consequential damages, which may
 result from the use of the PNG Reference Library, even if advised of
 the possibility of such damage.
