You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2012/08/24 10:19:16 UTC

svn commit: r1376858 - /incubator/ooo/trunk/ext_libraries/ratscan/scan/rat-output-to-html.xsl

Author: af
Date: Fri Aug 24 08:19:16 2012
New Revision: 1376858

URL: http://svn.apache.org/viewvc?rev=1376858&view=rev
Log:
#i120637# Added license header.

Modified:
    incubator/ooo/trunk/ext_libraries/ratscan/scan/rat-output-to-html.xsl

Modified: incubator/ooo/trunk/ext_libraries/ratscan/scan/rat-output-to-html.xsl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/ext_libraries/ratscan/scan/rat-output-to-html.xsl?rev=1376858&r1=1376857&r2=1376858&view=diff
==============================================================================
--- incubator/ooo/trunk/ext_libraries/ratscan/scan/rat-output-to-html.xsl (original)
+++ incubator/ooo/trunk/ext_libraries/ratscan/scan/rat-output-to-html.xsl Fri Aug 24 08:19:16 2012
@@ -1,5 +1,26 @@
 <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
 
+<!--***********************************************************
+ * 
+ * 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.
+ * 
+ ***********************************************************-->
+
 <!-- This style sheet converts any rat-report.xml file.  -->
 
 <xsl:variable name="now" select="current-dateTime()"/>