제3자 라이선스
두 애플리케이션 모두 MIT 라이선스로 배포됩니다. 이 페이지는 함께 배포되는 제3자 구성 요소와 각 구성 요소에 적용되는 조항을 나열합니다.
구성 요소 이름, 라이선스 식별자, 라이선스 조문, 그리고 아래 각 애플리케이션의 LGPL 재링크 안내는 영어 원문 그대로 둡니다. 이런 문장의 번역은 법적 효력이 없고 옮기는 과정에서 뜻이 어긋나기 쉽기 때문입니다. 이 페이지의 나머지 설명은 선택한 언어를 따릅니다.
LGPL 구성 요소
각 애플리케이션은 GNU Lesser General Public License 버전 2.1 을 따르는 구성 요소를 하나 이상 포함합니다. LGPL 은 그런 구성 요소를 직접 빌드한 버전으로 교체할 수 있어야 한다고 요구합니다. 각 애플리케이션이 이를 어떻게 가능하게 하는지는 아래 해당 제목 아래에 설명되어 있습니다.
CX'Music for Windows
| 구성 요소 | 버전 | 라이선스 |
|---|---|---|
| TagLibSharp | 2.3.0 | LGPL-2.1-only |
| SoundTouch.Net | 2.3.2 | LGPL-2.1-or-later |
| BunLabs.NAudio.FlacA managed port of the CSCore FLAC decoder, shipped as an unmodified binary. MS-PL §3(C) requires distribution under a compatible licence; this application is MIT. | 2.0.1 | MS-PL |
| ConcentusA managed port of the Opus reference implementation. The package declares a licence file rather than an SPDX identifier; the text is the three-clause BSD licence used by Opus. | 2.2.2 | BSD-3-Clause |
| Microsoft.WindowsAppSDKThe source repository is MIT-licensed; the redistributable NuGet package ships under Microsoft’s own terms. | 2.1.3 | Microsoft Software Licence Terms |
| NAudio | 2.2.1 | MIT |
| NAudio.Core | 2.2.1 | MIT |
| NAudio.Vorbis | 1.5.0 | MIT |
| NVorbisPulled in by NAudio.Vorbis. | — | MIT |
| Concentus.OggfileThe Ogg container layer for Concentus. | 1.0.7 | MIT |
| CommunityToolkit.Mvvm | 8.4.0 | MIT |
| CommunityToolkit.WinUI.Controls.Primitives | 8.2.251219 | MIT |
| CommunityToolkit.WinUI.Extensions | 8.2.251219 | MIT |
| CommunityToolkit.CommonPulled in by the CommunityToolkit packages above. | — | MIT |
| AK.Toolkit.WinUI3.ScrollBarExtensions | 1.1.0 | MIT |
| Microsoft.Data.Sqlite | 8.0.13 | MIT |
| Microsoft.Extensions.DependencyInjection | 8.0.1 | MIT |
| SQLitePCLRawcore / batteries_v2 / provider.e_sqlite3, pulled in by Microsoft.Data.Sqlite. | — | Apache-2.0 |
| SQLiteThe e_sqlite3 native library, distributed with SQLitePCLRaw. | — | Public domain |
| Inno SetupBuilds the installer. Simplified Chinese, Traditional Chinese and Greek use Inno Setup’s unofficial language files. | 6 | Inno Setup Licence |
TagLibSharp and SoundTouch.Net are shipped as separate DLLs in the installation directory. The build does not use single-file publishing, does not enable IL trimming, and does not obfuscate any third-party assembly.
To use your own build of either library, compile it and overwrite the DLL of the same name in the installation directory.
CX's Music for Android
| 구성 요소 | 버전 | 라이선스 |
|---|---|---|
| net.jthink:jaudiotaggerVersion taken from the library’s own source headers; its POM records only “LGPL” without a version. | 3.0.1 | LGPL-2.1-or-later |
| androidx.*core-ktx 1.16.0, core-splashscreen 1.0.1, appcompat 1.7.0, documentfile 1.0.1, activity-compose 1.10.1, compose-bom 2024.12.01, material-icons-extended 1.7.6, navigation-compose 2.8.9, lifecycle 2.9.0, room 2.7.1, datastore-preferences 1.1.1, media3 1.5.1, hilt-navigation-compose 1.2.0. | — | Apache-2.0 |
| com.google.dagger:hilt-android | 2.56 | Apache-2.0 |
| io.coil-kt:coil-compose | 2.7.0 | Apache-2.0 |
| org.jetbrains.kotlinx:kotlinx-coroutines-android | 1.9.0 | Apache-2.0 |
| Kotlin standard library | 2.1.20 | Apache-2.0 |
| com.squareup.okhttp3:okhttpPulled in by Coil. Its embedded Public Suffix List data file is under MPL-2.0. | — | Apache-2.0 |
| com.squareup.okio:okioPulled in by OkHttp. | — | Apache-2.0 |
| jakarta.inject:jakarta.inject-apiPulled in by Hilt/Dagger. Jakarta Dependency Injection is a trademark of the Eclipse Foundation. | — | Apache-2.0 |
On Android, jaudiotagger is processed by R8 and merged into the APK’s classes.dex; it does not exist as a separate shared library, so it cannot be swapped out in place. The R8 configuration keeps the library whole — it is neither shrunk nor obfuscated.
The relinking route on this platform is rebuilding: the entire application source is published under the MIT Licence, so you can change the jaudiotagger version in app/build.gradle.kts (or substitute your own build of it) and run the standard Gradle release task. No step of that build is private.
Full licence texts: the GNU LGPL v2.1, the Apache Licence 2.0, and the MIT Licence. Each application also carries its own THIRD-PARTY-NOTICES file in its source repository; this page is generated from the same dependency declarations and is checked against them at build time.