|
| 1 | +This code is an adaptation of https://github.com/haskell-actions/run-fourmolu |
| 2 | +which in turn was an adaptation. Here is the license as included in the |
| 3 | +`run-fourmolu` code: |
| 4 | + |
| 5 | +This code was originally written by Mark Karpov for Ormolu: |
| 6 | +https://github.com/mrkkrp/ormolu-action. The following is the license for that |
| 7 | +code: |
| 8 | + |
| 9 | +Copyright © 2020–2022 Mark Karpov |
| 10 | + |
| 11 | +All rights reserved. |
| 12 | + |
| 13 | +Redistribution and use in source and binary forms, with or without |
| 14 | +modification, are permitted provided that the following conditions are met: |
| 15 | + |
| 16 | +* Redistributions of source code must retain the above copyright notice, |
| 17 | + this list of conditions and the following disclaimer. |
| 18 | + |
| 19 | +* 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 | +* Neither the name Mark Karpov nor the names of contributors may be used to |
| 24 | + endorse or promote products derived from this software without specific |
| 25 | + prior written permission. |
| 26 | + |
| 27 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS “AS IS” AND ANY EXPRESS |
| 28 | +OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 29 | +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN |
| 30 | +NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 31 | +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 32 | +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, |
| 33 | +OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 34 | +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 35 | +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, |
| 36 | +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 37 | + |
| 38 | +------------------------------------------ |
| 39 | + |
| 40 | +The above repo has been updated to work with Fourmolu in this repository. |
| 41 | +This new code uses the following license: |
| 42 | + |
| 43 | +Copyright © 2022–present Bitnomial |
| 44 | + |
| 45 | +All rights reserved. |
| 46 | + |
| 47 | +Redistribution and use in source and binary forms, with or without |
| 48 | +modification, are permitted provided that the following conditions are met: |
| 49 | + |
| 50 | +* Redistributions of source code must retain the above copyright notice, |
| 51 | + this list of conditions and the following disclaimer. |
| 52 | + |
| 53 | +* Redistributions in binary form must reproduce the above copyright |
| 54 | + notice, this list of conditions and the following disclaimer in the |
| 55 | + documentation and/or other materials provided with the distribution. |
| 56 | + |
| 57 | +* Neither the name Mark Karpov nor the names of contributors may be used to |
| 58 | + endorse or promote products derived from this software without specific |
| 59 | + prior written permission. |
| 60 | + |
| 61 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS “AS IS” AND ANY EXPRESS |
| 62 | +OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 63 | +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN |
| 64 | +NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 65 | +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 66 | +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, |
| 67 | +OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 68 | +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 69 | +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, |
| 70 | +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
0 commit comments