Author: gmcdonald Date: Fri May 28 02:54:29 2010 New Revision: 949078 URL: http://svn.apache.org/viewvc?rev=949078&view=rev Log: Add rat-ignore.txt
This file will help track files that dont need a license, such as generated files or certain config files. The idea is to get our license issues down to 0. Look at http://ci.apache.org/projects/wookie/rat-output.html Then, add license headers to every file listed except for those rare files that can not or do not need a licence header. For those rare files (or dorectories) we add a (wilcard enabled) pattern to the rat-ignore.txt The rat-output.html file gets updated on every commit. A few real examples have been added to the file as a starting point. Added: incubator/wookie/trunk/licenses/rat-ignore.txt (with props) Added: incubator/wookie/trunk/licenses/rat-ignore.txt URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/licenses/rat-ignore.txt?rev=949078&view=auto ============================================================================== --- incubator/wookie/trunk/licenses/rat-ignore.txt (added) +++ incubator/wookie/trunk/licenses/rat-ignore.txt Fri May 28 02:54:29 2010 @@ -0,0 +1,5 @@ +licenses +readm*.txt +.settings +WebContent/META-INF/MANIFEST.MF +WebContent/shared/js/jquery Propchange: incubator/wookie/trunk/licenses/rat-ignore.txt ------------------------------------------------------------------------------ svn:eol-style = native
