|
| 1 | +SixLabors.ImageSharp.Drawing uses or incorporates ideas, algorithms, and/or |
| 2 | +implementation guidance from third-party projects that are distributed under |
| 3 | +licenses different from the Six Labors ImageSharp.Drawing software. |
| 4 | + |
| 5 | +The attached notices are provided for informational purposes only. Please |
| 6 | +review the original project repositories and license files for complete terms. |
| 7 | + |
| 8 | +================================================================================ |
| 9 | + |
| 10 | +Blaze (https://github.com/aurimasg/blaze) |
| 11 | +License: MIT |
| 12 | + |
| 13 | +Portions of this software were developed with reference to the Blaze |
| 14 | +project, including rasterization and related implementation techniques. |
| 15 | + |
| 16 | +Copyright (c) 2023 Aurimas Gasiulis |
| 17 | + |
| 18 | +The Blaze project is distributed under the MIT License. The full license text |
| 19 | +is available in the Blaze repository LICENSE file. |
| 20 | + |
| 21 | +================================================================================ |
| 22 | + |
| 23 | +Vello (https://github.com/linebender/vello) |
| 24 | +License: Apache-2.0 OR MIT |
| 25 | + |
| 26 | +Portions of this software were developed with reference to the Vello project, |
| 27 | +including GPU rasterization pipeline structure, shader stages, and related |
| 28 | +implementation techniques. |
| 29 | + |
| 30 | +Copyright 2020 the Vello Authors |
| 31 | + |
| 32 | +The Vello project is distributed under the Apache License, Version 2.0, or the |
| 33 | +MIT License. The full license texts are available in the Vello repository |
| 34 | +LICENSE-APACHE and LICENSE-MIT files. |
| 35 | + |
| 36 | +================================================================================ |
0 commit comments