Skip to content

Commit 3b76b12

Browse files
updated all file headers to 2023 (#6649)
1 parent 3828b70 commit 3b76b12

File tree

2,108 files changed

+4494
-4407
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,108 files changed

+4494
-4407
lines changed

src/benchmark/Akka.Benchmarks/Actor/ActorMemoryFootprintBenchmark.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//-----------------------------------------------------------------------
22
// <copyright file="ActorMemoryFootprintBenchmark.cs" company="Akka.NET Project">
3-
// Copyright (C) 2009-2022 Lightbend Inc. <http://www.lightbend.com>
4-
// Copyright (C) 2013-2022 .NET Foundation <https://github.com/akkadotnet/akka.net>
3+
// Copyright (C) 2009-2023 Lightbend Inc. <http://www.lightbend.com>
4+
// Copyright (C) 2013-2023 .NET Foundation <https://github.com/akkadotnet/akka.net>
55
// </copyright>
66
//-----------------------------------------------------------------------
77

src/benchmark/Akka.Benchmarks/Actor/ActorMessagingMemoryPressureBenchmark.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// //-----------------------------------------------------------------------
2-
// // <copyright file="ActorMessagingMemoryPressureBenchmark.cs" company="Akka.NET Project">
3-
// // Copyright (C) 2009-2022 Lightbend Inc. <http://www.lightbend.com>
4-
// // Copyright (C) 2013-2022 .NET Foundation <https://github.com/akkadotnet/akka.net>
5-
// // </copyright>
6-
// //-----------------------------------------------------------------------
1+
//-----------------------------------------------------------------------
2+
// <copyright file="ActorMessagingMemoryPressureBenchmark.cs" company="Akka.NET Project">
3+
// Copyright (C) 2009-2023 Lightbend Inc. <http://www.lightbend.com>
4+
// Copyright (C) 2013-2023 .NET Foundation <https://github.com/akkadotnet/akka.net>
5+
// </copyright>
6+
//-----------------------------------------------------------------------
77

88
using System;
99
using System.Threading.Tasks;
@@ -88,4 +88,4 @@ public Task PushMsgs()
8888
return Task.CompletedTask;
8989
}
9090
}
91-
}
91+
}

src/benchmark/Akka.Benchmarks/Actor/ActorPathBenchmarks.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//-----------------------------------------------------------------------
22
// <copyright file="ActorPathBenchmarks.cs" company="Akka.NET Project">
3-
// Copyright (C) 2009-2022 Lightbend Inc. <http://www.lightbend.com>
4-
// Copyright (C) 2013-2022 .NET Foundation <https://github.com/akkadotnet/akka.net>
3+
// Copyright (C) 2009-2023 Lightbend Inc. <http://www.lightbend.com>
4+
// Copyright (C) 2013-2023 .NET Foundation <https://github.com/akkadotnet/akka.net>
55
// </copyright>
66
//-----------------------------------------------------------------------
77

src/benchmark/Akka.Benchmarks/Actor/ActorRefBenchmarks.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//-----------------------------------------------------------------------
22
// <copyright file="ActorRefBenchmarks.cs" company="Akka.NET Project">
3-
// Copyright (C) 2009-2022 Lightbend Inc. <http://www.lightbend.com>
4-
// Copyright (C) 2013-2022 .NET Foundation <https://github.com/akkadotnet/akka.net>
3+
// Copyright (C) 2009-2023 Lightbend Inc. <http://www.lightbend.com>
4+
// Copyright (C) 2013-2023 .NET Foundation <https://github.com/akkadotnet/akka.net>
55
// </copyright>
66
//-----------------------------------------------------------------------
77

src/benchmark/Akka.Benchmarks/Actor/ActorSelectionBenchmark.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//-----------------------------------------------------------------------
22
// <copyright file="ActorSelectionBenchmark.cs" company="Akka.NET Project">
3-
// Copyright (C) 2009-2022 Lightbend Inc. <http://www.lightbend.com>
4-
// Copyright (C) 2013-2022 .NET Foundation <https://github.com/akkadotnet/akka.net>
3+
// Copyright (C) 2009-2023 Lightbend Inc. <http://www.lightbend.com>
4+
// Copyright (C) 2013-2023 .NET Foundation <https://github.com/akkadotnet/akka.net>
55
// </copyright>
66
//-----------------------------------------------------------------------
77

src/benchmark/Akka.Benchmarks/Actor/AddressBenchmarks.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//-----------------------------------------------------------------------
22
// <copyright file="AddressBenchmarks.cs" company="Akka.NET Project">
3-
// Copyright (C) 2009-2022 Lightbend Inc. <http://www.lightbend.com>
4-
// Copyright (C) 2013-2022 .NET Foundation <https://github.com/akkadotnet/akka.net>
3+
// Copyright (C) 2009-2023 Lightbend Inc. <http://www.lightbend.com>
4+
// Copyright (C) 2013-2023 .NET Foundation <https://github.com/akkadotnet/akka.net>
55
// </copyright>
66
//-----------------------------------------------------------------------
77

src/benchmark/Akka.Benchmarks/Actor/FsmBenchmarks.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// //-----------------------------------------------------------------------
2-
// // <copyright file="FsmBenchmarks.cs" company="Akka.NET Project">
3-
// // Copyright (C) 2009-2022 Lightbend Inc. <http://www.lightbend.com>
4-
// // Copyright (C) 2013-2022 .NET Foundation <https://github.com/akkadotnet/akka.net>
5-
// // </copyright>
6-
// //-----------------------------------------------------------------------
1+
//-----------------------------------------------------------------------
2+
// <copyright file="FsmBenchmarks.cs" company="Akka.NET Project">
3+
// Copyright (C) 2009-2023 Lightbend Inc. <http://www.lightbend.com>
4+
// Copyright (C) 2013-2023 .NET Foundation <https://github.com/akkadotnet/akka.net>
5+
// </copyright>
6+
//-----------------------------------------------------------------------
77

88
using System.Threading.Tasks;
99
using Akka.Actor;
@@ -159,4 +159,4 @@ public async Task BenchmarkUntyped()
159159
await _untypedActor.Ask<string>("stop");
160160
}
161161
}
162-
}
162+
}

src/benchmark/Akka.Benchmarks/Actor/GetChildBenchmark.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//-----------------------------------------------------------------------
22
// <copyright file="GetChildBenchmark.cs" company="Akka.NET Project">
3-
// Copyright (C) 2009-2022 Lightbend Inc. <http://www.lightbend.com>
4-
// Copyright (C) 2013-2022 .NET Foundation <https://github.com/akkadotnet/akka.net>
3+
// Copyright (C) 2009-2023 Lightbend Inc. <http://www.lightbend.com>
4+
// Copyright (C) 2013-2023 .NET Foundation <https://github.com/akkadotnet/akka.net>
55
// </copyright>
66
//-----------------------------------------------------------------------
77

src/benchmark/Akka.Benchmarks/Actor/PingPongBenchmarks.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//-----------------------------------------------------------------------
22
// <copyright file="PingPongBenchmarks.cs" company="Akka.NET Project">
3-
// Copyright (C) 2009-2022 Lightbend Inc. <http://www.lightbend.com>
4-
// Copyright (C) 2013-2022 .NET Foundation <https://github.com/akkadotnet/akka.net>
3+
// Copyright (C) 2009-2023 Lightbend Inc. <http://www.lightbend.com>
4+
// Copyright (C) 2013-2023 .NET Foundation <https://github.com/akkadotnet/akka.net>
55
// </copyright>
66
//-----------------------------------------------------------------------
77

src/benchmark/Akka.Benchmarks/Actor/SpawnActorBenchmarks.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//-----------------------------------------------------------------------
22
// <copyright file="SpawnActorBenchmarks.cs" company="Akka.NET Project">
3-
// Copyright (C) 2009-2022 Lightbend Inc. <http://www.lightbend.com>
4-
// Copyright (C) 2013-2022 .NET Foundation <https://github.com/akkadotnet/akka.net>
3+
// Copyright (C) 2009-2023 Lightbend Inc. <http://www.lightbend.com>
4+
// Copyright (C) 2013-2023 .NET Foundation <https://github.com/akkadotnet/akka.net>
55
// </copyright>
66
//-----------------------------------------------------------------------
77

0 commit comments

Comments
 (0)