Skip to content

Commit dcdf45f

Browse files
authored
remove duplicate copyrights (#6696)
1 parent 7533c92 commit dcdf45f

File tree

4 files changed

+12
-26
lines changed

4 files changed

+12
-26
lines changed

src/contrib/cluster/Akka.Cluster.Metrics.Tests/Helpers/ClusterMetricsTestConfig.cs

-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
// </copyright>
66
//-----------------------------------------------------------------------
77

8-
// //-----------------------------------------------------------------------
9-
// // <copyright file="ClusterMetricsTestConfig.cs" company="Akka.NET Project">
10-
// // Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com>
11-
// // Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net>
12-
// // </copyright>
13-
// //-----------------------------------------------------------------------
14-
158
namespace Akka.Cluster.Metrics.Tests.Helpers
169
{
1710
/// <summary>

src/contrib/cluster/Akka.Cluster.Metrics/Routing/WeightedRoutees.cs

-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
// </copyright>
66
//-----------------------------------------------------------------------
77

8-
// //-----------------------------------------------------------------------
9-
// // <copyright file="WeightedRoutees.cs" company="Akka.NET Project">
10-
// // Copyright (C) 2009-2019 Lightbend Inc. <http://www.lightbend.com>
11-
// // Copyright (C) 2013-2019 .NET Foundation <https://github.com/akkadotnet/akka.net>
12-
// // </copyright>
13-
// //-----------------------------------------------------------------------
14-
158
using System;
169
using System.Collections.Immutable;
1710
using System.Linq;

src/contrib/persistence/Akka.Persistence.Sql.Common/Extensions/DbConnectionExtensions.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// //-----------------------------------------------------------------------
2-
// // <copyright file="DbConnectionExtensions.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-
// //-----------------------------------------------------------------------
1+
//-----------------------------------------------------------------------
2+
// <copyright file="DbConnectionExtensions.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.Data;

src/contrib/persistence/Akka.Persistence.Sql.Common/Extensions/IsolationLevelExtensions.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// //-----------------------------------------------------------------------
2-
// // <copyright file="HoconExtensions.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-
// //-----------------------------------------------------------------------
1+
//-----------------------------------------------------------------------
2+
// <copyright file="HoconExtensions.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.Data;
99
using System.Runtime.CompilerServices;

0 commit comments

Comments
 (0)