Skip to content

Commit a318319

Browse files
authored
Merge pull request #958 from scala/apache2-license
License updated to Apache v2
2 parents f0b9e47 + 8c1b1b5 commit a318319

File tree

1 file changed

+11
-28
lines changed

1 file changed

+11
-28
lines changed

license.md

Lines changed: 11 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,18 @@ permalink: /license/
55
includeTOC: true
66
---
77

8-
Scala is licensed under the [BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause).
8+
Copyright (c) 2002-<span class="current-year">&nbsp;</span> [EPFL](https://lamp.epfl.ch/)<br>
9+
Copyright (c) 2011-<span class="current-year">&nbsp;</span> [Lightbend, Inc](https://www.lightbend.com/).
910

10-
## Scala License
11+
Scala is licensed under the [Apache License, Version 2.0]](https://www.apache.org/licenses/LICENSE-2.0) (the "License").
1112

12-
Copyright (c) 2002-<span class="current-year">&nbsp;</span> EPFL<br>
13-
Copyright (c) 2011-<span class="current-year">&nbsp;</span> Lightbend, Inc.
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.
1418

15-
All rights reserved.
19+
Scala includes software with other licenses. See the NOTICE file distributed
20+
with this work for additional information regarding copyright ownership.
1621

17-
Redistribution and use in source and binary forms, with or without modification,
18-
are permitted provided that the following conditions are met:
19-
20-
* Redistributions of source code must retain the above copyright notice,
21-
this list of conditions and the following disclaimer.
22-
* Redistributions in binary form must reproduce the above copyright notice,
23-
this list of conditions and the following disclaimer in the documentation
24-
and/or other materials provided with the distribution.
25-
* Neither the name of the EPFL nor the names of its contributors
26-
may be used to endorse or promote products derived from this software
27-
without specific prior written permission.
28-
29-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
31-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
32-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
33-
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
34-
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
35-
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
36-
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
37-
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
38-
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
39-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22+
NOTE: Versions of Scala distributed prior to October 2018 were licensed under the [BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause). The license change was [announced in May 2018](https://www.scala-lang.org/news/license-change.html).

0 commit comments

Comments
 (0)