You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by ma...@apache.org on 2007/01/15 23:44:19 UTC

svn commit: r496525 - /jakarta/poi/trunk/src/examples/jsp/HSSFExample.jsp

Author: markt
Date: Mon Jan 15 14:44:18 2007
New Revision: 496525

URL: http://svn.apache.org/viewvc?view=rev&rev=496525
Log:
Add standard licence header for src/examples directory

Modified:
    jakarta/poi/trunk/src/examples/jsp/HSSFExample.jsp

Modified: jakarta/poi/trunk/src/examples/jsp/HSSFExample.jsp
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/examples/jsp/HSSFExample.jsp?view=diff&rev=496525&r1=496524&r2=496525
==============================================================================
--- jakarta/poi/trunk/src/examples/jsp/HSSFExample.jsp (original)
+++ jakarta/poi/trunk/src/examples/jsp/HSSFExample.jsp Mon Jan 15 14:44:18 2007
@@ -1,3 +1,19 @@
+<!--
+  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/html" 
 import="java.io.*,org.apache.poi.poifs.filesystem.POIFSFileSystem,org.apache.poi
 .hssf.record.*,org.apache.poi.hssf.model.*,org.apache.poi.hssf.usermodel.*,org.a



---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/