IANAL, so I don't know whether you really need to include a license
header in every file. I doubt it is the case, though I'm sure you can
get away with:
/*
  Copyright (c) ...
  Licensed under the GPL: http://gnu.org/...
*/

Maven doesn't include tools for this - IDEA has a nice plugin but
beyond that there isn't much I can offer.

- Brett

On 4/25/05, Pieter Laeremans <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I would like to release the existing code base of a project as GPL. Is
> it enough to include a LICENSE.txt file or do I have to include the GPL
> license in every source file of the project ?
> 
> If so can maven be used to generate a version of the source code
> containing the license.  I do'nt want the license in every source file
> when I'm editing it, to minimize scrolling.
> 
> thanks,
> 
> Pieter
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to