Added the licensing information to the nugets

This commit is contained in:
Matthew Leibowitz 2018-02-23 04:19:30 +02:00
Родитель c618c531ff
Коммит b483e166d3
7 изменённых файлов: 2755 добавлений и 5 удалений

2716
External-Dependency-Info.txt Normal file

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,8 +1,21 @@
Copyright (c) 2015-2016 Xamarin, Inc.
Copyright (c) 2017-2018 Microsoft Corporation.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Copyright (c) 2015-2016 Xamarin, Inc.
Copyright (c) 2017-2018 Microsoft Corporation.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Просмотреть файл

@ -62,5 +62,10 @@
<file platform="windows" src="output/native/uwp/x86/libHarfBuzzSharp.dll" target="runtimes/win10-x86/nativeassets/uap10.0/libHarfBuzzSharp.dll" />
<file platform="windows" src="output/native/uwp/arm/libHarfBuzzSharp.dll" target="runtimes/win10-arm/nativeassets/uap10.0/libHarfBuzzSharp.dll" />
<file platform="linux" src="output/native/linux/x64/libHarfBuzzSharp.so" target="runtimes/linux-x64/native/libHarfBuzzSharp.so" />
<!-- legal -->
<file src="LICENSE.md" target="LICENSE.md" />
<file src="External-Dependency-Info.txt" target="THIRD-PARTY-NOTICES.txt" />
</files>
</package>

Просмотреть файл

@ -34,10 +34,14 @@
</metadata>
<files>
<!-- SkiaSharp.HarfBuzz.dll -->
<file src="output/portable/SkiaSharp.HarfBuzz.dll" target="lib/portable-net45+win8+wpa81+wp8" />
<file src="output/docs/msxml/SkiaSharp.HarfBuzz.xml" target="lib/portable-net45+win8+wpa81+wp8" />
<file src="output/netstandard/SkiaSharp.HarfBuzz.dll" target="lib/netstandard1.3" />
<file src="output/docs/msxml/SkiaSharp.HarfBuzz.xml" target="lib/netstandard1.3" />
<!-- legal -->
<file src="LICENSE.md" target="LICENSE.md" />
</files>
</package>

Просмотреть файл

@ -56,6 +56,7 @@
</metadata>
<files>
<!-- SkiaSharp.Views.Forms.dll -->
<file src="output/portable/SkiaSharp.Views.Forms.dll" target="lib/portable-net45+win8+wpa81+wp8" />
<file src="output/docs/msxml/SkiaSharp.Views.Forms.xml" target="lib/portable-net45+win8+wpa81+wp8" />
<file src="output/netstandard/SkiaSharp.Views.Forms.dll" target="lib/netstandard1.3" />
@ -69,5 +70,8 @@
<file platform="windows" src="output/uwp/SkiaSharp.Views.Forms.dll" target="lib/uap10.0" />
<file platform="windows" src="output/docs/msxml/SkiaSharp.Views.Forms.xml" target="lib/uap10.0" />
<!-- legal -->
<file src="LICENSE.md" target="LICENSE.md" />
</files>
</package>

Просмотреть файл

@ -33,6 +33,7 @@
</metadata>
<files>
<!-- SkiaSharp.Views.*.dll -->
<file src="output/desktop/SkiaSharp.Views.Desktop.dll" target="lib/net45" />
<file src="output/docs/msxml/SkiaSharp.Views.Desktop.xml" target="lib/net45" />
<file platform="macos,linux" src="output/gtk/SkiaSharp.Views.Gtk.dll" target="lib/net45" />
@ -52,5 +53,8 @@
<file platform="macos" src="output/osx/SkiaSharp.Views.Mac.dll" target="lib/XamarinMac" />
<file platform="macos" src="output/docs/msxml/SkiaSharp.Views.Mac.xml" target="lib/XamarinMac" />
<!-- legal -->
<file src="LICENSE.md" target="LICENSE.md" />
</files>
</package>

Просмотреть файл

@ -73,5 +73,9 @@
<!-- Workbooks integration -->
<file src="output/interactive/SkiaSharp.Workbooks.dll" target="xamarin.interactive/SkiaSharp.Workbooks.dll" />
<!-- legal -->
<file src="LICENSE.md" target="LICENSE.md" />
<file src="External-Dependency-Info.txt" target="THIRD-PARTY-NOTICES.txt" />
</files>
</package>