jw3 commented on a change in pull request #42:
URL: https://github.com/apache/daffodil-vscode/pull/42#discussion_r734684908



##########
File path: build.sbt
##########
@@ -38,18 +40,29 @@ lazy val commonSettings = {
   )
 }
 
+lazy val ratSettings = Seq(
+  ratLicenses := Seq(
+    ("BSD2 ", Rat.BSD2_LICENSE_NAME, Rat.LICENSE_TEXT_PASSERA)

Review comment:
       It's surprising that we have to call out the passera license here, since 
it is already rat checked by Daffodil.
   
   Not saying it's wrong, just surprising to me.  Though I don't know much 
about rat check other than I always forget headers on new files.




-- 
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