[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - 5 commits - distro-configs/CPWin32.conf distro-configs/CPWin32-MPL.conf instsetoo_native/inc_ooohelppack instsetoo_native/inc_openoffice instsetoo_native/inc_sdkoo instsetoo_native/util readlicense_oo/license readlicense_oo/Package_files.mk scp2/source solenv/bin ucb/source

Andras Timar andras.timar at collabora.com
Fri Apr 18 04:40:21 PDT 2014


 distro-configs/CPWin32-MPL.conf                                     |   31 +
 distro-configs/CPWin32.conf                                         |   25 
 instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt |   10 
 instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt  |    1 
 instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt  |    1 
 instsetoo_native/inc_openoffice/windows/msi_templates/Property.idt  |   10 
 instsetoo_native/inc_sdkoo/windows/msi_templates/Property.idt       |   10 
 instsetoo_native/util/openoffice.lst.in                             |    2 
 readlicense_oo/Package_files.mk                                     |    2 
 readlicense_oo/license/EULA.odt                                     |binary
 readlicense_oo/license/EULA_en-US.rtf                               |  294 ++++++++++
 scp2/source/ooo/common_brand.scp                                    |   13 
 solenv/bin/modules/installer/windows/idtglobal.pm                   |    2 
 ucb/source/ucp/webdav/SerfLockReqProcImpl.hxx                       |    2 
 ucb/source/ucp/webdav/SerfUnlockReqProcImpl.hxx                     |    2 
 15 files changed, 386 insertions(+), 19 deletions(-)

New commits:
commit 68c0ee00adf5f6cab413069c3c1a01b0ca4905c4
Author: Andras Timar <andras.timar at collabora.com>
Date:   Fri Apr 18 04:39:56 2014 -0700

    LibreOffice from Collabora Windows configs
    
    Change-Id: Ie7972d2760cbbb311a235682af786079b33b6811

diff --git a/distro-configs/CPWin32-MPL.conf b/distro-configs/CPWin32-MPL.conf
new file mode 100644
index 0000000..778d598
--- /dev/null
+++ b/distro-configs/CPWin32-MPL.conf
@@ -0,0 +1,31 @@
+--enable-mpl-subset
+--with-vendor=Collabora
+--with-branding=icon-themes/galaxy/brand_cp
+--with-theme=tango
+--without-help
+--with-myspell-dicts
+--without-system-mesa-headers
+--without-system-postgresql
+--without-junit
+--without-helppack-integration
+--enable-extension-integration
+--enable-activex
+--disable-online-update
+--disable-odk
+--disable-gtk
+--enable-ext-wiki-publisher
+--disable-report-builder
+--disable-ext-nlpsolver
+--disable-ext-numbertext
+--disable-ext-ct2n
+--disable-ext-languagetool
+--disable-postgresql-sdbc
+--disable-lotuswordpro
+--disable-lpsolve
+--with-webdav=serf
+--enable-release-build
+--enable-win-mozab-driver
+--enable-ia2
+--with-package-format=msi
+--with-lang=ar as ast bg bn-IN br ca ca-XV cy cs da de el en-US en-GB es et eu fi fr ga gd gl gu he hi hr hu id is it ja km kn ko lt lv ml mr nb nl nn oc or pa-IN pl pt pt-BR ro ru sh sk sl sr sv ta te tr uk vi zh-CN zh-TW
+--enable-windows-build-signing
diff --git a/distro-configs/CPWin32.conf b/distro-configs/CPWin32.conf
new file mode 100644
index 0000000..b326211
--- /dev/null
+++ b/distro-configs/CPWin32.conf
@@ -0,0 +1,25 @@
+--with-vendor=Collabora
+--with-branding=icon-themes/galaxy/brand_cp
+--with-help
+--with-myspell-dicts
+--without-system-mesa-headers
+--without-system-postgresql
+--without-junit
+--without-helppack-integration
+--enable-extension-integration
+--enable-activex
+--disable-online-update
+--disable-odk
+--disable-gtk
+--enable-ext-wiki-publisher
+--enable-report-builder
+--enable-ext-nlpsolver
+--enable-ext-numbertext
+--enable-ext-ct2n
+--enable-ext-languagetool
+--enable-release-build
+--enable-win-mozab-driver
+--enable-ia2
+--with-package-format=msi
+--with-lang=ar as ast bg bn-IN br ca ca-XV cy cs da de el en-US en-GB es et eu fi fr ga gd gl gu he hi hr hu id is it ja km kn ko lt lv ml mr nb nl nn oc or pa-IN pl pt pt-BR ro ru sh sk sl sr sv ta te tr uk vi zh-CN zh-TW
+--enable-windows-build-signing
commit 7ac8a82e7eee0a19275e7fed16fff9d23324f927
Author: Andras Timar <andras.timar at collabora.com>
Date:   Fri Apr 18 04:33:39 2014 -0700

    webdav serf: remove SAL_OVERRIDE from destructors
    
    Change-Id: Id55b972dda34623eeb3e046a70757277377d3871

diff --git a/ucb/source/ucp/webdav/SerfLockReqProcImpl.hxx b/ucb/source/ucp/webdav/SerfLockReqProcImpl.hxx
index 9341a40..1b348a0 100644
--- a/ucb/source/ucp/webdav/SerfLockReqProcImpl.hxx
+++ b/ucb/source/ucp/webdav/SerfLockReqProcImpl.hxx
@@ -40,7 +40,7 @@ public:
                          const css::ucb::Lock& rLock,
                          sal_Int32* plastChanceToSendRefreshRequest = 0 );
 
-    virtual ~SerfLockReqProcImpl() SAL_OVERRIDE;
+    virtual ~SerfLockReqProcImpl();
 
     virtual
     serf_bucket_t * createSerfRequestBucket( serf_request_t * inSerfRequest ) SAL_OVERRIDE;
diff --git a/ucb/source/ucp/webdav/SerfUnlockReqProcImpl.hxx b/ucb/source/ucp/webdav/SerfUnlockReqProcImpl.hxx
index dc2e6d1..af6b54f 100644
--- a/ucb/source/ucp/webdav/SerfUnlockReqProcImpl.hxx
+++ b/ucb/source/ucp/webdav/SerfUnlockReqProcImpl.hxx
@@ -32,7 +32,7 @@ public:
                            const DAVRequestHeaders& inRequestHeaders,
                            const OUString& sToken);
 
-    virtual ~SerfUnlockReqProcImpl() SAL_OVERRIDE;
+    virtual ~SerfUnlockReqProcImpl();
 
     virtual serf_bucket_t *createSerfRequestBucket(
             serf_request_t * inSerfRequest ) SAL_OVERRIDE;
commit 8b9e25bfadbe3cb3314311e98068f0ca55869687
Author: Andras Timar <andras.timar at collabora.com>
Date:   Fri Apr 18 02:36:57 2014 -0700

    LibreOffice from Collabora ARP data
    
    Change-Id: I83d28b9bc7985f34303d3c3343f976b5a87009e1

diff --git a/instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt b/instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt
index 9fc0421..6410a87 100644
--- a/instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt
+++ b/instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt
@@ -7,11 +7,11 @@ AgreeToLicense	No
 ApplicationUsers	AllUsers
 ALLUSERS	1
 ARPCOMMENTS	ARPCOMMENTSTEMPLATE
-ARPCONTACT	OOO_ARPCONTACTTEMPLATE
-ARPHELPLINK	OOO_ARPHELPLINKTEMPLATE
-ARPHELPTELEPHONE	OOO_ARPHELPTELEPHONETEMPLATE
-ARPURLINFOABOUT	OOO_ARPURLINFOABOUTTEMPLATE
-ARPURLUPDATEINFO	OOO_ARPURLUPDATEINFOTEMPLATE
+ARPCONTACT	Collabora Productivity Ltd.
+ARPHELPLINK	https://libreoffice-from-collabora.com
+ARPHELPTELEPHONE	support at libreoffice.collabora.com
+ARPURLINFOABOUT	https://libreoffice-from-collabora.com
+ARPURLUPDATEINFO	https://libreoffice-from-collabora.com
 DefaultUIFont	Tahoma8
 DialogCaption	Windows Installer
 DiskPrompt	[1]
diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/Property.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/Property.idt
index 9923857..3c657d3 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_templates/Property.idt
+++ b/instsetoo_native/inc_openoffice/windows/msi_templates/Property.idt
@@ -7,11 +7,11 @@ AgreeToLicense	No
 ApplicationUsers	AllUsers
 ALLUSERS	1
 ARPCOMMENTS	ARPCOMMENTSTEMPLATE
-ARPCONTACT	OOO_ARPCONTACTTEMPLATE
-ARPHELPLINK	OOO_ARPHELPLINKTEMPLATE
-ARPHELPTELEPHONE	OOO_ARPHELPTELEPHONETEMPLATE
-ARPURLINFOABOUT	OOO_ARPURLINFOABOUTTEMPLATE
-ARPURLUPDATEINFO	OOO_ARPURLUPDATEINFOTEMPLATE
+ARPCONTACT	Collabora Productivity Ltd.
+ARPHELPLINK	https://libreoffice-from-collabora.com
+ARPHELPTELEPHONE	support at libreoffice.collabora.com
+ARPURLINFOABOUT	http://libreoffice-from-collabora.com
+ARPURLUPDATEINFO	https://libreoffice-from-collabora.com
 DefaultUIFont	Tahoma8
 DialogCaption	Windows Installer
 DiskPrompt	[1]
diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/Property.idt b/instsetoo_native/inc_sdkoo/windows/msi_templates/Property.idt
index 8848ac8..e1f936d 100644
--- a/instsetoo_native/inc_sdkoo/windows/msi_templates/Property.idt
+++ b/instsetoo_native/inc_sdkoo/windows/msi_templates/Property.idt
@@ -6,11 +6,11 @@ _IsSetupTypeMin	Typical
 AgreeToLicense	No
 ApplicationUsers	AllUsers
 ARPCOMMENTS	ARPCOMMENTSTEMPLATE
-ARPCONTACT	OOO_ARPCONTACTTEMPLATE
-ARPHELPLINK	OOO_ARPHELPLINKTEMPLATE
-ARPHELPTELEPHONE	OOO_ARPHELPTELEPHONETEMPLATE
-ARPURLINFOABOUT	OOO_ARPURLINFOABOUTTEMPLATE
-ARPURLUPDATEINFO	OOO_ARPURLUPDATEINFOTEMPLATE
+ARPCONTACT	Collabora Productivity Ltd.
+ARPHELPLINK	https://support.libreoffice.collabora.co.uk
+ARPHELPTELEPHONE	support at libreoffice.collabora.com
+ARPURLINFOABOUT	http://www.collabora.com/projects/libreoffice
+ARPURLUPDATEINFO	https://support.libreoffice.collabora.co.uk
 ARPNOREPAIR	1
 ARPNOMODIFY	1
 DefaultUIFont	Tahoma8
commit 9421f377b3e4c0e9785781aedf0734e7e09e8337
Author: Andras Timar <atimar at suse.com>
Date:   Mon Apr 29 22:08:13 2013 +0200

    property REINSTALL should be set only when we apply a PATCH
    
    with 11dd1094cb5452a8b61ad6bd284ba9517d3d869a I introduced
    REINSTALL=ALL in the Property table, because without this MSP
    patches did not work as expected -- some files were not patched.
    I found "The file represented by File table key 'foo.bar' has
    no eligible binary patches" lines in the log, and I did not find
    a better solution. I'll revisit the problem later, maybe file versioning
    can be changed. Windows Installer usually ignores the fourth digit in
    version numbers, and we bump the the fourth digit only (i.e. 3.6.10.304 ->
    3.6.10.520).
    
    However, when upgrading a patched 3.6 to 4.0, REINSTALL=ALL strikes back.
    Windows Installer passes REMOVE=ALL argument to 3.6 package, but REINSTALL=ALL
    takes precedence, so 3.6 will not be removed, but reinstalled! 3.6 and 4.0
    both will be installed, there will be an entry for each in Add/Remove Programs
    Control Panel applet.
    
    So I made REINSTALL=ALL conditional, and as a side effect, normal MSI
    packages built from PTF branches will be fully useable again. If REINSTALL
    is set for a product that is yet to be installed, no installation action
    will take place at all. It really makes sense to selectively enable it
    only for patches. I'm sorry that I did not figure this out earlier.
    
    Conflicts:
    	instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt
    
    Change-Id: Ic05dc66579c60f1eb599baf6be4289b22301cebe

diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt
index 9372705..d4618cd 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt
+++ b/instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt
@@ -14,3 +14,4 @@ ResetLanguageSelected	51	LANG_SELECTED	0
 SetApplicationSelected	51	APP_SELECTED	1
 ResetApplicationSelected	51	APP_SELECTED	0
 SetAdminInstallProperty	51	ADMININSTALL	1
+PatchInstall	51	REINSTALL	ALL
diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt
index 6dd5ede..4ffdb30 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt
+++ b/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt
@@ -15,6 +15,7 @@ FileCost		400
 FindRelatedProducts	NOT ISSETUPDRIVEN	100
 InstallFiles		1950
 InstallFinalize		3150
+PatchInstall	PATCH	699
 InstallInitialize		700
 InstallODBC		2600
 InstallServices	VersionNT	2750
commit 7c3130488707e19ccb6e8f3efe7a7c5516c660d0
Author: Andras Timar <andras.timar at collabora.com>
Date:   Fri Apr 18 02:16:38 2014 -0700

    LibreOffice from Collabora EULA
    
    Change-Id: Ia380db465f5094216cb36526f6cc178043376356

diff --git a/instsetoo_native/util/openoffice.lst.in b/instsetoo_native/util/openoffice.lst.in
index 5b6ae24..ca03ba6 100644
--- a/instsetoo_native/util/openoffice.lst.in
+++ b/instsetoo_native/util/openoffice.lst.in
@@ -9,7 +9,7 @@ Globals
             REFERENCEOOOMAJORMINOR 3.4
             WINDOWSBASISROOTNAME LibreOffice @LIBO_VERSION_MAJOR@
             UNIXBASISROOTNAME libreoffice at LIBO_VERSION_MAJOR@. at LIBO_VERSION_MINOR@
-            HIDELICENSEDIALOG 1
+            HIDELICENSEDIALOG 0
             PACKAGEPREFIX
             BASISPACKAGEPREFIX libobasis
             UREPACKAGEPREFIX libreoffice
diff --git a/readlicense_oo/Package_files.mk b/readlicense_oo/Package_files.mk
index e84681f..025e13b 100644
--- a/readlicense_oo/Package_files.mk
+++ b/readlicense_oo/Package_files.mk
@@ -17,6 +17,8 @@ endif
 
 $(eval $(call gb_Package_add_file,readlicense_oo_files,NOTICE,NOTICE))
 
+$(eval $(call gb_Package_add_file,readlicense_oo_files,EULA.odt,EULA.odt))
+$(eval $(call gb_Package_add_file,readlicense_oo_files,EULA_en-US.rtf,EULA_en-US.rtf))
 $(eval $(call gb_Package_add_file,readlicense_oo_files,LICENSE.fodt,LICENSE.fodt))
 $(eval $(call gb_Package_add_file,readlicense_oo_files,CREDITS.fodt,CREDITS.fodt))
 
diff --git a/readlicense_oo/license/EULA.odt b/readlicense_oo/license/EULA.odt
new file mode 100644
index 0000000..1cb8bf5
Binary files /dev/null and b/readlicense_oo/license/EULA.odt differ
diff --git a/readlicense_oo/license/EULA_en-US.rtf b/readlicense_oo/license/EULA_en-US.rtf
new file mode 100644
index 0000000..7dad710
--- /dev/null
+++ b/readlicense_oo/license/EULA_en-US.rtf
@@ -0,0 +1,294 @@
+{\rtf1\ansi\deff3\adeflang1025
+{\fonttbl{\f0\froman\fprq2\fcharset0 Times New Roman;}{\f1\froman\fprq2\fcharset2 Symbol;}{\f2\fswiss\fprq2\fcharset0 Arial;}{\f3\froman\fprq2\fcharset238 Times New Roman;}{\f4\fmodern\fprq0\fcharset0 Lucida Console;}{\f5\fswiss\fprq2\fcharset0 Arial;}{\f6\fnil\fprq2\fcharset0 OpenSymbol{\*\falt Arial Unicode MS};}{\f7\fswiss\fprq2\fcharset0 Calibri;}{\f8\froman\fprq2\fcharset0 Liberation Serif{\*\falt Times New Roman};}{\f9\fswiss\fprq2\fcharset0 Tahoma;}{\f10\froman\fprq2\fcharset0 Cambria;}{\f11\fswiss\fprq2\fcharset1 URW Gothic L{\*\falt Arial Unicode MS};}{\f12\fnil\fprq2\fcharset1 Droid Sans Fallback;}{\f13\fnil\fprq2\fcharset1 Lohit Hindi{\*\falt Times New Roman};}{\f14\fswiss\fprq2\fcharset0 DejaVu Sans;}}
+{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red51\green51\blue51;\red255\green255\blue255;\red128\green128\blue128;}
+{\stylesheet{\s0\snext0\ql\sl276\slmult1\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\sb0\sa200\ltrpar\cf0\dbch\af7\langfe2052\dbch\af7\afs22\alang1025\loch\f7\fs22\lang2057 Normal;}
+{\s2\sbasedon0\snext55\ilvl1\outlinelevel1\ql\sl240\slmult1\nowidctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\li29\ri29\lin29\rin29\fi29\sb288\sa144\ltrpar\cf1\b\kerning1\dbch\af12\langfe2052\dbch\af14\afs24\alang1081\loch\f8\fs24\lang1033 Heading 2;}
+{\s3\sbasedon0\snext55\ilvl2\outlinelevel2\ql\sl240\slmult1\nowidctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\li58\ri58\lin58\rin58\fi58\sb144\sa144\ltrpar\cf0\kerning1\dbch\af12\langfe2052\dbch\af14\afs24\alang1081\loch\f8\fs24\lang1033 Heading 3;}
+{\*\cs15\snext15\i0\b0\dbch\af5\loch\f5\fs22 WW8Num1z0;}
+{\*\cs16\snext16 WW8Num1z4;}
+{\*\cs17\snext17 WW8Num1z5;}
+{\*\cs18\snext18 WW8Num1z6;}
+{\*\cs19\snext19 WW8Num1z7;}
+{\*\cs20\snext20 WW8Num1z8;}
+{\*\cs21\snext21\dbch\af6\loch\f1 WW8Num2z0;}
+{\*\cs22\snext22\dbch\af6\loch\f6 WW8Num2z1;}
+{\*\cs23\snext23 WW8Num2z2;}
+{\*\cs24\snext24 WW8Num2z3;}
+{\*\cs25\snext25 WW8Num2z4;}
+{\*\cs26\snext26 WW8Num2z5;}
+{\*\cs27\snext27 WW8Num2z6;}
+{\*\cs28\snext28 WW8Num2z7;}
+{\*\cs29\snext29 WW8Num2z8;}
+{\*\cs30\snext30\dbch\af6\loch\f1 WW8Num3z0;}
+{\*\cs31\snext31\dbch\af6\loch\f6 WW8Num3z1;}
+{\*\cs32\snext32\dbch\af5\loch\f5\fs22 WW8Num4z0;}
+{\*\cs33\snext33 WW8Num4z1;}
+{\*\cs34\snext34 WW8Num4z2;}
+{\*\cs35\snext35 WW8Num4z3;}
+{\*\cs36\snext36 WW8Num4z4;}
+{\*\cs37\snext37 WW8Num4z5;}
+{\*\cs38\snext38 WW8Num4z6;}
+{\*\cs39\snext39 WW8Num4z7;}
+{\*\cs40\snext40 WW8Num4z8;}
+{\*\cs41\snext41 Default Paragraph Font;}
+{\*\cs42\snext42 WW-Default Paragraph Font;}
+{\*\cs43\sbasedon42\snext43\afs16\fs16 Comment Reference;}
+{\*\cs44\sbasedon42\snext44 Comment Text Char;}
+{\*\cs45\sbasedon44\snext45\b\ab Comment Subject Char;}
+{\*\cs46\sbasedon42\snext46\dbch\af9\afs16\loch\f9\fs16 Balloon Text Char;}
+{\*\cs47\sbasedon42\snext47\cf2\ul\ulc0 Internet Link;}
+{\*\cs48\sbasedon42\snext48\b\kerning1\dbch\af0\dbch\af0\afs32\ab\loch\f10\fs32 Title Char;}
+{\*\cs49\sbasedon41\snext49\b\ab Strong Emphasis;}
+{\*\cs50\sbasedon41\snext50\dbch\af7\langfe2052\dbch\af7\afs22\loch\f7\fs22 Header Char;}
+{\*\cs51\sbasedon41\snext51\dbch\af7\langfe2052\dbch\af7\afs22\loch\f7\fs22 Footer Char;}
+{\*\cs52\sbasedon41\snext52\cf1\b\kerning1\dbch\af12\langfe2052\dbch\af14\afs24\alang1081\loch\f8\fs24\lang1033 Heading 2 Char;}
+{\*\cs53\sbasedon41\snext53\kerning1\dbch\af12\langfe2052\dbch\af14\afs24\alang1081\loch\f8\fs24\lang1033 Heading 3 Char;}
+{\s54\sbasedon0\snext0\sl276\slmult1\qc\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\sb240\sa60\ltrpar\cf0\b\kerning1\dbch\af0\langfe2052\dbch\af0\afs32\alang1025\ab\loch\f10\fs32\lang2057 Heading;}
+{\s55\sbasedon0\snext55\ql\sl276\slmult1\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\sb0\sa120\ltrpar\cf0\dbch\af7\langfe2052\dbch\af7\afs22\alang1025\loch\f7\fs22\lang2057 Text Body;}
+{\s56\sbasedon55\snext56\ql\sl276\slmult1\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\sb0\sa120\ltrpar\cf0\dbch\af7\langfe2052\dbch\af13\afs22\alang1025\loch\f7\fs22\lang2057 List;}
+{\s57\sbasedon0\snext57\ql\sl276\slmult1\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\sb120\sa120\noline\ltrpar\cf0\i\dbch\af7\langfe2052\dbch\af13\afs24\alang1025\ai\loch\f7\fs24\lang2057 Caption;}
+{\s58\sbasedon0\snext58\ql\sl276\slmult1\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\sb0\sa200\noline\ltrpar\cf0\dbch\af7\langfe2052\dbch\af13\afs22\alang1025\loch\f7\fs22\lang2057 Index;}
+{\s59\sbasedon0\snext59\ql\sl276\slmult1\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\li720\ri0\lin720\rin0\fi0\sb0\sa200\contextualspace\ltrpar\cf0\dbch\af7\langfe2052\dbch\af7\afs22\alang1025\loch\f7\fs22\lang2057 List Paragraph;}
+{\s60\snext60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057 Default;}
+{\s61\sbasedon0\snext61\ql\sl240\slmult1\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\sb0\sa200\ltrpar\cf0\dbch\af7\langfe2052\dbch\af7\afs20\alang1025\loch\f7\fs20\lang2057 Comment Text;}
+{\s62\sbasedon61\snext61\ql\sl240\slmult1\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\sb0\sa200\ltrpar\cf0\b\dbch\af7\langfe2052\dbch\af7\afs20\alang1025\ab\loch\f7\fs20\lang2057 Comment Subject;}
+{\s63\sbasedon0\snext63\ql\sl240\slmult1\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\sb0\sa0\ltrpar\cf0\dbch\af7\langfe2052\dbch\af9\afs16\alang1025\loch\f9\fs16\lang2057 Balloon Text;}
+{\s64\sbasedon0\snext64\sl240\slmult1\qj\nowidctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\faroman\li709\ri0\lin709\rin0\fi0\sb0\sa120\ltrpar\cf0\dbch\af0\langfe2052\dbch\af5\afs20\alang1025\loch\f5\fs22\lang2057 Style2n;}
+{\s65\sbasedon54\snext65\ilvl8\outlinelevel8\sl240\slmult1\qj\keep\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\faroman\sb120\sa120\keepn\ltrpar\cf0\b\kerning1\dbch\af0\langfe2052\dbch\af0\afs20\alang1025\ab\loch\f5\fs22\lang2057 Style1;}
+{\s66\sbasedon0\snext66\sl240\slmult1\qj\nowidctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\faroman\sb0\sa120\ltrpar\cf0\dbch\af0\langfe2052\dbch\af5\afs20\alang1025\loch\f5\fs22\lang2057 Style2;}
+{\s67\sbasedon0\snext67\ilvl4\outlinelevel4\sl240\slmult1\qj\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\faroman\sb0\sa120\ltrpar\cf0\dbch\af0\langfe2052\dbch\af5\afs20\alang1025\ab\loch\f5\fs22\lang2057 Style3.1.1;}
+{\s68\sbasedon67\snext68\ilvl5\outlinelevel5\sl240\slmult1\qj\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\faroman\sb0\sa120\ltrpar\cf0\dbch\af0\langfe2052\dbch\af5\afs20\alang1025\ab\loch\f5\fs22\lang2057 Style3a;}
+{\s69\sbasedon0\snext69\ilvl6\outlinelevel6\sl240\slmult1\qj\nowidctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\faroman\sb0\sa120\ltrpar\cf0\dbch\af0\langfe2052\dbch\af5\afs20\alang1025\loch\f5\fs22\lang2057 Style4;}
+{\s70\sbasedon64\snext70\ilvl3\outlinelevel3\sl240\slmult1\qj\nowidctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\faroman\li709\ri0\lin709\rin0\fi0\sb0\sa120\ltrpar\cf0\dbch\af0\langfe2052\dbch\af5\afs20\alang1025\loch\f5\fs22\lang2057 Style2a;}
+{\s71\sbasedon68\snext71\ilvl7\outlinelevel7\sl240\slmult1\qj\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\faroman\sb0\sa120\ltrpar\cf0\dbch\af0\langfe2052\dbch\af5\afs20\alang1025\ab\loch\f5\fs22\lang2057 Style4a;}
+{\s72\snext72\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf0\dbch\af7\langfe2052\dbch\af7\afs22\alang1025\loch\f7\fs22\lang2057 Revision;}
+{\s73\sbasedon0\snext73\ql\sl276\slmult1\widctlpar\tqc\tx4513\tqr\tx9026{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\sb0\sa200\ltrpar\cf0\dbch\af7\langfe2052\dbch\af7\afs22\alang1025\loch\f7\fs22\lang2057 Header;}
+{\s74\sbasedon0\snext74\ql\sl276\slmult1\widctlpar\tqc\tx4513\tqr\tx9026{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\sb0\sa200\ltrpar\cf0\dbch\af7\langfe2052\dbch\af7\afs22\alang1025\loch\f7\fs22\lang2057 Footer;}
+{\s75\snext75\sl100\slmult0\nowidctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\noline\cf0\dbch\af12\langfe2052\dbch\af14\afs24\alang1081\loch\f8\fs20\lang1033 Table Contents;}
+{\s76\sbasedon0\snext76\sl240\slmult1\qj\widctlpar\tx2126{\*\hyphen3\hyphlead2\hyphtrail2\hyphmax0}\faroman\sb0\sa120\ltrpar\cf0\dbch\af0\langfe2052\dbch\af5\afs20\alang1025\ab\loch\f5\fs22\lang2057 LeftLettered;}
+{\s77\sbasedon0\snext77\ql\sl240\slmult1\nowidctlpar{\*\hyphen3\hyphlead2\hyphtrail2\hyphmax0}\li720\ri0\lin720\rin0\fi-720\sb0\sa0\ltrpar\cf0\dbch\af0\langfe2052\dbch\af4\afs24\alang1025\loch\f4\fs20\lang1033 Style;}
+}{\*\listtable{\list\listtemplateid1
+{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'00.;}{\levelnumbers\'01;}\i0\b0\dbch\af5\fi-709\li709}
+{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'01.;}{\levelnumbers\'01;}\i0\b0\dbch\af5\fi-709\li709}
+{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'03\'01.\'02;}{\levelnumbers\'01\'03;}\i0\b0\dbch\af5\fi-709\li1418}
+{\listlevel\levelnfc4\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'03);}{\levelnumbers\'01;}\i0\b0\dbch\af5\fi-709\li1418}
+{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'05\'02.\'03.\'04;}{\levelnumbers\'01\'03\'05;}\fi-708\li2126}
+{\listlevel\levelnfc4\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'05);}{\levelnumbers\'01;}\fi-708\li2126}
+{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'07\'03.\'04.\'05.\'06;}{\levelnumbers\'01\'03\'05\'07;}\fi-709\li2835}
+{\listlevel\levelnfc4\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'07);}{\levelnumbers\'01;}\fi-709\li2835}
+{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'12\'00.\'01.\'02.\'03.\'04.\'05.\'06.\'07.\'08.;}{\levelnumbers\'01\'03\'05\'07\'09\'0b\'0d\'0f\'11;}\fi-1440\li4320}\listid1}
+{\list\listtemplateid2
+{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'00.;}{\levelnumbers\'01;}\i0\b0\dbch\af5\fi-709\li709}
+{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'01.;}{\levelnumbers\'01;}\i0\b0\dbch\af5\fi-709\li709}
+{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'03\'01.\'02;}{\levelnumbers\'01\'03;}\i0\b0\dbch\af5\fi-709\li1418}
+{\listlevel\levelnfc4\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'03);}{\levelnumbers\'01;}\i0\b0\dbch\af5\fi-709\li1418}
+{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'05\'02.\'03.\'04;}{\levelnumbers\'01\'03\'05;}\fi-708\li2126}
+{\listlevel\levelnfc4\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'05);}{\levelnumbers\'01;}\fi-708\li2126}
+{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'07\'03.\'04.\'05.\'06;}{\levelnumbers\'01\'03\'05\'07;}\fi-709\li2835}
+{\listlevel\levelnfc4\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'07);}{\levelnumbers\'01;}\fi-709\li2835}
+{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'12\'00.\'01.\'02.\'03.\'04.\'05.\'06.\'07.\'08.;}{\levelnumbers\'01\'03\'05\'07\'09\'0b\'0d\'0f\'11;}\fi-1440\li4320}\listid2}
+{\list\listtemplateid3
+{\listlevel\levelnfc4\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'00);}{\levelnumbers\'01;}\dbch\af5\fi-360\li720}\listid3}
+}{\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}{\listoverride\listid3\listoverridecount0\ls3}}{\info{\author Lexham Legal}{\creatim\yr2013\mo10\dy17\hr0\min40}{\author Lexham Legal}{\revtim\yr2013\mo10\dy17\hr0\min40}{\printim\yr2013\mo9\dy18\hr9\min44}{\comment LibreOffice}{\vern67239936}}\deftab720\deftab720\deftab720\deftab720
+\viewscale180\revisions
+{\*\pgdsctbl
+{\pgdsc0\pgdscuse451\pgwsxn11906\pghsxn16838\marglsxn1440\margrsxn1440\margtsxn1440\margbsxn1440\pgdscnxt0 Default Style;}}
+\formshade{\*\pgdscno0}\paperh16838\paperw11906\margl1440\margr1440\margt1440\margb1440\sectd\sbknone\sectunlocked1\pgndec\pgwsxn11906\pghsxn16838\marglsxn1440\margrsxn1440\margtsxn1440\margbsxn1440\ftnbj\ftnstart1\ftnrstcont\ftnnar\aenddoc\aftnrstcont\aftnstart1\aftnnrlc
+\pgndec\pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\loch\f5\fs22\loch\f5\fs22\loch\f5\fs22\loch\f5\fs22\loch\f5\fs22\loch\f5\fs22\loch\f5\fs22\loch\f5\fs22\loch\f5\fs22\rtlch \ltrch\loch
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\b\afs20\ab\rtlch \ltrch\loch\fs20
+LibreOffice 4.0 and later versions (\u8220\'93Software\u8221\'94)\tab License and Subscription Agreement}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\b\afs20\ab\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\b\afs20\ab\rtlch \ltrch\loch\fs20
+A}{\b\afs20\rtlch \ltrch\loch\fs20
+n individual acting on their own behalf or on behalf of any corporate entity which employs them or which they represent (\u8220\'93an Organisation\u8221\'94) represents that he or she has the authority to enter into this agreement on behalf of that Organisation. In this Licence Agreement, \u8220\'93You\u8221\'94 includes both the reader and any Organisation.}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+PLEASE READ THIS AGREEMENT CAREFULLY. BY PURCHASING, INSTALLING AND/OR USING THE LIBREOFFICE SOFTWARE (INCLUDING ITS COMPONENTS), YOU AGREE TO THE TERMS OF THIS LICENCE AND SUBSCRIPTION AGREEMENT AND ACKNOWLEDGE THAT YOU HAVE READ AND UNDERSTAND THIS AGREEMENT. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+IF YOU DO NOT AGREE WITH THESE TERMS PLEASE INDICATE NOW THAT YOU DO NOT WISH TO DOWNLOAD, INSTALL OR USE THE SOFTWARE OR SUBSCRIPTION SERVICES. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\b\afs20\rtlch \ltrch\loch\fs20
+PARTIES.}{\afs20\rtlch \ltrch\loch\fs20
+ This software licence and subscription agreement (\u8220\'93Agreement\u8221\'94) is a legally binding }{\afs20\ab\rtlch \ltrch\loch\fs20
+agreement}{\afs20\rtlch \ltrch\loch\fs20
+ between You and Collabora Productivity Limited, }{\dbch\af11\afs20\rtlch \ltrch\loch\fs20
+incorporated and registered in England and Wales with company number 08644931 whose registered office is at Kett House, Station Road, Cambridge, CB1 2JH, United Kingdom (\u8220\'93Collabora\u8221\'94) and where applicable references to Collabora shall also refer to its authorised resellers and third party distributors from time to time}{\afs20\rtlch \ltrch\loch\fs20
+. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\b\afs20\rtlch \ltrch\loch\fs20
+SOFTWARE}{\afs20\rtlch \ltrch\loch\fs20
+. The Software and each of its components are owned by Collabora or other licensors and are protected as copyrighted works of authorship, and are also protected under applicable database and other applicable laws. To the extent that they are not accompanied by a separate Collabora software licence agreement, any modification, update or upgrade to the Software that You may download or receive, whether as Subscription Services detailed below or otherwise, is included as Software and governed by the \u8220\'93Licenses\u8221\'94 heading below and generally by this Agreement.}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\b\afs20\rtlch \ltrch\loch\fs20
+LICENCES.}{\afs20\rtlch \ltrch\loch\fs20
+ Provided that You have subscribed and remain subscribed for the Subscription Services as detailed below and Your compliance with the other terms and conditions of this Agreement, Collabora grants to You a perpetual, non-transferable, worldwide licence (\u8220\'93Licence\u8221\'94) to reproduce and use copies of the Software within Your Organization.  The Software is licensed (not sold) to You. Accordingly no title to or ownership of the Software is transferred to You. You should also be aware that in addition to this grant of Licence, many of the individual components of the Software are subject to open source licences, as detailed further below under \u8220\'93Open Source Licences and Limitations\u8221\'94.}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\b\afs20\ab\rtlch \ltrch\loch\fs20
+SUBSCRIPTION SERVICES. }{\afs20\rtlch \ltrch\loch\fs20
+The Licence to reproduce and use a copy of the Software is granted subject to the purchase by You of Software maintenance and/or support services entitlements (\u8220\'93Subscription Services Entitlements\u8221\'94) equivalent in number to the total number of units of the Software that you intend to deploy, install or use . }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+The Subscription Services Entitlements entitle You during the subscription period to make use of the following services (\u8220\'93Subscription Services\u8221\'94):}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+a)  in the case of maintenance services, to any security fixes and Software updates which may be issued by Collabora, including existing fixes from the support services set out at (b), on the terms set out in this Agreement and from time to time at www.collabora.com/projects/libreoffice. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+b)  in the case of support services, to fee based technical support on the terms set out in this Agreement, or any separate agreement, and from time to time at www.collabora.com/projects/libreoffice. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+All Subscription Services will be supplied in a professional manner in accordance with generally accepted industry standards. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+Unless the Subscription Services and Subscription Services Entitlements are set out in a separate contract with Collabora, they are offered to You subject to the terms set out in this Agreement. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+THE SUBSCRIPTION SERVICES ENTITLEMENTS ARE OFFERED AS PART AND PARCEL OF THE LICENCE GRANT SET OUT UNDER \u8220\'93LICENCES\u8221\'94 ABOVE. IF THE SUBCRIPTION SERVICES ENTITLEMENTS PERIOD EXPIRES AND IS NOT RENEWED WITHIN 30 DAYS, THE LICENCE IS TERMINATED. IF YOU WISH TO INCREASE THE NUMBER OF COPIES OF THE SOFTWARE YOUR ORGANISATION IS USING, YOU MUST PURCHASE ADDITIONAL UNITS OF SUBSCRIPTION SERVICES ENTITLEMENTS EQUIVALENT TO THE NUMBER OF ADDITIONAL SOFTWARE COPIES YOU WISH TO INSTALL. UPON RENEWAL OF YOUR SUBSCRIPTION SERVICES ENTITLEMENTS, YOUR SUBMISSION OF A PURCHASE ORDER OR PAYMENT OF FEES FOR SUBSCRIPTION SERVICES ENTITLEMENTS WILL BE DEEMED TO BE A REPRESENTATION OF THE NUMBER OF COPIES OF THE SOFTWARE INSTALLED AT YOUR ORGANISATION AT THAT TIME. COLLABORA RESERVES THE RIGHT AT ITS ENTIRE DISCRETION TO CARRY OUT A LICENCE COMPLIANCE AUDIT AT ANY TIME.}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\tx5693{\afs20\rtlch \ltrch\loch\fs20
+\tab }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\b\afs20\rtlch \ltrch\loch\fs20
+LICENSE COMPLIANCE AUDIT}{\afs20\rtlch \ltrch\loch\fs20
+. Collabora may, upon fifteen (15) days\u8217\'92 advance notice and at its expense, conduct an annual audit if You are an Organisation, during your normal business hours, of Your use of the Software to verify compliance with this Agreement and in particular Your commitment under the License herein to purchase an equivalent number units of Subscription Services Entitlements. You agree to keep records sufficient to certify your compliance with this Agreement. Upon Collabora\u8217\'92s or its authorized representative\u8217\'92s reasonable written commitment(s) to safeguard your confidential information, you shall fully cooperate with such audit and provide any necessary assistance and access to records and computers. If an audit reveals that you have or at any time had unlicensed installation, use of, or access to the Software, You will promptly acquire sufficient Subscription Services Entitlements to cover any shortage. If a shortage of 5% or more is found, you must reimburse Collab
 ora for the costs incurred in the audit and acquire the necessary additional Subscription Services Entitlements within 30 days. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\cf3\b\afs20\rtlch \ltrch\loch\fs20\lang9
+EVALUATION LICENCE.}{\cf3\afs20\rtlch \ltrch\loch\fs20\lang9
+ An evaluation licence is granted when You deploy, install or use an evaluation version of the Software or You are granted a time limited, non-exclusive and non-transferable licence by Collabora for evaluation purposes. The Software is licensed to You for the sole purpose of evaluating the Software and only for a specified evaluation period of 30 days. After 30 days You must either purchase an equivalent Subscription Services Entitlement from Collabora, or destroy and stop using the Software. If You purchase the Subscription Service Entitlement before the expiration of the evaluation time, You have a valid licence and You do not need to destroy the Software. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\b\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\b\afs20\rtlch \ltrch\loch\fs20
+OPEN SOURCE LICENCES/LIMITATIONS.}{\afs20\rtlch \ltrch\loch\fs20
+ The individual components included in the Software are licensed primarily pursuant to Mozilla Public License v2.0 open source licence in addition to other open source licences identified in the documentation or located in the source code or binary code for the component. As such the source code form of the Software is made available at all times under the terms of such licences. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+Whilst this Agreement in no way limits Your rights under such licences, nor is intended to supersede or conflict with the licence terms or obligations for use of any individual open source component, the Mozilla Public License v2.0 has been utilised to license the majority of the components comprising the Software because it imposes (as is set out in paragraph 3.2(b) of it) specific conditions on the free distribution of such software in its executable form.   }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\b\dbch\af5\afs20\rtlch \ltrch\fs20
+ }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\b\afs20\rtlch \ltrch\loch\fs20
+MAINTENANCE SERVICES. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+1) By purchasing maintenance services You are entitled to install and use all upgrades and updates made commercially available by Collabora during the period covered by the maintenance services subscription, up to the number of installations for which You have purchase maintenance services. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+2) Any \u8220\'93update\u8221\'94 means a fix or compilation of fixes released by Collabora to correct operational errors (a defect that prevents it from operating substantially as intended, where such intent shall be deduced based on a competent inspection of the source code and documentation) in the Software. An \u8220\'93upgrade\u8221\'94 means any new version of the Software which bears the same product name, including version changes evidenced by a number immediately after the name of the Software. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+3) If a question arises as to whether a release by Collabora is an upgrade or an update or a new Software product, Collabora\u8217\'92s opinion will prevail provided that Collabora treats the product offering the same for its end users generally.}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+4) If Collabora commercially releases any upgrade or updates, it will make such upgrades or updates available to You within a reasonable period of time after they become commercially available, although Collabora cannot guarantee any specific turnaround times and/or regular release intervals. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+5) At its sole discretion Collabora will determine whether to eliminate an operational error by means of issuing an update. Collabora will inform you by email (to the address given on registration of the maintenance services) as soon as new updates are released at the Collabora website.}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+6) Maintenance services do not include integration services, installation of upgrades or updates, support services or any other benefits not expressly described in this Agreement.}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\b\afs20\rtlch \ltrch\loch\fs20
+SUPPORT SERVICES}
+\par \pard\plain \s55\ql\sl276\slmult1\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\sb0\sa120\ltrpar\cf0\dbch\af7\langfe2052\dbch\af7\afs22\alang1025\loch\f7\fs22\lang2057{{\*\bkmkstart __RefHeading__9040_294118893}{\*\bkmkend __RefHeading__9040_294118893}\dbch\af5\afs20\rtlch \ltrch\loch\fs20\loch\f5
+An entitlement to \u8216\'91Level 3\u8217\'92 technical support services will be provided on certain terms which include:}
+\par \pard\plain \s55\ql\sl276\slmult1\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\sb0\sa120\ltrpar\cf0\dbch\af7\langfe2052\dbch\af7\afs22\alang1025\loch\f7\fs22\lang2057{\dbch\af5\afs20\rtlch \ltrch\loch\fs20\loch\f5
+- allocation of a severity level for each support case and any variations on this;}
+\par \pard\plain \s55\ql\sl276\slmult1\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\sb0\sa120\ltrpar\cf0\dbch\af7\langfe2052\dbch\af7\afs22\alang1025\loch\f7\fs22\lang2057{\dbch\af5\afs20\rtlch \ltrch\loch\fs20\loch\f5
+- Collabora\u8217\'92s work availability times, initial response time and the communication frequency for each support case based on such allocated case severity level; }
+\par \pard\plain \s55\ql\sl276\slmult1\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\sb0\sa120\ltrpar\cf0\dbch\af7\langfe2052\dbch\af7\afs22\alang1025\loch\f7\fs22\lang2057{\dbch\af5\afs20\rtlch \ltrch\loch\fs20\loch\f5
+- Your limit on the number of support cases that You can report for each such allocated case severity level (although for the avoidance of doubt, any unused limit cannot be refunded and expires at the end of the Subscription Services Entitlement period unless otherwise agreed). }
+\par \pard\plain \s55\ql\sl276\slmult1\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\sb0\sa120\ltrpar\cf0\dbch\af7\langfe2052\dbch\af7\afs22\alang1025\loch\f7\fs22\lang2057{\dbch\af5\afs20\rtlch \ltrch\loch\fs20\loch\f5
+The specific terms are subject to change from time to time and accordingly are set out at }{{\field{\*\fldinst HYPERLINK "http://www.collabora.com/projects/libreoffice" }\cs47\cf2\ul\ulc0\dbch\af5\afs20\rtlch \ltrch\loch\fs20\loch\f5
+www.collabora.com/projects/libreoffice}{\dbch\af5\afs20\rtlch \ltrch\loch\fs20\loch\f5
+}, unless separately agreed with You such as in a purchase order. You are urged to check these terms again now before proceeding with any purchase of Subscription Services Entitlements. }
+\par \pard\plain \s55\ql\sl276\slmult1\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\sb0\sa120\ltrpar\cf0\dbch\af7\langfe2052\dbch\af7\afs22\alang1025\loch\f7\fs22\lang2057{\dbch\af5\afs20\rtlch \ltrch\loch\fs20\loch\f5
+Alternatively, Collabora also entitle You to purchase the support services entitlement from a reseller or other intermediary rather than from Collabora directly. If You have purchased the services entitlement from such a party please check with them if any support service entitlement terms have been separately negotiated between them and Collabora, as any such terms are deemed to be incorporated into this Agreement and shall take precedence over any conflicting terms set out at }{{\field{\*\fldinst HYPERLINK "http://www.collabora.com/projects/libreoffice" }\cs47\cf2\ul\ulc0\dbch\af5\afs20\rtlch \ltrch\loch\fs20\loch\f5
+www.collabora.com/projects/libreoffice}{\dbch\af5\afs20\rtlch \ltrch\loch\fs20\loch\f5
+} or on a purchase order.}
+\par \pard\plain \s55\ql\sl276\slmult1\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\sb0\sa120\ltrpar\cf0\dbch\af7\langfe2052\dbch\af7\afs22\alang1025\loch\f7\fs22\lang2057{\dbch\af5\afs20\rtlch \ltrch\loch\fs20\loch\f5{\*\bkmkstart __RefHeading__928_851095625}{\*\bkmkend __RefHeading__928_851095625}
+.}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\b\afs20\ab\rtlch \ltrch\loch\fs20
+LIMITATIONS AND EXCLUSIONS}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+1) Collabora offers no rights other than those expressly granted to You in this Agreement. Except as agreed to under a separate written agreement with Collabora or in the licence terms accompanying a particular component, to the maximum extent permitted under applicable law (and not applicable to claims relating to death or personal injury caused by negligence or fraudulent misrepresentation) the Software is provided and licensed "as is" without any warranties of any kind, express or implied, including any implied warranties of quality, title, non-infringement, non-interruption or fitness for a particular purpose. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+2) The Software is only compatible with certain computers and operating systems. It is not warranted for non-compatible systems or for incorrect or unauthorised use, being use which is not in accordance with the Documentation. Please contact Collabora for information about compatibility or incorrect use. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+3) The Software may include or be bundled with other software programmes or services licensed or sold by an entity other than Collabora. Collabora does not warrant non-Collabora products or services, which are provided on an "as is" basis. Please see the third party entity regarding remedies.}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+4}{\afs20\ab\rtlch \ltrch\loch\fs20
+) }{\afs20\rtlch \ltrch\loch\fs20
+No right or licence, express or implied, is granted under this Agreement with respect to any trademark, trade name or service mark (\u8220\'93Mark\u8221\'94) of Collabora. If You distribute any open source component of the Software, You must remove all Marks except those used to identify Collabora\u8217\'92s ownership or licensing of the component. In addition you may not vary, delete or obscure any notices of proprietary rights or any product identification or restrictions on or in the Software.}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\dbch\af5\afs20\rtlch \ltrch\fs20
+ }{\afs20\rtlch \ltrch\loch\fs20
+5) Neither Collabora nor any of its licensors, subsidiaries, contractors or employees will in any case be liable for any incidental, consequential, indirect or economic damages arising out of the use of or inability to use the Software or Subscription Services, including without limitation loss of profits, business or data, even if advised of the possibility of those damages. In particular, as files may be altered or damaged in the course of Collabora providing Subscription Services, You agree to take appropriate measures to isolate and back up Your systems. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+6) Notwithstanding (5) above, in no event will Collabora's aggregate liability for damages (whether in one instance or a series of instances) exceed 1.25 times the amount paid by You for the Subscription Services Entitlements out of which such claim arose.}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+7) Upon any default in Collabora\u8217\'92s provision of Subscription Services, Collabora's only obligation is to either correct the Subscription Services so that they comply with this warranty or at its option refund the amount You paid to Collabora for the portion of such Services that fail to comply with this warranty and in such event You may elect to terminate this Agreement with immediate effect.}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\b\afs20\rtlch \ltrch\loch\fs20
+GENERAL TERMS}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+1) This Agreement may not be transferred or assigned without the prior written approval of Collabora.}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+2) This Agreement will terminate if You fail to comply with any term or condition of this Agreement. In addition Your Licence to possess or use the Software will terminate at the end of any applicable Subcription Service period, unless it is renewed within 30 days. You agree upon any termination to destroy the Software together with all copies.}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+3) Unless explicitly indicated otherwise, this Agreement sets forth the entire understanding and agreement between You and Collabora and may be amended or modified only by a written agreement agreed to by You and Collabora. No licensor, distributor, or reseller is authorised to modify this Agreement whether formally or informally.}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+4) No waiver of any right under this Agreement will be effective unless in writing. No waiver of any past or present right will be deemed to be a waiver of any future right arising under this Agreement. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+5) If any provision in this Agreement is invalid or unenforceable, that provision will be construed, limited, modified or, if necessary, severed, to the extent necessary, to eliminate its invalidity or unenforceability, and the other provisions of this Agreement will remain unaffected. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+6) Any products or technical information provided under this Agreement may be subject to trade laws of various countries including U.S. export controls. Both You and Collabora each agree to comply with all export control regulations and to obtain any required licenses or classification to export, re-export or import deliverables and Collabora assumes no responsibility for the Your failure to comply with any such necessary export control laws, rules or regulations. }
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+7) If You are an Organisation You agree that you will not use the Software in breach of any relevant laws in the country in which you use the Software, and you agree to implement internal safeguards to prevent any unauthorized copying, distribution, installation, or use of, or access to, the Software.}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+8) You may make a reasonable number of copies}{\b\afs20\rtlch \ltrch\loch\fs20
+ }{\afs20\rtlch \ltrch\loch\fs20
+of the Software over and above the number of units of Software for which you have purchased Subscription Services Entitlements, purely for backup, archival or other security purposes. In so doing You will not be in breach of the terms of this Agreement.}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\qj{\afs20\rtlch \ltrch\loch\fs20
+9) Without regard to conflict of laws rules and principles or the United Nations Convention of Contracts for the International Sale of Goods, this Agreement is governed by the laws of England, and any action relating to this Agreement may only be brought before the courts of England.}
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\afs20\rtlch \ltrch\loch\fs20
+
+\par \pard\plain \s60\widctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf1\dbch\af7\langfe2052\dbch\af5\afs24\alang1025\loch\f5\fs24\lang2057\sl276\slmult1\sb0\sa200\rtlch \ltrch\loch
+
+\par }
\ No newline at end of file
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 6582bc9..65ea681 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -1425,6 +1425,19 @@ File gid_License_Txt
     Styles = (PACKED);
 End
 
+File gid_Eula_Odt
+    BIN_FILE_BODY;
+#if defined ENABLE_MACOSX_MACLIKE_APP_STRUCTURE
+    Dir = gid_Dir_Bundle_Contents_Resources;
+#elif defined MACOSX
+    Dir = gid_Dir_Bundle_Contents;
+#else
+    Dir = gid_Dir_Brand_Root;
+#endif
+    Name = "EULA.odt";
+    Styles = (PACKED);
+End
+
 File gid_License_Odt
     BIN_FILE_BODY;
 #if defined ENABLE_MACOSX_MACLIKE_APP_STRUCTURE
diff --git a/solenv/bin/modules/installer/windows/idtglobal.pm b/solenv/bin/modules/installer/windows/idtglobal.pm
index 8cbfcb2..f87becd 100644
--- a/solenv/bin/modules/installer/windows/idtglobal.pm
+++ b/solenv/bin/modules/installer/windows/idtglobal.pm
@@ -813,7 +813,7 @@ sub get_rtflicensefilesource
 {
     my ($language, $includepatharrayref) = @_;
 
-    my $licensefilename = "license_" . $language . ".rtf";
+    my $licensefilename = "EULA_en-US.rtf";
 
     my $sourcefileref = installer::scriptitems::get_sourcepath_from_filename_and_includepath(\$licensefilename, $includepatharrayref, 1);
 


More information about the Libreoffice-commits mailing list