jogl_license.txt 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. JOGL is released under the BSD license. The full license terms follow:
  2. Copyright (c) 2003-2009 Sun Microsystems, Inc. All Rights Reserved.
  3. Redistribution and use in source and binary forms, with or without
  4. modification, are permitted provided that the following conditions are
  5. met:
  6. - Redistribution of source code must retain the above copyright
  7. notice, this list of conditions and the following disclaimer.
  8. - Redistribution in binary form must reproduce the above copyright
  9. notice, this list of conditions and the following disclaimer in the
  10. documentation and/or other materials provided with the distribution.
  11. Neither the name of Sun Microsystems, Inc. or the names of
  12. contributors may be used to endorse or promote products derived from
  13. this software without specific prior written permission.
  14. This software is provided "AS IS," without a warranty of any kind. ALL
  15. EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES,
  16. INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A
  17. PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN
  18. MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT BE LIABLE FOR
  19. ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
  20. DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR
  21. ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR
  22. DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE
  23. DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY,
  24. ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, EVEN IF
  25. SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  26. You acknowledge that this software is not designed or intended for use
  27. in the design, construction, operation or maintenance of any nuclear
  28. facility.
  29. The JOGL source tree contains code ported from the OpenGL sample
  30. implementation by Silicon Graphics, Inc. This code is licensed under
  31. the SGI Free Software License B (Sun is redistributing the modified code
  32. under a slightly modified, alternative license, which is described two
  33. paragraphs below after "NOTE:"):
  34. License Applicability. Except to the extent portions of this file are
  35. made subject to an alternative license as permitted in the SGI Free
  36. Software License B, Version 1.1 (the "License"), the contents of this
  37. file are subject only to the provisions of the License. You may not use
  38. this file except in compliance with the License. You may obtain a copy
  39. of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
  40. Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
  41. http://oss.sgi.com/projects/FreeB
  42. Note that, as provided in the License, the Software is distributed on an
  43. "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
  44. DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
  45. CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
  46. PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
  47. NOTE: The Original Code (as defined below) has been licensed to Sun
  48. Microsystems, Inc. ("Sun") under the SGI Free Software License B
  49. (Version 1.1), shown above ("SGI License"). Pursuant to Section
  50. 3.2(3) of the SGI License, Sun is distributing the Covered Code to
  51. you under an alternative license ("Alternative License"). This
  52. Alternative License includes all of the provisions of the SGI License
  53. except that Section 2.2 and 11 are omitted. Any differences between
  54. the Alternative License and the SGI License are offered solely by Sun
  55. and not by SGI.
  56. Original Code. The Original Code is: OpenGL Sample Implementation,
  57. Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
  58. Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
  59. Copyright in any portions created by third parties is as indicated
  60. elsewhere herein. All Rights Reserved.
  61. Additional Notice Provisions: The application programming interfaces
  62. established by SGI in conjunction with the Original Code are The
  63. OpenGL(R) Graphics System: A Specification (Version 1.2.1), released
  64. April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version
  65. 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X
  66. Window System(R) (Version 1.3), released October 19, 1998. This software
  67. was created using the OpenGL(R) version 1.2.1 Sample Implementation
  68. published by SGI, but has not been independently verified as being
  69. compliant with the OpenGL(R) version 1.2.1 Specification.
  70. The JOGL source tree contains code from the LWJGL project which is
  71. similarly covered by the BSD license:
  72. Copyright (c) 2002-2004 LWJGL Project
  73. All rights reserved.
  74. Redistribution and use in source and binary forms, with or without
  75. modification, are permitted provided that the following conditions are
  76. met:
  77. * Redistributions of source code must retain the above copyright
  78. notice, this list of conditions and the following disclaimer.
  79. * Redistributions in binary form must reproduce the above copyright
  80. notice, this list of conditions and the following disclaimer in the
  81. documentation and/or other materials provided with the distribution.
  82. * Neither the name of 'LWJGL' nor the names of
  83. its contributors may be used to endorse or promote products derived
  84. from this software without specific prior written permission.
  85. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  86. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  87. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  88. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  89. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  90. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  91. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  92. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  93. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  94. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  95. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  96. The JOGL source tree also contains a Java port of Brian Paul's Tile
  97. Rendering library, used with permission of the author under the BSD
  98. license instead of the original LGPL:
  99. Copyright (c) 1997-2005 Brian Paul. All Rights Reserved.
  100. Redistribution and use in source and binary forms, with or without
  101. modification, are permitted provided that the following conditions are
  102. met:
  103. - Redistribution of source code must retain the above copyright
  104. notice, this list of conditions and the following disclaimer.
  105. - Redistribution in binary form must reproduce the above copyright
  106. notice, this list of conditions and the following disclaimer in the
  107. documentation and/or other materials provided with the distribution.
  108. Neither the name of Brian Paul or the names of contributors may be
  109. used to endorse or promote products derived from this software
  110. without specific prior written permission.
  111. This software is provided "AS IS," without a warranty of any
  112. kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
  113. WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
  114. FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
  115. EXCLUDED. THE COPYRIGHT HOLDERS AND CONTRIBUTORS SHALL NOT BE
  116. LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
  117. MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
  118. EVENT WILL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY
  119. LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
  120. CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
  121. REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
  122. INABILITY TO USE THIS SOFTWARE, EVEN IF THE COPYRIGHT HOLDERS OR
  123. CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.