| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- Apache OpenOffice (http://www.openoffice.org)
- Copyright 2011, 2018 The Apache Software Foundation
- This product includes software developed at
- The Apache Software Foundation (http://www.apache.org/).
- ____
- Portions of this software copyright (c) 2000-2011, Oracle and/or its affiliates <http://www.oracle.com/>.
- Portions of this software (C) Copyright IBM Corporation 2003, 2012. All Rights Reserved.
- ____
- As part of the base system this product also includes code from the following
- Apache projects:
- - Apache Lucene
- - Apache Portable Runtime
- - Apache Portable Runtime Utility Library
- - Apache Commons - used by MediaWiki Publisher extension
- - Apache Jakarta HttpClient - used by MediaWiki Publisher extension
- - Apache Tomcat - used by MediaWiki Piblisher extension
- The notices from these projects are following:
- Apache Lucene
- Copyright 2006 The Apache Software Foundation
- This product includes software developed by
- The Apache Software Foundation (http://www.apache.org/).
- The snowball stemmers in
- contrib/snowball/src/java/net/sf/snowball
- were developed by Martin Porter and Richard Boulton.
- The full snowball package is available from
- http://snowball.tartarus.org/
- Apache Portable Runtime
- Copyright (c) 2011 The Apache Software Foundation.
- This product includes software developed by
- The Apache Software Foundation (http://www.apache.org/).
- Portions of this software were developed at the National Center
- for Supercomputing Applications (NCSA) at the University of
- Illinois at Urbana-Champaign.
- This software contains code derived from the RSA Data Security
- Inc. MD5 Message-Digest Algorithm.
- This software contains code derived from UNIX V7, Copyright(C)
- Caldera International Inc.
- Apache Portable Runtime Utility Library
- Copyright (c) 2011 The Apache Software Foundation.
- This product includes software developed by
- The Apache Software Foundation (http://www.apache.org/).
- Portions of this software were developed at the National Center
- for Supercomputing Applications (NCSA) at the University of
- Illinois at Urbana-Champaign.
- This software contains code derived from the RSA Data Security
- Inc. MD5 Message-Digest Algorithm, including various
- modifications by Spyglass Inc., Carnegie Mellon University, and
- Bell Communications Research, Inc (Bellcore).
- Apache Commons Codec
- Copyright 2002-2012 The Apache Software Foundation
- This product includes software developed by
- The Apache Software Foundation (http://www.apache.org/).
- src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java contains
- test data from http://aspell.sourceforge.net/test/batch0.tab.
- Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org). Verbatim copying
- and distribution of this entire article is permitted in any medium,
- provided this notice is preserved.
- Apache Jakarta HttpClient
- Copyright 1999-2007 The Apache Software Foundation
- This product includes software developed by
- The Apache Software Foundation (http://www.apache.org/).
- Apache Commons Lang
- Copyright 2001-2012 The Apache Software Foundation
- This product includes software developed by
- The Apache Software Foundation (http://www.apache.org/).
- This product includes software from the Spring Framework,
- under the Apache License 2.0 (see: StringUtils.containsWhitespace())
- Apache Commons Logging
- Copyright 2003-2007 The Apache Software Foundation
- This product includes software developed by
- The Apache Software Foundation (http://www.apache.org/).
- Apache Tomcat
- Copyright 1999-2012 The Apache Software Foundation
- This product includes software developed by
- The Apache Software Foundation (http://www.apache.org/).
- Java Management Extensions (JMX) support is provided by
- the MX4J package, which is open source software. The
- original software and related information is available
- at http://mx4j.sourceforge.net/.
- The Windows Installer is built with the Nullsoft
- Scriptable Install System (NSIS), which is
- open source software. The original software and
- related information is available at
- http://nsis.sourceforge.net/.
- Java compilation software for JSP pages is provided by Eclipse,
- which is open source software. The original software and
- related information is available at
- http://www.eclipse.org/.
- ____
- As part of the base system this product also includes code from the following
- projects which are licensed under the Apache license:
- - serf
- - redland
- - StAX
- The notices from these projects are following:
- serf
- This product includes software developed by
- The Apache Software Foundation (http://www.apache.org/).
- redland
- This product includes Redland software (http://librdf.org/)
- developed at the Institute for Learning and Research Technology,
- University of Bristol, UK (http://www.bristol.ac.uk/).
- StAX
- [no notices]
- ____
- This product includes software developed by the OpenSSL Project
- for use in the OpenSSL Toolkit. (http://www.openssl.org/)
- ___
- Apache OpenOffice has some optional parts that only get included
- when the configure option --enable-category-b has been requested.
- When you used this option make sure to comply with the
- distribution requirements of these parts by extending
- this file with the notices recommended by them:
- ___
- Notices for CoinMP libary:
- The Computational Infrastructure for Operations Research COIN_OR
- 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
- linear algebra methods for COIN-OR projects
- - 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
- http://www.coin-or.org/download/source/CoinMP/
- ___
|