Skip to content

Commit 6322349

Browse files
authored
Split LICENSE files (#119)
* Split LICENSE files * Add CHANGELOG entry
1 parent 54efcb2 commit 6322349

File tree

3 files changed

+38
-40
lines changed

3 files changed

+38
-40
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ New features:
1313
Bugfixes:
1414

1515
Other improvements:
16+
- Split `LICENSE` into `LICENSE` and `LICENSE_THIRDPARTY` (#119 by @maxdeviant)
1617

1718
## [v6.1.0](https://github.com/purescript/purescript-free/releases/tag/v6.101) - 2021-09-09
1819

LICENSE

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -24,43 +24,3 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
2424
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2525
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2626
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27-
28-
--------------------------------------------------------------------------------
29-
30-
This library makes use of code taken from, or inpired by the following
31-
libraries. Their LICENSE files follow.
32-
33-
free, from http://hackage.haskell.org/package/free/
34-
35-
'free' LICENSE file:
36-
37-
Copyright 2008-2013 Edward Kmett
38-
39-
All rights reserved.
40-
41-
Redistribution and use in source and binary forms, with or without
42-
modification, are permitted provided that the following conditions
43-
are met:
44-
45-
1. Redistributions of source code must retain the above copyright
46-
notice, this list of conditions and the following disclaimer.
47-
48-
2. Redistributions in binary form must reproduce the above copyright
49-
notice, this list of conditions and the following disclaimer in the
50-
documentation and/or other materials provided with the distribution.
51-
52-
3. Neither the name of the author nor the names of his contributors
53-
may be used to endorse or promote products derived from this software
54-
without specific prior written permission.
55-
56-
THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
57-
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
58-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
59-
DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
60-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
61-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
62-
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
63-
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
64-
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
65-
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
66-
POSSIBILITY OF SUCH DAMAGE.

LICENSE_THIRDPARTY

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
This library makes use of code taken from, or inpired by the following
2+
libraries. Their LICENSE files follow.
3+
4+
free, from http://hackage.haskell.org/package/free/
5+
6+
'free' LICENSE file:
7+
8+
Copyright 2008-2013 Edward Kmett
9+
10+
All rights reserved.
11+
12+
Redistribution and use in source and binary forms, with or without
13+
modification, are permitted provided that the following conditions
14+
are met:
15+
16+
1. Redistributions of source code must retain the above copyright
17+
notice, this list of conditions and the following disclaimer.
18+
19+
2. Redistributions in binary form must reproduce the above copyright
20+
notice, this list of conditions and the following disclaimer in the
21+
documentation and/or other materials provided with the distribution.
22+
23+
3. Neither the name of the author nor the names of his contributors
24+
may be used to endorse or promote products derived from this software
25+
without specific prior written permission.
26+
27+
THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
28+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
29+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
30+
DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
31+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
33+
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
34+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
35+
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
36+
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37+
POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)