|
1 |
| -BSD 2-Clause License |
| 1 | +Copyright (C) 2024 ChillerDragon (Go port) |
| 2 | +Copyright (C) 2007-2022 Magnus Auvinen (original implementation) |
2 | 3 |
|
3 |
| -Copyright (c) 2024, ChillerDragon |
| 4 | +This software is provided 'as-is', without any express or implied |
| 5 | +warranty. In no event will the authors be held liable for any damages |
| 6 | +arising from the use of this software. |
4 | 7 |
|
5 |
| -Redistribution and use in source and binary forms, with or without |
6 |
| -modification, are permitted provided that the following conditions are met: |
| 8 | +Permission is granted to anyone to use this software for any purpose, |
| 9 | +including commercial applications, and to alter it and redistribute it |
| 10 | +freely, subject to the following restrictions: |
7 | 11 |
|
8 |
| -1. Redistributions of source code must retain the above copyright notice, this |
9 |
| - list of conditions and the following disclaimer. |
10 |
| - |
11 |
| -2. Redistributions in binary form must reproduce the above copyright notice, |
12 |
| - this list of conditions and the following disclaimer in the documentation |
13 |
| - and/or other materials provided with the distribution. |
14 |
| - |
15 |
| -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
16 |
| -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
17 |
| -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
18 |
| -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
19 |
| -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
20 |
| -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
21 |
| -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
22 |
| -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
23 |
| -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
24 |
| -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 12 | +1. The origin of this software must not be misrepresented; you must not |
| 13 | + claim that you wrote the original software. If you use this software |
| 14 | + in a product, an acknowledgment in the product documentation would be |
| 15 | + appreciated but is not required. |
| 16 | +2. Altered source versions must be plainly marked as such, and must not be |
| 17 | + misrepresented as being the original software. |
| 18 | +3. This notice may not be removed or altered from any source distribution. |
0 commit comments