atom feed25 messages in org.apache.incubator.generalRe: Licence headers in template files
FromSent OnAttachments
Ross GardlerFeb 6, 2012 1:58 am 
Christian GrobmeierFeb 6, 2012 2:07 am 
Ross GardlerFeb 6, 2012 2:44 am 
Franklin, Matthew B.Feb 6, 2012 5:36 am 
ant elderFeb 6, 2012 5:44 am 
Ate DoumaFeb 6, 2012 6:16 am 
ant elderFeb 6, 2012 6:30 am 
Jukka ZittingFeb 6, 2012 6:39 am 
Ate DoumaFeb 6, 2012 6:53 am 
Ate DoumaFeb 6, 2012 6:56 am 
Ross GardlerFeb 6, 2012 7:03 am 
sebbFeb 6, 2012 7:20 am 
Ross GardlerFeb 6, 2012 7:28 am 
sebbFeb 6, 2012 8:06 am 
Ross GardlerFeb 6, 2012 8:20 am 
ant elderFeb 6, 2012 8:29 am 
sebbFeb 6, 2012 8:40 am 
Greg SteinFeb 6, 2012 9:25 am 
Ross GardlerFeb 6, 2012 10:18 am 
Craig L RussellFeb 6, 2012 10:30 am 
Ross GardlerFeb 6, 2012 11:12 am 
Greg SteinFeb 6, 2012 11:38 am 
Ate DoumaFeb 6, 2012 11:41 am 
Ross GardlerFeb 6, 2012 12:23 pm 
sebbFeb 6, 2012 12:33 pm 
Subject:Re: Licence headers in template files
From:Ross Gardler (rgar@opendirective.com)
Date:Feb 6, 2012 10:18:24 am
List:org.apache.incubator.general

Sent from my mobile device, please forgive errors and brevity. On Feb 6, 2012 5:26 PM, "Greg Stein" <gst@gmail.com> wrote:

On Feb 6, 2012 11:41 AM, "sebb" <seb@gmail.com> wrote:

... Perhaps the answer to "Why is a licensing header necessary?" http://www.apache.org/legal/src-headers.html#faq-whyheader is relevant here.

The README file is generally not going to be modified - or seen in isolation - so it's not so necessary for the end user to know its license from the file itself.

However, the template files are specifically designed for modification, and are likely to be seen without the LICENSE file, so IMO the enduser should see the AL header as part of the file.

That would be my thinking, too.

Not in this specific case, I think.

The original template files are not modified directly, neither are the output files. Modifications are by token replacement in the simplest form or by creating a completely new template to override the original (at which point the user can define their own licence).

If the user generates their widgets from these templates the files we are talking about will be included in larger files, which do contain license headers. Final outputs will therefore always have an Apache header, there may be user specified headers surrounding their own contributions.

The final outputs should never be edited, it's the widget definitions (the tokens referred to above) that get edited.

Ross