Skip to main content
summaryrefslogtreecommitdiffstats
blob: 85969a117251cef033ce7c6093a1a21ef4a9c5c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>About</title>
</head>
<body lang="EN-US">
<h2>About This Content</h2>
 
<p>June 5, 2007</p>	
<h3>License</h3>

<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
indicated below, the Content is provided to you under the terms and conditions of the
Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>

<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
apply to your use of any object code in the Content.  Check the Redistributor's license that was 
provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>

<h3>Third Party Content</h3>

<p>The Content includes items that have been sourced from third parties as set out below. If you 
did not receive this Content directly from the Eclipse Foundation, the following is provided 
for informational purposes only, and you should look to the Redistributor's license for 
terms and conditions of use.</p>

<h4>XML4J 4.3</h4>
<p>The plug-in is based on XML4J which is based on Xerces developed by The Apache Software Foundation as part of the Apache XML project.  Therefore:</p>

<blockquote>This product includes software developed by the Apache Software Foundation<br />
	(<a href="http://www.apache.org/">http://www.apache.org/</a>).</blockquote>

<p>The following classes in the plug-in JAR:</p>

<ul>
	<li>org.eclipse.emf.ecore.xml.type.internal.DataValue</li>
	<li>org.eclipse.emf.ecore.xml.type.internal.RegEx</li>
	<li>org.eclipse.emf.ecore.xml.type.internal.XMLCalendar</li>
	<li>org.eclipse.emf.ecore.xml.type.internal.XMLDuration</li>
</ul>

<p>are based on code from the following packages in XML4J:</p>

<ul>
	<li>org.apache.xerces.impl.xpath.regex</li>
	<li>org.apache.xerces.util</li>
	<li>org.apache.xerces.impl.dv</li>
	<li>org.apache.xerces.impl.dv.util</li>
	<li>org.apache.xerces.impl.dv.xs</li>
</ul>

<p>and shall be defined as the &quot;XML4J Derivative Work.&quot;</p>

<p>The XMLJ Derivative Work binary code can be found in the plug-in JAR in the following files:</p>

<ul>
	<li>org\eclipse\emf\ecore\xml\type\internal\DataValue.class</li>
	<li>org\eclipse\emf\ecore\xml\type\internal\RegEx.class</li>
	<li>org\eclipse\emf\ecore\xml\type\internal\XMLCalendar.class</li>
	<li>org\eclipse\emf\ecore\xml\type\internal\XMLDuration.class</li>
</ul>

<p>The XMLJ Derivative Work source code can be found in src.zip in the following files:</p>

<ul>
	<li>org\eclipse\emf\ecore\xml\type\internal\DataValue.java</li>
	<li>org\eclipse\emf\ecore\xml\type\internal\RegEx.java</li>
	<li>org\eclipse\emf\ecore\xml\type\internal\XMLCalendar.java</li>
	<li>org\eclipse\emf\ecore\xml\type\internal\XMLDuration.java</li>
</ul>

<p>The XML4J Derivative Work is:</p>

<blockquote>Copyright (c) 1999-2004 The Apache Software Foundation.  All rights reserved.</blockquote>

<p>Your use of the XML4J Derivative Work is subject to the terms and conditions of the Apache Software License
which is available at <a href="http://xml.apache.org/dist/LICENSE.txt">http://xml.apache.org/dist/LICENSE.txt</a>.
More specifically:</p>

<blockquote>
  1. Redistributions of source code must retain the above copyright<br />
     notice, this list of conditions and the following disclaimer.<br />
<br />
  2. Redistributions in binary form must reproduce the above copyright<br />
     notice, this list of conditions and the following disclaimer in<br />
     the documentation and/or other materials provided with the<br />
     distribution.<br />
 <br />
  3. The end-user documentation included with the redistribution,<br />
    if any, must include the following acknowledgment:<br />
		<blockquote>
        "This product includes software developed by the<br />
         Apache Software Foundation (<a href="http://www.apache.org/">http://www.apache.org/</a>)."<br />
		</blockquote>
     Alternately, this acknowledgment may appear in the software itself,<br />
     if and wherever such third-party acknowledgments normally appear.<br />
 <br />
  4. The names "Xerces" and "Apache Software Foundation" must<br />
     not be used to endorse or promote products derived from this<br />
     software without prior written permission. For written<br />
     permission, please contact <a href="mailto:apache@apache.org">apache@apache.org</a>.<br />
 <br />
  5. Products derived from this software may not be called "Apache",<br />
     nor may "Apache" appear in their name, without prior written<br />
     permission of the Apache Software Foundation.<br />
 <br />
  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED<br />
  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES<br />
  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE<br />
  DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR<br />
  ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,<br />
  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT<br />
  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF<br />
  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND<br />
  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,<br />
  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT<br />
  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF<br />
  SUCH DAMAGE.
</blockquote>

</body>
</html>

Back to the top