[ 
https://issues.apache.org/jira/browse/RAT-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13167470#comment-13167470
 ] 

Stefan Bodewig commented on RAT-7:
----------------------------------

The FullTextMatchingLicense base class I extracted out of the OASIS license for 
MIT and GPL may already be usable for that.

It matches on multiple lines, ignores whitespace (in fact everything that's not 
a character or a number) and is mostly case-insensitive.  It doesn't do regexes 
at all, though, it performs a substring match.  Actually I now realize this 
isn't true as it uses a regex internally, it would just strip out any special 
characters from the pattern the way it works right now.  Shouldn't be too 
difficult to adapt, in particular since we don't need to care about backwards 
compatibility (the class is new).
                
> RAT should distinguish the different AL header versions
> -------------------------------------------------------
>
>                 Key: RAT-7
>                 URL: https://issues.apache.org/jira/browse/RAT-7
>             Project: RAT
>          Issue Type: Bug
>          Components: license-meta-data
>            Reporter: Sebb
>
> RAT currently does not seem to care which version of the AL header is present.
> This is a bit misleading; IMO it should distinguishe between current AL and 
> obsolete AL headers.

--
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

        

Reply via email to