Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2014-06-06 00:29:33 +0000
committerIgor Fedorenko2014-06-06 00:29:33 +0000
commit3bcfbfc16ff9abba124ad5292b0b054f63e2ae02 (patch)
tree97b7b613f96f5fd7a35ec03fa1a7d5dec7d39530 /m2e-maven-runtime
parent22bac54497ff5a6257096d4ed79e30ad42c6fe25 (diff)
downloadm2e-core-3bcfbfc16ff9abba124ad5292b0b054f63e2ae02.tar.gz
m2e-core-3bcfbfc16ff9abba124ad5292b0b054f63e2ae02.tar.xz
m2e-core-3bcfbfc16ff9abba124ad5292b0b054f63e2ae02.zip
435577 added about.html to slf4j simple bundle
Change-Id: If0e12503ad37f2b452c156715dd9b19b5d884a03 Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'm2e-maven-runtime')
-rw-r--r--m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/src/main/resources/about.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/src/main/resources/about.html b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/src/main/resources/about.html
new file mode 100644
index 00000000..46b94940
--- /dev/null
+++ b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/src/main/resources/about.html
@@ -0,0 +1,46 @@
+<!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 25, 2014</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>SLF4J Simple 1.7.5</h4>
+<p>
+The plug-in includes software developed as part of Simple Logging Facade for Java (SLF4J) project.
+Your use of SLF4J Simple 1.7.5 in binary code form contained in the plug-in is subject to the terms and conditions of the
+MIT License.
+A copy of the MIT is available at <a href="http://www.slf4j.org/license.html">http://www.slf4j.org/license.html</a>.
+(a local copy can be found <a href="about_files/slf4j-simple-LICENSE.txt">here</a>)
+</p>
+<p>The original binaries and source are available at the <a href="http://maven.org">Maven Central Repository</a>.</p>
+
+
+</body>
+</html> \ No newline at end of file

Back to the top