================================================================
  MaskedWriter  —  クリップボード個人情報マスクツール
================================================================

【概要】
  コピー（Ctrl+C）した文字列に含まれる個人情報を自動でマスクします。
  ChatGPTや社内ツールへの貼り付け前に、情報漏えいを防げます。

【対応する個人情報】
  ・メールアドレス  → [MAIL:001]
  ・電話番号        → [TEL:001]
  ・郵便番号        → [ZIP:001]
  ・住所            → [ADDR:001]

【動作環境】
  Windows 10 / 11（64ビット）

================================================================
  使い方
================================================================

1. MaskedWriter.exe をダブルクリックして起動
   → タスクトレイ（画面右下）に青いアイコンが表示されます

2. 普段通りテキストをコピー（Ctrl+C）するだけで自動マスク
   例）「山田太郎 090-1234-5678」をコピー
     → クリップボードが「山田太郎 [TEL:001]」に変わります

3. マスクしたテキストをコピーし直すと元の値に戻ります（デマスク）
   ※ アプリを終了すると対応表はリセットされます

【ON / OFF の切り替え】
  ・ショートカットキー : Ctrl + Alt + S
  ・トレイアイコン右クリック → 「Enable Masking」のチェックで切替
  　ON時：青いアイコン　　OFF時：グレーのアイコン

【終了】
  トレイアイコン右クリック → 「Quit」

================================================================
  トライアル・ライセンス
================================================================

  初回起動から 3日間 無料でお使いいただけます。

  期限切れ後は購入画面が表示されます。
  ライセンスキー（MWR-XXXX-XXXX-XXXX-XXXX 形式）を入力すると
  引き続き使用できます。

  【購入】¥1,980（買い切り / 1台）
  https://buy.stripe.com/5kQ9AU1DW8zn1USczeeZ200

  ※ ご購入後、メールに記載のライセンスキーを入力欄へ貼り付けて
  　「認証」ボタンを押してください。

================================================================
  注意事項
================================================================

  ・本ソフトはクリップボードの内容を読み書きします。
  　パスワードマネージャーとの併用時はご注意ください。

  ・マスク対応表はアプリの起動中のみ保持されます。
  　終了・再起動後はデマスクできなくなりますのでご注意ください。

  ・1ライセンスにつき1台のPCでご利用いただけます。

================================================================
  ファイル構成
================================================================

  MaskedWriter.exe  — 本体
  readme.txt        — 本ファイル

================================================================
  サポート
================================================================

  不具合・ご要望は andie5150@gmail.com までご連絡ください。

================================================================
  オープンソースライセンス
================================================================

  本ソフトウェアは以下のオープンソースライブラリを使用しています。

---

  regex
  Copyright (c) 2010-2024 Matthew Barnett
  License: Apache License 2.0
  https://github.com/mrabarnett/mrab-regex

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
      https://www.apache.org/licenses/LICENSE-2.0

  Full license text is available at:
  https://www.apache.org/licenses/LICENSE-2.0.txt
  (※または、本ファイル末尾の【Apache License 2.0 全文】を参照)

---

  pyperclip
  Copyright (c) 2013, Al Sweigart
  License: BSD 3-Clause License
  https://github.com/asweigart/pyperclip

  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.

---

  keyboard
  Copyright (c) 2016 BoppreH
  License: MIT License
  https://github.com/boppreh/keyboard

  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.

---

  Pillow (PIL Fork)
  Copyright (c) 2010-2024 by Jeffrey A. Clark and contributors
  Copyright (c) 1997-2011 by Secret Labs AB
  Copyright (c) 1995-2011 by Fredrik Lundh
  License: HPND (Historical Permission Notice and Disclaimer)
  https://github.com/python-pillow/Pillow

  Permission to use, copy, modify, and distribute this software and
  its documentation for any purpose and without fee is hereby
  granted, provided that the above copyright notice appear in all
  copies and that both that copyright notice and this permission
  notice appear in supporting documentation, and that the name of
  Secret Labs AB or the author not be used in advertising or
  publicity pertaining to distribution of the software without
  specific, written prior permission.

---

  pystray
  Copyright (c) 2016-2024 Moses Palmér
  License: GNU Lesser General Public License v3 (LGPLv3)
  https://github.com/moses-palmer/pystray

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

  Full license text:
  - LGPL v3: https://www.gnu.org/licenses/lgpl-3.0.html
  - GPL v3: https://www.gnu.org/licenses/gpl-3.0.html
  Note: The pystray source code used in this product is unmodified.
  You may obtain the pystray source code at the URL listed above.

---

  PyInstaller (runtime bootloader)
  Copyright (c) 2010-2024 PyInstaller Development Team
  License: GPL v2 with Bootloader Exception
  https://github.com/pyinstaller/pyinstaller

  The bootloader, which is linked into the generated executable,
  is covered by the "Bootloader Exception" which allows the
  resulting executable to be distributed under terms of your
  choice, independent of the GPL.

  Full license text:
  https://github.com/pyinstaller/pyinstaller/blob/develop/COPYING.txt

================================================================
