You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2018/01/27 13:43:05 UTC

[incubator-netbeans] branch master updated: [NETBEANS-318] adding info to external file for rat exclusions (#394)

This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e1431b  [NETBEANS-318] adding info to external file for rat exclusions (#394)
7e1431b is described below

commit 7e1431b5d8c3d0bef809bf0ee3a49356565ad2ed
Author: Geertjan Wielenga <ge...@oracle.com>
AuthorDate: Sat Jan 27 14:43:02 2018 +0100

    [NETBEANS-318] adding info to external file for rat exclusions (#394)
---
 nbbuild/rat-exclusions.txt | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/nbbuild/rat-exclusions.txt b/nbbuild/rat-exclusions.txt
index ce6968d..68a06aa 100644
--- a/nbbuild/rat-exclusions.txt
+++ b/nbbuild/rat-exclusions.txt
@@ -1,5 +1,5 @@
 
-######  build artifacts 
+###### build artifacts 
 **/build/**
 nbbuild/licenses/**
 nbbuild/netbeans/**
@@ -7,10 +7,10 @@ nbbuild/testuserdir/**
 nbbuild/user.build.properties
 nbbuild/rat-exclusions.txt
 
-######  user-specific files  
+###### user-specific files  
 **/nbproject/private/**
 
-######   no degree of creativity
+###### no degree of creativity: https://www.apache.org/legal/src-headers.html#faq-exceptions
 **/*.exists
 **/*.palette_item
 **/*.url
@@ -43,7 +43,7 @@ maven.checkstyle/src/org/netbeans/modules/maven/format/checkstyle/config/configu
 ##  Template for user - very limited degree of creativity  
 xsl/src/org/netbeans/modules/xsl/resources/templates/stylesheet.xsl
 
-###### test data 
+###### test data: https://www.apache.org/legal/src-headers.html#faq-exceptions 
 api.search/test/unit/src/org/netbeans/modules/search/data/**
 api.templates/test/unit/src/org/netbeans/modules/templates/utf8.xml
 autoupdate.services/test/unit/**/data/**
@@ -123,13 +123,12 @@ websvc.saas.api/src/org/netbeans/modules/websvc/saas/oauth/*.template
 ide/launcher/macosx/NetBeansLauncher/ReadMe.rtf
 jellytools.platform/src/org/netbeans/jellytools/version_info
 
-
 ######  generated test files 
 **/*.pass
 **/*.pass2
 **/*.pbxproj
 
-###### would cause tests to fail 
+###### would cause tests to fail: https://www.apache.org/legal/src-headers.html#faq-exceptions
 **/*.ref
 **/*.sln
 **/*.user
@@ -192,8 +191,7 @@ spring.beans/src/org/netbeans/modules/spring/beans/resources/templates/*.templat
 xml.text/src/org/netbeans/modules/xml/text/resources/DTDExample
 xml.text/src/org/netbeans/modules/xml/text/resources/XMLExample
 
-
-###### others
+###### miscellaneous
 ### <!-- XSDs for usage at runtime and code generation - the XSDs are not modified, so covered by https://www.apache.org/legal/resolved.html#category-b -->
 j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/*.xsd
 ###  <!-- config file with no place for license header-->

-- 
To stop receiving notification emails like this one, please contact
geertjan@apache.org.

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

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