jbonofre commented on code in PR #495:
URL: https://github.com/apache/polaris/pull/495#discussion_r1862228353


##########
build-logic/src/main/kotlin/LicenseFileValidation.kt:
##########
@@ -58,7 +58,7 @@ class LicenseFileValidation : DependencyFilter {
   override fun filter(data: ProjectData?): ProjectData {
     data!!
 
-    val rootLicenseFile = data.project.rootProject.file("LICENSE").readText()
+    val rootLicenseFile = 
data.project.rootProject.file("LICENSE.bin").readText()

Review Comment:
   That's correct: `LICENSE.bin` is targeted to be included in binary 
distributions (like `polaris-service` tar/zip).
   No problem to rename as `LICENSE-BINARY-DEPENDENCY` for instance.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to