To get even more specific, That message is usually generated by the Maven RAT 
plugin. RAT is an Apache tool to verify that our projects have an appropriate 
license header. A file should have been generated in the “target” directory 
named rat.txt that lists the files without an appropriate license. You should 
inspect each one of these files and determine if it is just missing an Apache 
license, in which case you should add it, or uses some other license. If it is 
the latter then you should add it to the plugins list of excluded files and 
then, if necessary, add something to the project's NOTICE file. 

Ralph 

> On Nov 22, 2020, at 6:33 AM, Arturo Bernal <arturobern...@yahoo.com.INVALID> 
> wrote:
> 
> 
> Hi All,
> 
> 
> Ii'm trying to do some change in commons crypto project but i always get the 
> following error-> "Too many files with unapproved license"
> Do i have to solve this issues?
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to