summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/analyzemodel.xsl
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-06-28 12:51:28 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-06-28 19:59:06 +0100
commitbd18cf52743cda0c601aa10ade303c310ca9f33b (patch)
treee5255c3b812cd9f19edc8a5d29d66817c2f6b7d1 /writerfilter/source/ooxml/analyzemodel.xsl
parent2bc802ca844cdadf5a6897146f58dc523a878b8c (diff)
re-base on ALv2 code. Includes:
Avoid some uses of non portable #!/bin/bash in shell scripts. Patch contributed by Pedro Giffuni http://svn.apache.org/viewvc?view=revision&revision=1235297
Diffstat (limited to 'writerfilter/source/ooxml/analyzemodel.xsl')
-rw-r--r--writerfilter/source/ooxml/analyzemodel.xsl21
1 files changed, 19 insertions, 2 deletions
diff --git a/writerfilter/source/ooxml/analyzemodel.xsl b/writerfilter/source/ooxml/analyzemodel.xsl
index 3cce9795a947..63ad7726ff17 100644
--- a/writerfilter/source/ooxml/analyzemodel.xsl
+++ b/writerfilter/source/ooxml/analyzemodel.xsl
@@ -1,7 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * 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 .
+-->
-<xsl:stylesheet version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+<xsl:stylesheet version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:rng="http://relaxng.org/ns/structure/1.0">
<xsl:include href="factorytools.xsl"/>