@@ -16,19 +16,24 @@ public static class LicenseData
1616 { "InnoDependencyInstaller" , "CPOL 1.02" } ,
1717
1818 // Package managers and related
19- { "Winget " , "MIT" } ,
19+ { "WinGet " , "MIT" } ,
2020 { "Scoop" , "MIT" } ,
2121 { "scoop-search" , "MIT" } ,
2222 { "Chocolatey" , "Apache v2" } ,
23- { "Npm " , "Artistic License 2.0" } ,
23+ { "npm " , "Artistic License 2.0" } ,
2424 { "Pip" , "MIT" } ,
2525 { "parse_pip_search" , "MIT" } ,
2626 { "PowerShell Gallery" , "Unknown" } ,
27- { ".NET Sdk " , "MIT" } ,
27+ { ".NET SDK " , "MIT" } ,
2828 { "dotnet-tools-outdated" , "MIT" } ,
29+ { "Cargo" , "MIT" } ,
30+ { "cargo-binstall" , "GPL-3.0-only" } ,
31+ { "cargo-update" , "MIT" } ,
32+ { "vcpkg" , "MIT" } ,
2933
3034 // Other
31- { "Gsudo" , "MIT" } ,
35+ { "GSudo" , "MIT" } ,
36+ { "UniGetUI Elevator" , "MIT" } ,
3237 { "Icons" , "By Icons8" } ,
3338 } ;
3439
@@ -46,19 +51,24 @@ public static class LicenseData
4651 { "InnoDependencyInstaller" , new Uri ( "https://github.com/DomGries/InnoDependencyInstaller/blob/master/LICENSE.md" ) } ,
4752
4853 // Package managers and related
49- { "Winget " , new Uri ( "https://github.com/microsoft/winget-cli/blob/master/LICENSE" ) } ,
54+ { "WinGet " , new Uri ( "https://github.com/microsoft/winget-cli/blob/master/LICENSE" ) } ,
5055 { "Scoop" , new Uri ( "https://github.com/ScoopInstaller/Scoop/blob/master/LICENSE" ) } ,
5156 { "scoop-search" , new Uri ( "https://github.com/shilangyu/scoop-search/blob/master/LICENSE" ) } ,
5257 { "Chocolatey" , new Uri ( "https://github.com/chocolatey/choco/blob/develop/LICENSE" ) } ,
53- { "Npm " , new Uri ( "https://github.com/npm/cli/blob/latest/LICENSE" ) } ,
58+ { "npm " , new Uri ( "https://github.com/npm/cli/blob/latest/LICENSE" ) } ,
5459 { "Pip" , new Uri ( "https://github.com/pypa/pip/blob/main/LICENSE.txt" ) } ,
5560 { "parse_pip_search" , new Uri ( "https://github.com/marticliment/parseable_pip_search/blob/master/LICENSE.md" ) } ,
56- { ".NET Sdk " , new Uri ( "https://github.com/dotnet/sdk/blob/main/LICENSE.TXT" ) } ,
61+ { ".NET SDK " , new Uri ( "https://github.com/dotnet/sdk/blob/main/LICENSE.TXT" ) } ,
5762 { "dotnet-tools-outdated" , new Uri ( "https://github.com/rychlym/dotnet-tools-outdated/blob/master/LICENSE" ) } ,
5863 { "PowerShell Gallery" , new Uri ( "https://www.powershellgallery.com/" ) } ,
64+ { "Cargo" , new Uri ( "https://github.com/rust-lang/cargo/blob/master/LICENSE-MIT" ) } ,
65+ { "cargo-binstall" , new Uri ( "https://spdx.org/licenses/GPL-3.0-only.html" ) } ,
66+ { "cargo-update" , new Uri ( "https://github.com/nabijaczleweli/cargo-update/blob/master/LICENSE" ) } ,
67+ { "vcpkg" , new Uri ( "https://github.com/microsoft/vcpkg/blob/master/LICENSE.txt" ) } ,
5968
6069 // Other
61- { "Gsudo" , new Uri ( "https://github.com/gerardog/gsudo/blob/master/LICENSE.txt" ) } ,
70+ { "GSudo" , new Uri ( "https://github.com/gerardog/gsudo/blob/master/LICENSE.txt" ) } ,
71+ { "UniGetUI Elevator" , new Uri ( "https://github.com/marticliment/GSudo-for-UniGetUI/blob/main/LICENSE.txt" ) } ,
6272 { "Icons" , new Uri ( "https://icons8.com/license" ) } ,
6373 } ;
6474
@@ -76,19 +86,24 @@ public static class LicenseData
7686 { "InnoDependencyInstaller" , new Uri ( "https://github.com/DomGries/InnoDependencyInstaller" ) } ,
7787
7888 // Package managers and related
79- { "Winget " , new Uri ( "https://github.com/microsoft/winget-cli/" ) } ,
89+ { "WinGet " , new Uri ( "https://github.com/microsoft/winget-cli/" ) } ,
8090 { "Scoop" , new Uri ( "https://github.com/ScoopInstaller/Scoop/" ) } ,
8191 { "scoop-search" , new Uri ( "https://github.com/shilangyu/scoop-search/" ) } ,
8292 { "Chocolatey" , new Uri ( "https://github.com/chocolatey/choco/" ) } ,
83- { "Npm " , new Uri ( "https://github.com/npm/cli/" ) } ,
93+ { "npm " , new Uri ( "https://github.com/npm/cli/" ) } ,
8494 { "Pip" , new Uri ( "https://github.com/pypa/pip/" ) } ,
8595 { "parse_pip_search" , new Uri ( "https://github.com/marticliment/parseable_pip_search/" ) } ,
86- { ".NET Sdk " , new Uri ( "https://dotnet.microsoft.com/" ) } ,
96+ { ".NET SDK " , new Uri ( "https://dotnet.microsoft.com/" ) } ,
8797 { "dotnet-tools-outdated" , new Uri ( "https://github.com/rychlym/dotnet-tools-outdated/" ) } ,
8898 { "PowerShell Gallery" , new Uri ( "https://www.powershellgallery.com/" ) } ,
99+ { "Cargo" , new Uri ( "https://github.com/rust-lang/cargo" ) } ,
100+ { "cargo-binstall" , new Uri ( "https://github.com/cargo-bins/cargo-binstall" ) } ,
101+ { "cargo-update" , new Uri ( "https://github.com/nabijaczleweli/cargo-update/" ) } ,
102+ { "vcpkg" , new Uri ( "https://github.com/microsoft/vcpkg" ) } ,
89103
90104 // Other
91- { "Gsudo" , new Uri ( "https://github.com/gerardog/gsudo/" ) } ,
105+ { "GSudo" , new Uri ( "https://github.com/gerardog/gsudo/" ) } ,
106+ { "UniGetUI Elevator" , new Uri ( "https://github.com/marticliment/GSudo-for-UniGetUI/" ) } ,
92107 { "Icons" , new Uri ( "https://icons8.com" ) } ,
93108 } ;
94109
0 commit comments