Skip to content

Commit

Permalink
adjust licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
malclear committed May 8, 2024
1 parent 3b948b4 commit def94f6
Show file tree
Hide file tree
Showing 52 changed files with 97 additions and 95 deletions.
83 changes: 42 additions & 41 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,44 +1,45 @@
<Project>
<PropertyGroup>
<Authors>Lutando Ngqakaza</Authors>
<Company>Lutando Ngqakaza</Company>
<Copyright>Copyright (c) Lutando Ngqakaza 2018 - 2020</Copyright>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/AfterLutz/Akkatecture</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<NeutralLanguage>en-GB</NeutralLanguage>
<PackageReleaseNotes>Externally Updated</PackageReleaseNotes>
<PackageIcon>logo-512.png</PackageIcon>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<IsPackable>false</IsPackable>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup>
<NoWarn>NU5104</NoWarn>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)\logo-512.png" Pack="true" Visible="false" PackagePath="\" />
<None Include="$(MSBuildThisFileDirectory)\README.md" Pack="true" Visible="false" PackagePath="\" />
</ItemGroup>
<PropertyGroup>
<NetCoreAppVersion>net6.0</NetCoreAppVersion>
<NetStandardVersion>netstandard2.0</NetStandardVersion>
<AkkaVersion>1.5.8</AkkaVersion>
<AkkatectureMultiNodeSharedVersion>0.5.2</AkkatectureMultiNodeSharedVersion>
<AkkaMultiNodeTestAdapterVersion>1.5.8</AkkaMultiNodeTestAdapterVersion>
<XunitVersion>2.4.2</XunitVersion>
<XunitRunnerVSVersion>2.4.5</XunitRunnerVSVersion>
<CoverletMSBuildVersion>6.0.0</CoverletMSBuildVersion>
<XunitRunnerUtilityVersion>2.4.2</XunitRunnerUtilityVersion>
<FluentAssertionsVersion>6.11.0</FluentAssertionsVersion>
<TestSdkVersion>17.6.2</TestSdkVersion>
<SourceLinkGithubVersion>1.1.1</SourceLinkGithubVersion>
</PropertyGroup>
<PropertyGroup>
<Authors>Lutando Ngqakaza, and Contributors</Authors>
<Company>Akkatecture</Company>
<Copyright>Copyright (c) Lutando Ngqakaza 2018 - 2020</Copyright>
<Copyright>Copyright (c) 2022-2023 AfterLutz Contributors</Copyright>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/AfterLutz/Akkatecture</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<NeutralLanguage>en-GB</NeutralLanguage>
<PackageReleaseNotes>Externally Updated</PackageReleaseNotes>
<PackageIcon>logo-512.png</PackageIcon>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<IsPackable>false</IsPackable>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<PropertyGroup>
<NoWarn>NU5104</NoWarn>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)\logo-512.png" Pack="true" Visible="false" PackagePath="\" />
<None Include="$(MSBuildThisFileDirectory)\README.md" Pack="true" Visible="false" PackagePath="\" />
</ItemGroup>
<PropertyGroup>
<NetCoreAppVersion>net6.0</NetCoreAppVersion>
<NetStandardVersion>netstandard2.0</NetStandardVersion>
<AkkaVersion>1.5.8</AkkaVersion>
<AkkatectureMultiNodeSharedVersion>0.5.2</AkkatectureMultiNodeSharedVersion>
<AkkaMultiNodeTestAdapterVersion>1.5.8</AkkaMultiNodeTestAdapterVersion>
<XunitVersion>2.4.2</XunitVersion>
<XunitRunnerVSVersion>2.4.5</XunitRunnerVSVersion>
<CoverletMSBuildVersion>6.0.0</CoverletMSBuildVersion>
<XunitRunnerUtilityVersion>2.4.2</XunitRunnerUtilityVersion>
<FluentAssertionsVersion>6.11.0</FluentAssertionsVersion>
<TestSdkVersion>17.6.2</TestSdkVersion>
<SourceLinkGithubVersion>1.1.1</SourceLinkGithubVersion>
</PropertyGroup>

<PropertyGroup>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
</Project>
5 changes: 3 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2018 - 2020 Lutando Ngqakaza
Copyright (c) 2018 - 2022 Lutando Ngqakaza
Copyright (c) 2022-2023 AfterLutz Contributors

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 All @@ -18,4 +19,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
6 changes: 3 additions & 3 deletions examples/cluster/Akkatecture.Examples.Worker/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ public static async Task Main(string[] args)
var configPath = Path.Combine(path, "worker.conf");
var baseConfig = ConfigurationFactory.ParseString(File.ReadAllText(configPath));

//specified amount of workers running on their own thread
var amountOfWorkers = 1;
//specified number of workers running on their own thread
var numberOfWorkers = 1;

//Create several workers with each worker port will be 6001, 6002,...
var actorSystems = new List<ActorSystem>();
foreach (var worker in Enumerable.Range(1, amountOfWorkers+1))
foreach (var worker in Enumerable.Range(1, numberOfWorkers+1))
{
//Create worker with port 700X
var config = ConfigurationFactory.ParseString($"akka.remote.dot-netty.tcp.port = 700{worker}");
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/AggregateEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/AggregateManager.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/AggregateManagerSettings.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/AggregateName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/AggregateNameAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/AggregateRoot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/AggregateRootSettings.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/AggregateState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/CommandResults/CommandResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Copyright (c) 2015-2021 eBay Software Foundation
// Modified from original source https://github.com/eventflow/EventFlow
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Copyright (c) 2015-2021 eBay Software Foundation
// Modified from original source https://github.com/eventflow/EventFlow
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Copyright (c) 2015-2021 eBay Software Foundation
// Modified from original source https://github.com/eventflow/EventFlow
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Copyright (c) 2015-2021 eBay Software Foundation
// Modified from original source https://github.com/eventflow/EventFlow
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/CommittedEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/DomainEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/EventId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Copyright (c) 2015-2021 eBay Software Foundation
// Modified from original source https://github.com/eventflow/EventFlow
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/IAggregateEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/IAggregateManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/IAggregateName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/IAggregateRoot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/IApply.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/ICommittedEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/IDomainEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/IEmit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/IEventApplier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/IEventId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/IExecute.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
2 changes: 1 addition & 1 deletion src/Akkatecture/Aggregates/IMetadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2021 Lutando Ngqakaza
// Copyright (c) 2022-2023 AfterLutz Contributors
// Copyright (c) 2022-2024 AfterLutz Contributors
// https://github.com/AfterLutz/Akketecture
//
//
Expand Down
Loading

0 comments on commit def94f6

Please sign in to comment.