zeroshade commented on issue #275: URL: https://github.com/apache/arrow-go/issues/275#issuecomment-2651641174
@jas4711 All source files contain the ASF license at the top describing that the current license holder for all code in this repository is the Apache Software Foundation (this is enforced via CI). > Which files contain code derived from this license? I wonder if this is really the case any more. There are some low-level utilities and helper functions that were originally pulled/duplicated from or inspired by code found in the standard libraries of Go such as https://github.com/apache/arrow-go/blob/main/arrow/flight/cookie_middleware.go#L33 For the most part, it's not necessarily clear whether or not these qualify as requiring the license to be propagated but it's better safe than otherwise. In addition, any binaries that are built and distributed from this code using the go toolchain would of course include the Go runtime statically linked in, etc. In addition to the fact that standard library code is imported via standard package handling (which probably isn't enough to warrant this blurb on its own). -- 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]
