Skip to content

Commit a60f921

Browse files
Add 3rd part notices
1 parent ea883f8 commit a60f921

2 files changed

Lines changed: 37 additions & 0 deletions

File tree

ImageSharp.Drawing.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_root", "_root", "{C317F1B1
1717
Directory.Build.targets = Directory.Build.targets
1818
LICENSE = LICENSE
1919
README.md = README.md
20+
THIRD-PARTY-NOTICES = THIRD-PARTY-NOTICES
2021
EndProjectSection
2122
EndProject
2223
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{1799C43E-5C54-4A8F-8D64-B1475241DB0D}"

THIRD-PARTY-NOTICES

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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

Comments
 (0)