Arun Thondapu | 3d49934 | 2016-03-30 23:23:49 +0530 | [diff] [blame] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 3 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 4 | <head> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> |
| 6 | <title>About</title> |
| 7 | </head> |
| 8 | <body lang="EN-US"> |
| 9 | <h2>About This Content</h2> |
| 10 | |
| 11 | <p>August 17, 2006</p> |
| 12 | <h3>License</h3> |
| 13 | |
| 14 | <p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise |
| 15 | indicated below, the Content is provided to you under the terms and conditions of the |
| 16 | Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available |
| 17 | at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. |
| 18 | For purposes of the EPL, "Program" will mean the Content.</p> |
| 19 | |
| 20 | <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is |
| 21 | being redistributed by another party ("Redistributor") and different terms and conditions may |
| 22 | apply to your use of any object code in the Content. Check the Redistributor's license that was |
| 23 | provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise |
| 24 | indicated below, the terms and conditions of the EPL still apply to any source code in the Content |
| 25 | and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p> |
| 26 | |
| 27 | <h3>Third Party Content</h3> |
| 28 | |
| 29 | <p>The Content includes items that have been sourced from third parties as set out below. If you |
| 30 | did not receive this Content directly from the Eclipse Foundation, the following is provided |
| 31 | for informational purposes only, and you should look to the Redistributor’s license for |
| 32 | terms and conditions of use.</p> |
| 33 | |
| 34 | <h4>GTK+ Binding</h4> |
| 35 | |
| 36 | <p>The "GTK+ Binding" is a binding to the GTK+ API. The Content may include any or all of the following files:</p> |
| 37 | |
| 38 | <p>The following files in the plug-in JAR shall be defined as the native code portion of the GTK+ Binding:</p> |
| 39 | <ul> |
| 40 | <li>libswt-atk-gtk-xxxx.so (where "xxxx" is the version number)</li> |
| 41 | <li>libswt-pi-gtk-xxxx.so (where "xxxx" is the version number)</li> |
| 42 | </ul> |
| 43 | |
| 44 | <p>The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the GTK+ Binding:</p> |
| 45 | <ul> |
| 46 | <li>The contents of the directory org/eclipse/swt/internal/accessibility/gtk (but not including any sub-directories)</li> |
Arun Thondapu | 3d49934 | 2016-03-30 23:23:49 +0530 | [diff] [blame] | 47 | <li>The contents of the directory org/eclipse/swt/internal/gtk (but not including any sub-directories)</li> |
| 48 | </ul> |
| 49 | |
| 50 | <p>The GTK+ Binding contains portions of GTK+ ("Library"). GTK+ is made available by The Free Software Foundation. Use of the Library is governed by the terms and |
| 51 | conditions of the GNU Lesser General Public License Version 2.1 ("LGPL"). Use of the GTK+ Binding on a standalone |
| 52 | basis, is also governed by the terms and conditions of the LGPL. A copy of the LGPL is provided with the Content (<a href="about_files/lgpl-v21.txt" target="_blank">lgpl-v21.txt</a>) and is also available at |
| 53 | <a href="http://www.gnu.org/licenses/lgpl.html" target="_blank">http://www.gnu.org/licenses/lgpl.html</a>.</p> |
| 54 | |
| 55 | <p>In accordance with Section 6 of the LGPL, you may combine or link a "work that uses the Library" (e.g. the SWT) with the Library to produce a work |
| 56 | containing portions of the Library (e.g. the GTK+ Binding) and distribute that work under the terms of your choice (e.g. the EPL) provided you comply with all |
| 57 | other terms and conditions of Section 6 as well as other Sections of the LGPL. Please note, if you modify the GTK+ Binding such modifications shall be |
| 58 | governed by the terms and conditions of the LGPL. Also note, the terms of the EPL permit you to modify the combined work and the source code of the combined |
| 59 | work is provided for debugging purposes so there is no need to reverse engineer the combined work.</p> |
| 60 | |
Arun Thondapu | 3d49934 | 2016-03-30 23:23:49 +0530 | [diff] [blame] | 61 | <h4>Independent JPEG Group's JPEG software release 6b</h4> |
| 62 | |
| 63 | <p>This software is based in part on the work of the Independent JPEG Group's JPEG software release 6b ("LIBJPEG"). |
| 64 | LIBJPEG was used to implement the decoding of JPEG format files in Java (TM). The Content does NOT include any portion of the LIBJPEG file ansi2knr.c.</p> |
| 65 | |
| 66 | <p>Your use of LIBJPEG is subject to the terms and conditions located in the <a href="about_files/IJG_README">about_files/IJG_README</a> file which is included |
| 67 | with the Content.</p> |
| 68 | |
| 69 | <p>The IJG's website is located at <a href="http://ijg.org/" target="_blank">http://ijg.org</a>.</p> |
| 70 | |
| 71 | <p>The class org.eclipse.swt.internal.image.JPEGFileFormat is based on following files from LIBJPEG:</p> |
| 72 | |
| 73 | <ul> |
| 74 | <li>cderror.h</li> |
| 75 | <li>cdjpeg.h</li> |
| 76 | <li>jchuff.h</li> |
| 77 | <li>jdcolor.c</li> |
| 78 | <li>jdct.h</li> |
| 79 | <li>jdhuff.h</li> |
| 80 | <li>jerror.h</li> |
| 81 | <li>jidctint.c</li> |
| 82 | <li>jinclude.h</li> |
| 83 | <li>jmemsys.h</li> |
| 84 | <li>jmorecfg.h</li> |
| 85 | <li>jpegint.h</li> |
| 86 | <li>jpeglib.h</li> |
| 87 | <li>jversion.h</li> |
| 88 | <li>transupp.h</li> |
| 89 | </ul> |
| 90 | |
| 91 | <p>The class org.eclipse.swt.internal.image.JPEGDecoder is based on the following files from LIBJPEG:</p> |
| 92 | |
| 93 | <ul> |
| 94 | <li>jcapimin.c</li> |
| 95 | <li>jcapistd.c</li> |
| 96 | <li>jccoefct.c</li> |
| 97 | <li>jccolor.c</li> |
| 98 | <li>jcdctmgr.c</li> |
| 99 | <li>jchuff.c</li> |
| 100 | <li>jcinit.c</li> |
| 101 | <li>jcmainct.c</li> |
| 102 | <li>jcmarker.c</li> |
| 103 | <li>jcmaster.c</li> |
| 104 | <li>jcomapi.c</li> |
| 105 | <li>jcparam.c</li> |
| 106 | <li>jcphuff.c</li> |
| 107 | <li>jcprepct.c</li> |
| 108 | <li>jcsample.c</li> |
| 109 | <li>jctrans.c</li> |
| 110 | <li>jdapimin.c</li> |
| 111 | <li>jdapistd.c</li> |
| 112 | <li>jdatadst.c</li> |
| 113 | <li>jdatasrc.c</li> |
| 114 | <li>jdcoefct.c</li> |
| 115 | <li>jdcolor.c</li> |
| 116 | <li>jddctmgr.c</li> |
| 117 | <li>jdhuff.c</li> |
| 118 | <li>jdinput.c</li> |
| 119 | <li>jdmainct.c</li> |
| 120 | <li>jdmarker.c</li> |
| 121 | <li>jdmaster.c</li> |
| 122 | <li>jdmerge.c</li> |
| 123 | <li>jdphuff.c</li> |
| 124 | <li>jdpostct.c</li> |
| 125 | <li>jdsample.c</li> |
| 126 | <li>jdtrans.c</li> |
| 127 | <li>jerror.c</li> |
| 128 | <li>jfdctflt.c</li> |
| 129 | <li>jfdctfst.c</li> |
| 130 | <li>jfdctint.c</li> |
| 131 | <li>jidctflt.c</li> |
| 132 | <li>jidctfst.c</li> |
| 133 | <li>jidctint.c</li> |
| 134 | <li>jidctred.c</li> |
| 135 | <li>jpegtran.c</li> |
| 136 | <li>jquant1.c</li> |
| 137 | <li>jquant2.c</li> |
| 138 | <li>jutils.c</li> |
| 139 | <li>cderror.h</li> |
| 140 | <li>cdjpeg.h</li> |
| 141 | <li>jchuff.h</li> |
| 142 | <li>jconfig.h</li> |
| 143 | <li>jdct.h</li> |
| 144 | <li>jdhuff.h</li> |
| 145 | <li>jerror.h</li> |
| 146 | <li>jinclude.h</li> |
| 147 | <li>jmorecfg.h</li> |
| 148 | <li>jpegint.h</li> |
| 149 | <li>jpeglib.h</li> |
| 150 | <li>jversion.h</li> |
| 151 | <li>transupp.h</li> |
| 152 | </ul> |
| 153 | |
| 154 | <p>The following changes were made to the LIBJPEG code in the Content:</p> |
| 155 | |
| 156 | <ol> |
| 157 | <li>In Java, pointer math is not allowed so indexing was used instead.</li> |
| 158 | <li>Function pointers were replaced with switch statements.</li> |
| 159 | <li>The virtual memory, tracing and progress monitoring were removed.</li> |
| 160 | <li>The error handling was simplified and now uses Java exceptions.</li> |
| 161 | </ol> |
| 162 | |
| 163 | <small>Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.</small> |
| 164 | |
| 165 | </body> |
| 166 | </html> |