|
1 |
| -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
2 |
| -<html xmlns="http://www.w3.org/1999/xhtml"><head> |
3 |
| -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
4 |
| -<title>About</title> |
5 |
| -</head> |
6 |
| -<body lang="EN-US"> |
7 |
| -<h2>About This Content</h2> |
8 |
| - |
9 |
| -<p><em>September 8, 2017</em></p> |
10 |
| -<h3>License</h3> |
11 |
| - |
12 |
| -<p>This program and the accompanying materials are made available under the terms of the |
13 |
| -Eclipse Public License 2 which accompanies this distribution and is available at |
14 |
| -<a href="https://eclipse.org/legal/epl-2.0">https://eclipse.org/legal/epl-2.0</a> or the |
15 |
| -Apache License, Version 2.0 which accompanies this distribution and is available at |
16 |
| -<a href="https://www.apache.org/licenses/LICENSE-2.0">https://www.apache.org/licenses/LICENSE-2.0</a>.</p> |
17 |
| - |
18 |
| -<p>This Source Code may also be made available under the following Secondary Licenses when |
19 |
| -the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are |
20 |
| -satisfied: GNU General Public License, version 2 with the GNU Classpath Exception [1] and |
21 |
| -GNU General Public License, version 2 with the OpenJDK Assembly Exception [2].</p> |
22 |
| - |
23 |
| -<p> |
24 |
| -[1] <a href="https://www.gnu.org/software/classpath/license.html">https://www.gnu.org/software/classpath/license.html</a><br> |
25 |
| -[2] <a href="http://openjdk.java.net/legal/assembly-exception.html">http://openjdk.java.net/legal/assembly-exception.html</a><br><br> |
26 |
| -SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 |
27 |
| -</p> |
28 |
| - |
29 |
| -<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by |
30 |
| -another party ("Redistributor") and different terms and conditions may apply to your use of any object code in |
31 |
| -the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, |
32 |
| -contact the Redistributor. Unless otherwise indicated below, the terms and conditions of the EPL and Apache |
33 |
| -License 2.0 still apply to any source code in the Content and such source code may be obtained at |
34 |
| -<a href="https://www.eclipse.org/">https://www.eclipse.org</a>.</p> |
35 |
| - |
36 |
| - |
37 |
| -<h3>Third Party Content</h3> |
38 |
| - |
39 |
| -<p>The Content includes items that have been sourced from third parties as set out below. If you did not receive this |
40 |
| -Content directly from the Eclipse Foundation, the following is provided for informational purposes only, and you |
41 |
| -should look to the Redistributor's license for terms and conditions of use.</p> |
42 |
| - |
43 |
| -<h3>MurmurHash3</h3> |
44 |
| - |
45 |
| -<p>MurmerHash3 is a 32 bit or 128 bit hashing algorithm, obtained from https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp</p> |
46 |
| - |
47 |
| -<p> |
48 |
| -MurmurHash3 was written by Austin Appleby, and is placed in the public domain. The author hereby disclaims copyright to this source code. |
49 |
| -</p> |
50 |
| - |
51 |
| -<p> |
52 |
| -Note - The x86 and x64 versions do _not_ produce the same results, as the algorithms are optimized for their respective platforms. |
53 |
| -You can still compile and run any of them on any platform, but your performance with the non-native version will be less than optimal. |
54 |
| -</p> |
55 |
| - |
56 |
| - |
57 |
| -</body></html> |
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 2 | +<html xmlns="http://www.w3.org/1999/xhtml"><head> |
| 3 | +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
| 4 | +<title>About</title> |
| 5 | +</head> |
| 6 | +<body lang="EN-US"> |
| 7 | +<h2>About This Content</h2> |
| 8 | + |
| 9 | +<p><em>September 8, 2017</em></p> |
| 10 | +<h3>License</h3> |
| 11 | + |
| 12 | +<p>This program and the accompanying materials are made available under the terms of the |
| 13 | +Eclipse Public License 2 which accompanies this distribution and is available at |
| 14 | +<a href="https://eclipse.org/legal/epl-2.0">https://eclipse.org/legal/epl-2.0</a> or the |
| 15 | +Apache License, Version 2.0 which accompanies this distribution and is available at |
| 16 | +<a href="https://www.apache.org/licenses/LICENSE-2.0">https://www.apache.org/licenses/LICENSE-2.0</a>.</p> |
| 17 | + |
| 18 | +<p>This Source Code may also be made available under the following Secondary Licenses when |
| 19 | +the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are |
| 20 | +satisfied: GNU General Public License, version 2 with the GNU Classpath Exception [1] and |
| 21 | +GNU General Public License, version 2 with the OpenJDK Assembly Exception [2].</p> |
| 22 | + |
| 23 | +<p> |
| 24 | +[1] <a href="https://www.gnu.org/software/classpath/license.html">https://www.gnu.org/software/classpath/license.html</a><br> |
| 25 | +[2] <a href="http://openjdk.java.net/legal/assembly-exception.html">http://openjdk.java.net/legal/assembly-exception.html</a><br><br> |
| 26 | +SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 |
| 27 | +</p> |
| 28 | + |
| 29 | +<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by |
| 30 | +another party ("Redistributor") and different terms and conditions may apply to your use of any object code in |
| 31 | +the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, |
| 32 | +contact the Redistributor. Unless otherwise indicated below, the terms and conditions of the EPL and Apache |
| 33 | +License 2.0 still apply to any source code in the Content and such source code may be obtained at |
| 34 | +<a href="https://www.eclipse.org/">https://www.eclipse.org</a>.</p> |
| 35 | + |
| 36 | + |
| 37 | +<h3>Third Party Content</h3> |
| 38 | + |
| 39 | +<p>The Content includes items that have been sourced from third parties as set out below. If you did not receive this |
| 40 | +Content directly from the Eclipse Foundation, the following is provided for informational purposes only, and you |
| 41 | +should look to the Redistributor's license for terms and conditions of use.</p> |
| 42 | + |
| 43 | +<h3>MurmurHash3</h3> |
| 44 | + |
| 45 | +<p>MurmerHash3 is a 32 bit or 128 bit hashing algorithm, obtained from https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp</p> |
| 46 | + |
| 47 | +<p> |
| 48 | +MurmurHash3 was written by Austin Appleby, and is placed in the public domain. The author hereby disclaims copyright to this source code. |
| 49 | +</p> |
| 50 | + |
| 51 | +<p> |
| 52 | +Note - The x86 and x64 versions do _not_ produce the same results, as the algorithms are optimized for their respective platforms. |
| 53 | +You can still compile and run any of them on any platform, but your performance with the non-native version will be less than optimal. |
| 54 | +</p> |
| 55 | + |
| 56 | + |
| 57 | +</body></html> |
0 commit comments