NOTICE.txt 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. Apache OpenOffice (http://www.openoffice.org)
  2. Copyright 2011, 2018 The Apache Software Foundation
  3. This product includes software developed at
  4. The Apache Software Foundation (http://www.apache.org/).
  5. ____
  6. Portions of this software copyright (c) 2000-2011, Oracle and/or its affiliates <http://www.oracle.com/>.
  7. Portions of this software (C) Copyright IBM Corporation 2003, 2012. All Rights Reserved.
  8. ____
  9. As part of the base system this product also includes code from the following
  10. Apache projects:
  11. - Apache Lucene
  12. - Apache Portable Runtime
  13. - Apache Portable Runtime Utility Library
  14. - Apache Commons - used by MediaWiki Publisher extension
  15. - Apache Jakarta HttpClient - used by MediaWiki Publisher extension
  16. - Apache Tomcat - used by MediaWiki Piblisher extension
  17. The notices from these projects are following:
  18. Apache Lucene
  19. Copyright 2006 The Apache Software Foundation
  20. This product includes software developed by
  21. The Apache Software Foundation (http://www.apache.org/).
  22. The snowball stemmers in
  23. contrib/snowball/src/java/net/sf/snowball
  24. were developed by Martin Porter and Richard Boulton.
  25. The full snowball package is available from
  26. http://snowball.tartarus.org/
  27. Apache Portable Runtime
  28. Copyright (c) 2011 The Apache Software Foundation.
  29. This product includes software developed by
  30. The Apache Software Foundation (http://www.apache.org/).
  31. Portions of this software were developed at the National Center
  32. for Supercomputing Applications (NCSA) at the University of
  33. Illinois at Urbana-Champaign.
  34. This software contains code derived from the RSA Data Security
  35. Inc. MD5 Message-Digest Algorithm.
  36. This software contains code derived from UNIX V7, Copyright(C)
  37. Caldera International Inc.
  38. Apache Portable Runtime Utility Library
  39. Copyright (c) 2011 The Apache Software Foundation.
  40. This product includes software developed by
  41. The Apache Software Foundation (http://www.apache.org/).
  42. Portions of this software were developed at the National Center
  43. for Supercomputing Applications (NCSA) at the University of
  44. Illinois at Urbana-Champaign.
  45. This software contains code derived from the RSA Data Security
  46. Inc. MD5 Message-Digest Algorithm, including various
  47. modifications by Spyglass Inc., Carnegie Mellon University, and
  48. Bell Communications Research, Inc (Bellcore).
  49. Apache Commons Codec
  50. Copyright 2002-2012 The Apache Software Foundation
  51. This product includes software developed by
  52. The Apache Software Foundation (http://www.apache.org/).
  53. src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java contains
  54. test data from http://aspell.sourceforge.net/test/batch0.tab.
  55. Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org). Verbatim copying
  56. and distribution of this entire article is permitted in any medium,
  57. provided this notice is preserved.
  58. Apache Jakarta HttpClient
  59. Copyright 1999-2007 The Apache Software Foundation
  60. This product includes software developed by
  61. The Apache Software Foundation (http://www.apache.org/).
  62. Apache Commons Lang
  63. Copyright 2001-2012 The Apache Software Foundation
  64. This product includes software developed by
  65. The Apache Software Foundation (http://www.apache.org/).
  66. This product includes software from the Spring Framework,
  67. under the Apache License 2.0 (see: StringUtils.containsWhitespace())
  68. Apache Commons Logging
  69. Copyright 2003-2007 The Apache Software Foundation
  70. This product includes software developed by
  71. The Apache Software Foundation (http://www.apache.org/).
  72. Apache Tomcat
  73. Copyright 1999-2012 The Apache Software Foundation
  74. This product includes software developed by
  75. The Apache Software Foundation (http://www.apache.org/).
  76. Java Management Extensions (JMX) support is provided by
  77. the MX4J package, which is open source software. The
  78. original software and related information is available
  79. at http://mx4j.sourceforge.net/.
  80. The Windows Installer is built with the Nullsoft
  81. Scriptable Install System (NSIS), which is
  82. open source software. The original software and
  83. related information is available at
  84. http://nsis.sourceforge.net/.
  85. Java compilation software for JSP pages is provided by Eclipse,
  86. which is open source software. The original software and
  87. related information is available at
  88. http://www.eclipse.org/.
  89. ____
  90. As part of the base system this product also includes code from the following
  91. projects which are licensed under the Apache license:
  92. - serf
  93. - redland
  94. - StAX
  95. The notices from these projects are following:
  96. serf
  97. This product includes software developed by
  98. The Apache Software Foundation (http://www.apache.org/).
  99. redland
  100. This product includes Redland software (http://librdf.org/)
  101. developed at the Institute for Learning and Research Technology,
  102. University of Bristol, UK (http://www.bristol.ac.uk/).
  103. StAX
  104. [no notices]
  105. ____
  106. This product includes software developed by the OpenSSL Project
  107. for use in the OpenSSL Toolkit. (http://www.openssl.org/)
  108. ___
  109. Apache OpenOffice has some optional parts that only get included
  110. when the configure option --enable-category-b has been requested.
  111. When you used this option make sure to comply with the
  112. distribution requirements of these parts by extending
  113. this file with the notices recommended by them:
  114. ___
  115. Notices for CoinMP libary:
  116. The Computational Infrastructure for Operations Research COIN_OR
  117. project developed the CoinMP library (a lightweight API and DLL
  118. for CLP, CBC, and CGL).
  119. It includes and depends on
  120. - CoinUtils: COIN-OR utilities, utilities, data structures, and
  121. linear algebra methods for COIN-OR projects
  122. - CLP: COIN-OR Graph Classes, a collection of network representations
  123. and algorithms
  124. - CBC: COIN-OR Branch and Cut, an LP-based branch-and-cut library
  125. - CGL: Cut Generator Library, a library of cutting-plane generators
  126. The source code of these dependencies which are available under
  127. license EPL can found at
  128. http://www.coin-or.org/download/source/CoinMP/
  129. ___