Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/FluentValidation-11.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
einari authored Mar 2, 2024
2 parents 6343678 + bdcd52c commit 35e0b39
Show file tree
Hide file tree
Showing 1,991 changed files with 2,005 additions and 2,004 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ indent_size = 2

[*.{cs,vb}]
dotnet_analyzer_diagnostic.severity = warning
file_header_template = Copyright (c) Aksio Insurtech. All rights reserved.\nLicensed under the MIT license. See LICENSE file in the project root for full license information.
file_header_template = Copyright (c) Cratis. All rights reserved.\nLicensed under the MIT license. See LICENSE file in the project root for full license information.

#### .NET Conventions ####
dotnet_sort_system_directives_first = true:error
Expand Down
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

/**@type {import('eslint').Linter.Config} */
Expand Down Expand Up @@ -50,7 +50,7 @@ module.exports = {
2,
'line',
[
' Copyright (c) Aksio Insurtech. All rights reserved.',
' Copyright (c) Cratis. All rights reserved.',
' Licensed under the MIT license. See LICENSE file in the project root for full license information.'
]
]
Expand Down
2 changes: 1 addition & 1 deletion .mocharc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/BenchmarkJob.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using System.Reflection;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/EventSequences/AppendingEvent.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Cratis.Events;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/EventSequences/AppendingEvents.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Cratis.Identities;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/EventSequences/EventLogJob.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Cratis.EventSequences;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

global using BenchmarkDotNet.Attributes;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/GlobalVariables.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Cratis.Auditing;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Model/Cart.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Benchmark.Model;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Model/CartId.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Concepts;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Model/CartItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Benchmark.Model;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Model/CartObserver.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Cratis.Events;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Model/CartProjection.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Cratis.Projections;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Model/CartReducer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Cratis.Events;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Model/ItemAddedToCart.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Cratis.Events;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Model/ItemRemovedFromCart.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Cratis.Events;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Model/MaterialId.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Concepts;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Model/PersonId.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Concepts;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Model/QuantityAdjustedForItemInCart.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Cratis.Events;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Observation/ClientObserverJob.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Cratis.Kernel.Grains.Observation;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Observation/HandlingEvents.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Cratis.Events;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Applications.Autofac;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Projections/ProjectingEvents.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Cratis.Events;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Projections/ProjectionJob.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Cratis.EventSequences;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Reducers/ClientReducerJob.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Cratis.Kernel.Grains.Observation;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/Reducers/ReducingEvents.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Aksio.Cratis.Events;
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/TestData.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using System.Text.Json.Nodes;
Expand Down
28 changes: 14 additions & 14 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<ApplicationModel>1.5.5</ApplicationModel>
<ApplicationModel>1.5.9</ApplicationModel>
<Orleans>7.2.4</Orleans>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="BenchmarkDotNet" Version="0.13.7" />
<PackageVersion Include="BenchmarkDotNet" Version="0.13.12" />
<PackageVersion Include="docfx.console" Version="2.59.3" />
<PackageVersion Include="Aksio.Fundamentals" Version="1.6.1" />
<PackageVersion Include="Aksio.Fundamentals" Version="1.6.3" />
<PackageVersion Include="Aksio.MongoDB" Version="1.4.6" />
<PackageVersion Include="Aksio.Applications" Version="$(ApplicationModel)" />
<PackageVersion Include="Aksio.Applications.CQRS" Version="$(ApplicationModel)" />
<PackageVersion Include="Aksio.Applications.CQRS.MongoDB" Version="$(ApplicationModel)" />
<PackageVersion Include="Aksio.Applications.ProxyGenerator" Version="$(ApplicationModel)" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="mongodb.driver" Version="2.22.0" />
<PackageVersion Include="NJsonSchema" Version="10.9.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="mongodb.driver" Version="2.24.0" />
<PackageVersion Include="NJsonSchema" Version="11.0.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="OrleansTestKit" Version="4.0.0-beta.3" NoWarn="NU5104"/>
<PackageVersion Include="System.Data.SqlClient" Version="4.8.3" />
<PackageVersion Include="System.Data.SqlClient" Version="4.8.6" />
<PackageVersion Include="System.Net.NameResolution" Version="4.3.0" />
<PackageVersion Include="System.Text.Encoding.Extensions" Version="4.3.0" />
<PackageVersion Include="automapper" Version="12.0.1" />
<PackageVersion Include="Azure.Data.Tables" Version="12.7.1" />
<PackageVersion Include="Azure.Data.Tables" Version="12.8.3" />
<PackageVersion Include="FluentValidation" Version="11.9.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="6.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
Expand All @@ -40,22 +40,22 @@
<PackageVersion Include="Microsoft.Orleans.TestingHost" Version="$(Orleans)" />
<PackageVersion Include="OrleansDashboard" Version="7.2.2" />
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.4.0" />
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.0.0-rc9.14" NoWarn="NU5104" />
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.7.1" NoWarn="NU5104" />
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.1.0-rc.2" NoWarn="NU5104" />
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.0.0-rc9.14" NoWarn="NU5104" />
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.7.1" NoWarn="NU5104" />
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.4.0" />
<PackageVersion Include="Azure.Monitor.OpenTelemetry.Exporter" Version="1.0.0-beta.10" NoWarn="NU5104" />
<PackageVersion Include="OpenTelemetry.Exporter.InMemory" Version="1.5.0-alpha.2" NoWarn="NU5104" />
<PackageVersion Include="handlebars.net" Version="2.1.4" />
<!-- Roslyn-->
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.5.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.5.0" />
<!-- Analysis -->
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.5.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.8.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.4" />
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.376" NoWarn="NU5104" />
<PackageVersion Include="Roslynator.Analyzers" Version="4.5.0" />
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.82" />
<PackageVersion Include="Roslynator.Analyzers" Version="4.11.0" />
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.145" />
<!-- Specifications -->
<PackageVersion Include="Aksio.Specifications" Version="2.0.1" />
<PackageVersion Include="Testcontainers" Version="3.6.0" />
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Aksio Insurtech
Copyright (c) Cratis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Concepts.AccountHolders;
Expand Down
2 changes: 1 addition & 1 deletion Samples/Banking/Bank/Concepts/AccountHolders/Address.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Concepts.AccountHolders;
Expand Down
2 changes: 1 addition & 1 deletion Samples/Banking/Bank/Concepts/AccountHolders/FirstName.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Concepts.AccountHolders;
Expand Down
2 changes: 1 addition & 1 deletion Samples/Banking/Bank/Concepts/AccountHolders/LastName.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Concepts.AccountHolders;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Concepts.AccountHolders;
Expand Down
2 changes: 1 addition & 1 deletion Samples/Banking/Bank/Concepts/Accounts/AccountId.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Concepts.Accounts;
Expand Down
2 changes: 1 addition & 1 deletion Samples/Banking/Bank/Concepts/Accounts/AccountName.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Concepts.Accounts;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Concepts.Accounts;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Concepts.Accounts;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Concepts.Accounts;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Concepts.AccountHolders;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Events.Accounts.Debit;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Domain.Accounts.Debit;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Events.Accounts.Credit;
Expand Down
2 changes: 1 addition & 1 deletion Samples/Banking/Bank/Domain/Accounts/Debit/DebitAccount.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Concepts.Accounts;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Events.Accounts.Debit;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using System.ComponentModel.DataAnnotations;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using System.ComponentModel.DataAnnotations;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Concepts.Accounts;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Domain.Accounts.Debit;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Events.Public.Accounts.Debit;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Events.AccountHolders;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Concepts.AccountHolders;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Aksio Insurtech. All rights reserved.
// Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Concepts.AccountHolders;
Expand Down
Loading

0 comments on commit 35e0b39

Please sign in to comment.