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/05/25 19:50:18 UTC

[GitHub] matthiasblaesing opened a new pull request #559: Optimize readability of the NOTICE file

matthiasblaesing opened a new pull request #559: Optimize readability of the NOTICE file
URL: https://github.com/apache/incubator-netbeans/pull/559
 
 
   While looking into NETBEANS-827 it was found, that the NOTICE file is
   difficult to read, as no clear sections were visible.
   
   This adjust the output as such, that:
   
   - the primary header is separated from the following entries by
     two empty lines
   - all imported entries are normalized, so that multiple empty lines
     are collapsed into one empty line
   - all imported entries are separated from each other by two empty
     lines
   
   To illustrate here are the pre- and post picture:
   
   [notice-pre.txt](https://github.com/apache/incubator-netbeans/files/2040691/notice-pre.txt)
   [notice-post.txt](https://github.com/apache/incubator-netbeans/files/2040690/notice-post.txt)
   
   I tried to see what NETBEANS-827 is about and at first I did not even find the entry. The corresponding entry is:
   
   > Apache Commons Net
   > Copyright 2001-2017 The Apache Software Foundation
   
   From my interpretation of the legal FAQ this is the correct form, but in the "pre" version is difficult to find.

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