本ページでは、デジガーデンが提供するアプリで使用している主なオープンソースソフトウェアの ライセンス情報を掲載しています。
各アプリで実際に使用しているライブラリは、アプリのバージョンや機能により異なる場合があります。
1. Kotlin & Android Jetpack Libraries
アプリの基本システム、UI、データ管理、バックグラウンド処理等には、 KotlinおよびGoogleが提供するAndroid Jetpackライブラリ群を使用しています。
-
対象ライブラリ
- Kotlin Standard Library
- Kotlin Coroutines
- AndroidX Core
- AndroidX Lifecycle
- AndroidX Activity
- AndroidX Navigation
- Jetpack Compose
- Material 3
- Room Database
- WorkManager
- ライセンス:Apache License, Version 2.0
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
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.
2. RevenueCat Purchases Android SDK
アプリ内課金の管理、購入状態の確認、プレミアム機能の解放判定には、 RevenueCat, Inc. が提供するRevenueCat Purchases Android SDKを使用しています。
- 対象ライブラリ:Purchases Android SDK
- パッケージ:com.revenuecat.purchases:purchases
- 著作権表示:Copyright (c) 2021 RevenueCat, Inc.
- ライセンス:MIT License
The MIT License (MIT)
Copyright (c) 2021 RevenueCat, Inc.
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.
関連ページ
制定日:2026年7月12日