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,4 +1,4 @@
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
using System.Security.Claims;
using Microsoft.AspNetCore.Http;

View File

@@ -1,4 +1,4 @@
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
using Microsoft.AspNetCore.Http.HttpResults;
using StellaOps.Timeline.Core;

View File

@@ -1,4 +1,4 @@
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
using Microsoft.Extensions.Diagnostics.HealthChecks;
using StellaOps.Eventing.Storage;

View File

@@ -1,4 +1,4 @@
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
using Microsoft.AspNetCore.Http.HttpResults;
using StellaOps.HybridLogicalClock;

View File

@@ -1,4 +1,4 @@
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
using Microsoft.AspNetCore.Http.HttpResults;
using StellaOps.HybridLogicalClock;

View File

@@ -6,8 +6,8 @@ info:
Unified event timeline API for querying, replaying, and exporting HLC-ordered events
across all StellaOps services.
license:
name: AGPL-3.0-or-later
url: https://www.gnu.org/licenses/agpl-3.0.html
name: BUSL-1.1
url: https://spdx.org/licenses/BUSL-1.1.html
contact:
name: StellaOps
url: https://stellaops.io

View File

@@ -1,4 +1,4 @@
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
using StellaOps.Eventing.Models;
using StellaOps.HybridLogicalClock;

View File

@@ -1,4 +1,4 @@
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
using System.Collections.Concurrent;
using System.Globalization;

View File

@@ -1,4 +1,4 @@
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
using StellaOps.Eventing.Models;
using StellaOps.HybridLogicalClock;

View File

@@ -1,4 +1,4 @@
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
using StellaOps.Eventing.Models;
using StellaOps.HybridLogicalClock;

View File

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

View File

@@ -1,4 +1,4 @@
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;

View File

@@ -1,4 +1,4 @@
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
using System.Diagnostics;
using System.Diagnostics.Metrics;

View File

@@ -1,4 +1,4 @@
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
using Microsoft.Extensions.Logging;
using StellaOps.Eventing.Models;

View File

@@ -1,4 +1,4 @@
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
using FluentAssertions;
using Microsoft.Extensions.Logging.Abstractions;

View File

@@ -1,4 +1,4 @@
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
using FluentAssertions;
using Microsoft.Extensions.Logging.Abstractions;

View File

@@ -1,4 +1,4 @@
// Copyright (c) StellaOps. Licensed under the AGPL-3.0-or-later.
// Copyright (c) StellaOps. Licensed under the BUSL-1.1.
using System.Net;
using System.Net.Http.Json;