summaryrefslogtreecommitdiff
path: root/config/ia/locales/en/LICENSE.html
diff options
context:
space:
mode:
Diffstat (limited to 'config/ia/locales/en/LICENSE.html')
-rw-r--r--config/ia/locales/en/LICENSE.html56
1 files changed, 36 insertions, 20 deletions
diff --git a/config/ia/locales/en/LICENSE.html b/config/ia/locales/en/LICENSE.html
index 413cc86276..59ef4cc4e0 100644
--- a/config/ia/locales/en/LICENSE.html
+++ b/config/ia/locales/en/LICENSE.html
@@ -1,43 +1,56 @@
-<b><font face="Geneva,Sans-Serif">
+<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
-</font></b>
+</div>
-<p><font face="Geneva,Sans-Serif" size="-1">
+<p>
Copyright &copy; 2002-05 <a href="http://www.epfl.ch/">EPFL</a>, Lausanne.
All rights reserved.
-</font></p>
+</p>
-<p><font face="Geneva,Sans-Serif" size="-1">
-This software was developed by the Programming Methods Laboratory of the
-Swiss Federal Institute of Technology, Lausanne, Switzerland.
-</font></p>
+<p>
+This software was developed by the Programming Methods Laboratory of
+the Swiss Federal Institute of Technology, Lausanne, Switzerland.
+</p>
-<p><font face="Geneva,Sans-Serif" size="-1">
+<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:
-</font></p>
+</p>
<ol>
- <li><p><font face="Geneva,Sans-Serif" size="-1">
+ <li>
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- </font></p></li>
-
- <li><p><font face="Geneva,Sans-Serif" size="-1">
+ </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.
- </font></p></li>
-
- <li><p><font face="Geneva,Sans-Serif" size="-1">
+ </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.
- </font></p></li>
+ </li>
</ol>
-<p><font face="Geneva,Sans-Serif" size="-1">
+<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
@@ -49,4 +62,7 @@ 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.
-</font></p>
+</p>
+
+</body>
+</html>