File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ ImageSharp uses third-party libraries or other resources that may be
2
+ distributed under licenses different than ImageSharp itself.
3
+
4
+ In the event that we accidentally failed to list a required notice, please
5
+ bring it to our attention by posting an issue.
6
+
7
+ The attached notices are provided for information only.
8
+
9
+
10
+ License notice for Zlib
11
+ -----
12
+
13
+ DeflateStream implementation adapted from SharpZipLib.
14
+ Licensed under MIT.
15
+ https://github.com/icsharpcode/SharpZipLib
16
+
17
+
18
+ Crc32 and Adler32 SIMD implementation adapted from Chromium.
19
+ Licensed under BSD 3-Clause "New" or "Revised" License.
20
+ https://github.com/chromium/chromium
21
+
22
+
23
+ License notice for Stream Read/Write Extensions
24
+ -----
25
+
26
+ Licensed to the .NET Foundation under one or more agreements.
27
+ The .NET Foundation licenses this file to you under the MIT license.
28
+ See the LICENSE file in the CoreFX project root for more information.
29
+
30
+ https://github.com/dotnet/corefx/blob/17300169760c61a90cab8d913636c1058a30a8c1/LICENSE.TXT
31
+ https://github.com/dotnet/corefx/blob/17300169760c61a90cab8d913636c1058a30a8c1/src/Common/src/CoreLib/System/IO/Stream.cs#L742
32
+ https://github.com/dotnet/corefx/blob/17300169760c61a90cab8d913636c1058a30a8c1/src/Common/src/CoreLib/System/IO/Stream.cs#L775
You can’t perform that action at this time.
0 commit comments