﻿# MDエディタん が使用しているソフトウェアについて

MDエディタん は、以下のオープンソースソフトウェアを利用しています。
作者の皆様に感謝いたします。

このファイルは、各ソフトウェアのライセンスが求める著作権表記および
許諾条件を掲載するものです。MDエディタん 本体の利用条件については
「お読みください.txt」をご覧ください。

--------------------------------------------------------------------
1. MIT License
--------------------------------------------------------------------

以下のソフトウェアは MIT License のもとで配布されています。

  .NET Runtime / Windows Forms
    Copyright (c) .NET Foundation and Contributors
    https://github.com/dotnet/runtime
    ※ ランタイム同梱版にのみ含まれます。

  Open XML SDK (DocumentFormat.OpenXml)
    Copyright (c) Microsoft Corporation
    https://github.com/dotnet/Open-XML-SDK

  Tiptap
    Copyright (c) 2025, Tiptap GmbH
    https://github.com/ueberdosis/tiptap

  ProseMirror
    Copyright (C) 2015-2017 by Marijn Haverbeke
      <marijn@haverbeke.berlin> and others
    Copyright (C) 2015-2016 by Marijn Haverbeke
      <marijnh@gmail.com> and others  (prosemirror-tables)
    https://github.com/ProseMirror

  prosemirror-trailing-node
    Copyright (c) 2019-2022, Remirror Contributors
    https://github.com/remirror/remirror

  marked
    Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/)
    Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
    https://github.com/markedjs/marked

  Turndown / turndown-plugin-gfm
    Copyright (c) 2017 Dom Christie
    https://github.com/mixmark-io/turndown

  linkifyjs
    Copyright (c) 2021 Hypercontext
    https://github.com/nfrasser/linkifyjs

  crelt, orderedmap, rope-sequence, w3c-keyname
    Copyright (C) by Marijn Haverbeke and others

  escape-string-regexp
    Copyright (c) Sindre Sorhus <sindresorhus@gmail.com>

  @remirror/core-constants
    Copyright (c) 2019-2022, Remirror Contributors

上記ソフトウェアには、以下の許諾条件が適用されます。

  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.

--------------------------------------------------------------------
2. Microsoft Edge WebView2
--------------------------------------------------------------------

  Microsoft Edge WebView2 SDK
    Copyright (c) Microsoft Corporation. All rights reserved.

  本コンポーネントは MIT License ではなく、マイクロソフト ソフトウェア
  ライセンス条項に従います。条文は以下をご覧ください。

    https://aka.ms/webview2-license

--------------------------------------------------------------------
3. .NET Runtime に含まれる第三者コードについて
--------------------------------------------------------------------

  ランタイム同梱版には .NET Runtime が含まれます。.NET Runtime 自体は
  上記 1 の MIT License ですが、その内部で利用されている第三者コードの
  表記は以下にまとめられています。

    https://github.com/dotnet/runtime/blob/main/THIRD-PARTY-NOTICES.TXT
