We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab0148 commit 3f7ef49Copy full SHA for 3f7ef49
app/src/main/java/org/schabi/newpipe/ui/components/about/LibraryDefinitions.kt
@@ -20,6 +20,7 @@ val SPDX_ID_TO_ASSET_PATH = mapOf(
20
"Apache-2.0" to "apache2.html",
21
"EPL-1.0" to "epl1.html",
22
"GPL-3.0-only" to "gpl_3.html",
23
+ "GPL-3.0-or-later" to "gpl_3.html",
24
"MIT" to "mit.html",
25
"MPL-2.0" to "mpl2.html",
26
)
@@ -33,9 +34,9 @@ fun getFirstPartyLibraries(
33
34
name = "GNU General Public License v3.0",
35
url = "https://www.gnu.org/licenses/gpl-3.0.txt",
36
year = null,
- spdxId = "GPL-3.0-only",
37
+ spdxId = "GPL-3.0-or-later",
38
licenseContent = null,
- hash = "GPL-3.0-only",
39
+ hash = "GPL-3.0-or-later",
40
41
).toImmutableSet()
42
0 commit comments