Skip to content

Commit f9771f8

Browse files
committed
Add missing vcpkg and cargo licenses, update some names to be coherent
1 parent d5958cf commit f9771f8

File tree

1 file changed

+27
-12
lines changed

1 file changed

+27
-12
lines changed

src/UniGetUI.Core.Data/Licenses.cs

+27-12
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)