Le 04/03/2012 16:10, Luc Maisonobe a écrit : > Le 04/03/2012 15:30, Gilles Sadowski a écrit : >> On Sun, Mar 04, 2012 at 08:55:09AM -0500, Gary Gregory wrote: >>> The RAT report complains about a couple of Java files. >> >> Thanks for pointing this out (I had never looked at the RAT report...). >> >> These are the incriminated files: >> ---CUT--- >> Unapproved licenses: >> >> src/test/R/KolmogorovSmirnovDistributionTestCases.R >> >> src/test/java/org/apache/commons/math3/ode/sampling/StepNormalizerOutputTest.java >> >> src/test/java/org/apache/commons/math3/ode/sampling/StepNormalizerOutputOverlapTest.java >> >> src/test/java/org/apache/commons/math3/ode/sampling/StepNormalizerOutputTestBase.java >> src/test/resources/org/apache/commons/math3/random/testData.txt >> src/test/resources/org/apache/commons/math3/random/emptyFile.txt >> src/test/resources/org/apache/commons/math3/linear/matrix2.csv >> src/test/resources/org/apache/commons/math3/linear/matrix1.csv >> src/test/resources/org/apache/commons/math3/stat/data/Lew.txt >> src/test/resources/org/apache/commons/math3/stat/data/Michelso.txt >> src/test/resources/org/apache/commons/math3/stat/data/NumAcc3.txt >> src/test/resources/org/apache/commons/math3/stat/data/NumAcc1.txt >> src/test/resources/org/apache/commons/math3/stat/data/Mavro.txt >> src/test/resources/org/apache/commons/math3/stat/data/NumAcc2.txt >> src/test/resources/org/apache/commons/math3/stat/data/Lottery.txt >> src/test/resources/org/apache/commons/math3/stat/data/PiDigits.txt >> src/test/resources/org/apache/commons/math3/stat/data/NumAcc4.txt >> src/site/resources/style/project.css >> siteMods/site.css >> ---CUT--- >> >> Is this a serious problem? [All (except the style sheet ones) files are in >> the "test" source tree.] >> >> * Some Java files miss the license header. >> * If I'm not mistaken, the problematic files in >> src/test/resources/org/apache/commons/math3/stat/data/" >> were copied from NIST (?). I'm not even sure that we could just stamp them >> with the Apache license. >> * CSS files for the Commons web site > > The data and css file are no problems. > The Java files are a problem. I'll fix that in trunk so you can copy > them to a new tag.
I have fixed the java files *in trunk* as of r1296822. The remaining files with the missing headers are OK. Luc > > Luc > >> >> >> Please advise, >> Gilles >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
