Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

legal.xml 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ====================================================================
  4. Licensed to the Apache Software Foundation (ASF) under one or more
  5. contributor license agreements. See the NOTICE file distributed with
  6. this work for additional information regarding copyright ownership.
  7. The ASF licenses this file to You under the Apache License, Version 2.0
  8. (the "License"); you may not use this file except in compliance with
  9. the License. You may obtain a copy of the License at
  10. http://www.apache.org/licenses/LICENSE-2.0
  11. Unless required by applicable law or agreed to in writing, software
  12. distributed under the License is distributed on an "AS IS" BASIS,
  13. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. See the License for the specific language governing permissions and
  15. limitations under the License.
  16. ====================================================================
  17. -->
  18. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "./dtd/document-v13.dtd">
  19. <document>
  20. <header>
  21. <title>Apache POI - Legal Stuff</title>
  22. <authors>
  23. <person id="TK" name="Tetsuya Kitahata" email="tetsuya@apache.org"/>
  24. </authors>
  25. </header>
  26. <body>
  27. <section><title>Apache POI - Legal Stuff</title>
  28. <p>
  29. All material on this website is Copyright &#169; 2002-2009, The Apache
  30. Software Foundation
  31. </p>
  32. <p>
  33. Sun, Sun Microsystems, Solaris, Java, JavaServer Web Development Kit,
  34. and JavaServer Pages are trademarks or registered trademarks of Sun
  35. Microsystems, Inc. UNIX is a registered trademark in the United States
  36. and other countries, exclusively licensed through 'The Open Group'.
  37. Microsoft, Windows, WindowsNT, Excel, Word, PowerPoint and Win32 are
  38. registered trademarks of
  39. Microsoft Corporation. Linux is a registered trademark of Linus Torvalds.
  40. All other product names mentioned herein and throughout the entire
  41. web site are trademarks of their respective owners.
  42. </p>
  43. <section><title>Cryptography Notice</title>
  44. <p>
  45. This distribution includes cryptographic software. The country in
  46. which you currently reside may have restrictions on the import,
  47. possession, use, and/or re-export to another country, of
  48. encryption software. BEFORE using any encryption software, please
  49. check your country's laws, regulations and policies concerning the
  50. import, possession, or use, and re-export of encryption software, to
  51. see if this is permitted. See
  52. <link href="http://www.wassenaar.org/">http://www.wassenaar.org/</link>
  53. for more information.
  54. </p>
  55. <p>
  56. The U.S. Government Department of Commerce, Bureau of Industry and
  57. Security (BIS), has classified this software as Export Commodity
  58. Control Number (ECCN) 5D002.C.1, which includes information security
  59. software using or performing cryptographic functions with asymmetric
  60. algorithms. The form and manner of this Apache Software Foundation
  61. distribution makes it eligible for export under the License Exception
  62. ENC Technology Software Unrestricted (TSU) exception (see the BIS
  63. Export Administration Regulations, Section 740.13) for both object
  64. code and source code.
  65. </p>
  66. <p>
  67. The cryptographic software used is from <em>java.security</em> and
  68. <em>javax.crypto</em> and is used when processing encrypted and
  69. protected documents.
  70. </p>
  71. </section>
  72. </section>
  73. </body>
  74. <footer>
  75. <legal>
  76. Copyright (c) @year@ The Apache Software Foundation All rights reserved.
  77. </legal>
  78. </footer>
  79. </document>