diff --git a/scripts/build.ps1 b/scripts/build.ps1 index f7ce1cdb4b..7cded34dbb 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -902,6 +902,7 @@ function Create-NugetPackages # Copy empty and third patry notice file Copy-Item $tpNuspecDir\"_._" $stagingDir -Force Copy-Item $tpNuspecDir\..\"ThirdPartyNotices.txt" $stagingDir -Force + Copy-Item $tpNuspecDir\..\"ThirdPartyNoticesCodeCoverage.txt" $stagingDir -Force # Copy licenses folder Copy-Item (Join-Path $env:TP_PACKAGE_PROJ_DIR "licenses") $stagingDir -Force -Recurse diff --git a/scripts/verify-nupkgs.ps1 b/scripts/verify-nupkgs.ps1 index 3f2d283fa9..401b09c922 100644 --- a/scripts/verify-nupkgs.ps1 +++ b/scripts/verify-nupkgs.ps1 @@ -12,7 +12,7 @@ function Verify-Nuget-Packages($packageDirectory, $version) { Write-Log "Starting Verify-Nuget-Packages." $expectedNumOfFiles = @{ - "Microsoft.CodeCoverage" = 57; + "Microsoft.CodeCoverage" = 59; "Microsoft.NET.Test.Sdk" = 27; "Microsoft.TestPlatform" = 494; "Microsoft.TestPlatform.Build" = 21; diff --git a/src/package/ThirdPartyNotices.txt b/src/package/ThirdPartyNotices.txt index af63a5b725..8efcee2fa8 100644 --- a/src/package/ThirdPartyNotices.txt +++ b/src/package/ThirdPartyNotices.txt @@ -9,6 +9,7 @@ informational purposes only. Microsoft reserves all rights not expressly granted implication, estoppel or otherwise. 1. Newtonsoft version 9.0.1 (https://github.com/JamesNK/Newtonsoft.Json) +2. Mono.Cecil version 0.11.3 (https://github.com/jbevain/cecil) @@ -33,3 +34,31 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTI THE USE OR OTHER DEALINGS IN THE SOFTWARE. ========================================= END OF Newtonsoft NOTICES AND INFORMATION + + + +%% Mono.Cecil NOTICES AND INFORMATION BEGIN HERE +========================================= +Copyright (c) 2008 - 2015 Jb Evain +Copyright (c) 2008 - 2011 Novell, Inc. + +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. +========================================= +END OF Mono.Cecil NOTICES AND INFORMATION diff --git a/src/package/ThirdPartyNoticesCodeCoverage.txt b/src/package/ThirdPartyNoticesCodeCoverage.txt new file mode 100644 index 0000000000..d225c6ec4a --- /dev/null +++ b/src/package/ThirdPartyNoticesCodeCoverage.txt @@ -0,0 +1,39 @@ +CodeCoverage + +THIRD-PARTY SOFTWARE NOTICES AND INFORMATION +Do Not Translate or Localize + +This software incorporates components from the projects listed below. The original copyright notices +and the licenses under which Microsoft received such components are set forth below and are provided for +informational purposes only. Microsoft reserves all rights not expressly granted herein, whether by +implication, estoppel or otherwise. + +1. Mono.Cecil version 0.11.3 (https://github.com/jbevain/cecil) + + + +%% Mono.Cecil NOTICES AND INFORMATION BEGIN HERE +========================================= +Copyright (c) 2008 - 2015 Jb Evain +Copyright (c) 2008 - 2011 Novell, Inc. + +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. +========================================= +END OF Mono.Cecil NOTICES AND INFORMATION diff --git a/src/package/nuspec/Microsoft.CodeCoverage.nuspec b/src/package/nuspec/Microsoft.CodeCoverage.nuspec index 4b7fe0e75a..8e5d92e547 100644 --- a/src/package/nuspec/Microsoft.CodeCoverage.nuspec +++ b/src/package/nuspec/Microsoft.CodeCoverage.nuspec @@ -28,6 +28,8 @@ + +