================================================================================
 TextSS Ver 6 (TextSS6)
 Third-Party Software Licenses and Acknowledgements
 サードパーティ ソフトウェア ライセンスと著作権表示
================================================================================

This software (TextSS6) incorporates the third-party open-source components
listed below. Each component is provided under its own license, reproduced or
referenced in this file. All license information was verified against primary
sources (each project's LICENSE file, README, source header, or official
NuGet listing) on 2026-05-30 (HarfBuzzSharp / HarfBuzz section #14 added and
verified on 2026-06-09; on 2026-06-09 the SkiaSharp version was also corrected
to the actually-shipped 3.119.4-preview.1.1, and the UTF.Unknown MPL-1.1
election and the MPL-1.1 Section 3 source-code-availability notice were added; on 2026-06-10 section 16 (Microsoft Edge WebView2) was corrected - Microsoft.Web.WebView2 is NOT referenced by any project and is NOT present in the shipped binaries, verified via `dotnet list package --include-transitive` after a win-x64 restore and by inspecting the win-x64 publish output, so the earlier "redistributed" wording and the version/LICENSE TODO were removed; and the full-text license folder that sections 1 and 9 reference - licenses/UtfUnknown/{MPL-1.1,gpl-2.0,lgpl-2.1}.txt and licenses/Apache-2.0.txt - was wired into the build (TextSS.Desktop.csproj) and confirmed present in the build/publish output, so the "included in the distribution" statements are accurate; the Apache-2.0 text is the verbatim LICENSE shipped in the OpenCCNET 1.1.0 NuGet package, and the MPL/GPL/LGPL texts are the verbatim files shipped with UTF.Unknown; on 2026-06-19 (v0.1.712) the shipped third-party versions were updated: SkiaSharp 3.119.4-preview.1.1 -> 3.119.4 (stable, identical code), CommunityToolkit.Mvvm 8.4.0 -> 8.4.2, System.Drawing.Common 10.0.7 -> 10.0.9, System.Text.Encoding.CodePages 10.0.0 -> 10.0.9, Avalonia.Controls.WebView 12.0.0 -> 12.0.1, and the Avalonia family to 12.0.4 - HarfBuzzSharp stays 8.3.1.3 and Avalonia.AvaloniaEdit stays 12.0.0, both re-verified via `dotnet list package --include-transitive`; the test-only assertion library FluentAssertions 8.9.0 was replaced by the Apache-2.0 fork AwesomeAssertions 9.4.0, which is test-only and NOT shipped, hence intentionally not listed in this file; on 2026-06-22 (v0.1.729) sections 17-19 were added for the Word(.docx)/Excel(.xlsx) bulk search-and-replace feature: DocumentFormat.OpenXml 3.5.1 (MIT) plus DocumentFormat.OpenXml.Framework 3.5.1 (MIT), ClosedXML 0.105.0 (MIT) with its MIT transitive dependencies ClosedXML.Parser 2.0.0 / ExcelNumberFormat 1.1.0 / RBush.Signed 4.0.0, and SixLabors.Fonts 1.0.1 (Apache-2.0, pinned to "1.*" in TextSS.Core.csproj to avoid the v2 Split License) - all resolved versions verified via `dotnet list package --include-transitive` after a TextSS.Core restore; Microsoft.Bcl.HashCode does NOT appear in the net10.0 transitive graph (BCL-provided) and is intentionally not listed; SixLabors.Fonts reuses the existing licenses/Apache-2.0.txt full text rather than adding a new file; on 2026-06-27 (v0.1.775) section 20 AvaloniaHex 0.1.13 (MIT) was added for the large-file binary preview feature (main-window preview / "Open in TextSS" TextWindow / candidate-confirmation BeginningWindow), verified against the AvaloniaHex repository LICENSE.md at commit 8535687 - the NuGet package ships no LICENSE file (MIT is referenced via the SPDX license expression), so the shared "MIT LICENSE TEXT" applies; AvaloniaHex is also added to TrimmerRootAssembly in TextSS.Desktop.csproj so trimming does not drop XAML/style-referenced types; on 2026-07-12 (v0.1.855) the SIL OFL text preamble near the end of this file was corrected - it said "embedded in the Linux build only", contradicting section 13 and the actual build: the font file is embedded in ALL OS builds (it lives in the shared TextSS.App assembly, Assets glob) and is USED as the default font only on Linux - wording fixed, no component / version / license set changed; on 2026-07-13 (v0.1.866) two transitive Avalonia dependencies that ship in the builds but had been omitted from this file were added - section 21 Tmds.DBus.Protocol 0.92.0 (MIT, Tom Deseyn; pulled in transitively via Avalonia.FreeDesktop for Linux D-Bus / accessibility integration) and section 22 MicroCom.Runtime 0.11.4 (MIT, Nikita Tsukanov; Avalonia's COM interop runtime) - both were verified as MIT against the NuGet package nuspec <license> expression and confirmed to be runtime assemblies (i.e. they ship) in project.assets.json; both are covered by the shared MIT LICENSE TEXT, so no new full-text license file was needed; on 2026-07-18 (v0.1.879) sections 23-26 were added for the image/audio/video metadata search-and-replace feature (design doc "docs/03_実装計画/49", implementation step S1): z440.atl.core 7.15.3 (ATL.NET, MIT), ExifLibNet 2.1.4 (MIT; NOTE - the official NuGet ID of oozcitak/exiflibrary is "ExifLibNet"; the similarly-named NuGet package "ExifLibrary" is an unrelated 2017 fork by a different author and is NOT used), MetadataExtractor 2.9.3 (Apache-2.0), and its transitive dependency XmpCore 6.1.10.1 (BSD-3-Clause, the Adobe XMP SDK license) - all resolved versions verified via `dotnet list package --include-transitive` after a TextSS.Core restore and each license verified against the package nuspec <license> expression and the project's LICENSE/README; MetadataExtractor reuses the existing licenses/Apache-2.0.txt full text, the MIT components are covered by the shared "MIT LICENSE TEXT", and the XmpCore BSD-3-Clause text is reproduced in section 26; on 2026-07-18 (v0.1.893) sections 27-28 were added for the Markdown preview feature (design doc "docs/03_実装計画/51"): MarkView.Avalonia 12.0.3 (MIT, Nicolas Musset; verified against the project's LICENSE.md and the NuGet license expression "MIT") and its transitive dependency Markdig 1.1.3 (BSD-2-Clause, Alexandre Mutel; verified against the project's license.txt and the NuGet license expression "BSD-2-Clause") - resolved versions verified via project.assets.json after a TextSS.App restore; MarkView.Avalonia is covered by the shared "MIT LICENSE TEXT" and the Markdig BSD-2-Clause text is reproduced in section 28; on 2026-08-01 (v0.1.1030) the Avalonia family was updated 12.0.4 -> 12.1.1 (section 4) to pick up the upstream XDND implementation (pull request #20926, shipped in 12.1.0) that makes file drag-and-drop work on Linux/X11, with Avalonia.Controls.DataGrid moving 12.0.0 -> 12.1.0 because no 12.1.1 build of that package exists; every Avalonia package remains MIT (re-verified against each NuGet package nuspec <license> expression), SkiaSharp 3.119.4 and HarfBuzzSharp 8.3.1.3 are unchanged because Avalonia.Skia 12.1.1 still requires those same versions, and Avalonia.Controls.WebView 12.0.1 (section 15), Avalonia.AvaloniaEdit 12.0.0 (section 5), AvaloniaHex 0.1.13 (section 20) and MarkView.Avalonia 12.0.3 (section 27) were deliberately held on the 12.0 series because no 12.1-compatible release exists for them; on 2026-08-01 (v0.1.1032) sections 21 and 22 were corrected after the shipped transitive versions moved with the Avalonia update - Tmds.DBus.Protocol 0.92.0 -> 0.94.1 and MicroCom.Runtime 0.11.4 -> 0.11.6, both re-verified as MIT against the NuGet package nuspec <license> expression and confirmed as shipped runtime assemblies in project.assets.json).

本ソフトウェア (TextSS6) は、以下のサードパーティ製オープンソース コンポーネント
を利用しています。各コンポーネントはそれぞれのライセンスのもとで提供されます。

TextSS6 itself is distributed as freeware; see Readme.txt and the official site (https://textss.sakura.ne.jp/). This file covers the third-party components only.

Sections 29 (Ude.NetStandard) and 30 (ANGLE / Avalonia.Angle.Windows.Natives)
were added on 2026-07-19; they had been omitted from this history line even
though each section body already carried its own "License verified on ..." note
(the omission was found by the 2026-07-26 spec-consistency scan, finding #30).

Section 31 (Microsoft.NET.ILLink.Tasks 10.0.10) was added and verified on
2026-07-25 against the package .nuspec; it is build-time tooling only and is
NOT redistributed (no lib/ directory; 0 references in TextSS.deps.json).

On 2026-08-01 every section of this file was re-audited end to end against
five sources at once: the resolved dependency graph (project.assets.json,
58 packages), the actual build output (63 DLLs plus the Dictionary/,
JiebaResource/, zh-Hans/ and licenses/ folders; zh-Hans/ holds the
AvaloniaEdit.resources.dll satellite covered by the MIT grant in section 5),
the <license> element of each package
.nuspec, the full-text license files shipped inside those packages, and the
contents of the .NET 10 shared framework. No component, version or license
type was found to be wrong. Three wordings were clarified as a result:
section 1 now states that TextSS6 builds UTF.Unknown from the vendored source
rather than from the NuGet package; section 29 now states that the COPYING
file inside the Ude.NetStandard package holds no license text, so the terms
come from the project repository; and the verification note in section 16 was
re-run against the currently shipped Avalonia.Controls.WebView 12.0.1. The
copyright lines of sections 4, 5, 20 and 26 were each re-checked against the
upstream LICENSE file and all four were already correct - note that the
<copyright> field of a .nuspec is packaging metadata and often differs from
the project's LICENSE, which is the primary source used here.
On 2026-08-02 the remaining copyright lines were re-checked the same way and
six were corrected against the upstream LICENSE files: section 4 (Avalonia,
"OU" -> "OÜ" plus the missing "All Rights Reserved" line), section 9 (OpenCCNET,
an attribution the upstream LICENSE does not state was removed), section 10
(jieba.NET, "jieba.NET contributors (anderscui)" -> "Copyright (c) 2015
andersc"), section 15 (Avalonia.Controls.WebView, whose separate repository
states "Copyright (c) 2026 AvaloniaUI OÜ"), section 17 (DocumentFormat.OpenXml,
"Microsoft Corporation and the .NET Foundation" -> "Copyright (c) .NET
Foundation and Contributors" plus "All rights reserved."), and section 25
(MetadataExtractor, where the nuspec-derived "Copyright Drew Noakes 2002-2026"
was replaced by the LICENSE text, which also credits Imazen LLC). The three MIT
transitive dependencies in section 18 now name their copyright holders instead
of "their respective authors". Section 12 now points at
licenses/dotnet/THIRD-PARTY-NOTICES.txt, the 46 upstream notices that ship
inside the self-contained .NET 10 runtime.

--------------------------------------------------------------------------------
 MAINTENANCE NOTE (for developers / Claude) - 保守ルール
--------------------------------------------------------------------------------
  ★ This file MUST be updated whenever any third-party license changes
    (adding / removing / upgrading a NuGet package, importing or updating code
    under src/ThirdParty/, or changing a detection engine).
  ★ Verify every license against primary sources (each project's LICENSE /
    README / official NuGet listing). Do NOT guess.
  ★ Keep this file and the internal master "docs/03_実装計画/11h2_NOTICE.md"
    in sync. The set of components is derived from each *.csproj PackageReference
    plus src/ThirdParty/.
  ★ The app has NO in-app license screen (the OptionWindow version tab credit
    card was removed in v0.1.599); all license display is unified into this file.
  (User instruction, 2026-05-30. See project CLAUDE.md and SHARED_MEMORY.md.)

--------------------------------------------------------------------------------
 INDEX / 一覧
--------------------------------------------------------------------------------
  1.  UTF.Unknown ............... MPL-1.1 / GPL-2.0+ / LGPL-2.1+
  2.  NKF (nkf, detection port) . zlib License
  3.  Jcode.pm (algorithm only) . Perl License (Artistic 1.0 / GPL)
  4.  Avalonia (and modules) .... MIT License
  5.  Avalonia.AvaloniaEdit ..... MIT License
  6.  SkiaSharp ................. MIT License
  7.  Skia (native, Google) ..... BSD-3-Clause License
  8.  CommunityToolkit.Mvvm ..... MIT License
  9.  OpenCCNET (+ dictionaries) . Apache License 2.0
  10. jieba.NET .................. MIT License
  11. Newtonsoft.Json ........... MIT License
  12. .NET libraries & runtime ... MIT License (.NET Foundation)
  13. Noto Sans JP (Linux default). SIL Open Font License 1.1
  14. HarfBuzzSharp / HarfBuzz ... MIT (binding) / "Old MIT" (native library)
  15. Avalonia.Controls.WebView . MIT License
  16. Microsoft Edge WebView2 ... Windows OS component (NOT redistributed)
                                  (Windows web engine for section 15 - see entry)
  17. DocumentFormat.OpenXml ... MIT License
  18. ClosedXML (+ transitive) .. MIT License
  19. SixLabors.Fonts ........... Apache License 2.0
  20. AvaloniaHex .............. MIT License
  21. Tmds.DBus.Protocol ....... MIT License
  22. MicroCom.Runtime ......... MIT License
  23. z440.atl.core (ATL.NET) ... MIT License
  24. ExifLibNet ............... MIT License
  25. MetadataExtractor ........ Apache License 2.0
  26. XmpCore .................. BSD-3-Clause License (Adobe XMP SDK license)
  27. MarkView.Avalonia ........ MIT License
  28. Markdig .................. BSD-2-Clause License
  29. Ude.NetStandard .......... MPL-1.1 / GPL-2.0+ / LGPL-2.1+
  30. ANGLE (native, bundled) ... BSD-3-Clause License
  31. Microsoft.NET.ILLink.Tasks  MIT License (build-time only, NOT distributed)


================================================================================
 1. UTF.Unknown 2.6.0
================================================================================
  Purpose : Multilingual character-set (code page) detection engine
  Project : https://github.com/CharsetDetector/UTF-unknown
  Based on: Ude (https://github.com/errepi/ude) and uchardet
            (ports of the Mozilla Universal Charset Detector)
  License : Mozilla Public License Version 1.1 (MPL-1.1).
            Alternatively, GNU General Public License Version 2 or later (GPL),
            or GNU Lesser General Public License Version 2.1 or later (LGPL).

  The library is subject to the Mozilla Public License Version 1.1 (the
  "License"). Alternatively, it may be used under the terms of either the GNU
  General Public License Version 2 or later, or the GNU Lesser General Public
  License Version 2.1 or later.

  TextSS6's election: Of the three available licenses, TextSS6 uses UTF.Unknown
  under the Mozilla Public License Version 1.1 (MPL-1.1). The component is used
  unmodified and only through a thin wrapper (TextSS.Core/IO/Detection/
  UtfUnknownEngine.cs); the unmodified source is retained under
  src/ThirdParty/UtfUnknown/. The GPL/LGPL options are listed here only because
  the upstream offers them; TextSS6 does not rely on them.

  Source code availability (MPL-1.1 Section 3 requirement for Executable
  distribution): The Source Code of UTF.Unknown is, and remains, available
  under the License. Because TextSS6 uses this component UNMODIFIED, the
  corresponding Source Code is the upstream release for the version listed
  above (UTF.Unknown 2.6.0), which you can obtain from the project repository:
    https://github.com/CharsetDetector/UTF-unknown  (release/tag v2.6.0)
  (How TextSS6 consumes it: TextSS6 does NOT reference the "UTF.unknown" NuGet
   package. The shipped UtfUnknown.dll is compiled from a byte-identical copy of
   the upstream src/ tree kept in the TextSS6 source tree at
   src/ThirdParty/UtfUnknown/. No source file is altered; what differs is the
   build setup - the upstream UTF-unknown.csproj is not used, and a
   TextSS6-specific TextSS.ThirdParty.UtfUnknown.csproj (target framework
   net10.0, assembly / root namespace, warning suppressions, and one
   PackageReference to System.Text.Encoding.CodePages) builds it as a separate
   assembly so that the MPL-1.1 per-file copyleft boundary stays explicit.
   Two more upstream files are likewise not copied: CompatibilitySuppressions.xml
   and the signing key UtfUnknown.snk - so the assembly TextSS6 builds is not
   strong-named. None of this alters the licensed code: the upstream release
   named above is therefore the corresponding Source Code. The same code is also
   published as the NuGet package "UTF.unknown" 2.6.0.)

  Full license texts:
    MPL-1.1 : https://www.mozilla.org/MPL/1.1/
    GPL-2.0 : https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    LGPL-2.1: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
  (The complete texts are also included in the distribution under the
   "licenses/UtfUnknown/" folder: MPL-1.1.txt, gpl-2.0.txt, lgpl-2.1.txt)

  Note: Some test data is derived from Wikipedia and Project Gutenberg
  materials, each governed by their respective licenses.


================================================================================
 2. NKF (Network Kanji Filter) - detection logic ported to C#
================================================================================
  Purpose : Japanese character-set detection engine ("NKF-equivalent")
  Origin  : https://github.com/kkato233/nkf  (nkf.c - NKF_VERSION 2.1.5, released 2018-12-15)
  Note    : TextSS6 includes a C# port/adaptation of NKF's *detection* logic
            only; it is a derived work and is NOT the original NKF.
  License : zlib License (zlib/libpng License)

  Copyright (c) 1987, Fujitsu LTD. (Itaru ICHIKAWA).
  Copyright (c) 1996-2018, The nkf Project.

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

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

    1. The origin of this software must not be misrepresented; you must not
       claim that you wrote the original software. If you use this software in
       a product, an acknowledgment in the product documentation would be
       appreciated but is not required.

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

    3. This notice may not be removed or altered from any source distribution.


================================================================================
 3. Jcode.pm  (algorithm reference only - source code NOT included)
================================================================================
  Purpose : Origin of detection engine #1 ("Jcode.pm-based"). TextSS6
            implements the getcode-style heuristic independently; Jcode.pm's
            own source code is NOT bundled.
  Project : http://openlab.ring.gr.jp/Jcode/
  Copyright 1999-2005 Dan Kogai
  License : Perl License - this is the disjunction of the Artistic License 1.0
            and the GNU General Public License (you may choose either).
            https://dev.perl.org/licenses/

  Additional .NET implementation reference (algorithm only):
    DOBON.NET - https://dobon.net/vb/dotnet/string/detectcode.html


================================================================================
 4. Avalonia 12.1.1
    (Avalonia / Avalonia.Desktop / Controls.ColorPicker / Themes.Fluent = 12.1.1;
     Avalonia.Controls.DataGrid = 12.1.0 - no 12.1.1 build exists for that package.
     Versions verified 2026-08-01 against the .csproj PackageReference entries;
     the license (MIT) was re-verified on nuget.org for every package listed here.)
================================================================================
  Purpose : Cross-platform UI framework
  Project : https://github.com/AvaloniaUI/Avalonia
  License : MIT License
  Copyright (c) AvaloniaUI OÜ
  All Rights Reserved
  (See the MIT License text in section "MIT LICENSE TEXT" below.)
  Note    : Avalonia.Controls.WebView is a separate package/repository and is
            listed in section 15. Its Windows engine (Microsoft Edge WebView2)
            is listed in section 16.


================================================================================
 5. Avalonia.AvaloniaEdit 12.0.0
================================================================================
  Purpose : Text editor control (used by the extended text boxes)
  Project : https://github.com/AvaloniaUI/AvaloniaEdit
  License : MIT License
  Copyright (c) 2017 Eli Arbel
  (AvaloniaEdit is a port of AvalonEdit, originally from the SharpDevelop team.)
  (See the MIT License text in section "MIT LICENSE TEXT" below.)


================================================================================
 6. SkiaSharp 3.119.4
================================================================================
  Purpose : 2D graphics (used for CJK monospace font detection)
  Note    : Pinned directly to the stable 3.119.4 (was 3.119.4-preview.1.1 until
            v0.1.712; same code, prerelease tag dropped). Also pulled in
            transitively via Avalonia.Skia 12.1.1, which requires SkiaSharp
            3.119.4. The managed SkiaSharp.dll and native libSkiaSharp bundled in
            every build are both 3.119.4. (Avalonia 12 requires SkiaSharp 3.119.x.)
  Project : https://github.com/mono/SkiaSharp
  License : MIT License
  Copyright (c) 2015-2016 Xamarin, Inc.
  Copyright (c) 2017-2018 Microsoft Corporation.
  (See the MIT License text in section "MIT LICENSE TEXT" below.)


================================================================================
 7. Skia  (native graphics library by Google, bundled with SkiaSharp)
================================================================================
  Project : https://skia.org  /  https://github.com/google/skia
  License : BSD-3-Clause License

  Copyright (c) 2011 Google Inc. All rights reserved.

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

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

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


================================================================================
 8. CommunityToolkit.Mvvm 8.4.2
================================================================================
  Purpose : MVVM helpers
  Project : https://github.com/CommunityToolkit/dotnet
  License : MIT License
  Copyright (c) .NET Foundation and Contributors
  (See the MIT License text in section "MIT LICENSE TEXT" below.)


================================================================================
 9. OpenCCNET 1.1.0  (and bundled OpenCC conversion dictionaries)
================================================================================
  Purpose : Simplified <-> Traditional Chinese conversion
  Project : https://github.com/CosineG/OpenCC.NET
  License : Apache License 2.0
  Copyright: not stated upstream. The LICENSE shipped in the OpenCCNET 1.1.0
            NuGet package is the verbatim Apache-2.0 text (byte-identical to
            licenses/Apache-2.0.txt) and names no copyright holder; its only
            "Copyright" line is the boilerplate placeholder
            "Copyright [yyyy] [name of copyright owner]". The project author,
            from the repository, is CosineG.

  Bundled dictionary data originates from the OpenCC project (BYVoid/OpenCC,
  https://github.com/BYVoid/OpenCC) and is also licensed under Apache-2.0.

  Full Apache License 2.0 text: https://www.apache.org/licenses/LICENSE-2.0
  (The complete text is also included in the distribution under
   "licenses/Apache-2.0.txt".)


================================================================================
 10. jieba.NET 0.42.2  (transitive dependency of OpenCCNET)
================================================================================
  Purpose : Chinese word segmentation
  Project : https://github.com/anderscui/jieba.NET
  License : MIT License
  Copyright (c) 2015 andersc
  (See the MIT License text in section "MIT LICENSE TEXT" below.)


================================================================================
 11. Newtonsoft.Json 13.0.4
     (direct reference pinned to override a vulnerable transitive version
      [GHSA-5crp-9r3c-p9vr] pulled via OpenCCNET -> jieba.NET;
      not used by TextSS6 itself - System.Text.Json is used)
================================================================================
  Project : https://github.com/JamesNK/Newtonsoft.Json
  License : MIT License
  Copyright (c) 2007 James Newton-King
  (See the MIT License text in section "MIT LICENSE TEXT" below.)


================================================================================
 12. .NET libraries and runtime  (Microsoft / .NET Foundation)
================================================================================
  Components:
    - System.Drawing.Common 10.0.9        (direct reference pinned to override a
        vulnerable transitive version pulled via OpenCCNET -> jieba.NET
        [GHSA-rxg9-xrhp-64gj]; not used by TextSS6 itself - Avalonia is used)
    - Microsoft.VisualBasic 10.3.0
    - System.Text.Encoding.CodePages 10.0.9  (provides CP932 / EUC-JP etc.)
    - .NET 10 runtime and Base Class Library (bundled in the self-contained build)
  Project : https://github.com/dotnet/runtime
  License : MIT License
  Copyright (c) .NET Foundation and Contributors
  (See the MIT License text in section "MIT LICENSE TEXT" below.)
  Third-party notices:
            The .NET runtime itself bundles third-party code. The notices those
            upstream licenses require are reproduced verbatim in
            licenses/dotnet/THIRD-PARTY-NOTICES.txt (46 notices; taken byte for
            byte from the Microsoft.NETCore.App.Runtime 10.0.10 runtime pack that
            is embedded in this self-contained build), together with the runtime's
            own MIT text in licenses/dotnet/LICENSE.txt.


================================================================================
 13. Noto Sans JP  (embedded; used as the default font on Linux only)
================================================================================
  Purpose : Embedded fallback/default UI font. Avalonia's framework default
            font "$Default" could not be resolved on some Linux systems,
            crashing AvaloniaEdit at startup
            ("Could not create glyphTypeface. Font family: $Default").
            Noto Sans JP is embedded and set as the default font family on
            Linux so the app launches and renders Japanese + Latin without
            depending on system-installed fonts.
            Note: the font file is embedded in all OS builds (it lives in the
            shared TextSS.App assembly), but it is USED as the default font
            ONLY on Linux. On Windows / macOS the default fonts remain the OS
            standard fonts (Yu Gothic UI / Hiragino Sans) and this embedded
            font is not applied.
  Family  : Noto Sans JP  (derived from Adobe Source Han Sans)
  Project : https://github.com/notofonts/noto-cjk  /  https://fonts.google.com/noto
  Vendor  : Adobe ( http://www.adobe.com/type/ )
  License : SIL Open Font License, Version 1.1 (OFL-1.1).
  Copyright (c) 2014-2021 Adobe ( http://www.adobe.com/ ), with Reserved Font
  Name 'Source'.
  (License verified against the font file's own name table on 2026-05-31:
   the OFL-1.1 notice is embedded in the font's license description field.)
  (Full SIL Open Font License 1.1 text is reproduced in section
   "SIL OPEN FONT LICENSE 1.1 TEXT" below.)


================================================================================
 14. HarfBuzzSharp 8.3.1.3  +  HarfBuzz (native text-shaping library)
================================================================================
  Purpose : Text shaping. HarfBuzzSharp is a .NET binding for the native
            HarfBuzz library; both are pulled in transitively via Avalonia /
            SkiaSharp and are bundled in all builds
            (managed HarfBuzzSharp.dll + native HarfBuzzSharp.NativeAssets.*
             = libHarfBuzzSharp for Win32 / macOS / Linux).

  --- (a) HarfBuzzSharp (managed binding) ---
  Project : https://github.com/mono/SkiaSharp   (HarfBuzzSharp lives in the
            SkiaSharp repository)
  NuGet   : https://www.nuget.org/packages/HarfBuzzSharp/  (Owners: Microsoft, Xamarin)
  License : MIT License
  Copyright (c) 2015-2016 Xamarin, Inc.
  Copyright (c) 2017-2018 Microsoft Corporation.
  (See the MIT License text in section "MIT LICENSE TEXT" below.)

  --- (b) HarfBuzz (native library) ---
  Project : https://github.com/harfbuzz/harfbuzz
  License : "Old MIT" License
  Copyright (C) 1998-2023 The HarfBuzz project authors, including
            Google, Inc.; Red Hat, Inc.; Mozilla Foundation; Adobe, Inc.;
            Facebook, Inc.; Nokia Corporation; and other contributors.
  (For the complete per-file copyright notices, see the COPYING file in the
   harfbuzz repository: https://github.com/harfbuzz/harfbuzz/blob/main/COPYING)

  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 verified against primary sources on 2026-06-09:
   NuGet HarfBuzzSharp listing [MIT], mono/SkiaSharp LICENSE.md [MIT],
   and harfbuzz/harfbuzz COPYING ["Old MIT"].)


================================================================================
 15. Avalonia.Controls.WebView 12.0.1
================================================================================
  Purpose : Native WebView control (used for browser preview of files).
  Project : https://github.com/AvaloniaUI/Avalonia.Controls.WebView
            (a separate package/repository from the Avalonia core in section 4)
  License : MIT License
  Copyright (c) 2026 AvaloniaUI OÜ
  Note    : This component was previously part of the commercial "Avalonia
            Accelerate" offering and became FOSS under the MIT License starting
            with version 12.0.0. TextSS6 uses version 12.0.1, which is MIT.
            It uses the platform's native web engine rather than bundling a
            browser: Microsoft Edge WebView2 on Windows (see section 16),
            WKWebView on macOS, and WebKitGTK on Linux. All three engines are operating-system-provided
            components and are NOT redistributed by TextSS6 (only the
            MIT-licensed Avalonia.Controls.WebView.dll is redistributed).
  (See the MIT License text in section "MIT LICENSE TEXT" below.)


================================================================================
 16. Microsoft Edge WebView2  (Windows web engine for section 15)
================================================================================
  Status  : NOT redistributed. Avalonia.Controls.WebView (section 15) renders,
            on Windows, via the Microsoft Edge WebView2 Runtime, which is a
            component of Windows 11 (provided and licensed by Microsoft as part
            of the operating system). TextSS6 does NOT bundle or redistribute
            any part of the WebView2 SDK.
  Verified: The Microsoft.Web.WebView2 SDK package is NOT referenced by any
            project and is NOT present in the shipped binaries. First confirmed
            on 2026-06-10 via `dotnet list package --include-transitive` after a
            win-x64 restore, and re-confirmed on 2026-08-01 for the version
            actually shipped today, Avalonia.Controls.WebView 12.0.1: its only
            net10.0 dependency is Avalonia (project.assets.json), and it ships
            only its own managed DLL plus a JS asset (av-webview.mjs) - it
            contains no native WebView2Loader.dll and no runtimes/ folder. The
            win-x64 publish output (single-file TextSS.exe) likewise carries no
            WebView2 native files. Therefore there is no shipped WebView2 SDK
            version to record and no SDK license text to bundle.
            (Do not mistake the "TextSS.exe.WebView2" folder that appears next
            to the executable for a bundled component: the WebView2 Runtime
            creates it at run time as its user-data folder. It is not part of
            the distribution.)
  Project : https://learn.microsoft.com/microsoft-edge/webview2/
  License : The WebView2 Runtime is provided under Microsoft's terms as part of
            Windows ("The software is licensed, not sold"); see
            https://aka.ms/webview2/eula . Because TextSS6 does not
            redistribute any WebView2 binaries, no redistribution-notice
            obligation applies; this entry is an informational acknowledgement
            only.
  Copyright (c) Microsoft Corporation.


================================================================================
 17. DocumentFormat.OpenXml 3.5.1  (and DocumentFormat.OpenXml.Framework 3.5.1)
================================================================================
  Purpose : Read/write Open XML Word documents (.docx) and PowerPoint
            presentations (.pptx) for the Word / PowerPoint bulk
            search-and-replace features (DocxReplacer / PptxReplacer,
            run-merge).
  Project : https://github.com/dotnet/Open-XML-SDK
  License : MIT License
  Copyright (c) .NET Foundation and Contributors
  All rights reserved.
  (See the MIT License text in section "MIT LICENSE TEXT" below.)


================================================================================
 18. ClosedXML 0.105.0  (and its MIT transitive dependencies)
================================================================================
  Purpose : Read/write Open XML Excel workbooks (.xlsx) for the Excel bulk
            search-and-replace feature (XlsxReplacer). It abstracts the shared
            string table so a single edit does not collide with other cells.
  Project : https://github.com/ClosedXML/ClosedXML
  License : MIT License
  Copyright (c) 2016 ClosedXML

  The following transitive dependencies bundled via ClosedXML are also under the
  MIT License:
      * ClosedXML.Parser 2.0.0    Copyright (c) 2023, Jan Havlíček
      * ExcelNumberFormat 1.1.0   Copyright (c) 2017 andersnm
      * RBush.Signed 4.0.0        Copyright (c) 2017 viceroypenguin
      * DocumentFormat.OpenXml(.Framework) 3.5.1 (see section 17)
  (See the MIT License text in section "MIT LICENSE TEXT" below.)


================================================================================
 19. SixLabors.Fonts 1.0.1  (transitive dependency of ClosedXML)
================================================================================
  Purpose : Font metrics used by ClosedXML for column-width calculations.
  Project : https://github.com/SixLabors/Fonts
  License : Apache License 2.0
  Copyright (c) Six Labors

  NOTE    : This is the v1.0.x line, which is licensed under Apache-2.0 and is
            free to bundle. The v2.0+ line switched to the "Six Labors Split
            License" (commercial conditions). TextSS6 pins this dependency to
            "1.*" in TextSS.Core.csproj to prevent an implicit upgrade to v2.

  Full Apache License 2.0 text: https://www.apache.org/licenses/LICENSE-2.0
  (The complete text is also included in the distribution under
   "licenses/Apache-2.0.txt".)


================================================================================
 20. AvaloniaHex 0.1.13
================================================================================
  Purpose : Hexadecimal viewer/editor control used for binary-file hex display
            in five places: the main-window text preview, the "TextSS6 - Text
            View" window (opened by the "Open File with TextSS (Read-Only)"
            command), the leading/trailing string areas of the "TextSS6 - Start
            Confirmation" window (two areas), and the "TextSS6 - Edit Binary
            File" window. The first four are read-only views; the binary-file
            editing window allows editing. Bundled binary only; not modified.
            (Screen names corrected on 2026-08-03, v0.1.1050, finding X15-G2:
            the previous wording quoted "Open in TextSS" and "Start replacing",
            neither of which exists in the English UI resources.)
  Project : https://github.com/Washi1337/AvaloniaHex
  License : MIT License
  Copyright (c) 2024-2025 Washi
  (See the MIT License text in section "MIT LICENSE TEXT" below.)


================================================================================
 21. Tmds.DBus.Protocol 0.94.1  (transitive dependency of Avalonia on Linux)
================================================================================
  Purpose : D-Bus protocol implementation used by Avalonia.FreeDesktop /
            Avalonia.FreeDesktop.AtSpi for Linux desktop integration (D-Bus
            messaging and AT-SPI accessibility). Pulled in transitively via the
            Avalonia desktop packages and bundled as a managed runtime assembly
            (Tmds.DBus.Protocol.dll); it is exercised only on Linux and is inert
            on Windows / macOS.
  Project : https://www.nuget.org/packages/Tmds.DBus.Protocol/
  License : MIT License
  Copyright 2006 Alp Toker <alp@atoker.com>
  Copyright 2010 Other Contributors
  Copyright 2016 Tom Deseyn <tom.deseyn@gmail.com>
  (License verified on 2026-07-13 and re-verified on 2026-08-01 for 0.94.1
   against the NuGet package nuspec, whose <license> element is the SPDX
   expression "MIT". The copyright lines above are quoted verbatim from the
   COPYING file of the source repository that the same nuspec records -
   https://github.com/tmds/Tmds.DBus at commit b4a7fed - read on 2026-08-01.
   The nuspec <copyright> field names only "Tom Deseyn"; it is package
   metadata, not the license file, so the license file wins.)
  (See the MIT License text in section "MIT LICENSE TEXT" below.)


================================================================================
 22. MicroCom.Runtime 0.11.6  (transitive dependency of Avalonia)
================================================================================
  Purpose : Lightweight COM interop runtime used by Avalonia (e.g. Avalonia.Win32
            and native/ANGLE interop). Pulled in transitively via the Avalonia
            packages and bundled as a managed runtime assembly
            (MicroCom.Runtime.dll).
  Project : https://www.nuget.org/packages/MicroCom.Runtime/
  License : MIT License
  Copyright (c) 2021 Nikita Tsukanov
  (License verified on 2026-07-13 and re-verified on 2026-08-01 for 0.11.6
   against the NuGet package nuspec, whose <license> element is the SPDX
   expression "MIT". The copyright line above is quoted verbatim from the
   LICENSE file of the source repository that the same nuspec records -
   https://github.com/kekekeks/MicroCom at commit 76785ef - read on
   2026-08-01. The nuspec <copyright> field words it differently (year before
   the copyright sign); it is package metadata, not the license file, so the
   license file wins.)
  (See the MIT License text in section "MIT LICENSE TEXT" below.)


================================================================================
 23. z440.atl.core 7.15.3  (ATL.NET - Audio Tools Library for .NET)
================================================================================
  Purpose : Read/write audio/video metadata tags (MP3 ID3 / WAV RIFF INFO /
            MP4-M4A-MOV iTunes-style atoms) for the media-metadata
            search-and-replace feature. Pure managed code, no native
            dependencies.
  Project : https://github.com/Zeugma440/atldotnet
  License : MIT License
  Copyright (c) 2017 Zeugma440
  (See the MIT License text in section "MIT LICENSE TEXT" below.)


================================================================================
 24. ExifLibNet 2.1.4  (ExifLibrary by oozcitak)
================================================================================
  Purpose : Lossless Exif metadata editing for JPEG / TIFF (/ PNG / GIF)
            images for the media-metadata search-and-replace feature.
  Project : https://github.com/oozcitak/exiflibrary
  License : MIT License
  Copyright (c) 2013 Ozgur Ozcitak
  NOTE    : The official NuGet package ID of this library is "ExifLibNet".
            The NuGet package named "ExifLibrary" is an unrelated 2017 fork by
            a different author and is NOT used by TextSS6.
  (See the MIT License text in section "MIT LICENSE TEXT" below.)


================================================================================
 25. MetadataExtractor 2.9.3
================================================================================
  Purpose : Read-only extraction of image metadata (IPTC / XMP / PNG textual
            chunks), used as a reading aid by the media-metadata
            search-and-replace feature. Not used for writing.
  Project : https://github.com/drewnoakes/metadata-extractor-dotnet
  License : Apache License 2.0
  Copyright 2002-2019 Drew Noakes and contributors
            2014 Imazen LLC (initial conversion from Java to C#)

  Full Apache License 2.0 text: https://www.apache.org/licenses/LICENSE-2.0
  (The complete text is also included in the distribution under
   "licenses/Apache-2.0.txt".)


================================================================================
 26. XmpCore 6.1.10.1  (transitive dependency of MetadataExtractor)
================================================================================
  Purpose : .NET port of Adobe's Java XMP SDK, used by MetadataExtractor
            (section 25) to parse XMP metadata. Pulled in transitively and
            bundled as a managed runtime assembly (XmpCore.dll).
  Project : https://github.com/drewnoakes/xmp-core-dotnet/
  Copyright 2015-2021 (the XmpCore .NET port, per the official NuGet package;
            initially ported by Yakov Danila and Nathanael Jones, maintained
            by Drew Noakes and contributors)
  License : BSD License - the project README states that "the same BSD license
            applies to this project as to Adobe's open source XMP SDK, from
            which it is derived". The Adobe XMP SDK is licensed under the
            BSD 3-Clause License, reproduced below (verified 2026-07-18
            against the LICENSE of Adobe's XMP Toolkit SDK,
            https://github.com/adobe/XMP-Toolkit-SDK ):

  Copyright (c) 2020, Adobe
  All rights reserved.

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

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

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

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

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


================================================================================
 27. MarkView.Avalonia 12.0.3
================================================================================
  Purpose : Markdown preview (rendered display of .md files in the text
            preview tab and the built-in text viewer). Renders Markdown
            directly with native Avalonia controls (no WebView/HTML engine).
  Project : https://github.com/Kryptos-FR/MarkView.Avalonia
  Copyright (c) 2026 Nicolas Musset
  License : MIT License (see "MIT LICENSE TEXT" below; verified 2026-07-18
            against the project's LICENSE.md,
            https://raw.githubusercontent.com/Kryptos-FR/MarkView.Avalonia/main/LICENSE.md
            and the official NuGet listing, license expression "MIT").

================================================================================
 28. Markdig 1.1.3  (transitive dependency of MarkView.Avalonia)
================================================================================
  Purpose : Markdown processor (CommonMark parser) used by MarkView.Avalonia
            (section 27) to parse Markdown into a syntax tree for rendering.
            Bundled as a managed runtime assembly (Markdig.dll).
  Project : https://github.com/xoofx/markdig
  Copyright (c) 2018-2019, Alexandre Mutel
  License : BSD-2-Clause License, reproduced below (verified 2026-07-18
            against the project's license.txt,
            https://raw.githubusercontent.com/xoofx/markdig/master/license.txt
            and the official NuGet listing, license expression "BSD-2-Clause"):

  Copyright (c) 2018-2019, Alexandre Mutel
  All rights reserved.

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

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

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

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

================================================================================
 29. Ude.NetStandard 1.2.0  (transitive dependency of z440.atl.core / ATL.NET)
================================================================================
  Purpose : Character-set detection helper used internally by ATL.NET
            (section 23) when reading text fields of audio/video metadata
            tags. Pulled in transitively via the z440.atl.core package and
            bundled as a managed runtime assembly (Ude.NetStandard.dll).
  Project : https://github.com/yinyue200/ude
  Based on: Ude (https://github.com/errepi/ude), a C# port of the
            Mozilla Universal Charset Detector
  License : Mozilla Public License Version 1.1 (MPL-1.1).
            Alternatively, GNU General Public License Version 2 or later (GPL),
            or GNU Lesser General Public License Version 2.1 or later (LGPL).

  The library is subject to the Mozilla Public License Version 1.1 (the
  "License"). Alternatively, it may be used under the terms of either the GNU
  General Public License Version 2 or later, or the GNU Lesser General Public
  License Version 2.1 or later.

  TextSS6's election: Of the three available licenses, TextSS6 uses
  Ude.NetStandard under the Mozilla Public License Version 1.1 (MPL-1.1).
  The component is used UNMODIFIED and is never called directly by TextSS6
  code; it is a private implementation detail of ATL.NET (section 23).

  Source code availability (MPL-1.1 Section 3 requirement for Executable
  distribution): Because TextSS6 uses this component UNMODIFIED, the
  corresponding Source Code is the upstream release for the version listed
  above (Ude.NetStandard 1.2.0), which you can obtain from the project
  repository: https://github.com/yinyue200/ude
  (It is also published as the NuGet package "Ude.NetStandard" 1.2.0.)

  Full license texts:
    MPL-1.1 : https://www.mozilla.org/MPL/1.1/
    GPL-2.0 : https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    LGPL-2.1: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
  (The complete texts are also included in the distribution under the
   "licenses/UtfUnknown/" folder: MPL-1.1.txt, gpl-2.0.txt, lgpl-2.1.txt.
   The same three licenses govern UTF.Unknown in section 1.)

  (License verified on 2026-07-19 against the NuGet package nuspec
   (license type="file" COPYING, author "yinyue200",
   projectUrl https://github.com/yinyue200/ude) and the project repository.
   Note (clarified 2026-08-01): the COPYING file inside the NuGet package is a
   one-line pointer that reads "See license directory" and carries no license
   text of its own, and the package ships no such directory. The MPL-1.1 /
   GPL-2.0+ / LGPL-2.1+ terms stated above therefore come from the project
   repository, whose license/ folder holds the three texts. TextSS6 ships those
   same three texts under licenses/UtfUnknown/, so recipients of this
   distribution receive the full terms regardless.)

================================================================================
 30. ANGLE  (native library, bundled with Avalonia on Windows)
================================================================================
  Purpose : "Almost Native Graphics Layer Engine" - translates OpenGL ES calls
            to Direct3D on Windows. Used by Avalonia (section 4) / SkiaSharp
            (section 6) for hardware-accelerated rendering on Windows.
            Distributed via the NuGet package
            "Avalonia.Angle.Windows.Natives" 2.1.27548.20260419 and bundled
            as the native library av_libglesv2.dll (Windows build only;
            embedded in the single-file executable).
  Project : https://chromium.googlesource.com/angle/angle
  License : BSD-3-Clause License, reproduced below (verified 2026-07-19
            against the LICENSE file inside the NuGet package
            Avalonia.Angle.Windows.Natives 2.1.27548.20260419):

  Copyright 2018 The ANGLE Project Authors.
  All rights reserved.

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

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

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

      Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
      Ltd., nor the names of their contributors may be used to endorse
      or promote products derived from this software without specific
      prior written permission.

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

================================================================================
 31. Microsoft.NET.ILLink.Tasks 10.0.10  (build-time only, NOT distributed)
================================================================================
  Purpose : MSBuild tasks that run the .NET IL Linker (trimmer) during
            "dotnet publish -p:PublishTrimmed=true". TextSS6 publishes all four
            RIDs (win-x64 / linux-x64 / osx-arm64 / osx-x64) with trimming
            enabled, so this package is pulled in by the .NET SDK at build time.
  Note    : This package ships NO runtime assemblies. Verified 2026-07-25 that
            the extracted package contains only Sdk / analyzers / build / tools
            directories (no "lib" directory), and that the produced
            TextSS.deps.json contains 0 references to ILLink. Therefore not one
            byte of this package is redistributed with TextSS6; it is listed
            here for completeness of the build dependency chain.
  Project : https://dot.net/  (source: https://github.com/dotnet/runtime)
  License : MIT License (see "MIT LICENSE TEXT" below). Verified 2026-07-25
            against the .nuspec inside the NuGet package
            Microsoft.NET.ILLink.Tasks 10.0.10:
            <license type="expression">MIT</license>,
            licenseUrl https://licenses.nuget.org/MIT.

  Copyright (c) Microsoft Corporation. All rights reserved.

================================================================================
 MIT LICENSE TEXT
================================================================================
The following MIT License applies to the components marked "MIT License" above.
The copyright holder for each component is listed in that component's entry.

  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  in the Software without restriction, including without limitation the rights
  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  copies of the Software, and to 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.

================================================================================
 SIL OPEN FONT LICENSE 1.1 TEXT
================================================================================
The following SIL Open Font License, Version 1.1 applies to "Noto Sans JP"
(section 13 above), embedded in all OS builds and used as the default font on
Linux only (see section 13).

Copyright (c) 2014-2021 Adobe (http://www.adobe.com/), with Reserved Font Name
'Source'.

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:
https://openfontlicense.org

-----------------------------------------------------------
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.


================================================================================
 End of third-party license notices.
================================================================================
