license switch agpl -> busl1, sprints work, new product advisories

This commit is contained in:
master
2026-01-20 15:32:20 +02:00
parent 4903395618
commit c32fff8f86
1835 changed files with 38630 additions and 4359 deletions

View File

@@ -1,6 +1,6 @@
// ----------------------------------------------------------------------------
// Copyright (c) 2025 StellaOps contributors. All rights reserved.
// SPDX-License-Identifier: AGPL-3.0-or-later
// SPDX-License-Identifier: BUSL-1.1
// ----------------------------------------------------------------------------
using System.Globalization;

View File

@@ -1,6 +1,6 @@
// ----------------------------------------------------------------------------
// Copyright (c) 2025 StellaOps contributors. All rights reserved.
// SPDX-License-Identifier: AGPL-3.0-or-later
// SPDX-License-Identifier: BUSL-1.1
// ----------------------------------------------------------------------------
namespace StellaOps.ExportCenter.Core.Provcache;

View File

@@ -1,5 +1,5 @@
// Copyright (c) StellaOps Contributors. Licensed under the AGPL-3.0-or-later.
// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright (c) StellaOps Contributors. Licensed under the BUSL-1.1.
// SPDX-License-Identifier: BUSL-1.1
using System.Security.Claims;
using Microsoft.AspNetCore.Mvc;

View File

@@ -1,5 +1,5 @@
// Copyright (c) StellaOps Contributors. Licensed under the AGPL-3.0-or-later.
// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright (c) StellaOps Contributors. Licensed under the BUSL-1.1.
// SPDX-License-Identifier: BUSL-1.1
using System.Collections.Concurrent;
using System.Security.Cryptography;

View File

@@ -1,5 +1,5 @@
// Copyright (c) StellaOps Contributors. Licensed under the AGPL-3.0-or-later.
// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright (c) StellaOps Contributors. Licensed under the BUSL-1.1.
// SPDX-License-Identifier: BUSL-1.1
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;

View File

@@ -1,5 +1,5 @@
// Copyright (c) StellaOps Contributors. Licensed under the AGPL-3.0-or-later.
// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright (c) StellaOps Contributors. Licensed under the BUSL-1.1.
// SPDX-License-Identifier: BUSL-1.1
using StellaOps.Policy.Exceptions.Repositories;