[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - NOTICE NOTICE_category_b readlicense_oo/docs
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Nov 3 13:10:03 UTC 2018
NOTICE | 1 +
NOTICE_category_b | 12 ++++++------
readlicense_oo/docs/readme.xsl | 10 +++++-----
3 files changed, 12 insertions(+), 11 deletions(-)
New commits:
commit bbea04f426008b3a9960595ed38e743c70fe5305
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Sat Nov 3 13:04:56 2018 +0000
Commit: Matthias Seidel <mseidel at apache.org>
CommitDate: Sat Nov 3 13:04:56 2018 +0000
Shortened ASCII art for H1 to avoid line break on Windows
diff --git a/readlicense_oo/docs/readme.xsl b/readlicense_oo/docs/readme.xsl
index ba3409d67011..3be95373a63b 100644
--- a/readlicense_oo/docs/readme.xsl
+++ b/readlicense_oo/docs/readme.xsl
@@ -22,9 +22,9 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-<!-- <xsl:output method="text" doctype-public="-//W3C//DTD HTML 3.2//EN" omit-xml-declaration="yes"/> -->
-
- <!-- inputvariable declaration -->
+<!-- <xsl:output method="text" doctype-public="-//W3C//DTD HTML 3.2//EN" omit-xml-declaration="yes"/> -->
+
+ <!-- inputvariable declaration -->
<xsl:param name="os1"/>
<xsl:param name="gui1"/>
<xsl:param name="cp1"/>
@@ -161,11 +161,11 @@
</xsl:when>
<xsl:when test="name(.)='h1'">
<xsl:value-of select="$lf"/>
- <xsl:text>======================================================================</xsl:text>
+ <xsl:text>==================================================================</xsl:text>
<xsl:value-of select="$lf"/>
<xsl:apply-templates/>
<xsl:value-of select="$lf"/>
- <xsl:text>======================================================================</xsl:text>
+ <xsl:text>==================================================================</xsl:text>
<xsl:value-of select="$lf"/>
</xsl:when>
<xsl:when test="name(.)='h2'">
commit 0cf2034366b95c83da7e97cce20d8e0ef045d8cb
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Sat Nov 3 13:03:52 2018 +0000
Commit: Matthias Seidel <mseidel at apache.org>
CommitDate: Sat Nov 3 13:03:52 2018 +0000
Removed whitespace
diff --git a/NOTICE b/NOTICE
index 683154a2c989..d7dc0e2a651c 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,3 +1,4 @@
+
Apache OpenOffice (https://www.openoffice.org)
Copyright 2011, 2018 The Apache Software Foundation
diff --git a/NOTICE_category_b b/NOTICE_category_b
index 066e59d2523d..7f12b624a713 100644
--- a/NOTICE_category_b
+++ b/NOTICE_category_b
@@ -10,17 +10,17 @@ ___
Notices for CoinMP library:
The Computational Infrastructure for Operations Research COIN_OR
-project developed the CoinMP library (a lightweight API and DLL
+project developed the CoinMP library (a lightweight API and DLL
for CLP, CBC, and CGL).
-It includes and depends on
-- CoinUtils: COIN-OR utilities, utilities, data structures, and
+It includes and depends on
+- CoinUtils: COIN-OR utilities, utilities, data structures, and
linear algebra methods for COIN-OR projects
-- CLP: COIN-OR Graph Classes, a collection of network representations
+- CLP: COIN-OR Graph Classes, a collection of network representations
and algorithms
- CBC: COIN-OR Branch and Cut, an LP-based branch-and-cut library
- CGL: Cut Generator Library, a library of cutting-plane generators
-The source code of these dependencies which are available under
-license EPL can found at
+The source code of these dependencies which are available under
+license EPL can found at
http://www.coin-or.org/download/source/CoinMP/
___
More information about the Libreoffice-commits
mailing list