PowerShell/ThirdPartyNotices.txt
Aditya Patwardhan 1cf14bd596 Added Markdown rendering cmdlets
ConvertFrom-Markdown is used for converting a markdown document or string to a MarkdownInfo object.
It can optionally return a HTML or VT100 encoded string in addition to a AST of the markdown document.

Show-Markdown is used to either display the VT100 encoded string on console or redirect the HTML string to the browser.

Set/Get-MarkdownOption cmdlets get be used to view or set markdown rendering options.
2018-07-12 17:13:55 -07:00

831 lines
44 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
Do Not Translate or Localize
The software is based on or incorporates material from the projects listed below (collectively, “Third Party Code”). Microsoft is not the original author of the Third Party Code. The original copyright notice and license, under which Microsoft received such Third Party Code, are set forth below. Microsoft reserves all rights not expressly granted herein, whether by implication, estoppel or otherwise.
---------------------------------------------
PSReadLine
---------------------------------------------
https://github.com/lzybkr/PSReadLine
Copyright (c) 2013, Jason Shirk
All rights reserved.
BSD License
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
----------------------------------------------
Hashtables from ConvertFrom-Json
----------------------------------------------
http://stackoverflow.com/questions/22002748/hashtables-from-convertfrom-json-have-different-type-from-powershells-built-in-h
Copyright (c) 2015 Dave Wyatt. All rights reserved.
All rights reserved.
MIT License
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 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.
-------------------------------------------------
PackageManagement
-------------------------------------------------
Copyright (c) Microsoft Corporation.
All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-------------------------------------------------
NJsonSchema
-------------------------------------------------
The MIT License (MIT)
Copyright (c) 2016 Rico Suter
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 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.
libuv is part of the Node project: http://nodejs.org/
libuv may be distributed alone under Node's license:
====
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
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 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.
====
This license applies to all parts of libuv that are not externally
maintained libraries.
The externally maintained libraries used by libuv are:
- tree.h (from FreeBSD), copyright Niels Provos. Two clause BSD license.
- inet_pton and inet_ntop implementations, contained in src/inet.c, are
copyright the Internet Systems Consortium, Inc., and licensed under the ISC
license.
- stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three
clause BSD license.
- pthread-fixes.h, pthread-fixes.c, copyright Google Inc. and Sony Mobile
Communications AB. Three clause BSD license.
- android-ifaddrs.h, android-ifaddrs.c, copyright Berkeley Software Design Inc,
Kenneth MacKay and Emergya (Cloud4all, FP7/2007-2013, grant agreement
n° 289016). Three clause BSD license.
=========================================
----------------------------------------------------
• dotnet-test-xunit 2.2.0-preview2-build1029
• xunit
• xunit.abstractions
• xunit.assert
• xunit.core
• xunit.extensibility.core
• xunit.extensibility.execution
• xunit.runner.reporters
• xunit.runner.utility
----------------------------------------------------
https://www.nuget.org/packages
Copyright 2015 Outercurve Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--------------------------------------------------
• Microsoft.CodeAnalysis.Analyzers
• Microsoft.CodeAnalysis.Common
• Microsoft.CodeAnalysis.CSharp
• Microsoft.CodeAnalysis.VisualBasic
• Microsoft.CSharp
• Microsoft.DiaSymReader
• Microsoft.DiaSymReader.Native
• Microsoft.DotNet.Cli.Utils
• Microsoft.DotNet.InternalAbstractions
• Microsoft.DotNet.ProjectModel
• Microsoft.Extensions.DependencyModel
• Microsoft.Extensions.Testing.Abstractions
• Microsoft.NETCore
• Microsoft.NETCore.App
• Microsoft.NETCore.DotNetHost
• Microsoft.NETCore.DotNetHostPolicy
• Microsoft.NETCore.DotNetHostResolver
• Microsoft.NETCore.Jit
• Microsoft.NETCore.Platforms
• Microsoft.NETCore.Portable.Compatibility
• Microsoft.NETCore.Runtime
• Microsoft.NETCore.Runtime.CoreCLR
• Microsoft.NETCore.Runtime.Native
• Microsoft.NETCore.Targets
• Microsoft.NETCore.Windows.ApiSets
• Microsoft.VisualBasic
• Microsoft.Win32.Primitives
• Microsoft.Win32.Registry
• Microsoft.Win32.Registry.AccessControl
• NETStandard.Library
• runtime.any.System.Collections
• runtime.any.System.Diagnostics.Tools
• runtime.any.System.Diagnostics.Tracing
• runtime.any.System.Globalization
• runtime.any.System.Globalization.Calendars
• runtime.any.System.IO
• runtime.any.System.Reflection
• runtime.any.System.Reflection.Extensions
• runtime.any.System.Reflection.Primitives
• runtime.any.System.Resources.ResourceManager
• runtime.any.System.Runtime
• runtime.any.System.Runtime.Handles
• runtime.any.System.Runtime.InteropServices
• runtime.any.System.Text.Encoding
• runtime.any.System.Text.Encoding.Extensions
• runtime.any.System.Threading.Tasks
• runtime.any.System.Threading.Timer
• runtime.debian.8-x64.Microsoft.NETCore.DotNetHost
• runtime.debian.8-x64.Microsoft.NETCore.DotNetHostPolicy
• runtime.debian.8-x64.Microsoft.NETCore.DotNetHostResolver
• runtime.debian.8-x64.Microsoft.NETCore.Jit
• runtime.debian.8-x64.Microsoft.NETCore.Runtime.CoreCLR
• runtime.debian.8-x64.runtime.native.System
• runtime.debian.8-x64.runtime.native.System.IO.Compression
• runtime.debian.8-x64.runtime.native.System.Net.Http
• runtime.debian.8-x64.runtime.native.System.Net.Security
• runtime.debian.8-x64.runtime.native.System.Security.Cryptography
• runtime.native.System
• runtime.native.System.Data.SqlClient.sni
• runtime.native.System.IO.Compression
• runtime.native.System.Net.Http
• runtime.native.System.Net.Security
• runtime.native.System.Security.Cryptography
• runtime.osx.10.10-x64.Microsoft.NETCore.DotNetHost
• runtime.osx.10.10-x64.Microsoft.NETCore.DotNetHostPolicy
• runtime.osx.10.10-x64.Microsoft.NETCore.DotNetHostResolver
• runtime.osx.10.10-x64.Microsoft.NETCore.Jit
• runtime.osx.10.10-x64.Microsoft.NETCore.Runtime.CoreCLR
• runtime.osx.10.10-x64.runtime.native.System
• runtime.osx.10.10-x64.runtime.native.System.IO.Compression
• runtime.osx.10.10-x64.runtime.native.System.Net.Http
• runtime.osx.10.10-x64.runtime.native.System.Net.Security
• runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography
• runtime.rhel.7-x64.Microsoft.NETCore.DotNetHost
• runtime.rhel.7-x64.Microsoft.NETCore.DotNetHostPolicy
• runtime.rhel.7-x64.Microsoft.NETCore.DotNetHostResolver
• runtime.rhel.7-x64.Microsoft.NETCore.Jit
• runtime.rhel.7-x64.Microsoft.NETCore.Runtime.CoreCLR
• runtime.rhel.7-x64.runtime.native.System
• runtime.rhel.7-x64.runtime.native.System.IO.Compression
• runtime.rhel.7-x64.runtime.native.System.Net.Http
• runtime.rhel.7-x64.runtime.native.System.Net.Security
• runtime.rhel.7-x64.runtime.native.System.Security.Cryptography
• runtime.ubuntu.14.04-x64.Microsoft.NETCore.DotNetHost
• runtime.ubuntu.14.04-x64.Microsoft.NETCore.DotNetHostPolicy
• runtime.ubuntu.14.04-x64.Microsoft.NETCore.DotNetHostResolver
• runtime.ubuntu.14.04-x64.Microsoft.NETCore.Jit
• runtime.ubuntu.14.04-x64.Microsoft.NETCore.Runtime.CoreCLR
• runtime.ubuntu.14.04-x64.runtime.native.System
• runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression
• runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http
• runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security
• runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography
• runtime.ubuntu.16.04-x64.Microsoft.NETCore.DotNetHost
• runtime.ubuntu.16.04-x64.Microsoft.NETCore.DotNetHostPolicy
• runtime.ubuntu.16.04-x64.Microsoft.NETCore.DotNetHostResolver
• runtime.ubuntu.16.04-x64.Microsoft.NETCore.Jit
• runtime.ubuntu.16.04-x64.Microsoft.NETCore.Runtime.CoreCLR
• runtime.ubuntu.16.04-x64.runtime.native.System
• runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression
• runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http
• runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security
• runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography
• runtime.unix.Microsoft.Win32.Primitives
• runtime.unix.System.Console
• runtime.unix.System.Diagnostics.Debug
• runtime.unix.System.IO.FileSystem
• runtime.unix.System.Net.Primitives
• runtime.unix.System.Net.Sockets
• runtime.unix.System.Private.Uri
• runtime.unix.System.Runtime.Extensions
• runtime.win.Microsoft.Win32.Primitives
• runtime.win.System.Console
• runtime.win.System.Diagnostics.Debug
• runtime.win.System.IO.FileSystem
• runtime.win.System.Net.Primitives
• runtime.win.System.Net.Sockets
• runtime.win.System.Runtime.Extensions
• runtime.win7-x64.Microsoft.NETCore.DotNetHost
• runtime.win7-x64.Microsoft.NETCore.DotNetHostPolicy
• runtime.win7-x64.Microsoft.NETCore.DotNetHostResolver
• runtime.win7-x64.Microsoft.NETCore.Jit
• runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR
• runtime.win7-x64.Microsoft.NETCore.Windows.ApiSets
• runtime.win7-x64.runtime.native.System.Data.SqlClient.sni
• runtime.win7-x64.runtime.native.System.IO.Compression
• runtime.win7-x86.runtime.native.System.Data.SqlClient.sni
• runtime.win7.System.Private.Uri
• runtime.win81-x64.Microsoft.NETCore.Windows.ApiSets
• System.AppContext
• System.Buffers
• System.Collections
• System.Collections.Concurrent
• System.Collections.Immutable
• System.Collections.NonGeneric
• System.Collections.Specialized
• System.ComponentModel
• System.ComponentModel.Annotations
• System.ComponentModel.EventBasedAsync
• System.ComponentModel.Primitives
• System.ComponentModel.TypeConverter
• System.Console
• System.Data.Common
• System.Data.SqlClient
• System.Diagnostics.Contracts
• System.Diagnostics.Debug
• System.Diagnostics.DiagnosticSource
• System.Diagnostics.FileVersionInfo
• System.Diagnostics.Process
• System.Diagnostics.StackTrace
• System.Diagnostics.TextWriterTraceListener
• System.Diagnostics.Tools
• System.Diagnostics.TraceSource
• System.Diagnostics.Tracing
• System.Dynamic.Runtime
• System.Globalization
• System.Globalization.Calendars
• System.Globalization.Extensions
• System.IO
• System.IO.Compression
• System.IO.Compression.ZipFile
• System.IO.FileSystem
• System.IO.FileSystem.AccessControl
• System.IO.FileSystem.DriveInfo
• System.IO.FileSystem.Primitives
• System.IO.FileSystem.Watcher
• System.IO.MemoryMappedFiles
• System.IO.Packaging
• System.IO.Pipes
• System.IO.UnmanagedMemoryStream
• System.Linq
• System.Linq.Expressions
• System.Linq.Parallel
• System.Linq.Queryable
• System.Net.Http
• System.Net.Http.WinHttpHandler
• System.Net.NameResolution
• System.Net.NetworkInformation
• System.Net.Ping
• System.Net.Primitives
• System.Net.Requests
• System.Net.Security
• System.Net.Sockets
• System.Net.WebHeaderCollection
• System.Net.WebSockets
• System.Net.WebSockets.Client
• System.Numerics.Vectors
• System.ObjectModel
• System.Private.DataContractSerialization
• System.Private.ServiceModel
• System.Private.Uri
• System.Reflection
• System.Reflection.DispatchProxy
• System.Reflection.Emit
• System.Reflection.Emit.ILGeneration
• System.Reflection.Emit.Lightweight
• System.Reflection.Extensions
• System.Reflection.Metadata
• System.Reflection.Primitives
• System.Reflection.TypeExtensions
• System.Resources.Reader
• System.Resources.ResourceManager
• System.Runtime
• System.Runtime.CompilerServices.VisualC
• System.Runtime.Extensions
• System.Runtime.Handles
• System.Runtime.InteropServices
• System.Runtime.InteropServices.PInvoke
• System.Runtime.InteropServices.RuntimeInformation
• System.Runtime.Loader
• System.Runtime.Numerics
• System.Runtime.Serialization.Json
• System.Runtime.Serialization.Primitives
• System.Runtime.Serialization.Xml
• System.Security.AccessControl
• System.Security.Claims
• System.Security.Cryptography.Algorithms
• System.Security.Cryptography.Cng
• System.Security.Cryptography.Csp
• System.Security.Cryptography.Encoding
• System.Security.Cryptography.OpenSsl
• System.Security.Cryptography.Pkcs
• System.Security.Cryptography.Primitives
• System.Security.Cryptography.X509Certificates
• System.Security.Principal
• System.Security.Principal.Windows
• System.Security.SecureString
• System.ServiceModel.Duplex
• System.ServiceModel.Http
• System.ServiceModel.NetTcp
• System.ServiceModel.Primitives
• System.ServiceModel.Security
• System.ServiceProcess.ServiceController
• System.Text.Encoding
• System.Text.Encoding.CodePages
• System.Text.Encoding.Extensions
• System.Text.Encodings.Web
• System.Text.RegularExpressions
• System.Threading
• System.Threading.AccessControl
• System.Threading.Overlapped
• System.Threading.Tasks
• System.Threading.Tasks.Dataflow
• System.Threading.Tasks.Extensions
• System.Threading.Tasks.Parallel
• System.Threading.Thread
• System.Threading.ThreadPool
• System.Threading.Timer
• System.Xml.ReaderWriter
• System.Xml.XDocument
• System.Xml.XmlDocument
• System.Xml.XmlSerializer
• System.Xml.XPath
• System.Xml.XPath.XDocument
• System.Xml.XPath.XmlDocument
-------------------------------------------------------
MICROSOFT SOFTWARE LICENSE TERMS
MICROSOFT .NET LIBRARY
These license terms are an agreement between Microsoft Corporation (or based on where you
live, one of its affiliates) and you. Please read them. They apply to the software named above,
which includes the media on which you received it, if any. The terms also apply to any Microsoft
• updates,
• supplements,
• Internet-based services, and
• support services
for this software, unless other terms accompany those items. If so, those terms apply.
BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THEM, DO NOT
USE THE SOFTWARE.
IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE PERPETUAL RIGHTS BELOW.
1. INSTALLATION AND USE RIGHTS.
a. Installation and Use. You may install and use any number of copies of the software to design,
develop and test your programs.
b. Third Party Programs. The software may include third party programs that Microsoft, not the
third party, licenses to you under this agreement. Notices, if any, for the third party program are
included for your information only.
2. DATA. The software may collect information about you and your use of the software, and send that
to Microsoft. Microsoft may use this information to improve our products and services. You can learn
more about data collection and use in the help documentation and the privacy statement
at https://go.microsoft.com/fwlink/?LinkId=528096 . Your use of the software operates as your
consent to these practices.
3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS.
a. DISTRIBUTABLE CODE. The software is comprised of Distributable Code. “Distributable
Code” is code that you are permitted to distribute in programs you develop if you comply with
the terms below.
i . Right to Use and Distribute.
• You may copy and distribute the object code form of the software.
• Third Party Distribution. You may permit distributors of your programs to copy and
distribute the Distributable Code as part of those programs.
ii. Distribution Requirements. For any Distributable Code you distribute, you must
• add significant primary functionality to it in your programs;
• require distributors and external end users to agree to terms that protect it at least as
much as this agreement;
• display your valid copyright notice on your programs; and
• indemnify, defend, and hold harmless Microsoft from any claims, including attorneys
fees, related to the distribution or use of your programs.
iii. Distribution Restrictions. You may not
• alter any copyright, trademark or patent notice in the Distributable Code;
• use Microsofts trademarks in your programs names or in a way that suggests your
programs come from or are endorsed by Microsoft;
• include Distributable Code in malicious, deceptive or unlawful programs; or
• modify or distribute the source code of any Distributable Code so that any part of it
becomes subject to an Excluded License. An Excluded License is one that requires, as a
condition of use, modification or distribution, that
• the code be disclosed or distributed in source code form; or
• others have the right to modify it.
4. SCOPE OF LICENSE. The software is licensed, not sold. This agreement only gives you some rights to
use the software. Microsoft reserves all other rights. Unless applicable law gives you more rights despite
this limitation, you may use the software only as expressly permitted in this agreement. In doing so, you
must comply with any technical limitations in the software that only allow you to use it in certain ways.
You may not
• work around any technical limitations in the software;
• reverse engineer, decompile or disassemble the software, except and only to the extent that
applicable law expressly permits, despite this limitation;
• publish the software for others to copy;
• rent, lease or lend the software;
• transfer the software or this agreement to any third party; or
• use the software for commercial software hosting services.
5. BACKUP COPY. You may make one backup copy of the software. You may use it only to reinstall the
software.
6. DOCUMENTATION. Any person that has valid access to your computer or internal network may copy
and use the documentation for your internal, reference purposes.
7. EXPORT RESTRICTIONS. The software is subject to United States export laws and regulations. You
must comply with all domestic and international export laws and regulations that apply to the software.
These laws include restrictions on destinations, end users and end use. For additional information,
see www.microsoft.com/exporting.
8. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it.
9. ENTIRE AGREEMENT. This agreement, and the terms for supplements, updates, Internet-based
services and support services that you use, are the entire agreement for the software and support
services.
10. APPLICABLE LAW.
a. United States. If you acquired the software in the United States, Washington state law governs the
interpretation of this agreement and applies to claims for breach of it, regardless of conflict of laws
principles. The laws of the state where you live govern all other claims, including claims under state
consumer protection laws, unfair competition laws, and in tort.
b. Outside the United States. If you acquired the software in any other country, the laws of
that country apply.
11. LEGAL EFFECT. This agreement describes certain legal rights. You may have other rights under the
laws of your country. You may also have rights with respect to the party from whom you acquired the
software. This agreement does not change your rights under the laws of your country if the laws of your
country do not permit it to do so.
12. DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK OF
USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
YOU MAY HAVE ADDITIONAL CONSUMER RIGHTS OR STATUTORY GUARANTEES UNDER YOUR
LOCAL LAWS WHICH THIS AGREEMENT CANNOT CHANGE. TO THE EXTENT PERMITTED
UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
FOR AUSTRALIA YOU HAVE STATUTORY GUARANTEES UNDER THE AUSTRALIAN CONSUMER
LAW AND NOTHING IN THESE TERMS IS INTENDED TO AFFECT THOSE RIGHTS.
13. LIMITATION ON AND EXCLUSION OF REMEDIES AND DAMAGES. YOU CAN RECOVER FROM
MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT
RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL,
INDIRECT OR INCIDENTAL DAMAGES.
This limitation applies to
• anything related to the software, services, content (including code) on third party Internet sites, or
third party programs; and
• claims for breach of contract, breach of warranty, guarantee or condition, strict liability, negligence,
or other tort to the extent permitted by applicable law.
It also applies even if Microsoft knew or should have known about the possibility of the damages. The above
limitation or exclusion may not apply to you because your country may not allow the exclusion or limitation of
incidental, consequential or other damages.
Please note: As this software is distributed in Quebec, Canada, some of the clauses in this agreement are
provided below in French.
Remarque : Ce logiciel étant distribué au Québec, Canada, certaines des clauses dans ce contrat sont fournies
ci-dessous en français.
EXONÉRATION DE GARANTIE. Le logiciel visé par une licence est offert « tel quel ». Toute utilisation de ce
logiciel est à votre seule risque et péril. Microsoft naccorde aucune autre garantie expresse. Vous pouvez
bénéficier de droits additionnels en vertu du droit local sur la protection des consommateurs, que ce contrat ne
peut modifier. La ou elles sont permises par le droit locale, les garanties implicites de qualité marchande,
dadéquation à un usage particulier et dabsence de contrefaçon sont exclues.
LIMITATION DES DOMMAGES-INTÉRÊTS ET EXCLUSION DE RESPONSABILITÉ POUR LES
DOMMAGES. Vous pouvez obtenir de Microsoft et de ses fournisseurs une indemnisation en cas de
dommages directs uniquement à hauteur de 5,00 $ US. Vous ne pouvez prétendre à aucune indemnisation
pour les autres dommages, y compris les dommages spéciaux, indirects ou accessoires et pertes de bénéfices.
Cette limitationconcerne:
• tout ce qui est relié au logiciel, aux services ou au contenu (y compris le code) figurant sur des
sites Internet tiers ou dans des programmes tiers ; et
• les réclamations au titre de violation de contrat ou de garantie, ou au titre de responsabilité
stricte, de négligence ou dune autre faute dans la limite autorisée par la loi en vigueur.
Elle sapplique également, même si Microsoft connaissait ou devrait connaître léventualité dun tel dommage.
Si votre pays nautorise pas lexclusion ou la limitation de responsabilité pour les dommages indirects,
accessoires ou de quelque nature que ce soit, il se peut que la limitation ou lexclusion ci-dessus ne
sappliquera pas à votre égard.
EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous pourriez avoir dautres droits
prévus par les lois de votre pays. Le présent contrat ne modifie pas les droits que vous confèrent les lois de
votre pays si celles-ci ne le permettent pas.
--------------------------------------------------------
• NuGet.Common
• NuGet.Configuration
• NuGet.DependencyResolver.Core
• NuGet.Frameworks
• NuGet.LibraryModel
• NuGet.Packaging
• NuGet.Packaging.Core
• NuGet.Packaging.Core.Types
• NuGet.ProjectModel
• NuGet.Protocol.Core.Types
• NuGet.Protocol.Core.v3
• NuGet.Repositories
• NuGet.RuntimeModel
• NuGet.Versioning
----------------------------------------------------------
Copyright (c) .NET Foundation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
these files except in compliance with the License. You may obtain a copy of the
License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
---------------------------------------------------------
• Microsoft.Management.Infrastructure.dll
• Microsoft.Management.Infrastructure.Native.dll
• Microsoft.Management.Infrastructure.Unmanaged.dll
----------------------------------------------------------
MICROSOFT SOFTWARE LICENSE TERMS
MANAGEMENT.INFRASTRUCTURE.DLL
MANAGEMENT.INFRASTRUCTURE.NATIVE.DLL
MANAGEMENT.INFRASTRUCTURE.UNMANAGED.DLL
These license terms are an agreement between you and Microsoft Corporation (or one of its affiliates). They
apply to the software named above and any Microsoft services or software updates (except to the extent such
services or updates are accompanied by new or additional terms, in which case those different terms apply
prospectively and do not alter your or Microsofts rights relating to pre-updated software or services). IF YOU
COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE RIGHTS BELOW. BY USING THE SOFTWARE, YOU
ACCEPT THESE TERMS.
1. INSTALLATION AND USE RIGHTS
a) General. You may install and use any number of copies of the software on your devices.
b) Included Microsoft Applications. The software may include other Microsoft applications. These
license terms apply to those included applications, if any, unless other license terms are provided with
the other Microsoft applications.
c) Third Party Software. The software may include third party applications that are licensed to you
under this agreement or under their own terms. License terms, notices, and acknowledgements, if any,
for the third party applications may be accessible online at http://aka.ms/thirdpartynotices or in an
accompanying notices file. Even if such applications are governed by other agreements, the disclaimer,
limitations on, and exclusions of damages below also apply to the extent allowed by applicable law.
2. TIME-SENSITIVE SOFTWARE
a) Period. The software is time-sensitive and may stop running on a date that is defined in the software.
b) Notice. You may receive periodic reminder notices of this date through the software.
c) Access to data. You may not be able to access data used in the software when it stops running.
3. PRE-RELEASE SOFTWARE. The software is a pre-release version. It may not operate correctly. It may be
different from the commercially released version.
4. FEEDBACK. If you give feedback about the software to Microsoft, you give to Microsoft, without charge,
the right to use, share and commercialize your feedback in any way and for any purpose. You will not give
feedback that is subject to a license that requires Microsoft to license its software or documentation to
third parties because Microsoft includes your feedback in them. These rights survive this agreement.
5. DATA COLLECTION. The software may collect information about you and your use of the software and
send that to Microsoft. Microsoft may use this information to provide services and improve Microsofts
products and services. Your opt-out rights, if any, are described in the product documentation. Some
features in the software may enable collection of data from users of your applications that access or use the
software. If you use these features to enable data collection in your applications, you must comply with
applicable law, including getting any required user consent, and maintain a prominent privacy policy that
accurately informs users about how you use, collect, and share their data. You can learn more about
Microsofts data collection and use in the product documentation and the Microsoft Privacy Statement at
https://go.microsoft.com/fwlink/?LinkId=521839. You agree to comply with all applicable provisions of the
Microsoft Privacy Statement.
6. FONTS. While the software is running, you may use its fonts to display and print content. You may only (i)
embed fonts in content as permitted by the embedding restrictions in the fonts; and (ii) temporarily
download them to a printer or other output device to help print content.
7. SCOPE OF LICENSE. The software is licensed, not sold. Microsoft reserves all other rights. Unless applicable
law gives you more rights despite this limitation, you will not (and have no right to):
a) work around any technical limitations in the software that only allow you to use it in certain ways;
b) reverse engineer, decompile or disassemble the software;
c) remove, minimize, block, or modify any notices of Microsoft or its suppliers in the software;
d) use the software in any way that is against the law or to create or propagate malware; or
e) share, publish, distribute, or lend the software, provide the software as a stand-alone hosted solution
for others to use, or transfer the software or this agreement to any third party.
8. EXPORT RESTRICTIONS. You must comply with all domestic and international export laws and regulations
that apply to the software, which include restrictions on destinations, end users, and end use. For further
information on export restrictions, visit http://aka.ms/exporting.
9. SUPPORT SERVICES. Microsoft is not obligated under this agreement to provide any support services for
the software. Any support provided is “as is”, “with all faults”, and without warranty of any kind.
10. UPDATES. The software may periodically check for updates, and download and install them for you. You
may obtain updates only from Microsoft or authorized sources. Microsoft may need to update your system
to provide you with updates. You agree to receive these automatic updates without any additional notice.
Updates may not include or support all existing software features, services, or peripheral devices.
11. ENTIRE AGREEMENT. This agreement, and any other terms Microsoft may provide for supplements,
updates, or third-party applications, is the entire agreement for the software.
12. APPLICABLE LAW AND PLACE TO RESOLVE DISPUTES. If you acquired the software in the United States
or Canada, the laws of the state or province where you live (or, if a business, where your principal place of
business is located) govern the interpretation of this agreement, claims for its breach, and all other claims
(including consumer protection, unfair competition, and tort claims), regardless of conflict of laws
principles. If you acquired the software in any other country, its laws apply. If U.S. federal jurisdiction exists,
you and Microsoft consent to exclusive jurisdiction and venue in the federal court in King County,
Washington for all disputes heard in court. If not, you and Microsoft consent to exclusive jurisdiction and
venue in the Superior Court of King County, Washington for all disputes heard in court.
13. CONSUMER RIGHTS; REGIONAL VARIATIONS. This agreement describes certain legal rights. You may
have other rights, including consumer rights, under the laws of your state, province, or country. Separate
and apart from your relationship with Microsoft, you may also have rights with respect to the party from
which you acquired the software. This agreement does not change those other rights if the laws of your
state, province, or country do not permit it to do so. For example, if you acquired the software in one of the
below regions, or mandatory country law applies, then the following provisions apply to you:
a) Australia. You have statutory guarantees under the Australian Consumer Law and nothing in this
agreement is intended to affect those rights.
b) Canada. If you acquired this software in Canada, you may stop receiving updates by turning off the
automatic update feature, disconnecting your device from the Internet (if and when you re-connect to
the Internet, however, the software will resume checking for and installing updates), or uninstalling the
software. The product documentation, if any, may also specify how to turn off updates for your specific
device or software.
c) Germany and Austria.
i. Warranty. The properly licensed software will perform substantially as described in
any Microsoft materials that accompany the software. However, Microsoft gives no
contractual guarantee in relation to the licensed software.
ii. Limitation of Liability. In case of intentional conduct, gross negligence, claims based
on the Product Liability Act, as well as, in case of death or personal or physical injury,
Microsoft is liable according to the statutory law.
Subject to the foregoing clause ii., Microsoft will only be liable for slight negligence if Microsoft is in
breach of such material contractual obligations, the fulfillment of which facilitate the due performance
of this agreement, the breach of which would endanger the purpose of this agreement and the
compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases
of slight negligence, Microsoft will not be liable for slight negligence.
14. DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED “AS IS.” YOU BEAR THE RISK OF USING
IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES, OR CONDITIONS. TO THE EXTENT
PERMITTED UNDER APPLICABLE LAWS, MICROSOFT EXCLUDES ALL IMPLIED WARRANTIES,
INCLUDING MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
15. LIMITATION ON AND EXCLUSION OF DAMAGES. IF YOU HAVE ANY BASIS FOR RECOVERING
DAMAGES DESPITE THE PRECEDING DISCLAIMER OF WARRANTY, YOU CAN RECOVER FROM
MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT RECOVER
ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR
INCIDENTAL DAMAGES.
This limitation applies to (a) anything related to the software, services, content (including code) on
third party Internet sites, or third party applications; and (b) claims for breach of contract, warranty,
guarantee, or condition; strict liability, negligence, or other tort; or any other claim; in each case to
the extent permitted by applicable law.
It also applies even if Microsoft knew or should have known about the possibility of the damages.
The above limitation or exclusion may not apply to you because your state, province, or country
may not allow the exclusion or limitation of incidental, consequential, or other damages.
Please note: As this software is distributed in Canada, some of the clauses in this agreement are
provided below in French.
Remarque: Ce logiciel étant distribué au Canada, certaines des clauses dans ce contrat sont fournies ci-
dessous en français.
EXONÉRATION DE GARANTIE. Le logiciel visé par une licence est offert « tel quel ». Toute utilisation de
ce logiciel est à votre seule risque et péril. Microsoft naccorde aucune autre garantie expresse. Vous
pouvez bénéficier de droits additionnels en vertu du droit local sur la protection des consommateurs,
que ce contrat ne peut modifier. La ou elles sont permises par le droit locale, les garanties implicites de
qualité marchande, dadéquation à un usage particulier et dabsence de contrefaçon sont exclues.
LIMITATION DES DOMMAGES-INTÉRÊTS ET EXCLUSION DE RESPONSABILITÉ POUR LES DOMMAGES.
Vous pouvez obtenir de Microsoft et de ses fournisseurs une indemnisation en cas de dommages directs
uniquement à hauteur de 5,00 $ US. Vous ne pouvez prétendre à aucune indemnisation pour les autres
dommages, y compris les dommages spéciaux, indirects ou accessoires et pertes de bénéfices.
Cette limitation concerne:
• tout ce qui est relié au logiciel, aux services ou au contenu (y compris le code) figurant sur des sites
Internet tiers ou dans des programmes tiers; et
• les réclamations au titre de violation de contrat ou de garantie, ou au titre de responsabilité stricte,
de négligence ou dune autre faute dans la limite autorisée par la loi en vigueur.
Elle sapplique également, même si Microsoft connaissait ou devrait connaître léventualité dun tel
dommage. Si votre pays nautorise pas lexclusion ou la limitation de responsabilité pour les dommages
indirects, accessoires ou de quelque nature que ce soit, il se peut que la limitation ou lexclusion ci-
dessus ne sappliquera pas à votre égard.
EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous pourriez avoir dautres droits
prévus par les lois de votre pays. Le présent contrat ne modifie pas les droits que vous confèrent les lois
de votre pays si celles-ci ne le permettent pas.
The following components are governed by the MIT license, a copy of which appears
below the list of components:
------------------------------------------------------
tools/appimage.sh
------------------------------------------------------
Copyright (c) 2016 Simon Peter
All rights reserved.
MIT License
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 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.
---------------------------------------------------------
DotNet/CoreFX
https://github.com/dotnet/corefx
---------------------------------------------------------
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
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 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.
=======
-------------------------------------------------
File: markdig
-------------------------------------------------
https://github.com/lunet-io/markdig
"Copyright (c) 2016, Alexandre Mutel
All rights reserved.
Redistribution and use in source and binary forms, with or without modification
, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ""AS IS"" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."