On Oct 13, 2009, at 1:25 PM, Jonathan Gallimore wrote:

I did run RAT (and I'll have another look at the output later) - and saw the
generated files in the list, which I don't think require headers.

The other files I didn't think required headers as I thought they were
trivial (a lot of the ejb-jar.xml files just have <ejb-jar/> in them, for
example).

Apologies if I've missed something, or got it wrong, I still got a lot to
learn about the legal side of things.


Hi Jonathan,
Understood and no problem at all... This is a debatable issue. You are correct that generated files don't require headers. Nor do trivial files. Nor do files which syntactically cannot contain a license header. Becomes a question of what falls under those exceptions. One benefit of adding license headers, is that in the future there's less to check...

IMO, I think these should have headers:

 ==./container/openejb-core/src/main/resources/default.openejb.conf
 ==./container/openejb-core/src/main/resources/logging.properties
 ==./container/openejb-core/src/main/resources/login.config
 ==./examples/simple-cmp2/src/main/resources/META-INF/ejb-jar.xml
==./examples/simple-mdb-with-descriptor/src/main/resources/META-INF/ ejb-jar.xml ==./examples/simple-stateless-with-descriptor/src/main/resources/ META-INF/ejb-jar.xml
 ==./examples/webapps/ejb-webservice/client.pl
 ==./examples/webapps/moviefun/delete-movie.pl
 ==./examples/webapps/moviefun/get-movies.pl
 ==./examples/webapps/moviefun/src/main/webapp/default.css
 ==./examples/webapps/moviefun/src/main/webapp/index.jsp
 ==./examples/webapps/moviefun/src/main/webapp/setup.jsp
==./examples/webservice-security/src/main/resources/META-INF/openejb- jar.xml ==./examples/webservice-ws-security/src/main/resources/META-INF/ CalculatorImplSign-server.properties ==./examples/webservice-ws-security/src/main/resources/META-INF/ CalculatorImplUsernameTokenPlainPasswordEncrypt-server.properties ==./examples/webservice-ws-security/src/main/resources/META-INF/ejb- jar.xml ==./examples/webservice-ws-security/src/test/resources/META-INF/ CalculatorImplSign-client.properties ==./examples/webservice-ws-security/src/test/resources/META-INF/ CalculatorImplUsernameTokenPlainPasswordEncrypt-client.properties

--kevan

Reply via email to