オープンソースライセンス
最終更新日: 2026年4月13日
YuCon(ユーコン)は多くのオープンソースソフトウェアとフォントに支えられて開発されています。本ページでは、ユーザーのブラウザに配信される JavaScript バンドルに含まれる OSS パッケージ、および本サービスで使用している主要なフォントについて、著作権表示とライセンス情報を記載します。
各プロジェクトの開発者・コントリビューターの皆さまに心より感謝いたします。
目次
MIT License
以下のパッケージは MIT License の下で配布されています。各パッケージの著作権表示は下記の通りです。
Next.js
Copyright (c) 2025 Vercel, Inc.
プロジェクト: https://github.com/vercel/next.js
React / React DOM
Copyright (c) Meta Platforms, Inc. and affiliates.
プロジェクト: https://github.com/facebook/react
@next/third-parties
Copyright (c) 2025 Vercel, Inc.
プロジェクト: https://github.com/vercel/next.js
@sentry/nextjs
Copyright (c) 2021 Functional Software, Inc. dba Sentry
プロジェクト: https://github.com/getsentry/sentry-javascript
@dnd-kit/core, @dnd-kit/sortable, @dnd-kit/utilities
Copyright (c) 2021, Claudéric Demers
プロジェクト: https://github.com/clauderic/dnd-kit
marked
Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/)
Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
プロジェクト: https://github.com/markedjs/marked
なお、marked には John Gruber 氏による原典 Markdown ドキュメントの著作権表示(BSD-3 類似ライセンス)も含まれています。
Copyright (c) 2004, John Gruber
http://daringfireball.net/
All rights reserved.
MIT License 本文
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 License 2.0 の下で配布されています。
aws-amplify / @aws-amplify/adapter-nextjs
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
プロジェクト: https://github.com/aws-amplify/amplify-js
これらのパッケージには NOTICE ファイルは付属していないため、本セクションの著作権表示をもって Apache License 2.0 第4条の要件を満たします。
Apache License 2.0 本文
Apache License 2.0 の完全な本文は下記の Apache Software Foundation 公式サイトで参照できます。
https://www.apache.org/licenses/LICENSE-2.0
主要条項の要約:
- 商用・非商用を問わず自由に使用・改変・再配布が可能です
- 再配布時には上記の著作権表示とライセンス本文を同梱する必要があります
- 改変版を配布する場合は、変更点を明示する必要があります
- 特許ライセンスの付与と、特許訴訟を起こした場合のライセンス終了条項を含みます
- 商標権は本ライセンスの対象外です
フォント (SIL Open Font License 1.1)
OG 画像生成用フォント (サーバーサイドで使用)
施設詳細ページ等のシェア用 OG 画像を動的に生成する際、Next.js のサーバーサイド(AWS Lambda)で以下のフォントファイルを使用しています。生成された結果はラスタライズされた PNG 画像としてのみブラウザに配信されます。
Noto Sans JP (Bold)
Copyright 2014-2021 Adobe (http://www.adobe.com/),
with Reserved Font Name 'Source'.
- フォント: https://fonts.google.com/noto/specimen/Noto+Sans+JP
- ソース: https://github.com/notofonts/noto-cjk
Zen Maru Gothic (Bold)
Copyright 2020 The Zen Maru Gothic Project Authors
(https://github.com/googlefonts/zen-marugothic)
- フォント: https://fonts.google.com/specimen/Zen+Maru+Gothic
- ソース: https://github.com/googlefonts/zen-marugothic
Web ページ表示用フォント (Google Fonts CDN 経由)
以下のフォントは Google Fonts の CDN から動的に読み込んでいます。本アプリのビルド成果物には含まれません。
- Inter — SIL OFL 1.1, The Inter Project Authors
- Noto Sans JP — SIL OFL 1.1, Google LLC / Adobe
- Zen Maru Gothic — SIL OFL 1.1, The Zen Maru Gothic Project Authors
SIL Open Font License 1.1 について
SIL Open Font License は、フォントの自由な使用・改変・再配布を認めるオープンソースフォントライセンスです。完全なライセンス本文は下記で参照できます。
https://openfontlicense.org/open-font-license-official-text/
主要条項の要約:
- フォントの使用・改変・埋め込み・再配布が自由に認められています
- 商用・非商用を問わず利用できます
- フォントソフトウェア単体での販売は禁止されています
- 再配布時は本ライセンス本文と著作権表示の同梱が必要です
- 改変版には元の予約名(Reserved Font Name)を使用することはできません
更新履歴
- 2026-04-13: アプリ別ライセンスファイルに分離
- 2026-04-10: 初版作成