[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - download.lst external/more_fonts Makefile.fetch readlicense_oo/license scp2/source

Andras Timar andras.timar at collabora.com
Fri Sep 18 06:09:40 PDT 2015


 Makefile.fetch                               |    1 
 download.lst                                 |    1 
 external/more_fonts/ExternalPackage_karla.mk |   19 
 external/more_fonts/Module_more_fonts.mk     |    2 
 external/more_fonts/UnpackedTarball_karla.mk |   14 
 readlicense_oo/license/LICENSE               |   26 
 readlicense_oo/license/LICENSE.fodt          | 1258 +--
 readlicense_oo/license/LICENSE.html          |10236 ++++++++++++++++++++++++++-
 scp2/source/ooo/file_font_ooo.scp            |    3 
 scp2/source/ooo/module_hidden_ooo.scp        |    1 
 10 files changed, 10739 insertions(+), 822 deletions(-)

New commits:
commit 21dc27ab7834fe4d5783a9f4bd412c08cacc26b4
Author: Andras Timar <andras.timar at collabora.com>
Date:   Fri Sep 18 14:24:51 2015 +0200

    Bundle Karla font
    
    Change-Id: I666665c801367ff760b14b9f474952e9894b4791

diff --git a/Makefile.fetch b/Makefile.fetch
index 7aee66a..e1cf843 100644
--- a/Makefile.fetch
+++ b/Makefile.fetch
@@ -170,6 +170,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR)
 		$(call fetch_Optional,MORE_FONTS,FONT_CARLITO_TARBALL) \
 		$(call fetch_Optional,MORE_FONTS,FONT_DEJAVU_TARBALL) \
 		$(call fetch_Optional,MORE_FONTS,FONT_GENTIUM_TARBALL) \
+		$(call fetch_Optional,MORE_FONTS,FONT_KARLA_TARBALL) \
 		$(call fetch_Optional,MORE_FONTS,FONT_LIBERATION_NARROW_TARBALL) \
 		$(call fetch_Optional,MORE_FONTS,FONT_LIBERATION_TARBALL) \
 		$(call fetch_Optional,MORE_FONTS,FONT_LINLIBERTINEG_TARBALL) \
diff --git a/download.lst b/download.lst
index b3dc7f8..a8631df 100644
--- a/download.lst
+++ b/download.lst
@@ -47,6 +47,7 @@ export FONT_CALADEA_TARBALL := 368f114c078f94214a308a74c7e991bc-crosextrafonts-2
 export FONT_CARLITO_TARBALL := c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz
 export FONT_DEJAVU_TARBALL := a4e565e220b5de082c23995e256e3c12-dejavu-fonts-ttf-2.34.zip
 export FONT_GENTIUM_TARBALL := 35efabc239af896dfb79be7ebdd6e6b9-gentiumbasic-fonts-1.10.zip
+export FONT_KARLA_TARBALL := 506757f768adb2331881d5186f7286bd-karla.zip
 export FONT_LIBERATION_NARROW_TARBALL := 134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz
 export FONT_LIBERATION_TARBALL := 5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz
 export FONT_LINLIBERTINEG_TARBALL := e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip
diff --git a/external/more_fonts/ExternalPackage_karla.mk b/external/more_fonts/ExternalPackage_karla.mk
new file mode 100644
index 0000000..580777e
--- /dev/null
+++ b/external/more_fonts/ExternalPackage_karla.mk
@@ -0,0 +1,19 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# 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/.
+#
+
+$(eval $(call gb_ExternalPackage_ExternalPackage,fonts_karla,font_karla))
+
+$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_karla,$(LIBO_SHARE_FOLDER)/fonts/truetype,\
+	Karla-Italic.ttf \
+	Karla-Regular.ttf \
+	Karla-BoldItalic.ttf \
+	Karla-Bold.ttf \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/external/more_fonts/Module_more_fonts.mk b/external/more_fonts/Module_more_fonts.mk
index 3f4a653..039c6cc 100644
--- a/external/more_fonts/Module_more_fonts.mk
+++ b/external/more_fonts/Module_more_fonts.mk
@@ -15,6 +15,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\
 	ExternalPackage_carlito \
 	ExternalPackage_dejavu \
 	ExternalPackage_gentium \
+	ExternalPackage_karla \
 	ExternalPackage_liberation \
 	ExternalPackage_liberation_narrow \
 	ExternalPackage_libertineg \
@@ -26,6 +27,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\
 	UnpackedTarball_carlito \
 	UnpackedTarball_dejavu \
 	UnpackedTarball_gentium \
+	UnpackedTarball_karla \
 	UnpackedTarball_liberation \
 	UnpackedTarball_liberation_narrow \
 	UnpackedTarball_libertineg \
diff --git a/external/more_fonts/UnpackedTarball_karla.mk b/external/more_fonts/UnpackedTarball_karla.mk
new file mode 100644
index 0000000..a65c5bb
--- /dev/null
+++ b/external/more_fonts/UnpackedTarball_karla.mk
@@ -0,0 +1,14 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# 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/.
+#
+
+$(eval $(call gb_UnpackedTarball_UnpackedTarball,font_karla))
+
+$(eval $(call gb_UnpackedTarball_set_tarball,font_karla,$(FONT_KARLA_TARBALL)))
+
+# vim: set noet sw=4 ts=4:
diff --git a/readlicense_oo/license/LICENSE b/readlicense_oo/license/LICENSE
index a01c59d..bdd9a64 100644
--- a/readlicense_oo/license/LICENSE
+++ b/readlicense_oo/license/LICENSE
@@ -1333,11 +1333,11 @@ libxml2
 
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-   MERCHANTABILITY, FIT- NESS FOR A PARTICULAR PURPOSE AND
-   NONINFRINGEMENT. IN NO EVENT SHALL THE DANIEL VEILLARD BE LIABLE FOR
-   ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
-   CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- NECTION
-   WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+   IN NO EVENT SHALL THE DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES
+   OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+   OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
+   THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
    Except as contained in this notice, the name of Daniel Veillard shall
    not be used in advertising or otherwise to promote the sale, use or
@@ -3077,6 +3077,22 @@ Gentium
 
    See SIL Open Font License, Version 1.1 below
 
+Karla
+
+   The following software may be included in this product: Karla fonts.
+   Use of any of this software is governed by the terms of the license
+   below:
+
+   Copyright (c) 2011, Jonathan Pinhorn
+   (pinhorn.typedesign at gmail.com), with Reserved Font Names “Karla”
+   and “Karla Tamil”.
+
+   This Font Software is licensed under the SIL Open Font License, Version
+   1.1. This license is copied below, and is also available with a
+   FAQ at: http://scripts.sil.org/OFL
+
+   See SIL Open Font License, Version 1.1 below
+
 Liberation
 
    The following software may be included in this product: Liberation
diff --git a/readlicense_oo/license/LICENSE.fodt b/readlicense_oo/license/LICENSE.fodt
index c1530fe..e6bf3b5 100644
--- a/readlicense_oo/license/LICENSE.fodt
+++ b/readlicense_oo/license/LICENSE.fodt
@@ -1,24 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:config="urn:oas
 is:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:
 experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2" office:mimetype="application/vnd.oasis.opendocument.text">
- <office:meta><meta:creation-date>2011-05-11T11:39:17.79</meta:creation-date><dc:date>2015-05-22T10:18:42.401712240</dc:date><meta:editing-duration>P6DT2H16M14S</meta:editing-duration><meta:editing-cycles>254</meta:editing-cycles><meta:generator>LibreOffice/4.3.7.2$Linux_X86_64 LibreOffice_project/430$Build-2</meta:generator><meta:keyword>License</meta:keyword><meta:keyword>GPL</meta:keyword><meta:keyword>LGPL</meta:keyword><meta:keyword>MPL</meta:keyword><meta:keyword>Apache</meta:keyword><meta:keyword>CC</meta:keyword><dc:subject>LibreOffice Licensing and Legal information</dc:subject><dc:title>Licensing and Legal information</dc:title><meta:document-statistic meta:table-count="0" meta:image-count="0" meta:object-count="0" meta:page-count="192" meta:paragraph-count="2869" meta:word-count="65908" meta:character-count="408355" meta:non-whitespace-character-count="343966"/></office:meta>
+ <office:meta><meta:creation-date>2011-05-11T11:39:17.79</meta:creation-date><dc:date>2015-09-18T14:34:11.118547018</dc:date><meta:editing-duration>P6DT2H20M33S</meta:editing-duration><meta:editing-cycles>257</meta:editing-cycles><meta:generator>LibreOffice/4.4.5.2$Linux_X86_64 LibreOffice_project/40m0$Build-2</meta:generator><meta:keyword>License</meta:keyword><meta:keyword>GPL</meta:keyword><meta:keyword>LGPL</meta:keyword><meta:keyword>MPL</meta:keyword><meta:keyword>Apache</meta:keyword><meta:keyword>CC</meta:keyword><dc:subject>LibreOffice Licensing and Legal information</dc:subject><dc:title>Licensing and Legal information</dc:title><dc:creator>Andras Timar</dc:creator><meta:document-statistic meta:table-count="0" meta:image-count="0" meta:object-count="0" meta:page-count="193" meta:paragraph-count="2874" meta:word-count="65982" meta:character-count="408831" meta:non-whitespace-character-count="344373"/></office:meta>
  <office:settings>
   <config:config-item-set config:name="ooo:view-settings">
-   <config:config-item config:name="ViewAreaTop" config:type="long">35772</config:config-item>
+   <config:config-item config:name="ViewAreaTop" config:type="long">5798608</config:config-item>
    <config:config-item config:name="ViewAreaLeft" config:type="long">0</config:config-item>
-   <config:config-item config:name="ViewAreaWidth" config:type="long">49691</config:config-item>
-   <config:config-item config:name="ViewAreaHeight" config:type="long">20269</config:config-item>
+   <config:config-item config:name="ViewAreaWidth" config:type="long">32307</config:config-item>
+   <config:config-item config:name="ViewAreaHeight" config:type="long">20057</config:config-item>
    <config:config-item config:name="ShowRedlineChanges" config:type="boolean">true</config:config-item>
    <config:config-item config:name="InBrowseMode" config:type="boolean">false</config:config-item>
    <config:config-item-map-indexed config:name="Views">
     <config:config-item-map-entry>
      <config:config-item config:name="ViewId" config:type="string">view2</config:config-item>
-     <config:config-item config:name="ViewLeft" config:type="long">5593</config:config-item>
-     <config:config-item config:name="ViewTop" config:type="long">41831</config:config-item>
+     <config:config-item config:name="ViewLeft" config:type="long">22594</config:config-item>
+     <config:config-item config:name="ViewTop" config:type="long">5812222</config:config-item>
      <config:config-item config:name="VisibleLeft" config:type="long">0</config:config-item>
-     <config:config-item config:name="VisibleTop" config:type="long">35772</config:config-item>
-     <config:config-item config:name="VisibleRight" config:type="long">49689</config:config-item>
-     <config:config-item config:name="VisibleBottom" config:type="long">56039</config:config-item>
+     <config:config-item config:name="VisibleTop" config:type="long">5798608</config:config-item>
+     <config:config-item config:name="VisibleRight" config:type="long">32306</config:config-item>
+     <config:config-item config:name="VisibleBottom" config:type="long">5818664</config:config-item>
      <config:config-item config:name="ZoomType" config:type="short">0</config:config-item>
      <config:config-item config:name="ViewLayoutColumns" config:type="short">0</config:config-item>
      <config:config-item config:name="ViewLayoutBookMode" config:type="boolean">false</config:config-item>
@@ -36,6 +36,7 @@
    <config:config-item config:name="PrintProspect" config:type="boolean">false</config:config-item>
    <config:config-item config:name="PrintSingleJobs" config:type="boolean">false</config:config-item>
    <config:config-item config:name="PrintEmptyPages" config:type="boolean">true</config:config-item>
+   <config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">true</config:config-item>
    <config:config-item config:name="ApplyParagraphMarkFormatToNumbering" config:type="boolean">false</config:config-item>
    <config:config-item config:name="TabOverMargin" config:type="boolean">false</config:config-item>
    <config:config-item config:name="EmbedSystemFonts" config:type="boolean">false</config:config-item>
@@ -82,7 +83,7 @@
    <config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">false</config:config-item>
    <config:config-item config:name="CurrentDatabaseCommandType" config:type="int">0</config:config-item>
    <config:config-item config:name="RedlineProtectionKey" config:type="base64Binary"/>
-   <config:config-item config:name="Rsid" config:type="int">4557919</config:config-item>
+   <config:config-item config:name="Rsid" config:type="int">4715451</config:config-item>
    <config:config-item config:name="PrintProspectRTL" config:type="boolean">false</config:config-item>
    <config:config-item config:name="PrinterSetup" config:type="base64Binary"/>
    <config:config-item config:name="AlignTabStopPosition" config:type="boolean">true</config:config-item>
@@ -483,384 +484,407 @@
   <style:style style:name="P55" style:family="paragraph" style:parent-style-name="Standard">
    <style:text-properties officeooo:paragraph-rsid="0043fbaf"/>
   </style:style>
-  <style:style style:name="P56" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
+  <style:style style:name="P56" style:family="paragraph" style:parent-style-name="Standard">
+   <style:text-properties officeooo:paragraph-rsid="00458c5f"/>
+  </style:style>
+  <style:style style:name="P57" style:family="paragraph" style:parent-style-name="Standard">
+   <style:text-properties officeooo:paragraph-rsid="0046644b"/>
+  </style:style>
+  <style:style style:name="P58" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
    <style:paragraph-properties fo:margin-top="0.3cm" fo:margin-bottom="0.499cm" loext:contextual-spacing="false" style:writing-mode="lr-tb"/>
   </style:style>
-  <style:style style:name="P57" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
+  <style:style style:name="P59" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
    <style:paragraph-properties fo:margin-top="0.3cm" fo:margin-bottom="0.499cm" loext:contextual-spacing="false"/>
   </style:style>
-  <style:style style:name="P58" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
+  <style:style style:name="P60" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
    <style:paragraph-properties style:writing-mode="lr-tb"/>
   </style:style>
-  <style:style style:name="P59" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
+  <style:style style:name="P61" style:family="paragraph" style:parent-style-name="Preformatted_20_Text">
    <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.499cm" loext:contextual-spacing="false"/>
   </style:style>
-  <style:style style:name="P60" style:family="paragraph" style:parent-style-name="List_20_Heading">
+  <style:style style:name="P62" style:family="paragraph" style:parent-style-name="List_20_Heading">
    <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.499cm" loext:contextual-spacing="false"/>
   </style:style>
-  <style:style style:name="P61" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P63" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.499cm" loext:contextual-spacing="false"/>
   </style:style>
-  <style:style style:name="P62" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P64" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.499cm" loext:contextual-spacing="false"/>
   </style:style>
-  <style:style style:name="P63" style:family="paragraph" style:parent-style-name="Standard">
+  <style:style style:name="P65" style:family="paragraph" style:parent-style-name="Standard">
    <style:paragraph-properties fo:margin-left="1.251cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false"/>
   </style:style>
-  <style:style style:name="P64" style:family="paragraph" style:parent-style-name="Title">
+  <style:style style:name="P66" style:family="paragraph" style:parent-style-name="Title">
    <style:paragraph-properties fo:break-before="page"/>
   </style:style>
-  <style:style style:name="P65" style:family="paragraph" style:parent-style-name="Contents_20_Heading">
+  <style:style style:name="P67" style:family="paragraph" style:parent-style-name="Contents_20_Heading">
    <style:paragraph-properties fo:break-before="page"/>
   </style:style>
-  <style:style style:name="P66" style:family="paragraph" style:parent-style-name="Heading_20_1">
+  <style:style style:name="P68" style:family="paragraph" style:parent-style-name="Heading_20_1">
    <style:paragraph-properties fo:break-before="page"/>
   </style:style>
-  <style:style style:name="P67" style:family="paragraph" style:parent-style-name="Quotations">
+  <style:style style:name="P69" style:family="paragraph" style:parent-style-name="Quotations">
    <style:text-properties fo:font-size="10pt" fo:font-style="italic"/>
   </style:style>
-  <style:style style:name="P68" style:family="paragraph" style:parent-style-name="Contents_20_1">
+  <style:style style:name="P70" style:family="paragraph" style:parent-style-name="Contents_20_1">
    <style:paragraph-properties>
     <style:tab-stops/>
    </style:paragraph-properties>
   </style:style>
-  <style:style style:name="P69" style:family="paragraph" style:parent-style-name="Standard">
+  <style:style style:name="P71" style:family="paragraph" style:parent-style-name="Standard">
    <style:paragraph-properties fo:margin-left="2.501cm" fo:margin-right="0cm" fo:text-indent="-0.635cm" style:auto-text-indent="false"/>
   </style:style>
-  <style:style style:name="P70" style:family="paragraph" style:parent-style-name="Standard">
+  <style:style style:name="P72" style:family="paragraph" style:parent-style-name="Standard">
    <style:paragraph-properties fo:margin-left="1.402cm" fo:margin-right="0cm" fo:text-indent="-0.767cm" style:auto-text-indent="false">
     <style:tab-stops/>
    </style:paragraph-properties>
    <style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
   </style:style>
-  <style:style style:name="P71" style:family="paragraph" style:parent-style-name="Standard">
+  <style:style style:name="P73" style:family="paragraph" style:parent-style-name="Standard">
    <style:paragraph-properties fo:margin-left="1.429cm" fo:margin-right="0cm" fo:text-indent="-0.794cm" style:auto-text-indent="false">
     <style:tab-stops/>
    </style:paragraph-properties>
    <style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
   </style:style>
-  <style:style style:name="P72" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P74" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="00210014"/>
   </style:style>
-  <style:style style:name="P73" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P75" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="0022a555" officeooo:paragraph-rsid="0022a555"/>
   </style:style>
-  <style:style style:name="P74" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P76" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="0022a555"/>
   </style:style>
-  <style:style style:name="P75" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P77" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="000e9632" officeooo:paragraph-rsid="000e9632"/>
   </style:style>
-  <style:style style:name="P76" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P78" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="000e9632" officeooo:paragraph-rsid="003afc0e"/>
   </style:style>
-  <style:style style:name="P77" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P79" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="001ae5e7"/>
   </style:style>
-  <style:style style:name="P78" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P80" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="0031a858" officeooo:paragraph-rsid="0031a858"/>
   </style:style>
-  <style:style style:name="P79" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P81" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="001ae5e7"/>
   </style:style>
-  <style:style style:name="P80" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P82" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="001ae5e7" officeooo:paragraph-rsid="003ebc48"/>
   </style:style>
-  <style:style style:name="P81" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P83" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="001e3a55" officeooo:paragraph-rsid="001e3a55"/>
   </style:style>
-  <style:style style:name="P82" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P84" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="001e3a55"/>
   </style:style>
-  <style:style style:name="P83" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P85" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties style:text-underline-style="none"/>
   </style:style>
-  <style:style style:name="P84" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P86" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="00234716" officeooo:paragraph-rsid="00234716"/>
   </style:style>
-  <style:style style:name="P85" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P87" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="00234716"/>
   </style:style>
-  <style:style style:name="P86" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P88" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="001c987c" officeooo:paragraph-rsid="001c987c"/>
   </style:style>
-  <style:style style:name="P87" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P89" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="002edd79"/>
   </style:style>
-  <style:style style:name="P88" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P90" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="001041f8" officeooo:paragraph-rsid="001041f8"/>
   </style:style>
-  <style:style style:name="P89" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P91" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="000ec32f" officeooo:paragraph-rsid="000ec32f"/>
   </style:style>
-  <style:style style:name="P90" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P92" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="000ec32f" officeooo:paragraph-rsid="001041f8"/>
   </style:style>
-  <style:style style:name="P91" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P93" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="001041f8"/>
   </style:style>
-  <style:style style:name="P92" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P94" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="0033db47" officeooo:paragraph-rsid="0033db47"/>
   </style:style>
-  <style:style style:name="P93" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P95" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="003914d3"/>
   </style:style>
-  <style:style style:name="P94" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P96" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="003afc0e" officeooo:paragraph-rsid="003afc0e"/>
   </style:style>
-  <style:style style:name="P95" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P97" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="003afc0e"/>
   </style:style>
-  <style:style style:name="P96" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P98" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="003d4bab" officeooo:paragraph-rsid="003d4bab"/>
   </style:style>
-  <style:style style:name="P97" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P99" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="003e7268"/>
   </style:style>
-  <style:style style:name="P98" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P100" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="003e7268" officeooo:paragraph-rsid="003e7268"/>
   </style:style>
-  <style:style style:name="P99" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P101" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="00424be5"/>
   </style:style>
-  <style:style style:name="P100" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P102" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="00424be5" officeooo:paragraph-rsid="00424be5"/>
   </style:style>
-  <style:style style:name="P101" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P103" style:family="paragraph" style:parent-style-name="Heading_20_2">
+   <style:text-properties officeooo:paragraph-rsid="0046644b"/>
+  </style:style>
+  <style:style style:name="P104" style:family="paragraph" style:parent-style-name="Heading_20_2">
+   <style:text-properties officeooo:rsid="0046644b" officeooo:paragraph-rsid="0046644b"/>
+  </style:style>
+  <style:style style:name="P105" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false"/>
   </style:style>
-  <style:style style:name="P102" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P106" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:paragraph-rsid="0022f379"/>
   </style:style>
-  <style:style style:name="P103" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P107" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:paragraph-rsid="0035c7c2"/>
   </style:style>
-  <style:style style:name="P104" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P108" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="00357358"/>
   </style:style>
-  <style:style style:name="P105" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P109" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="00357358" officeooo:paragraph-rsid="00357358"/>
   </style:style>
-  <style:style style:name="P106" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P110" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:paragraph-rsid="0033db47"/>
   </style:style>
-  <style:style style:name="P107" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P111" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="00320e29"/>
   </style:style>
-  <style:style style:name="P108" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P112" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="0035c7c2" officeooo:paragraph-rsid="0035c7c2"/>
   </style:style>
-  <style:style style:name="P109" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P113" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:paragraph-rsid="003e7268"/>
   </style:style>
-  <style:style style:name="P110" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P114" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
   </style:style>
-  <style:style style:name="P111" style:family="paragraph" style:parent-style-name="List_20_Contents">
+  <style:style style:name="P115" style:family="paragraph" style:parent-style-name="List_20_Contents">
    <style:paragraph-properties fo:margin-top="0.3cm" fo:margin-bottom="0cm" loext:contextual-spacing="false"/>
   </style:style>
-  <style:style style:name="P112" style:family="paragraph" style:parent-style-name="Text_20_body">
+  <style:style style:name="P116" style:family="paragraph" style:parent-style-name="Text_20_body">
    <style:text-properties officeooo:paragraph-rsid="003914d3"/>
   </style:style>
-  <style:style style:name="P113" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L1"/>
-  <style:style style:name="P114" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L2"/>
-  <style:style style:name="P115" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L3"/>
-  <style:style style:name="P116" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L4"/>
-  <style:style style:name="P117" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L5"/>
-  <style:style style:name="P118" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L9"/>
-  <style:style style:name="P119" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L10"/>
-  <style:style style:name="P120" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L11"/>
-  <style:style style:name="P121" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L13"/>
-  <style:style style:name="P122" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L13">
+  <style:style style:name="P117" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L1"/>
+  <style:style style:name="P118" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L2"/>
+  <style:style style:name="P119" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L3"/>
+  <style:style style:name="P120" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L4"/>
+  <style:style style:name="P121" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L5"/>
+  <style:style style:name="P122" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L9"/>
+  <style:style style:name="P123" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L10"/>
+  <style:style style:name="P124" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L11"/>
+  <style:style style:name="P125" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L13"/>
+  <style:style style:name="P126" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L13">
    <style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
   </style:style>
-  <style:style style:name="P123" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L14"/>
-  <style:style style:name="P124" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L15"/>
-  <style:style style:name="P125" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L17"/>
-  <style:style style:name="P126" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L18"/>
-  <style:style style:name="P127" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L19"/>
-  <style:style style:name="P128" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L20"/>
-  <style:style style:name="P129" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L21"/>
-  <style:style style:name="P130" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L22"/>
-  <style:style style:name="P131" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L23"/>
-  <style:style style:name="P132" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L24"/>
-  <style:style style:name="P133" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L25"/>
-  <style:style style:name="P134" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L26"/>
-  <style:style style:name="P135" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L27"/>
-  <style:style style:name="P136" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L28"/>
-  <style:style style:name="P137" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L29"/>
-  <style:style style:name="P138" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L30"/>
-  <style:style style:name="P139" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L31"/>
-  <style:style style:name="P140" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L32"/>
-  <style:style style:name="P141" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L33"/>
-  <style:style style:name="P142" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L34"/>
-  <style:style style:name="P143" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L35"/>
-  <style:style style:name="P144" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L36"/>
-  <style:style style:name="P145" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L37"/>
-  <style:style style:name="P146" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L38"/>
-  <style:style style:name="P147" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L39"/>
-  <style:style style:name="P148" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L41"/>
-  <style:style style:name="P149" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L42"/>
-  <style:style style:name="P150" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L43"/>
-  <style:style style:name="P151" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L49"/>
-  <style:style style:name="P152" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L50"/>
-  <style:style style:name="P153" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L51"/>
-  <style:style style:name="P154" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L52"/>
-  <style:style style:name="P155" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L53"/>
-  <style:style style:name="P156" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L54"/>
-  <style:style style:name="P157" style:family="paragraph" style:parent-style-name="Standard">
-   <style:text-properties officeooo:paragraph-rsid="00458c5f"/>
-  </style:style>
-  <style:style style:name="P158" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L12">
+  <style:style style:name="P127" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L14"/>
+  <style:style style:name="P128" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L15"/>
+  <style:style style:name="P129" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L17"/>
+  <style:style style:name="P130" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L18"/>
+  <style:style style:name="P131" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L19"/>
+  <style:style style:name="P132" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L20"/>
+  <style:style style:name="P133" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L21"/>
+  <style:style style:name="P134" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L22"/>
+  <style:style style:name="P135" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L23"/>
+  <style:style style:name="P136" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L24"/>
+  <style:style style:name="P137" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L25"/>
+  <style:style style:name="P138" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L26"/>
+  <style:style style:name="P139" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L27"/>
+  <style:style style:name="P140" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L28"/>
+  <style:style style:name="P141" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L29"/>
+  <style:style style:name="P142" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L30"/>
+  <style:style style:name="P143" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L31"/>
+  <style:style style:name="P144" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L32"/>
+  <style:style style:name="P145" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L33"/>
+  <style:style style:name="P146" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L34"/>
+  <style:style style:name="P147" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L35"/>
+  <style:style style:name="P148" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L36"/>
+  <style:style style:name="P149" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L37"/>
+  <style:style style:name="P150" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L38"/>
+  <style:style style:name="P151" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L39"/>
+  <style:style style:name="P152" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L41"/>
+  <style:style style:name="P153" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L42"/>
+  <style:style style:name="P154" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L43"/>
+  <style:style style:name="P155" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L49"/>
+  <style:style style:name="P156" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L50"/>
+  <style:style style:name="P157" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L51"/>
+  <style:style style:name="P158" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L52"/>
+  <style:style style:name="P159" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L53"/>
+  <style:style style:name="P160" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L54"/>
+  <style:style style:name="P161" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L12">
    <style:paragraph-properties fo:margin-left="2.501cm" fo:margin-right="0cm" fo:text-indent="-0.635cm" style:auto-text-indent="false"/>
   </style:style>
-  <style:style style:name="P159" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L16">
+  <style:style style:name="P162" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L16">
    <style:paragraph-properties fo:margin-left="2.501cm" fo:margin-right="0cm" fo:text-indent="-0.635cm" style:auto-text-indent="false"/>
   </style:style>
-  <style:style style:name="P160" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L15">
+  <style:style style:name="P163" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L15">
    <style:paragraph-properties fo:margin-left="1.402cm" fo:margin-right="0cm" fo:text-indent="-0.767cm" style:auto-text-indent="false">
     <style:tab-stops/>
    </style:paragraph-properties>
    <style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
   </style:style>
-  <style:style style:name="P161" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L15">
+  <style:style style:name="P164" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L15">
    <style:paragraph-properties fo:margin-left="1.429cm" fo:margin-right="0cm" fo:text-indent="-0.794cm" style:auto-text-indent="false">
     <style:tab-stops/>
    </style:paragraph-properties>
    <style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
   </style:style>
-  <style:style style:name="P162" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L6"/>
-  <style:style style:name="P163" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L7"/>
-  <style:style style:name="P164" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L8"/>
-  <style:style style:name="P165" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L46"/>
-  <style:style style:name="P166" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L47"/>
-  <style:style style:name="P167" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L48"/>
-  <style:style style:name="P168" style:family="paragraph" style:parent-style-name="Heading_20_1">
-   <style:paragraph-properties fo:break-before="page"/>
-  </style:style>
-  <style:style style:name="P169" style:family="paragraph" style:parent-style-name="Heading_20_1" style:list-style-name="">
-   <style:paragraph-properties fo:break-before="page"/>
-  </style:style>
-  <style:style style:name="P170" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P165" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="00210014"/>
   </style:style>
-  <style:style style:name="P171" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P166" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="003afc0e" officeooo:paragraph-rsid="003afc0e"/>
   </style:style>
-  <style:style style:name="P172" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P167" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="0022a555" officeooo:paragraph-rsid="0022a555"/>
   </style:style>
-  <style:style style:name="P173" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P168" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="0022a555"/>
   </style:style>
-  <style:style style:name="P174" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P169" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="003914d3"/>
   </style:style>
-  <style:style style:name="P175" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P170" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="003afc0e"/>
   </style:style>
-  <style:style style:name="P176" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P171" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="001ae5e7"/>
   </style:style>
-  <style:style style:name="P177" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P172" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="001ae5e7" officeooo:paragraph-rsid="003ebc48"/>
   </style:style>
-  <style:style style:name="P178" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P173" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="000e9632" officeooo:paragraph-rsid="003afc0e"/>
   </style:style>
-  <style:style style:name="P179" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P174" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="001ae5e7"/>
   </style:style>
-  <style:style style:name="P180" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P175" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="0031a858" officeooo:paragraph-rsid="0031a858"/>
   </style:style>
-  <style:style style:name="P181" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P176" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="001e3a55" officeooo:paragraph-rsid="001e3a55"/>
   </style:style>
-  <style:style style:name="P182" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P177" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="001e3a55"/>
   </style:style>
-  <style:style style:name="P183" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P178" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties style:text-underline-style="none"/>
   </style:style>
-  <style:style style:name="P184" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P179" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="00234716" officeooo:paragraph-rsid="00234716"/>
   </style:style>
-  <style:style style:name="P185" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P180" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="00234716"/>
   </style:style>
-  <style:style style:name="P186" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P181" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="001c987c" officeooo:paragraph-rsid="001c987c"/>
   </style:style>
-  <style:style style:name="P187" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P182" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="00424be5" officeooo:paragraph-rsid="00424be5"/>
   </style:style>
-  <style:style style:name="P188" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P183" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="00424be5"/>
   </style:style>
-  <style:style style:name="P189" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P184" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="002edd79"/>
   </style:style>
-  <style:style style:name="P190" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P185" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="003d4bab" officeooo:paragraph-rsid="003d4bab"/>
   </style:style>
-  <style:style style:name="P191" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P186" style:family="paragraph" style:parent-style-name="Heading_20_2">
+   <style:text-properties officeooo:paragraph-rsid="0046644b"/>
+  </style:style>
+  <style:style style:name="P187" style:family="paragraph" style:parent-style-name="Heading_20_2">
+   <style:text-properties officeooo:rsid="0046644b" officeooo:paragraph-rsid="0046644b"/>
+  </style:style>
+  <style:style style:name="P188" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="001041f8" officeooo:paragraph-rsid="001041f8"/>
   </style:style>
-  <style:style style:name="P192" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P189" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="000ec32f" officeooo:paragraph-rsid="000ec32f"/>
   </style:style>
-  <style:style style:name="P193" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P190" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="000ec32f" officeooo:paragraph-rsid="001041f8"/>
   </style:style>
-  <style:style style:name="P194" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P191" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="0033db47" officeooo:paragraph-rsid="0033db47"/>
   </style:style>
-  <style:style style:name="P195" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P192" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:rsid="003e7268" officeooo:paragraph-rsid="003e7268"/>
   </style:style>
-  <style:style style:name="P196" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P193" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="003e7268"/>
   </style:style>
-  <style:style style:name="P197" style:family="paragraph" style:parent-style-name="Heading_20_2">
+  <style:style style:name="P194" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false"/>
   </style:style>
-  <style:style style:name="P198" style:family="paragraph" style:parent-style-name="Heading_20_2">
-   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.499cm" loext:contextual-spacing="false"/>
-  </style:style>
-  <style:style style:name="P199" style:family="paragraph" style:parent-style-name="List_20_Contents" style:list-style-name="L40">
-   <style:paragraph-properties fo:margin-top="0.3cm" fo:margin-bottom="0cm" loext:contextual-spacing="false"/>
-  </style:style>
-  <style:style style:name="P200" style:family="paragraph" style:parent-style-name="List_20_Contents" style:list-style-name="L44">
-   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.499cm" loext:contextual-spacing="false"/>
-  </style:style>
-  <style:style style:name="P201" style:family="paragraph" style:parent-style-name="List_20_Contents" style:list-style-name="L45">
+  <style:style style:name="P195" style:family="paragraph" style:parent-style-name="Heading_20_2">
    <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.499cm" loext:contextual-spacing="false"/>
   </style:style>
-  <style:style style:name="P202" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P196" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
   </style:style>
-  <style:style style:name="P203" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P197" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:paragraph-rsid="0022f379"/>
   </style:style>
-  <style:style style:name="P204" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P198" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="0035c7c2" officeooo:paragraph-rsid="0035c7c2"/>
   </style:style>
-  <style:style style:name="P205" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P199" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="00357358"/>
   </style:style>
-  <style:style style:name="P206" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P200" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="00357358" officeooo:paragraph-rsid="00357358"/>
   </style:style>
-  <style:style style:name="P207" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P201" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:paragraph-rsid="0033db47"/>
   </style:style>
-  <style:style style:name="P208" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P202" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:paragraph-rsid="003e7268"/>
   </style:style>
-  <style:style style:name="P209" style:family="paragraph" style:parent-style-name="Heading_20_3">
+  <style:style style:name="P203" style:family="paragraph" style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:rsid="00320e29"/>
   </style:style>
+  <style:style style:name="P204" style:family="paragraph" style:parent-style-name="Contents_20_Heading">
+   <style:paragraph-properties fo:break-before="page"/>
+  </style:style>
+  <style:style style:name="P205" style:family="paragraph" style:parent-style-name="Heading_20_1">
+   <style:paragraph-properties fo:break-before="page"/>
+  </style:style>
+  <style:style style:name="P206" style:family="paragraph" style:parent-style-name="Heading_20_1" style:list-style-name="">
+   <style:paragraph-properties fo:break-before="page"/>
+  </style:style>
+  <style:style style:name="P207" style:family="paragraph" style:parent-style-name="List_20_Contents" style:list-style-name="L40">
+   <style:paragraph-properties fo:margin-top="0.3cm" fo:margin-bottom="0cm" loext:contextual-spacing="false"/>
+  </style:style>
+  <style:style style:name="P208" style:family="paragraph" style:parent-style-name="List_20_Contents" style:list-style-name="L44">
+   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.499cm" loext:contextual-spacing="false"/>
+  </style:style>
+  <style:style style:name="P209" style:family="paragraph" style:parent-style-name="List_20_Contents" style:list-style-name="L45">
+   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.499cm" loext:contextual-spacing="false"/>
+  </style:style>
+  <style:style style:name="P210" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L6"/>
+  <style:style style:name="P211" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L7"/>
+  <style:style style:name="P212" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L8"/>
+  <style:style style:name="P213" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L46"/>
+  <style:style style:name="P214" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L47"/>
+  <style:style style:name="P215" style:family="paragraph" style:parent-style-name="Text_20_body" style:list-style-name="L48"/>
+  <style:style style:name="P216" style:family="paragraph" style:parent-style-name="Contents_20_1">
+   <style:paragraph-properties>
+    <style:tab-stops/>
+   </style:paragraph-properties>
+  </style:style>
   <style:style style:name="T1" style:family="text">
    <style:text-properties fo:font-weight="bold"/>
   </style:style>
@@ -951,6 +975,9 @@
   <style:style style:name="T30" style:family="text">
    <style:text-properties officeooo:rsid="0043fbaf"/>
   </style:style>
+  <style:style style:name="T31" style:family="text">
+   <style:text-properties officeooo:rsid="0046644b"/>
+  </style:style>
   <style:style style:name="Sect1" style:family="section">
    <style:section-properties style:editable="false">
     <style:columns fo:column-count="1" fo:column-gap="0cm"/>
@@ -3208,36 +3235,36 @@
     </text:table-of-content-source>
     <text:index-body>
      <text:index-title text:style-name="Sect1" text:name="Tartalomjegyzék1_Head">
-      <text:p text:style-name="P65">Contents</text:p>
+      <text:p text:style-name="P67">Contents</text:p>
      </text:index-title>
-     <text:p text:style-name="P68"><text:a xlink:type="simple" xlink:href="#__RefHeading__6870_404019354" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Libraries</text:a></text:p>
-     <text:p text:style-name="P68"><text:a xlink:type="simple" xlink:href="#__RefHeading__12191_1300998327" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Extensions</text:a></text:p>
-     <text:p text:style-name="P68"><text:a xlink:type="simple" xlink:href="#__RefHeading__6872_404019354" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Fonts</text:a></text:p>
-     <text:p text:style-name="P68"><text:a xlink:type="simple" xlink:href="#__RefHeading__12211_1300998327" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Dictionaries</text:a></text:p>
-     <text:p text:style-name="P68"><text:a xlink:type="simple" xlink:href="#__RefHeading__6874_404019354" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Artwork</text:a></text:p>
-     <text:p text:style-name="P68"><text:a xlink:type="simple" xlink:href="#__RefHeading__6876_404019354" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Miscellaneous</text:a></text:p>
-     <text:p text:style-name="P68"><text:a xlink:type="simple" xlink:href="#__RefHeading__12227_1300998327" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">GNU Lesser General Public License Version 3</text:a></text:p>
-     <text:p text:style-name="P68"><text:a xlink:type="simple" xlink:href="#__RefHeading__6878_404019354" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">GNU Lesser General Public License Version 2.1</text:a></text:p>
-     <text:p text:style-name="P68"><text:a xlink:type="simple" xlink:href="#__RefHeading__6755_841587373" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">GNU Library General Public License Version 2</text:a></text:p>
-     <text:p text:style-name="P68"><text:a xlink:type="simple" xlink:href="#__RefHeading__6880_404019354" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">GNU General Public License Version 3</text:a></text:p>
-     <text:p text:style-name="P68"><text:a xlink:type="simple" xlink:href="#__RefHeading__12243_1300998327" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">GNU General Public License Version 2</text:a></text:p>
-     <text:p text:style-name="P68"><text:a xlink:type="simple" xlink:href="#__RefHeading__6882_404019354" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Mozilla Public License Version 1.1</text:a></text:p>
-     <text:p text:style-name="P68"><text:a xlink:type="simple" xlink:href="#__RefHeading__7292_391374094" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Mozilla Public License Version 2.0</text:a></text:p>
-     <text:p text:style-name="P68"><text:a xlink:type="simple" xlink:href="#__RefHeading__12201_1300998327" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">SIL Open Font License Version 1.1 – 26 February 2007</text:a></text:p>
-     <text:p text:style-name="P68"><text:a xlink:type="simple" xlink:href="#__RefHeading__6884_404019354" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Apache License</text:a></text:p>
-     <text:p text:style-name="P68"><text:a xlink:type="simple" xlink:href="#__RefHeading__6886_404019354" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">The LaTeX Project Public License</text:a></text:p>
-     <text:p text:style-name="P68"><text:a xlink:type="simple" xlink:href="#__RefHeading__6757_841587373" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Creative Commons Attribution-ShareAlike 3.0 Unported</text:a></text:p>
+     <text:p text:style-name="P70"><text:a xlink:type="simple" xlink:href="#__RefHeading__6870_404019354" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Libraries</text:a></text:p>
+     <text:p text:style-name="P70"><text:a xlink:type="simple" xlink:href="#__RefHeading__12191_1300998327" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Extensions</text:a></text:p>
+     <text:p text:style-name="P70"><text:a xlink:type="simple" xlink:href="#__RefHeading__6872_404019354" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Fonts</text:a></text:p>
+     <text:p text:style-name="P70"><text:a xlink:type="simple" xlink:href="#__RefHeading__12211_1300998327" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Dictionaries</text:a></text:p>
+     <text:p text:style-name="P70"><text:a xlink:type="simple" xlink:href="#__RefHeading__6874_404019354" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Artwork</text:a></text:p>
+     <text:p text:style-name="P70"><text:a xlink:type="simple" xlink:href="#__RefHeading__6876_404019354" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Miscellaneous</text:a></text:p>
+     <text:p text:style-name="P70"><text:a xlink:type="simple" xlink:href="#__RefHeading__12227_1300998327" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">GNU Lesser General Public License Version 3</text:a></text:p>
+     <text:p text:style-name="P70"><text:a xlink:type="simple" xlink:href="#__RefHeading__6878_404019354" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">GNU Lesser General Public License Version 2.1</text:a></text:p>
+     <text:p text:style-name="P70"><text:a xlink:type="simple" xlink:href="#__RefHeading__6755_841587373" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">GNU Library General Public License Version 2</text:a></text:p>
+     <text:p text:style-name="P70"><text:a xlink:type="simple" xlink:href="#__RefHeading__6880_404019354" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">GNU General Public License Version 3</text:a></text:p>
+     <text:p text:style-name="P70"><text:a xlink:type="simple" xlink:href="#__RefHeading__12243_1300998327" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">GNU General Public License Version 2</text:a></text:p>
+     <text:p text:style-name="P70"><text:a xlink:type="simple" xlink:href="#__RefHeading__6882_404019354" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Mozilla Public License Version 1.1</text:a></text:p>
+     <text:p text:style-name="P70"><text:a xlink:type="simple" xlink:href="#__RefHeading__7292_391374094" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Mozilla Public License Version 2.0</text:a></text:p>
+     <text:p text:style-name="P70"><text:a xlink:type="simple" xlink:href="#__RefHeading__12201_1300998327" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">SIL Open Font License Version 1.1 – 26 February 2007</text:a></text:p>
+     <text:p text:style-name="P70"><text:a xlink:type="simple" xlink:href="#__RefHeading__6884_404019354" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Apache License</text:a></text:p>
+     <text:p text:style-name="P70"><text:a xlink:type="simple" xlink:href="#__RefHeading__6886_404019354" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">The LaTeX Project Public License</text:a></text:p>
+     <text:p text:style-name="P70"><text:a xlink:type="simple" xlink:href="#__RefHeading__6757_841587373" text:style-name="Internet_20_link" text:visited-style-name="Internet_20_link">Creative Commons Attribution-ShareAlike 3.0 Unported</text:a></text:p>
     </text:index-body>
    </text:table-of-content>
    <text:p text:style-name="Standard"/>
-   <text:p text:style-name="P64"><text:bookmark text:name="thirdparty"/>Third Party Code Additional Copyright Notices and License Terms</text:p>
+   <text:p text:style-name="P66"><text:bookmark text:name="thirdparty"/>Third Party Code Additional Copyright Notices and License Terms</text:p>
    <text:h text:style-name="Heading_20_1" text:outline-level="1"><text:bookmark-start text:name="__RefHeading__6870_404019354"/>Libraries<text:bookmark-end text:name="__RefHeading__6870_404019354"/></text:h>
    <text:h text:style-name="Heading_20_2" text:outline-level="2">Apache Commons</text:h>
    <text:p text:style-name="Standard">The following software may be included in this product: Apache Commons (codec, httpclient, lang, logging). Use of any of this software is governed by the terms of the license below:</text:p>
    <text:p text:style-name="Standard"><text:a xlink:type="simple" xlink:href="#11.Apache License|outline" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jump to Apache License Version 2.0</text:a></text:p>
    <text:h text:style-name="Heading_20_2" text:outline-level="2">beanshell</text:h>
    <text:p text:style-name="Standard">The following software may be included in this product: beanshell. Use of any of this software is governed by the terms of the license below:</text:p>
-   <text:p text:style-name="P157"><text:a xlink:type="simple" xlink:href="#11.Apache License|outline" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jump to Apache License Version 2.0</text:a></text:p>
+   <text:p text:style-name="P56"><text:a xlink:type="simple" xlink:href="#11.Apache License|outline" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jump to Apache License Version 2.0</text:a></text:p>
    <text:h text:style-name="Heading_20_2" text:outline-level="2">C++ Boost Library</text:h>
    <text:p text:style-name="Standard">The following software may be included in this product: C++ Boost Library. Use of any of this software is governed by the terms of the license below:</text:p>
    <text:p text:style-name="Standard">Boost Software License - Version 1.0 - August 17th, 2003</text:p>
@@ -3254,12 +3281,12 @@
    <text:p text:style-name="Standard">Please see each file in the implementation for copyright and licensing information, (in the opening comment of each file).</text:p>
    <text:p text:style-name="Standard">[*] The implementation of cairo is contained entirely within the "src" and "pixman" directories of the cairo source distribution. There are other components of the cairo source distribution (such as the "test" and "perf") that are auxiliary to the library itself. None of the source code in these directories contributes to a build of the cairo library itself, (libcairo.so or cairo.dll or similar).</text:p>
    <text:p text:style-name="Standard">These auxiliary components are also free software, but may be under different license terms than cairo itself. For example, most of the test cases in the perf and test directories are made available under a MIT license to simplify any use of this code for reference purposes in using cairo itself. Other files might be available under the GNU General Public License (GPL), for example. Again, please see the opening comment of each file for copyright and licensing information.</text:p>
-   <text:h text:style-name="P72" text:outline-level="2"><text:span text:style-name="T10">C</text:span>Lucene</text:h>
+   <text:h text:style-name="P74" text:outline-level="2"><text:span text:style-name="T10">C</text:span>Lucene</text:h>
    <text:p text:style-name="P12">The following software may be included in this product: <text:span text:style-name="T10">C</text:span>Lucene. Use of any of this software is governed by the terms of the license below:</text:p>
    <text:p text:style-name="P16">CLucene is distributed under the GNU Lesser General Public License (LGPL) or the Apache License, Version 2.0</text:p>
    <text:p text:style-name="P12"><text:soft-page-break/><text:a xlink:type="simple" xlink:href="#5.GNU Lesser General Public License Version 2.1|outline" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jump to LGPL Version 2.1</text:a></text:p>
    <text:p text:style-name="P12"><text:a xlink:type="simple" xlink:href="#9.Apache License|outline" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jump to Apache License Version 2.0</text:a></text:p>
-   <text:h text:style-name="P72" text:outline-level="2">expat XML Parser Toolkit</text:h>
+   <text:h text:style-name="P74" text:outline-level="2">expat XML Parser Toolkit</text:h>
    <text:p text:style-name="Standard">The following software may be included in this product: expat XML Parser Toolkit. Use of any of this software is governed by the terms of the license below:</text:p>
    <text:p text:style-name="Standard">Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper</text:p>
    <text:p text:style-name="Standard">Copyright (c) 2001, 2002, 2003 Expat maintainers.</text:p>
@@ -3274,15 +3301,15 @@
    <text:p text:style-name="Standard"><text:soft-page-break/>Copyright © 1994-2000 <text:a xlink:type="simple" xlink:href="http://www.w3.org/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">World Wide Web Consortium</text:a>, (<text:a xlink:type="simple" xlink:href="http://www.lcs.mit.edu/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Massachusetts Institute of Technology</text:a>, <text:a xlink:type="simple" xlink:href="http://www.inria.fr/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Institut National de Recherche en Informatique et en Automatique</text:a>, <text:a xlink:type="simple" xlink:href="http://www.keio.ac.jp/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Keio University</text:a>). All Rights Reserved. <text:a xlink:type="simple" xlink:href="http://www.w3.org/Consortium/Legal/" text:style-name="Inte
 rnet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">http://www.w3.org/Consortium/Legal/</text:a></text:p>
    <text:p text:style-name="Standard">This W3C work (including software, documents, or other related items) is being provided by the copyright holders under the following license. By obtaining, using and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions:</text:p>
    <text:p text:style-name="Standard">Permission to use, copy, and modify this software and its documentation, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications, that you make:</text:p>
-   <text:list xml:id="list8712107666875916140" text:style-name="L1">
+   <text:list xml:id="list8078656355228890602" text:style-name="L1">
     <text:list-item>
-     <text:p text:style-name="P113">The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.</text:p>
+     <text:p text:style-name="P117">The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.</text:p>
     </text:list-item>
     <text:list-item>
-     <text:p text:style-name="P113">Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, a short notice of the following form (hypertext is preferred, text is permitted) should be used within the body of any redistributed or derivative code: "Copyright © 2002 <text:a xlink:type="simple" xlink:href="http://www.w3.org/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">World Wide Web Consortium</text:a>, (<text:a xlink:type="simple" xlink:href="http://www.lcs.mit.edu/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Massachusetts Institute of Technology</text:a>, <text:a xlink:type="simple" xlink:href="http://www.inria.fr/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Institut National de Recherche en Informatique et en Automatique</text:a>, <text:a xlink:type="simple" xlink:href="http://www.keio.ac.jp/" text:
 style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Keio University</text:a>). All Rights Reserved. <text:a xlink:type="simple" xlink:href="http://www.w3.org/Consortium/Legal/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">http://www.w3.org/Consortium/Legal/</text:a>"</text:p>
+     <text:p text:style-name="P117">Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, a short notice of the following form (hypertext is preferred, text is permitted) should be used within the body of any redistributed or derivative code: "Copyright © 2002 <text:a xlink:type="simple" xlink:href="http://www.w3.org/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">World Wide Web Consortium</text:a>, (<text:a xlink:type="simple" xlink:href="http://www.lcs.mit.edu/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Massachusetts Institute of Technology</text:a>, <text:a xlink:type="simple" xlink:href="http://www.inria.fr/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Institut National de Recherche en Informatique et en Automatique</text:a>, <text:a xlink:type="simple" xlink:href="http://www.keio.ac.jp/" text:
 style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Keio University</text:a>). All Rights Reserved. <text:a xlink:type="simple" xlink:href="http://www.w3.org/Consortium/Legal/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">http://www.w3.org/Consortium/Legal/</text:a>"</text:p>
     </text:list-item>
     <text:list-item>
-     <text:p text:style-name="P113">Notice of any changes or modifications to the W3C files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.)</text:p>
+     <text:p text:style-name="P117">Notice of any changes or modifications to the W3C files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.)</text:p>
     </text:list-item>
    </text:list>
    <text:p text:style-name="Standard">THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.</text:p>
@@ -3299,12 +3326,12 @@
    <text:p text:style-name="Standard">THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO USE, OF THE FREETYPE PROJECT.</text:p>
    <text:h text:style-name="Heading_20_3" text:outline-level="3">2. Redistribution</text:h>
    <text:p text:style-name="Standard">This license grants a worldwide, royalty-free, perpetual and irrevocable right and license to use, execute, perform, compile, display, copy, create derivative works of, distribute and sublicense the FreeType Project (in both source and object code forms) and derivative works thereof for any purpose; and to authorize others to exercise some or all of the rights granted herein, subject to the following conditions:</text:p>
-   <text:list xml:id="list4845185653648138720" text:style-name="L2">
+   <text:list xml:id="list4923998857883173057" text:style-name="L2">
     <text:list-item>
-     <text:p text:style-name="P114">Redistribution of source code must retain this license file ('FTL.TXT') unaltered; any additions, deletions or changes to the original files must be clearly indicated in accompanying documentation. The copyright notices of the unaltered, original files must be preserved in all copies of source files.</text:p>
+     <text:p text:style-name="P118">Redistribution of source code must retain this license file ('FTL.TXT') unaltered; any additions, deletions or changes to the original files must be clearly indicated in accompanying documentation. The copyright notices of the unaltered, original files must be preserved in all copies of source files.</text:p>
     </text:list-item>
     <text:list-item>
-     <text:p text:style-name="P114">Redistribution in binary form must provide a disclaimer that states that <text:soft-page-break/>the software is based in part of the work of the FreeType Team, in the distribution documentation. We also encourage you to put an URL to the FreeType web page in your documentation, though this isn't mandatory.</text:p>
+     <text:p text:style-name="P118">Redistribution in binary form must provide a disclaimer that states that <text:soft-page-break/>the software is based in part of the work of the FreeType Team, in the distribution documentation. We also encourage you to put an URL to the FreeType web page in your documentation, though this isn't mandatory.</text:p>
     </text:list-item>
    </text:list>
    <text:p text:style-name="Standard">These conditions apply to any software derived from or based on the FreeType Project, not just the unmodified files. If you use our work, you must acknowledge us. However, no fee need be paid to us.</text:p>
@@ -3314,21 +3341,21 @@
    <text:p text:style-name="Standard">As you have not signed this license, you are not required to accept it. However, as the FreeType Project is copyrighted material, only this license, or another one contracted with the authors, grants you the right to use, distribute, and modify it. Therefore, by using, distributing, or modifying the FreeType Project, you indicate that you understand and accept all the terms of this license.</text:p>
    <text:h text:style-name="Heading_20_3" text:outline-level="3">4. Contacts</text:h>
    <text:p text:style-name="Standard">There are two mailing lists related to FreeType:</text:p>
-   <text:list xml:id="list1808407714325866448" text:style-name="L3">
+   <text:list xml:id="list7483772510938749172" text:style-name="L3">
     <text:list-item>
-     <text:p text:style-name="P115">freetype at freetype.org</text:p>
+     <text:p text:style-name="P119">freetype at freetype.org</text:p>
     </text:list-item>
    </text:list>
    <text:p text:style-name="Standard">Discusses general use and applications of FreeType, as well as future and wanted additions to the library and distribution. If you are looking for support, start in this list if you haven't found anything to help you in the documentation.</text:p>
-   <text:list xml:id="list169092145476722750" text:style-name="L4">
+   <text:list xml:id="list1154480909334373893" text:style-name="L4">
     <text:list-item>
-     <text:p text:style-name="P116">devel at freetype.org</text:p>
+     <text:p text:style-name="P120">devel at freetype.org</text:p>
     </text:list-item>
    </text:list>
    <text:p text:style-name="Standard">Discusses bugs, as well as engine internals, design issues, specific licenses, porting, etc.</text:p>
-   <text:list xml:id="list6406380433688087522" text:style-name="L5">
+   <text:list xml:id="list38825052326718749" text:style-name="L5">
     <text:list-item>
-     <text:p text:style-name="P117"><text:a xlink:type="simple" xlink:href="http://www.freetype.org/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">http://www.freetype.org</text:a></text:p>
+     <text:p text:style-name="P121"><text:a xlink:type="simple" xlink:href="http://www.freetype.org/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">http://www.freetype.org</text:a></text:p>
     </text:list-item>
    </text:list>
    <text:p text:style-name="Standard">Holds the current FreeType web page, which will allow you to download our latest development version and read online documentation.</text:p>
@@ -3411,17 +3438,17 @@
    <text:p text:style-name="Preformatted_20_Text">/* Locate the FDE entry for a given address, using PT_GNU_EH_FRAME ELF</text:p>
    <text:p text:style-name="Preformatted_20_Text"><text:s text:c="3"/>segment and dl_iterate_phdr to avoid register/deregister calls at</text:p>
    <text:p text:style-name="Preformatted_20_Text"><text:s text:c="3"/>DSO load/unload. <text:s/>*/</text:p>
-   <text:h text:style-name="P94" text:outline-level="2">Firebird</text:h>
+   <text:h text:style-name="P96" text:outline-level="2">Firebird</text:h>
    <text:p text:style-name="P45">The applicable and approved licenses for the source file<text:span text:style-name="T25">s </text:span>of the Firebird RDBMS project are:</text:p>
    <text:p text:style-name="P45">1) InterBase Public License (IPL), version 1.0</text:p>
    <text:p text:style-name="P45">2) Initial Developer's Public License (IDPL), version 1.0</text:p>
    <text:p text:style-name="P46"><text:span text:style-name="T24">The IPL is copyright of Borland Corp., the other licenses are copyright by the source code authors and contributors. </text:span>Both are variants of the Mozilla Public Licen<text:span text:style-name="T25">s</text:span>e V.1.1 (MPL).<text:span text:style-name="T24"> See </text:span><text:a xlink:type="simple" xlink:href="http://www.firebirdsql.org/en/licensing/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link"><text:span text:style-name="T24">http://www.firebirdsql.org/en/licensing/</text:span></text:a></text:p>
-   <text:h text:style-name="P73" text:outline-level="2">fontconfig</text:h>
+   <text:h text:style-name="P75" text:outline-level="2">fontconfig</text:h>
    <text:p text:style-name="P13">The following software may be included in this product: <text:span text:style-name="T11">fontconfig</text:span>. Use of any of this software is governed by the terms of the license below:</text:p>
    <text:p text:style-name="Standard">Copyright © 2002 Keith Packard </text:p>
    <text:p text:style-name="Standard">Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and <text:soft-page-break/>that the name of the author(s) not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. The authors make no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. </text:p>
    <text:p text:style-name="Standard">THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. </text:p>
-   <text:h text:style-name="P74" text:outline-level="2">Graphite2</text:h>
+   <text:h text:style-name="P76" text:outline-level="2">Graphite2</text:h>
    <text:p text:style-name="Standard">The following software may be included in this product: Graphite2. Use of any of this software is governed by the terms of the license below:</text:p>
    <text:p text:style-name="Standard">Copyright 2010, SIL International All rights reserved.</text:p>
    <text:p text:style-name="Standard">This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of License, or (at your option) any later version.</text:p>
@@ -3430,7 +3457,7 @@
    <text:p text:style-name="Standard">Alternatively, you may use this library under the terms of the Mozilla Public License (<text:a xlink:type="simple" xlink:href="http://mozilla.org/MPL" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">http://mozilla.org/MPL</text:a>) or under the GNU General Public License, as published by the Free Software Foundation; either version 2 of the license or (at your option) any later version.</text:p>
    <text:p text:style-name="Standard"><text:a xlink:type="simple" xlink:href="#5.GNU Lesser General Public License Version 2.1|outline" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jump to LGPL Version 2.1</text:a></text:p>
    <text:p text:style-name="Standard"><text:a xlink:type="simple" xlink:href="#8.Mozilla Public License Version 1.1|outline" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jump to MPL Version 1.1</text:a></text:p>
-   <text:h text:style-name="P94" text:outline-level="2">HarfBuzz</text:h>
+   <text:h text:style-name="P96" text:outline-level="2">HarfBuzz</text:h>
    <text:p text:style-name="P44">HarfBuzz is licensed under the so-called "Old MIT" license. <text:s/>Details follow. For <text:soft-page-break/>parts of HarfBuzz that are licensed under different licenses see individual files names COPYING in subdirectories where applicable. </text:p>
    <text:p text:style-name="P44">Copyright © 2010,2011,2012 <text:s/>Google, Inc. <text:line-break/>Copyright © 2012 <text:s/>Mozilla Foundation <text:line-break/>Copyright © 2011 <text:s/>Codethink Limited <text:line-break/>Copyright © 2008,2010 <text:s/>Nokia Corporation and/or its subsidiary(-ies) <text:line-break/>Copyright © 2009 <text:s/>Keith Stribley <text:line-break/>Copyright © 2009 <text:s/>Martin Hosken and SIL International <text:line-break/>Copyright © 2007 <text:s/>Chris Wilson <text:line-break/>Copyright © 2006 <text:s/>Behdad Esfahbod <text:line-break/>Copyright © 2005 <text:s/>David Turner <text:line-break/>Copyright © 2004,2007,2008,2009,2010 <text:s/>Red Hat, Inc. <text:line-break/>Copyright © 1998-2004 <text:s/>David Turner and Werner Lemberg </text:p>
    <text:p text:style-name="P44">For full copyright notices consult the individual files in the package. </text:p>
@@ -3470,24 +3497,24 @@
    <text:p text:style-name="Standard"><text:a xlink:type="simple" xlink:href="#7.GNU General Public License Version 2|outline" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jump to GPL Version 2</text:a></text:p>
    <text:p text:style-name="Standard"><text:a xlink:type="simple" xlink:href="#5.GNU Lesser General Public License Version 2.1|outline" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jump to LGPL Version 2.1</text:a></text:p>
    <text:p text:style-name="Standard"><text:a xlink:type="simple" xlink:href="#8.Mozilla Public License Version 1.1|outline" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">Jump to MPL Version 1.1</text:a></text:p>
-   <text:h text:style-name="P93" text:outline-level="2">I<text:span text:style-name="T23">Accessible2</text:span></text:h>
+   <text:h text:style-name="P95" text:outline-level="2">I<text:span text:style-name="T23">Accessible2</text:span></text:h>
    <text:p text:style-name="P41">The following software may be included in this product: <text:span text:style-name="T23">IAccessible2 API.</text:span></text:p>
-   <text:p text:style-name="P112">IAccessible2 IDL Specification</text:p>
+   <text:p text:style-name="P116">IAccessible2 IDL Specification</text:p>
    <text:p text:style-name="Text_20_body">Copyright (c) 2007, 2013 Linux Foundation<text:line-break/>Copyright (c) 2006 IBM Corporation<text:line-break/>Copyright (c) 2000, 2006 Sun Microsystems, Inc.<text:line-break/>All rights reserved.</text:p>
    <text:p text:style-name="Text_20_body">Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</text:p>
-   <text:list xml:id="list5241486776460139308" text:style-name="L6">
+   <text:list xml:id="list8420339351713644903" text:style-name="L6">
     <text:list-item>
-     <text:p text:style-name="P162">Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. </text:p>
+     <text:p text:style-name="P210">Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. </text:p>
     </text:list-item>
    </text:list>
-   <text:list xml:id="list8869613130493408017" text:style-name="L7">
+   <text:list xml:id="list6344347154874540810" text:style-name="L7">
     <text:list-item>
-     <text:p text:style-name="P163">Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. </text:p>
+     <text:p text:style-name="P211">Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. </text:p>
     </text:list-item>
    </text:list>
-   <text:list xml:id="list789027222157752753" text:style-name="L8">
+   <text:list xml:id="list9076220818696186168" text:style-name="L8">
     <text:list-item>
-     <text:p text:style-name="P164">Neither the name of the Linux Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. </text:p>
+     <text:p text:style-name="P212">Neither the name of the Linux Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. </text:p>
     </text:list-item>
    </text:list>
    <text:p text:style-name="Text_20_body">THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</text:p>
@@ -3506,15 +3533,15 @@
    <text:h text:style-name="Heading_20_2" text:outline-level="2">IJG JPEG Library</text:h>
    <text:p text:style-name="Standard">The following software may be included in this product: IJG JPEG Library. Use of any of this software is governed by the terms of the license below:</text:p>
    <text:p text:style-name="Standard"><text:soft-page-break/>In plain English:</text:p>
-   <text:list xml:id="list1886052300532539287" text:style-name="L9">
+   <text:list xml:id="list8590337320759063755" text:style-name="L9">
     <text:list-item>
-     <text:p text:style-name="P118">We don't promise that this software works. (But if you find any bugs, please let us know!)</text:p>
+     <text:p text:style-name="P122">We don't promise that this software works. (But if you find any bugs, please let us know!)</text:p>
     </text:list-item>
     <text:list-item>
-     <text:p text:style-name="P118">You can use this software for whatever you want. You don't have to pay us.</text:p>
+     <text:p text:style-name="P122">You can use this software for whatever you want. You don't have to pay us.</text:p>
     </text:list-item>
     <text:list-item>
-     <text:p text:style-name="P118">You may not pretend that you wrote this software. If you use it in a program, you must acknowledge somewhere in your documentation that you've used the IJG code.</text:p>
+     <text:p text:style-name="P122">You may not pretend that you wrote this software. If you use it in a program, you must acknowledge somewhere in your documentation that you've used the IJG code.</text:p>
     </text:list-item>
    </text:list>
    <text:p text:style-name="Standard">In legalese:</text:p>
@@ -3529,7 +3556,7 @@

... etc. - the rest is truncated


More information about the Libreoffice-commits mailing list