blob: 17e3fdb80ee42d04aa75a95faba07a2157680c2f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Scala License | The Scala Programming Language</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/resources/favicon.ico">
<link rel="shortcut icon" type="image/png" href="/resources/favicon.ico">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<!-- Custom stylesheet -->
<link href="/resources/css/unslider-dots.css" rel="stylesheet" type="text/css">
<link href="/resources/css/unslider.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/resources/css/highlightjs.css" type="text/css" />
<link rel="stylesheet" href="/resources/css/style.css" type="text/css" />
<link rel="stylesheet" href="/resources/css/vendor/codemirror.css" type="text/css" />
<link rel="stylesheet" href="/resources/css/vendor/monokai.css" type="text/css" />
<link rel="stylesheet" href="/resources/css/monospace.css" type="text/css" />
<!-- Typekit (should stay at top of page, do not move to footer)-->
<!--<script type="text/javascript" src="//use.typekit.net/abh3wgk.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script> -->
<!-- Atom feeds -->
<link rel="alternate" type="application/atom+xml" title="News Feed" href="/feed/index.xml" />
<link rel="alternate" type="application/atom+xml" title="Blog Feed" href="/feed/blog.xml" />
</head>
<body>
<div class="navigation-fade-screen"></div>
<header id="site-header">
<div class="wrap">
<nav class="navigation" role="menu">
<a href="/" class="navigation-bdand">
<img src="/resources/img/frontpage/scala-logo-white@2x.png" alt="">
</a>
<div class="navigation-panel-button">
<i class="fa fa-bars"></i>
</div>
<ul class="navigation-menu">
<li class="navigation-menu-item">
<a href="http://docs.scala-lang.org" >Documentation</a>
</li>
<li class="navigation-menu-item">
<a href="/download/" >Download</a>
</li>
<li class="navigation-menu-item">
<a href="/community/" >Community</a>
</li>
<li class="navigation-menu-item">
<a href="https://index.scala-lang.org" >Libraries</a>
</li>
<li class="navigation-menu-item">
<a href="/contribute/" >Contribute</a>
</li>
<li class="navigation-menu-item">
<a href="/blog/" >Blog</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="inner-main">
<!-- Title -->
<section class="title-page">
<div class="wrap">
<h1>Scala License</h1>
</div>
</section>
<!-- Main content -->
<section class="content">
<div class="wrap">
<div class="content-primary">
<div class="inner-box">
<p>Scala is licensed under the <a href="http://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</a>.</p>
<h2 id="scala-license">Scala License</h2>
<p>Copyright (c) 2002-<span class="current-year"> </span> EPFL<br />
Copyright (c) 2011-<span class="current-year"> </span> Lightbend, Inc.</p>
<p>All rights reserved.</p>
<p>Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:</p>
<ul>
<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>
</ul>
<p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT OWNER 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>
</div>
</div>
<!-- TOC -->
<div class="content-nav">
<div class="inner-box sidebar-toc-wrapper" style="">
<h5>Contents</h5>
<div class="inner-toc" id="sidebar-toc">
</div>
<hr>
<div class="help-us"><a href="https://github.com/scala/scala-lang/blob/master/license.md"><i class="fa fa-pencil" aria-hidden="true"></i> Problem with this page?<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Please help us fix it!</a></div>
</div>
</div>
</div>
</section>
</main>
<footer id="site-footer">
<div class="wrap">
<div class="site-footer-top">
<ul class="documentation">
<li><h3>Documentation</h3></li>
<li><a href="https://docs.scala-lang.org/getting-started.html">Getting Started</a></li>
<li><a href="https://www.scala-lang.org/api/current/index.html">API</a></li>
<li><a href="https://docs.scala-lang.org/overviews">Overviews/Guides</a></li>
<li><a href="https://scala-lang.org/files/archive/spec/2.12/">Language Specification</a></li>
</ul>
<ul class="download">
<li><h3>Download</h3></li>
<li><a href="/download/">Current Version</a></li>
<li><a href="/download/all.html">All versions</a></li>
</ul>
<ul class="community">
<li><h3>Community</h3></li>
<li><a href="/community/">Community</a></li>
<li><a href="/community/index.html#forums--mailing-lists">Forums / Mailing Lists</a></li>
<li><a href="/community/index.html#chat-rooms">Chat Rooms & More</a></li>
<li><a href="/community/index.html#community-libraries-and-tools">Libraries and Tools</a></li>
<li><a href="https://scala.epfl.ch/">The Scala Center</a></li>
</ul>
<ul class="contribute">
<li><h3>Contribute</h3></li>
<li><a href="/contribute/">How to help</a></li>
<li><a href="/contribute/bug-reporting-guide.html">Report an Issue</a></li>
</ul>
<ul class="scala">
<li><h3>Scala</h3></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/conduct.html">Code of Conduct</a></li>
<li><a href="/license/">License</a></li>
</ul>
<ul class="social">
<li><h3>Social</h3></li>
<li><a href="https://github.com/scala/scala">GitHub</a></li>
<li><a href="https://twitter.com/scala_lang">Twitter</a></li>
</ul>
</div>
<div class="site-footer-bottom">
<p>Copyright © 2002-2018 École Polytechnique Fédérale <br>Lausanne (EPFL) Lausanne, Switzerland</p>
<img src="/resources/img/frontpage/scala-logo-white.png" alt="">
</div>
</div>
</footer>
<!-- jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="/resources/js/vendor/jquery.autocomplete.js" type="text/javascript" ></script>
<!-- tweet feed -->
<script src="/resources/js/tweetMachine-update.js" type="text/javascript" ></script>
<!-- prettify js -->
<script src="/resources/js/vendor/prettify/prettify.js" type="text/javascript" ></script>
<script src="/resources/js/vendor/prettify/lang-scala.js" type="text/javascript" ></script>
<!-- unslider js -->
<script src="/resources/js/vendor/unslider.js" type="text/javascript" ></script>
<!-- Highlight -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/languages/scala.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/languages/java.min.js" type="text/javascript"></script>
<!-- CodeMirror -->
<script src="/resources/js/vendor/codemirror/codemirror.js" type="text/javascript"></script>
<script src="/resources/js/vendor/codemirror/clike.js" type="text/javascript"></script>
<!-- TOC -->
<script src="/resources/js/vendor/jquery.sticky.js" type="text/javascript" ></script>
<script src="/resources/js/vendor/toc.js" type="text/javascript" ></script>
<!-- Blog search -->
<script src="/resources/js/vendor/jekyll.search.min.js" type="text/javascript"></script>
<!-- Custom javascript -->
<script src="/resources/js/functions.js" type="text/javascript"></script>
<script src="/resources/js/analytics.js" type="text/javascript"></script>
</body>
</html>