Github user svarnau commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/908#discussion_r95421369
--- Diff: .rat-excludes ---
@@ -166,8 +166,14 @@ VariableLengthPKTest.java
# asciidoc extention file -- MIT license
google-analytics-postprocessor.rb
-# installer JSON config files
+# pyinstaller JSON config files
mod_cfgs.json
prompt.json
script.json
version.json
+
+# pyinstaller dependencies
+prettytable.py
+socks.py
+iri2uri.py
+__init__.py
--- End diff --
These files all have headers. RAT is only confused by two of them
(prettytable & socks). So the others should NOT be listed in this file.
Also, comment here should not just state what they are, but why they should
be excluded from check -- they have BSD-3 license that RAT does not recognize.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---