@@ -16,19 +16,24 @@ public static class LicenseData
16
16
{ "InnoDependencyInstaller" , "CPOL 1.02" } ,
17
17
18
18
// Package managers and related
19
- { "Winget " , "MIT" } ,
19
+ { "WinGet " , "MIT" } ,
20
20
{ "Scoop" , "MIT" } ,
21
21
{ "scoop-search" , "MIT" } ,
22
22
{ "Chocolatey" , "Apache v2" } ,
23
- { "Npm " , "Artistic License 2.0" } ,
23
+ { "npm " , "Artistic License 2.0" } ,
24
24
{ "Pip" , "MIT" } ,
25
25
{ "parse_pip_search" , "MIT" } ,
26
26
{ "PowerShell Gallery" , "Unknown" } ,
27
- { ".NET Sdk " , "MIT" } ,
27
+ { ".NET SDK " , "MIT" } ,
28
28
{ "dotnet-tools-outdated" , "MIT" } ,
29
+ { "Cargo" , "MIT" } ,
30
+ { "cargo-binstall" , "GPL-3.0-only" } ,
31
+ { "cargo-update" , "MIT" } ,
32
+ { "vcpkg" , "MIT" } ,
29
33
30
34
// Other
31
- { "Gsudo" , "MIT" } ,
35
+ { "GSudo" , "MIT" } ,
36
+ { "UniGetUI Elevator" , "MIT" } ,
32
37
{ "Icons" , "By Icons8" } ,
33
38
} ;
34
39
@@ -46,19 +51,24 @@ public static class LicenseData
46
51
{ "InnoDependencyInstaller" , new Uri ( "https://github.com/DomGries/InnoDependencyInstaller/blob/master/LICENSE.md" ) } ,
47
52
48
53
// 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" ) } ,
50
55
{ "Scoop" , new Uri ( "https://github.com/ScoopInstaller/Scoop/blob/master/LICENSE" ) } ,
51
56
{ "scoop-search" , new Uri ( "https://github.com/shilangyu/scoop-search/blob/master/LICENSE" ) } ,
52
57
{ "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" ) } ,
54
59
{ "Pip" , new Uri ( "https://github.com/pypa/pip/blob/main/LICENSE.txt" ) } ,
55
60
{ "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" ) } ,
57
62
{ "dotnet-tools-outdated" , new Uri ( "https://github.com/rychlym/dotnet-tools-outdated/blob/master/LICENSE" ) } ,
58
63
{ "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" ) } ,
59
68
60
69
// 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" ) } ,
62
72
{ "Icons" , new Uri ( "https://icons8.com/license" ) } ,
63
73
} ;
64
74
@@ -76,19 +86,24 @@ public static class LicenseData
76
86
{ "InnoDependencyInstaller" , new Uri ( "https://github.com/DomGries/InnoDependencyInstaller" ) } ,
77
87
78
88
// Package managers and related
79
- { "Winget " , new Uri ( "https://github.com/microsoft/winget-cli/" ) } ,
89
+ { "WinGet " , new Uri ( "https://github.com/microsoft/winget-cli/" ) } ,
80
90
{ "Scoop" , new Uri ( "https://github.com/ScoopInstaller/Scoop/" ) } ,
81
91
{ "scoop-search" , new Uri ( "https://github.com/shilangyu/scoop-search/" ) } ,
82
92
{ "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/" ) } ,
84
94
{ "Pip" , new Uri ( "https://github.com/pypa/pip/" ) } ,
85
95
{ "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/" ) } ,
87
97
{ "dotnet-tools-outdated" , new Uri ( "https://github.com/rychlym/dotnet-tools-outdated/" ) } ,
88
98
{ "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" ) } ,
89
103
90
104
// 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/" ) } ,
92
107
{ "Icons" , new Uri ( "https://icons8.com" ) } ,
93
108
} ;
94
109
0 commit comments