XAIV 第三者ソフトウェアのライセンス表示
THIRD-PARTY SOFTWARE NOTICES

本ソフトウェア（XAIV）には、以下のオープンソースソフトウェアが含まれます。
各ソフトウェアには、それぞれのライセンス条件が適用されます。
XAIV 本体の著作権は 株式会社ロロ に帰属し、以下の第三者ソフトウェアの
著作権は各権利者に帰属します。

This product includes the following open source software. Each component is
licensed under its own terms, reproduced or referenced below.

================================================================================
主要コンポーネント / Principal components
================================================================================

[アプリケーション基盤 / Application framework]
  - Tauri, tauri-plugin-updater, tauri-plugin-process,
    tauri-plugin-autostart, tauri-plugin-single-instance
    (c) The Tauri Programme within The Commons Conservancy — MIT OR Apache-2.0

[音声認識 / Speech recognition]  ※初回起動時にダウンロードして使用
  - whisper.cpp  (c) Georgi Gerganov and contributors — MIT
  - ggml         (c) Georgi Gerganov and contributors — MIT

[録音・入力・クリップボード / Audio, input, clipboard]
  - cpal   — Apache-2.0
  - hound  — Apache-2.0 OR MIT
  - rdev   — MIT
  - enigo  — MIT
  - arboard — MIT OR Apache-2.0

[データ / Data]
  - rusqlite — MIT
  - SQLite   — Public Domain
  - serde, serde_json — MIT OR Apache-2.0

[ネットワーク・その他 / Networking and misc]
  - reqwest       — MIT OR Apache-2.0
  - futures-util  — MIT OR Apache-2.0
  - zip           — MIT
  - sha2          — MIT OR Apache-2.0
  - sysinfo       — MIT
  - windows-sys   (c) Microsoft — MIT OR Apache-2.0

[フロントエンド / Frontend]
  - React, React DOM  (c) Meta Platforms, Inc. — MIT
  - @tauri-apps/api   — MIT OR Apache-2.0
  - Vite              — MIT
  - TypeScript  (c) Microsoft — Apache-2.0

[実行環境 / Runtime]
  - Microsoft Edge WebView2 Runtime  (c) Microsoft — Microsoft の再頒布条件に従う

================================================================================
MIT License（上記の MIT ライセンス各コンポーネントに適用）
================================================================================

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

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

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

================================================================================
Apache License 2.0（上記の Apache-2.0 各コンポーネントに適用）
================================================================================

Licensed under the Apache License, Version 2.0 (the "License"); you may not use
these files 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.

--------------------------------------------------------------------------------
注記: 本ファイルは主要コンポーネントを列挙したものです。全依存関係の完全な
一覧と各ライセンス全文は、以下のコマンドで生成できます。
  - Rust:  cargo about generate about.hbs   （cargo-about）
  - npm :  npx license-checker --production --summary
--------------------------------------------------------------------------------
