Skip to content

Commit 6a4648c

Browse files
committed
new orphan branch for rdf4j contribution to eclipse - scrubbed history tree
0 parents  commit 6a4648c

3,029 files changed

Lines changed: 442981 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# default behaviour for when user does not have core.autocrlf set when set to
2+
# 'auto', all line endings are normalized to LF (unix line endings) on checkin
3+
* text=auto
4+
5+
# Explicitly declare text files you want to always be normalized and converted
6+
# to native line endings on checkout.
7+
*.java text
8+
*.jsp text
9+
*.jspf text
10+
*.txt text
11+
*.html text
12+
*.xml text
13+
*.css text
14+
*.tld text
15+
*.ts text
16+
*.js text
17+
*.tag text
18+
*.sh text
19+
20+
# dos batch files should retain windows line endings
21+
*.bat text eol=crlf
22+
23+
# binaries that should never be modified
24+
*.png binary
25+
*.jpg binary
26+
*.gif binary
27+

.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Eclipse settings
2+
.project
3+
**/.project
4+
.classpath
5+
**/.classpath
6+
.settings
7+
**/.settings
8+
bin
9+
**/bin
10+
11+
# Eclipse Plug-In Settings
12+
.pmd
13+
14+
# Maven generated stuff
15+
target/
16+
*/target/
17+
pom.xml.versionsBackup
18+
19+
# GEdit generated stuff
20+
*.*~
21+
22+
# IntelliJ files
23+
.idea/
24+
*.iml
25+
*.ipr
26+
*.iws
27+
28+
# Mac nonsense
29+
.DS_Store

about.html

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
<?xml version="1.0"?>
2+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "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" />
6+
<title>About this Content</title>
7+
</head>
8+
9+
<body lang="EN-US">
10+
<h2>About this Content</h2>
11+
<p>October 7, 2015</p>
12+
13+
<h3>License</h3>
14+
15+
<p>The Eclipse Foundation makes available all content in this
16+
project ("Content"). Unless otherwise indicated below, the Content is
17+
provided to you under the terms and conditions of the Eclipse
18+
Distribution License Version 1.0 ("EDL"). See the file 'license.html'
19+
accompanying this Content for details. A copy of the EDL is available
20+
at https://www.eclipse.org/org/documents/edl-v10.php. For purposes of
21+
the EPL, "Software" will mean the Content.</p>
22+
23+
<p>If you did not receive this Content directly from the Eclipse
24+
Foundation, the Content is being redistributed by another party
25+
("Redistributor") and different terms and conditions may apply to your
26+
use of any object code in the Content. Check the Redistributor's
27+
license that was provided with the Content. If no such license exists,
28+
contact the Redistributor. Unless otherwise indicated below, the terms
29+
and conditions of the EDL still apply to any source code in the
30+
Content and such source code may be obtained at
31+
http://www.eclipse.org.</p>
32+
33+
34+
<h3>Third Party Content</h3>
35+
36+
<p>The Content includes items that have been sourced from third
37+
parties as set out below. If you did not receive this Content directly
38+
from the Eclipse Foundation, the following is provided for
39+
informational purposes only, and you should look to the
40+
Redistributor's license for terms and conditions of use.</p>
41+
42+
<h4>Aduna</h4>
43+
44+
<p>
45+
This project includes software developed by <a
46+
href="http://www.aduna-software.com/">Aduna</a> as part of the <a
47+
href="http://www.openrdf.org/">OpenRDF Sesame</a> project. It is
48+
licensed under the terms of the Aduna BSD-license. See the file
49+
'license.html' accompanying this project for details.
50+
</p>
51+
52+
<h4>Apache Software Foundation</h4>
53+
<p>
54+
This product includes various software packages developed by The <a
55+
href="http://www.apache.org/">Apache Software Foundation</a>. Your
56+
use of these software packages is governed by the terms and conditions
57+
of the Apache Software License, v2.0. A copy of this license is
58+
available at <a href="http://www.apache.org/licenses/LICENSE-2.0.html">http://www.apache.org/licenses/LICENSE-2.0.html</a>.
59+
</p>
60+
61+
<h4>JUnit</h4>
62+
This product includes software developed by the JUnit project
63+
(http://www.junit.org/). License:
64+
http://junit.sourceforge.net/cpl-v10.html
65+
</p>
66+
<h4>Yasqe</h4>
67+
<p>Parts of this product use software developed by Laurens Rietveld
68+
(http://yasqe.yasgui.org/). License:
69+
https://github.com/YASGUI/YASQE/blob/gh-pages/license.txt</p>
70+
71+
<h4>Codemirror</h4>
72+
<p>Parts of this product use software developed by Marijn Haverbeke
73+
et al. (http://codemirror.net/) License: http://codemirror.net/LICENSE
74+
</p>
75+
76+
<h4>jQuery</h4>
77+
<p>Parts of this product use software developed by the jQuery
78+
Foundation et al. (https://jquery.com/) License:
79+
https://github.com/jquery/jquery/blob/master/LICENSE.txt</p>
80+
81+
<h4>JSON.org</h4>
82+
<p>Parts of this product use software developed by JSON.org
83+
(http://www.json.org/). License: http://www.json.org/license.html</p>
84+
85+
<h4>Mockito</h4>
86+
<p>Parts of this product use software developed by the Mockito
87+
project (https://code.google.com/p/mockito/). License:
88+
https://github.com/mockito/mockito/blob/master/LICENSE</p>
89+
90+
<h4>FasterXML</h4>
91+
<p>Parts of this product use software developed by FasterXML, LLC
92+
(https://fasterxml.com). License:
93+
http://www.apache.org/licenses/LICENSE-2.0</p>
94+
95+
<h4>Google Guava</h4>
96+
<p>Parts of this product use software developed by the Google Guava
97+
project (https://github.com/google/guava/). License:
98+
https://github.com/google/guava/blob/master/COPYING</p>
99+
100+
<h4>Spatial4J</h4>
101+
<p>Parts of this product use software developed by the Spatial4j
102+
project (https://github.com/spatial4j/spatial4j/). License:
103+
https://github.com/spatial4j/spatial4j/blob/master/LICENSE.txt</p>
104+
</body>
105+
</html>

0 commit comments

Comments
 (0)