You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

license.xml 4.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "dtd/document-v10.dtd">
  3. <document>
  4. <header>
  5. <title>The POI Project Software License</title>
  6. <authors>
  7. <person name="Andrew C. Oliver" email="acoliver2@users.sourceforge.net"/>
  8. <person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
  9. </authors>
  10. </header>
  11. <body>
  12. <s1 title="POI Project Software License">
  13. <source><![CDATA[
  14. / =========================================================================
  15. The POI Project Software License, Version 1.1
  16. (based on APL 1.1)
  17. Copyright (c) 2001 SuperLink Software, Inc. and Marcus Johnson
  18. All rights reserved.
  19. =========================================================================
  20. Redistribution and use in source and binary forms, with or without modi-
  21. fication, are permitted provided that the following conditions are met:
  22. 1. Redistributions of source code must retain the above copyright notice
  23. notice, this list of conditions and the following disclaimer.
  24. 2. Redistributions in binary form must reproduce the above copyright
  25. notice, this list of conditions and the following disclaimer in the
  26. documentation and/or other materials provided with the distribution.
  27. 3. The end-user documentation included with the redistribution, if any,
  28. must include the following acknowlegement:
  29. "This product includes software developed by SuperLink
  30. Software, Inc. <www.superlinksoftware.com> and Marcus Johnson as
  31. well as other POI project <poi.sourceforge.net> contributers"
  32. Alternately, this acknowlegement may appear in the software itself, if
  33. and wherever such third-party acknowlegements normally appear.
  34. 4. The names "POI", "HSSF", "SuperLink Software, Inc." and "Marcus
  35. Johnson" must not be used to endorse or promote products derived
  36. from this software without prior written permission. For written
  37. permission, please contact <andyoliver at yahoo dot com>.
  38. 5. Products derived from this software may not be called "POI" nor may
  39. "POI" appear in their names without prior written permission of
  40. SuperLink Software, Inc.
  41. THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES
  42. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  43. AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
  44. THE SUPERLINK SOFTWARE, INC., ANDREW C. OLIVER OR THE CONTRIBUTORS TO
  45. THE POI PROJECT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  46. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  47. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  48. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  49. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  50. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  51. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  52. =========================================================================
  53. This software consists of voluntary contributions made by many indivi-
  54. duals on behalf of SuperLink Software, Inc. For more information
  55. on the SuperLink Software, Inc, please see
  56. <http://www.superlinksoftware.com/>. For more information on the POI
  57. project see <www.sf.net/projects/poi>.
  58. ========================================================================= /
  59. ]]></source>
  60. </s1>
  61. </body>
  62. </document>