Author: markt Date: Wed Feb 11 16:38:39 2009 New Revision: 743378 URL: http://svn.apache.org/viewvc?rev=743378&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46245 for servletapi License issue so applying directly
Modified: tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x/build.xml Modified: tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x/build.xml URL: http://svn.apache.org/viewvc/tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x/build.xml?rev=743378&r1=743377&r2=743378&view=diff ============================================================================== --- tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x/build.xml (original) +++ tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x/build.xml Wed Feb 11 16:38:39 2009 @@ -1,3 +1,20 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + <project name="Servlet API Classes" default="compile" basedir="."> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org