|
| 1 | +BSD-2-Clause-Licensed Libraries |
| 2 | +================================================================================ |
| 3 | + |
| 4 | +This file contains the BSD 2-Clause License text for all BSD-2-Clause-licensed |
| 5 | +third-party libraries used in this project. |
| 6 | + |
| 7 | +================================================================================ |
| 8 | + |
| 9 | + |
| 10 | +1. MARKDIG.WPF |
| 11 | +================================================================================ |
| 12 | + |
| 13 | +https://github.com/Kryptos-FR/markdig.wpf |
| 14 | + |
| 15 | +A WPF renderer for the Markdig Markdown processor, used to display |
| 16 | +AI advisor output as formatted Markdown in the application. |
| 17 | + |
| 18 | +Copyright (c) 2016-2024 Nicolas Musset |
| 19 | + |
| 20 | + |
| 21 | +2. MARKDIG |
| 22 | +================================================================================ |
| 23 | + |
| 24 | +https://github.com/xoofx/markdig |
| 25 | + |
| 26 | +A fast, powerful, CommonMark-compliant Markdown processor for .NET. |
| 27 | +Used as the underlying Markdown parsing engine by Markdig.Wpf. |
| 28 | + |
| 29 | +Copyright (c) 2018-2019 Alexandre Mutel |
| 30 | + |
| 31 | + |
| 32 | +================================================================================ |
| 33 | +BSD 2-CLAUSE LICENSE TEXT |
| 34 | +================================================================================ |
| 35 | + |
| 36 | +BSD 2-Clause License |
| 37 | + |
| 38 | +Redistribution and use in source and binary forms, with or without |
| 39 | +modification, are permitted provided that the following conditions are met: |
| 40 | + |
| 41 | +1. Redistributions of source code must retain the above copyright notice, this |
| 42 | + list of conditions and the following disclaimer. |
| 43 | + |
| 44 | +2. Redistributions in binary form must reproduce the above copyright notice, |
| 45 | + this list of conditions and the following disclaimer in the documentation |
| 46 | + and/or other materials provided with the distribution. |
| 47 | + |
| 48 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 49 | +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 50 | +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 51 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
| 52 | +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 53 | +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 54 | +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 55 | +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 56 | +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 57 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
0 commit comments