kevingurney commented on code in PR #38660:
URL: https://github.com/apache/arrow/pull/38660#discussion_r1525006318


##########
LICENSE.txt:
##########
@@ -2252,3 +2252,13 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 
DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
+
+--------------------------------------------------------------------------------
+
+3rdparty dependency mathworks/libmexclass is redistributed as a dynamically
+linked shared library in certain binary distributions, like the MATLAB
+distribution.
+
+Copyright: 2022-2024 The MathWorks, Inc. All rights reserved.
+Homepage: https://github.com/mathworks/libmexclass
+License: 3-clause BSD

Review Comment:
   Thanks for clarifying how to assemble the `NOTICE.txt` and `LICENSE.txt` 
files, @kinow 
   
   For reference - we based our original changes off the fact that other third 
party libraries that are bundled and dynamically linked against in certain 
binary distributions are noted in the `LICENSE.txt`.
   
   For example:
   
   ```
   3rdparty dependency zlib is redistributed as a dynamically linked shared
   library in certain binary distributions, like the python wheels.
   ...
   ```
   



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