forked from scala-js/scala-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICE
26 lines (22 loc) · 1.31 KB
/
NOTICE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Scala.js
Copyright (c) 2013-2018 EPFL
Scala.js includes software developed at EPFL (https://lamp.epfl.ch/ and
https://scala.epfl.ch/).
Licensed under the Apache License, Version 2.0 (the "License").
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
This project contains a translation of JUnit 4.12 to Scala.js in
junit-runtime/src/main/scala/org/junit/. The original code can be found at
https://github.com/junit-team/junit4/commit/64155f8a9babcfcf4263cf4d08253a1556e75481
As a translation, it constitutes a derivative work and is therefore licensed
under the Eclipse Public License v1.0, whose full text can be found in
junit-runtime/src/main/scala/org/junit/LICENSE-junit.txt
This project contains a translation of Hamcrest 1.3 to Scala.js in
junit-runtime/src/main/scala/org/hamcrest/. The original code can be found at
https://github.com/hamcrest/JavaHamcrest/tree/hamcrest-java-1.3
As a translation, it constitutes a derivative work and is therefore licensed
under the BSD License, whose full text can be found in
junit-runtime/src/main/scala/org/hamcrest/LICENSE-hamcrest.txt