[OFBiz] SVN: r7424 - trunk

jonesde@svn.ofbiz.org jonesde at svn.ofbiz.org
Wed Apr 26 17:37:06 CDT 2006


Author: jonesde
Date: 2006-04-26 17:37:01 -0500 (Wed, 26 Apr 2006)
New Revision: 7424

Modified:
   trunk/APACHE2_HEADER
Log:
Added example for JSP license header

Modified: trunk/APACHE2_HEADER
===================================================================
--- trunk/APACHE2_HEADER	2006-04-26 22:36:00 UTC (rev 7423)
+++ trunk/APACHE2_HEADER	2006-04-26 22:37:01 UTC (rev 7424)
@@ -75,6 +75,26 @@
 -->
 
 =====================================================================
+For JSP Files:
+<%--
+$Id: $
+
+Copyright 2001-2006 The Apache Software Foundation
+
+Licensed 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.
+--%>
+
+=====================================================================
 For Properties Files:
 #####################################################################
 # $Id: $



More information about the Svn mailing list