You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/01/27 21:00:54 UTC

[GitHub] matthiasblaesing opened a new pull request #396: Cleanup/Separate/Document licenses in apache netbeans

matthiasblaesing opened a new pull request #396: Cleanup/Separate/Document licenses in apache netbeans
URL: https://github.com/apache/incubator-netbeans/pull/396
 
 
   With the recent release vote concerns about bundled sourcefiles were raised.
   This PR tries to address these concerns. Please see the individual commits for
   details.
   
   The primary point is the introduction of a `licenseinfo.xml` file,  which addresses
   individual files and marks these with their respective licenses.
   
   This file is then used to:
   - add info the LICENSE file about the sourcefile belonging to the release
   - ensure license is present when build
   - exclude the referenced files from rat check (they would fail it)
   - create a `nbbuild/build/rat-licenseinfo.txt` with license and comment info for reviewers
   
   Some modules where converted from the classical _rat excludes_ to this approach, 
   some files were fixed by adding the license header or removing them.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists