readlicense_oo/license/license.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+)
New commits: commit 5bcad163b67e1d83ab44ac31ae29d3f5c4bb3eb9 Author: Andras Timar <[email protected]> AuthorDate: Wed Mar 20 23:00:24 2019 +0100 Commit: Andras Timar <[email protected]> CommitDate: Thu Mar 21 08:49:57 2019 +0100 license: added bzip2 Change-Id: I467e8e7eb60ab0005b15217b0ff088fa6704cf1c Reviewed-on: https://gerrit.libreoffice.org/69492 Tested-by: Jenkins Reviewed-by: Andras Timar <[email protected]> diff --git a/readlicense_oo/license/license.xml b/readlicense_oo/license/license.xml index 53adbd6e8e23..edf5ef4a3ae4 100644 --- a/readlicense_oo/license/license.xml +++ b/readlicense_oo/license/license.xml @@ -127,6 +127,34 @@ copies of this file in any form for internal or external distribution as long as this notice remains attached.</p> </div> + <div class="BZIP2"> + <h2>Bzip2</h2> + <p>The following software may be included in this product: bzip2, a free and open-source file compression + program. Use of any of this software is governed by the terms of the license below:</p> + <p>This program, "bzip2", the associated library "libbzip2", and all documentation, are copyright (C) 1996-2010 + Julian R Seward. All rights reserved.</p> + <p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that + the following conditions are met:</p> + <ol> + <li>Redistributions of source code must retain the above copyright notice, this list of conditions and the + following disclaimer.</li> + <li>The origin of this software must not be misrepresented; you must not claim that you wrote the original + software. If you use this software in a product, an acknowledgment in the product documentation would be + appreciated but is not required.</li> + <li>Altered source versions must be plainly marked as such, and must not be misrepresented as being the + original software.</li> + <li>The name of the author may not be used to endorse or promote products derived from this software + without specific prior written permission.</li> + </ol> + <p>THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.</p> + <p>Julian Seward, [email protected]</p> + </div> <div class="CAIRO"> <h2>Cairo</h2> <p>The following software may be included in this product: Cairo. Use of any of this software is governed by _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
