licenses... -_- please, say simply... Can I or not ? :)
I found MSPL license in <VSSDK_path>\VisualStudioIntegration\Licenses
3.(D) says:
If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object
code form, you may only do so under a license that complies with this license.
So, Is it legal if it's distributed as NuGet package ? with public nuget.org
I also see the next
VSSDK packages on nuget.org
However, to build our project need an additional files... for example headers from \Common\Inc\ etc.
This important for CI for automatically building, so I planned to store this with NuGet package and restore before building.
General problem - License... is ok for above ?
and what about for \MSBuild\Microsoft\VisualStudio\<ver>\VSSDK\ ?
i see next:
Copyright (c) Microsoft Corporation. All rights reserved.
This code is licensed under the Visual Studio SDK license terms.
THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
where to look the Visual Studio SDK license terms ? or it's a MSPL above ?
I also see this
https://msdn.microsoft.com/en-us/library/bb165454.aspx
but, i don't understand... it's only for <VSSDK_path>\VisualStudioIntegration\Redistributables folder ? or for all <VSSDK_path>\VisualStudioIntegration\ ?