Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSOE-852: Change NuGet metadata to use license expressions #789

Merged
merged 8 commits into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion Lombiq.OSOCE.sln
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.HelpfulLibraries.Sou
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.HelpfulLibraries.Attributes", "src\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.Attributes\Lombiq.HelpfulLibraries.Attributes.csproj", "{3B2C7634-1458-4FDF-9C12-8312A313F22F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lombiq.Hosting.MediaTheme.Bridge.Tests.UI", "src\Themes\Lombiq.Hosting.MediaTheme\Lombiq.Hosting.MediaTheme.Bridge.Tests.UI\Lombiq.Hosting.MediaTheme.Bridge.Tests.UI.csproj", "{3677F48D-591D-4701-86E9-8CB89C92EEAC}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.Hosting.MediaTheme.Bridge.Tests.UI", "src\Themes\Lombiq.Hosting.MediaTheme\Lombiq.Hosting.MediaTheme.Bridge.Tests.UI\Lombiq.Hosting.MediaTheme.Bridge.Tests.UI.csproj", "{3677F48D-591D-4701-86E9-8CB89C92EEAC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.Analyzers.PowerShell", "tools\Lombiq.Analyzers.PowerShell\Lombiq.Analyzers.PowerShell\Lombiq.Analyzers.PowerShell.csproj", "{5263074A-CD3E-4B84-B7EE-5228847984B9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -1384,6 +1386,18 @@ Global
{3677F48D-591D-4701-86E9-8CB89C92EEAC}.Release|x64.Build.0 = Release|Any CPU
{3677F48D-591D-4701-86E9-8CB89C92EEAC}.Release|x86.ActiveCfg = Release|Any CPU
{3677F48D-591D-4701-86E9-8CB89C92EEAC}.Release|x86.Build.0 = Release|Any CPU
{5263074A-CD3E-4B84-B7EE-5228847984B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5263074A-CD3E-4B84-B7EE-5228847984B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5263074A-CD3E-4B84-B7EE-5228847984B9}.Debug|x64.ActiveCfg = Debug|Any CPU
{5263074A-CD3E-4B84-B7EE-5228847984B9}.Debug|x64.Build.0 = Debug|Any CPU
{5263074A-CD3E-4B84-B7EE-5228847984B9}.Debug|x86.ActiveCfg = Debug|Any CPU
{5263074A-CD3E-4B84-B7EE-5228847984B9}.Debug|x86.Build.0 = Debug|Any CPU
{5263074A-CD3E-4B84-B7EE-5228847984B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5263074A-CD3E-4B84-B7EE-5228847984B9}.Release|Any CPU.Build.0 = Release|Any CPU
{5263074A-CD3E-4B84-B7EE-5228847984B9}.Release|x64.ActiveCfg = Release|Any CPU
{5263074A-CD3E-4B84-B7EE-5228847984B9}.Release|x64.Build.0 = Release|Any CPU
{5263074A-CD3E-4B84-B7EE-5228847984B9}.Release|x86.ActiveCfg = Release|Any CPU
{5263074A-CD3E-4B84-B7EE-5228847984B9}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -1494,6 +1508,7 @@ Global
{229BDA36-5FEC-4277-979E-488CBBF403C2} = {53D45048-C7C6-4D04-A9DA-8B8271510F99}
{3B2C7634-1458-4FDF-9C12-8312A313F22F} = {53D45048-C7C6-4D04-A9DA-8B8271510F99}
{3677F48D-591D-4701-86E9-8CB89C92EEAC} = {6ED7E28F-0556-471C-8AD1-5BB0941411DD}
{5263074A-CD3E-4B84-B7EE-5228847984B9} = {BF1EDFA5-0129-416C-B9ED-8CE68A3FD526}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C6926E60-1F5A-4B05-B835-B1021FBE07C5}
Expand Down
2 changes: 1 addition & 1 deletion src/Libraries/Lombiq.HelpfulLibraries
Piedone marked this conversation as resolved.
Show resolved Hide resolved
Submodule Lombiq.HelpfulLibraries updated 22 files
+0 −13 Lombiq.HelpfulLibraries.AspNetCore/License.md
+1 −2 Lombiq.HelpfulLibraries.AspNetCore/Lombiq.HelpfulLibraries.AspNetCore.csproj
+0 −13 Lombiq.HelpfulLibraries.Attributes/License.md
+1 −2 Lombiq.HelpfulLibraries.Attributes/Lombiq.HelpfulLibraries.Attributes.csproj
+0 −13 Lombiq.HelpfulLibraries.Cli/License.md
+1 −2 Lombiq.HelpfulLibraries.Cli/Lombiq.HelpfulLibraries.Cli.csproj
+0 −13 Lombiq.HelpfulLibraries.Common/License.md
+1 −2 Lombiq.HelpfulLibraries.Common/Lombiq.HelpfulLibraries.Common.csproj
+0 −13 Lombiq.HelpfulLibraries.LinqToDb/License.md
+1 −2 Lombiq.HelpfulLibraries.LinqToDb/Lombiq.HelpfulLibraries.LinqToDb.csproj
+0 −13 Lombiq.HelpfulLibraries.OrchardCore.Testing/License.md
+1 −2 Lombiq.HelpfulLibraries.OrchardCore.Testing/Lombiq.HelpfulLibraries.OrchardCore.Testing.csproj
+0 −13 Lombiq.HelpfulLibraries.OrchardCore/License.md
+1 −2 Lombiq.HelpfulLibraries.OrchardCore/Lombiq.HelpfulLibraries.OrchardCore.csproj
+0 −13 Lombiq.HelpfulLibraries.Refit/License.md
+1 −2 Lombiq.HelpfulLibraries.Refit/Lombiq.HelpfulLibraries.Refit.csproj
+0 −13 Lombiq.HelpfulLibraries.RestEase/License.md
+1 −2 Lombiq.HelpfulLibraries.RestEase/Lombiq.HelpfulLibraries.RestEase.csproj
+0 −13 Lombiq.HelpfulLibraries.SourceGenerators/License.md
+1 −2 Lombiq.HelpfulLibraries.SourceGenerators/Lombiq.HelpfulLibraries.SourceGenerators.csproj
+0 −13 Lombiq.HelpfulLibraries/License.md
+1 −2 Lombiq.HelpfulLibraries/Lombiq.HelpfulLibraries.csproj
2 changes: 1 addition & 1 deletion src/Modules/Lombiq.Hosting.Tenants
Submodule Lombiq.Hosting.Tenants updated 30 files
+0 −13 Lombiq.Hosting.Tenants.Admin.Login/License.md
+1 −2 Lombiq.Hosting.Tenants.Admin.Login/Lombiq.Hosting.Tenants.Admin.Login.csproj
+0 −13 Lombiq.Hosting.Tenants.EmailQuotaManagement.Tests.UI/License.md
+1 −2 ...q.Hosting.Tenants.EmailQuotaManagement.Tests.UI/Lombiq.Hosting.Tenants.EmailQuotaManagement.Tests.UI.csproj
+0 −15 Lombiq.Hosting.Tenants.EmailQuotaManagement/License.md
+1 −2 Lombiq.Hosting.Tenants.EmailQuotaManagement/Lombiq.Hosting.Tenants.EmailQuotaManagement.csproj
+0 −13 Lombiq.Hosting.Tenants.EnvironmentRobots.Tests.UI/License.md
+1 −2 Lombiq.Hosting.Tenants.EnvironmentRobots.Tests.UI/Lombiq.Hosting.Tenants.EnvironmentRobots.Tests.UI.csproj
+0 −15 Lombiq.Hosting.Tenants.EnvironmentRobots/License.md
+1 −2 Lombiq.Hosting.Tenants.EnvironmentRobots/Lombiq.Hosting.Tenants.EnvironmentRobots.csproj
+0 −13 Lombiq.Hosting.Tenants.FeaturesGuard.Tests.UI/License.md
+1 −2 Lombiq.Hosting.Tenants.FeaturesGuard.Tests.UI/Lombiq.Hosting.Tenants.FeaturesGuard.Tests.UI.csproj
+0 −15 Lombiq.Hosting.Tenants.FeaturesGuard/License.md
+1 −2 Lombiq.Hosting.Tenants.FeaturesGuard/Lombiq.Hosting.Tenants.FeaturesGuard.csproj
+0 −13 Lombiq.Hosting.Tenants.IdleTenantManagement.Tests.UI/License.md
+1 −2 ...q.Hosting.Tenants.IdleTenantManagement.Tests.UI/Lombiq.Hosting.Tenants.IdleTenantManagement.Tests.UI.csproj
+0 −13 Lombiq.Hosting.Tenants.IdleTenantManagement/License.md
+1 −2 Lombiq.Hosting.Tenants.IdleTenantManagement/Lombiq.Hosting.Tenants.IdleTenantManagement.csproj
+0 −13 Lombiq.Hosting.Tenants.Maintenance.Tests.UI/License.md
+1 −2 Lombiq.Hosting.Tenants.Maintenance.Tests.UI/Lombiq.Hosting.Tenants.Maintenance.Tests.UI.csproj
+0 −13 Lombiq.Hosting.Tenants.Maintenance/License.md
+1 −2 Lombiq.Hosting.Tenants.Maintenance/Lombiq.Hosting.Tenants.Maintenance.csproj
+0 −13 Lombiq.Hosting.Tenants.Management.Tests.UI/License.md
+1 −2 Lombiq.Hosting.Tenants.Management.Tests.UI/Lombiq.Hosting.Tenants.Management.Tests.UI.csproj
+0 −13 Lombiq.Hosting.Tenants.Management/License.md
+1 −2 Lombiq.Hosting.Tenants.Management/Lombiq.Hosting.Tenants.Management.csproj
+0 −13 Lombiq.Hosting.Tenants.MediaStorageManagement.Tests.UI/License.md
+1 −2 ...sting.Tenants.MediaStorageManagement.Tests.UI/Lombiq.Hosting.Tenants.MediaStorageManagement.Tests.UI.csproj
+0 −13 Lombiq.Hosting.Tenants.MediaStorageManagement/License.md
+1 −2 Lombiq.Hosting.Tenants.MediaStorageManagement/Lombiq.Hosting.Tenants.MediaStorageManagement.csproj
2 changes: 1 addition & 1 deletion src/Utilities/Lombiq.Npm.Targets
2 changes: 1 addition & 1 deletion src/Utilities/Lombiq.SetupExtensions
2 changes: 1 addition & 1 deletion test/Lombiq.Tests
2 changes: 1 addition & 1 deletion tools/Lombiq.GitHub.Actions
Loading