tuxji commented on pull request #502:
URL: https://github.com/apache/daffodil/pull/502#issuecomment-801208890


   I know how to find the `notices` directory.  Go to Saxon 9.9's SourceForge 
download [page](https://sourceforge.net/projects/saxon/files/Saxon-HE/9.9/), 
download SaxonHE9-9-1-8J.zip, put it in an empty temporary directory, unpack 
it, and you will get the `notices` directory.  Five files look like MIT-type 
copyright notices to me and if we need to include them, then we need to include 
these five files from that directory into bin.NOTICE (the sixth file is Saxon's 
license).  
   
   If I understand you correctly, we need to modify the following files:
   - README.md (mention Saxon in its License section)
   - daffodil-cli/README,md (mention Saxon in its License section)
   - daffodil-cli/bin.LICENSE (include Saxon's license)
   - daffodil-cli/bin.NOTICE (include five files from Saxon's notices directory)
   
   When we edit bin.NOTICE, shall we insert the five files' text indented by 2 
spaces with 1 blank line between each file into bin.NOTICE between "Jackson 
JSON processor" and "Scala" with the following lines to set them off?
   
   ```text
   Saxon XSLT and XQuery processor (lib/Saxon-HE-<VERSION>.jar)
     Saxon HE processor
     Copyright (c) 2018 Saxonica Limited.
   ```


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

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


Reply via email to