You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sebb <se...@gmail.com> on 2008/12/31 00:46:46 UTC

Java (and other) source files without AL headers

Tomcat trunk has quite a few Java files without the correct AL headers:

java/org/apache/tomcat/util/net/jsse/NioX509KeyManager.java
modules/bayeux/java/org/apache/tomcat/bayeux/HttpError.java
modules/bayeux/test/org/apache/cometd/bayeux/samples/BayeuxStockTicker.java
modules/bayeux/test/org/apache/cometd/bayeux/samples/EchoChatClient.java
modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/interceptor/AbstractQueryReport.java
modules/jdbc-pool/test/org/apache/tomcat/jdbc/pool/interceptor/TestInterceptor.java
modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/BorrowWaitTest.java
modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/CreateTestTable.java
modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/StatementFinalizerTest.java
modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestAsyncQueue.java
modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestGetConnection.java
modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestInterceptorShortName.java
modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TwoDataSources.java

There are also some other files that should have AL headers, e.g.

bin/modules/bayeux/webapps/cometd/WEB-INF/web.xml
bin/modules/bayeux/webapps/cometd/examples/simplechat/cometdchat.htm
modules/bayeux/webapps/cometd/WEB-INF/web.xml
modules/bayeux/webapps/cometd/examples/simplechat/cometdchat.htm
modules/bayeux/webapps/cometd/examples/simplechat/ticker.html
modules/bayeux/webapps/cometd/index.html
modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/interceptor/mbeans-descriptors.xml

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: Java (and other) source files without AL headers

Posted by Mark Thomas <ma...@apache.org>.
sebb wrote:
> Tomcat trunk has quite a few Java files without the correct AL headers:

Fixed. Cheers,

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org