You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2015/01/23 06:36:34 UTC

[jira] [Created] (LENS-230) Clean up license headers

Amareshwari Sriramadasu created LENS-230:
--------------------------------------------

             Summary: Clean up license headers
                 Key: LENS-230
                 URL: https://issues.apache.org/jira/browse/LENS-230
             Project: Apache Lens
          Issue Type: Sub-task
          Components: build
            Reporter: Amareshwari Sriramadasu
             Fix For: 2.0


We have apache-rat exclusion for following:

{noformat}
          <excludes>
            <exclude>**/*.txt</exclude>
            <exclude>.git/**</exclude>
            <exclude>.reviewboardrc</exclude>
            <exclude>.idea/**</exclude>
            <exclude>**/*.twiki</exclude>
            <exclude>**/*.iml</exclude>
            <exclude>**/target/**</exclude>
            <exclude>**/activemq-data/**</exclude>
            <exclude>**/build/**</exclude>
            <exclude>*.patch</exclude>
            <exclude>**/*.log</exclude>
            <exclude>**/logs/**</exclude>
            <exclude>**/.classpath</exclude>
            <exclude>**/.project</exclude>
            <exclude>**/.checkstyle</exclude>
            <exclude>**/.settings/**</exclude>
            <exclude>**/test-output/**</exclude>
            <exclude>**/maven-eclipse.xml</exclude>
            <exclude>**/.externalToolBuilders/**</exclude>
            <exclude>.gitignore</exclude>
            <exclude>README.*</exclude>
            <exclude>**/*.diff</exclude>
            <exclude>**/*.png</exclude>
            <exclude>**/*.pptx</exclude>
            <exclude>**/*.jar</exclude>
            <exclude>**/*.data</exclude>
            <exclude>**/control</exclude>
            <exclude>**/query_logs/**</exclude>
          </excludes>
{noformat}

This is clean the above list and add the missing ones like js and add the NOTICE wrt skipped files.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)