Skip to content

Commit 4dc88c9

Browse files
committed
build: don't include main LICENSE and THIRDPARTY_LICENSE, as they only apply to build logic which is not included in artifacts
1 parent 4b65fca commit 4dc88c9

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
File renamed without changes.

ffmpeg/build.gradle.kts

-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ fun AbstractCopyTask.licenses() {
5353
from(layout.projectDirectory) {
5454
include("LICENSE.*", "COPYING.*", "COPYRIGHT.*", "Copyright.*")
5555
}
56-
from(rootProject.layout.projectDirectory) {
57-
include("LICENSE", "THIRDPARTY_LICENSES")
58-
}
5956
}
6057

6158
val nativesJar = if (deployNative) {

0 commit comments

Comments
 (0)