diff --git a/nuget/MyGet.ps1 b/nuget/MyGet.ps1
index e1e9904670..5213b0104e 100644
--- a/nuget/MyGet.ps1
+++ b/nuget/MyGet.ps1
@@ -4,8 +4,6 @@
$nuget = $env:NuGet
-Copy-Item $env:SourcesPath\LICENSE $env:SourcesPath\LICENSE.txt # has to be .txt extension, don't check in
-
# parse the version number out of package.json
$bsversionParts = ((Get-Content $env:SourcesPath\package.json) -join "`n" | ConvertFrom-Json).version.split('-', 2) # split the version on the '-'
$bsversion = $bsversionParts[0]
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec
index 5ed5918c80..ba1fc6246d 100644
--- a/nuget/bootstrap.nuspec
+++ b/nuget/bootstrap.nuspec
@@ -5,16 +5,17 @@
4
Bootstrap CSS
- The Bootstrap Authors, Twitter Inc.
+ The Bootstrap Authors
bootstrap
The most popular front-end framework for developing responsive, mobile first projects on the web.
https://blog.getbootstrap.com/
- Bootstrap framework in CSS. Includes JavaScript
+ Bootstrap framework in CSS. Includes JavaScript.
en-us
https://getbootstrap.com/
+
bootstrap.png
- LICENSE.txt
- Copyright 2017-2022
+ MIT
+ Copyright 2011-2022
false
@@ -26,7 +27,6 @@
-
diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec
index 29ddfb0454..0d0ed0d2fa 100644
--- a/nuget/bootstrap.sass.nuspec
+++ b/nuget/bootstrap.sass.nuspec
@@ -5,16 +5,17 @@
4
Bootstrap Sass
- The Bootstrap Authors, Twitter Inc.
+ The Bootstrap Authors
bootstrap
The most popular front-end framework for developing responsive, mobile first projects on the web.
https://blog.getbootstrap.com/
Bootstrap framework in Sass. Includes JavaScript
en-us
https://getbootstrap.com/
+
bootstrap.png
- LICENSE.txt
- Copyright 2017-2022
+ MIT
+ Copyright 2011-2022
false
@@ -26,7 +27,6 @@
-