eitsupi commented on PR #4412: URL: https://github.com/apache/arrow-adbc/pull/4412#issuecomment-4748032575
> I took a look at one of the R packages and it seems it doesn't bundle any license at all, is that expected? This is entirely intentional, and the R packages are configured to ignore the markdown files during the build process. https://github.com/apache/arrow-adbc/blob/698f2161977c85cd6bcd71dd622046f749fc69ca/r/adbcpostgresql/.Rbuildignore#L3 R packages include a license declaration in their DESCRIPTION file, and it is prohibited to include a file containing the full LICENSE text. https://github.com/apache/arrow-adbc/blob/698f2161977c85cd6bcd71dd622046f749fc69ca/r/adbcpostgresql/DESCRIPTION#L15 However, if we want to explicitly specify the dependencies included in the source code, we can place a file under the `inst` directory or include a file named `LISENSE.note`. For example, this would be the case for the arrow package. https://github.com/apache/arrow/blob/2aaac072d521feef8fa424a483917b5709c2eb2a/r/inst/NOTICE.txt -- 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]
