You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/12/13 13:05:43 UTC

svn commit: r1550701 - /tomcat/trunk/test/webapp/jsp/test.jsp

Author: markt
Date: Fri Dec 13 12:05:42 2013
New Revision: 1550701

URL: http://svn.apache.org/r1550701
Log:
Add missing license header

Modified:
    tomcat/trunk/test/webapp/jsp/test.jsp

Modified: tomcat/trunk/test/webapp/jsp/test.jsp
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/jsp/test.jsp?rev=1550701&r1=1550700&r2=1550701&view=diff
==============================================================================
--- tomcat/trunk/test/webapp/jsp/test.jsp (original)
+++ tomcat/trunk/test/webapp/jsp/test.jsp Fri Dec 13 12:05:42 2013
@@ -1,2 +1,18 @@
+<%--
+ 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.
+--%>
 <%@ page contentType="text/plain" %>
 <%@ taglib uri="../WEB-INF/test.tld" prefix="test" %>



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