[ https://issues.apache.org/jira/browse/FLEX-33132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404293#comment-13404293 ]
Carol Frampton commented on FLEX-33132: --------------------------------------- Fixed 1, 2, and 4. For 3, I read the rat code. Rat considers any of the files below a "Note" and marks them with a N. Rat doesn't care what is in them. public static final String[] NOTE_FILE_NAMES = { "NOTICE", "LICENSE", "LICENSE.TXT", "NOTICE.TXT", "INSTALL", "INSTALL.TXT", "README", "README.TXT", "NEWS", "NEWS.TXT", "AUTHOR", "AUTHOR.TXT", "AUTHORS", "AUTHORS.txt", "CHANGELOG", "CHANGELOG.TXT", "DISCLAIMER", "DISCLAIMER.TXT", "KEYS", "KEYS.TXT", "RELEASE-NOTES", "RELEASE-NOTES.TXT", "RELEASE_NOTES", "RELEASE_NOTES.TXT", "UPGRADE", "UPGRADE.TXT", "STATUS", "STATUS.TXT", "THIRD_PARTY_NOTICES", "THIRD_PARTY_NOTICES.TXT", "COPYRIGHT", "COPYRIGHT.TXT", "BUILDING", "BUILDING.TXT", "BUILD", "BUILT.TXT", }; public static final String[] NOTE_FILE_EXTENSIONS = { "LICENSE", "LICENSE.TXT", "NOTICE", "NOTICE.TXT", }; > Apache Flex 4.8.0 (parity release) Release Candidate > ---------------------------------------------------- > > Key: FLEX-33132 > URL: https://issues.apache.org/jira/browse/FLEX-33132 > Project: Apache Flex > Issue Type: Task > Components: Installation & Packaging > Affects Versions: Apache Flex 4.8 (parity release) > Reporter: Carol Frampton > Assignee: Bertrand Delacretaz > Attachments: rat.log > > > Attached is the RAT report (rat.log) for the files in the source kit. The > current kits are available from > http://people.apache.org/~cframpton/ApacheFlexRC/current/ > The exclusions from the report are: > <fileset dir="${rat.dir}"> > <!-- Start of binary files --> > <!-- exclude Flash Professional file used for integration > with Flash Professional --> > <exclude > name="frameworks/projects/flash-integration/FLA/ContentHolder.fla"/> > <!-- exclude font embedded in asdoc example --> > <exclude > name="frameworks/projects/framework/asdoc/en_US/mx/effects/examples/assets/OpenSans-Regular.ttf"/> > <!-- exclude media (png, gif, jpg, mp3, flv) --> > <exclude name="**/*.png"/> > <exclude name="**/*.gif"/> > <exclude name="**/*.jpg"/> > <exclude name="**/*.mp3"/> > <exclude name="**/*.flv"/> > <!-- End of binary files --> > <!-- exclude batik manifests --> > <exclude name="modules/thirdparty/batik/sources/*.mf"/> > <!-- exclude w3c sources --> > <exclude > name="modules/thirdparty/batik/resources/org/apache/flex/forks/batik/dom/svg/resources/*.mod"/> > <exclude > name="modules/thirdparty/batik/resources/org/apache/flex/forks/batik/dom/svg/resources/*.dtd"/> > <exclude > name="modules/thirdparty/batik/sources/org/w3c/flex/forks/css/sac/*.java"/> > <exclude > name="modules/thirdparty/batik/sources/org/w3c/flex/forks/css/sac/helpers/ParserFactory.java"/> > <!-- exclude config files --> > <exclude > name="modules/thirdparty/xerces-patch/src/java/META-INF/services/javax.xml.parsers.SAXParserFactory"/> > <exclude > name="modules/thirdparty/xerces-patch/src/java/META-INF/services/org.apache.xerces.xni.parser.XMLParserConfiguration"/> > <exclude > name="modules/thirdparty/xerces-patch/src/java/org/apache/xerces/jaxp/javax.xml.parsers.SAXParserFactory"/> > </fileset> -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira