|
1 | | -Copyright (C) 2015-2016 Bloomberg Finance L.P. |
2 | | -Copyright (C) 2017- Hongbo Zhang, Authors of ReScript |
| 1 | +This repository contains code under multiple licenses. |
3 | 2 |
|
4 | | -This program is free software: you can redistribute it and/or modify |
5 | | -it under the terms of the GNU Lesser General Public License as published by |
6 | | -the Free Software Foundation, either version 3 of the License, or |
7 | | -(at your option) any later version. |
| 3 | +- compiler/: LGPL-3.0-or-later |
| 4 | +- compiler/syntax/: MIT |
| 5 | +- packages/@rescript/runtime/: MIT |
| 6 | +- rewatch/: MIT |
8 | 7 |
|
9 | | -In addition to the permissions granted to you by the LGPL, you may combine |
10 | | -or link a "work that uses the Library" with a publicly distributed version |
11 | | -of this file to produce a combined library or application, then distribute |
12 | | -that combined work under the terms of your choosing, with no requirement |
13 | | -to comply with the obligations normally placed on you by section 4 of the |
14 | | -LGPL version 3 (or the corresponding section of a later version of the LGPL |
15 | | -should you choose to use a later version). |
| 8 | +See full license texts: |
16 | 9 |
|
17 | | -This program is distributed in the hope that it will be useful, |
18 | | -but WITHOUT ANY WARRANTY; without even the implied warranty of |
19 | | -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
20 | | -GNU Lesser General Public License for more details. |
21 | | - |
22 | | -You should have received a copy of the GNU Lesser General Public License |
23 | | -along with this program; if not, write to the Free Software |
24 | | -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 10 | +- LGPL-3.0-or-later: COPYING.LESSER (and COPYING where applicable) |
| 11 | +- MIT: LICENSE.MIT |
0 commit comments