Skip to content

Commit af1ed78

Browse files
committed
Add Scala license (kotlinc runner scripts are derived from Scala)
1 parent ffe80dd commit af1ed78

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

license/third_party/scala_license.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
SCALA LICENSE
2+
3+
Copyright (c) 2002-2012 EPFL, Lausanne, unless otherwise specified.
4+
All rights reserved.
5+
6+
This software was developed by the Programming Methods Laboratory of the
7+
Swiss Federal Institute of Technology (EPFL), Lausanne, Switzerland.
8+
9+
Permission to use, copy, modify, and distribute this software in source
10+
or binary form for any purpose with or without fee is hereby granted,
11+
provided that the following conditions are met:
12+
13+
1. Redistributions of source code must retain the above copyright
14+
notice, this list of conditions and the following disclaimer.
15+
16+
2. Redistributions in binary form must reproduce the above copyright
17+
notice, this list of conditions and the following disclaimer in the
18+
documentation and/or other materials provided with the distribution.
19+
20+
3. Neither the name of the EPFL nor the names of its contributors
21+
may be used to endorse or promote products derived from this
22+
software without specific prior written permission.
23+
24+
25+
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
26+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
28+
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
29+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34+
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35+
SUCH DAMAGE.

0 commit comments

Comments
 (0)