Re: Unapproved license

2020-11-22 Thread sebb
On Sun, 22 Nov 2020 at 19:46, Arturo Bernal wrote: > > Hi Guys, > > Thank you all. > > I think that i solve the problem adding the license to the file that produce > the error. Note that you should only do that if the file is your own work. > > > > On 22 Nov 2020, at 20:41, Alex Remily wrote:

Re: Unapproved license

2020-11-22 Thread Arturo Bernal
Hi Guys, Thank you all. I think that i solve the problem adding the license to the file that produce the error. > On 22 Nov 2020, at 20:41, Alex Remily wrote: > > Every time I've received a licence error working on the crypto project it > was because I was missing the Apache license in the

Re: Unapproved license

2020-11-22 Thread Alex Remily
Every time I've received a licence error working on the crypto project it was because I was missing the Apache license in the source header. That seemed the most likely scenario here. On Sun, Nov 22, 2020 at 11:22 AM sebb wrote: > On Sun, 22 Nov 2020 at 13:39, Alex Remily wrote: > > > > Paste

Re: Unapproved license

2020-11-22 Thread Ralph Goers
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 licens

Re: [Daemon] release 1.2.4?

2020-11-22 Thread Rob Tompkins
@Mark - are you using VS2008 on windows 10? I’m trying to piece together the build environment from this line: https://github.com/apache/commons-daemon/blob/master/src/native/windows/README.txt#L31-L32 refrencing Mladen Turk's repo https://github.com/mturk/cmsc/tree/cb6be932c8c95a46262a64a89e68

Re: Unapproved license

2020-11-22 Thread sebb
On Sun, 22 Nov 2020 at 13:39, Alex Remily wrote: > > Paste the license into the source file. Check out any other source for an > example. Sorry, but that is not correct. One cannot just add the license to a file without checking that the license applies. What command are you using to build? Whi

Re: [daemon] Java 6 to 7

2020-11-22 Thread Gary Gregory
On Sat, Nov 21, 2020 at 2:06 PM Mark Thomas wrote: > On 21/11/2020 16:26, Gary Gregory wrote: > > Hi All: > > > > I know Tomcat uses DAEMON and supports old versions of itself. > > > > So, reading https://tomcat.apache.org/whichversion.html, I see that: > > > > - Tomcat 7 is EOL so we do not need

Re: Unapproved license

2020-11-22 Thread Alex Remily
Paste the license into the source file. Check out any other source for an example. On Sun, Nov 22, 2020 at 8:33 AM Arturo Bernal 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" > D

Unapproved license

2020-11-22 Thread Arturo Bernal
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...@commo