summaryrefslogtreecommitdiff
path: root/config/izpack/locales/LICENSE_en.html
diff options
context:
space:
mode:
Diffstat (limited to 'config/izpack/locales/LICENSE_en.html')
-rw-r--r--config/izpack/locales/LICENSE_en.html68
1 files changed, 68 insertions, 0 deletions
diff --git a/config/izpack/locales/LICENSE_en.html b/config/izpack/locales/LICENSE_en.html
new file mode 100644
index 0000000000..59ef4cc4e0
--- /dev/null
+++ b/config/izpack/locales/LICENSE_en.html
@@ -0,0 +1,68 @@
+<html>
+
+<head>
+ <style type="text/css">
+ <!--
+ body { font-family:Helvetica,Arial,Sans-Serif; }
+ div.title { font-weight:bold; }
+ p { font-size:small; }
+ li { font-size:small; margin:0px 0px 6px 0px; }
+ -->
+ </style>
+</head>
+
+<body>
+
+<div class="title">
+SCALA LICENSE
+</div>
+
+<p>
+Copyright &copy; 2002-05 <a href="http://www.epfl.ch/">EPFL</a>, Lausanne.
+All rights reserved.
+</p>
+
+<p>
+This software was developed by the Programming Methods Laboratory of
+the Swiss Federal Institute of Technology, Lausanne, Switzerland.
+</p>
+
+<p>
+Permission to use, copy, modify, and distribute this software in source
+or binary form for any purpose with or without fee is hereby granted,
+provided that the following conditions are met:
+</p>
+
+<ol>
+ <li>
+ Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ </li>
+ <li>
+ Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ </li>
+ <li>
+ Neither the name of the EPFL nor the names of its contributors
+ may be used to endorse or promote products derived from this
+ software without specific prior written permission.
+ </li>
+</ol>
+
+<p>
+THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+</p>
+
+</body>
+</html>