Skip to content

Commit 3f7ef49

Browse files
committed
NewPipe license is GPLv3-or-later, not -only, in AboutScreen
1 parent dab0148 commit 3f7ef49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/src/main/java/org/schabi/newpipe/ui/components/about/LibraryDefinitions.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ val SPDX_ID_TO_ASSET_PATH = mapOf(
2020
"Apache-2.0" to "apache2.html",
2121
"EPL-1.0" to "epl1.html",
2222
"GPL-3.0-only" to "gpl_3.html",
23+
"GPL-3.0-or-later" to "gpl_3.html",
2324
"MIT" to "mit.html",
2425
"MPL-2.0" to "mpl2.html",
2526
)
@@ -33,9 +34,9 @@ fun getFirstPartyLibraries(
3334
name = "GNU General Public License v3.0",
3435
url = "https://www.gnu.org/licenses/gpl-3.0.txt",
3536
year = null,
36-
spdxId = "GPL-3.0-only",
37+
spdxId = "GPL-3.0-or-later",
3738
licenseContent = null,
38-
hash = "GPL-3.0-only",
39+
hash = "GPL-3.0-or-later",
3940
)
4041
).toImmutableSet()
4142

0 commit comments

Comments
 (0)