Skip to content

Commit

Permalink
Update copyright headers (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored Aug 26, 2022
1 parent 2e7bfd2 commit 27e7121
Show file tree
Hide file tree
Showing 35 changed files with 157 additions and 31 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// -----------------------------------------------------------------------
// <copyright file="AzurePersistenceExtensions.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using System;
using Akka.Actor;
using Akka.Configuration;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------
// <copyright file="AzureJournalPerfSpecs.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2018 Petabridge, LLC <https://petabridge.com>
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------
// <copyright file="AzureBlobSnapshotStoreSpec.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2018 Petabridge, LLC <https://petabridge.com>
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------
// <copyright file="AzurePersistenceConfigSpec.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2018 Petabridge, LLC <https://petabridge.com>
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/Akka.Persistence.Azure.Tests/AzureTableJournalSpec.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------
// <copyright file="AzureTableJournalSpec.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2018 Petabridge, LLC <https://petabridge.com>
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/Akka.Persistence.Azure/AzurePersistence.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------
// <copyright file="AzurePersistence.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2018 Petabridge, LLC <https://petabridge.com>
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

Expand Down
6 changes: 6 additions & 0 deletions src/Akka.Persistence.Azure/CloudTableExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// -----------------------------------------------------------------------
// <copyright file="CloudTableExtensions.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------
// <copyright file="AzureTableStorageJournal.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2018 Petabridge, LLC <https://petabridge.com>
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------
// <copyright file="AzureTableStorageJournalSettings.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2018 Petabridge, LLC <https://petabridge.com>
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------
// <copyright file="AzureTableStorageJournalSetup.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2018 Petabridge, LLC <https://petabridge.com>
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

Expand Down
6 changes: 6 additions & 0 deletions src/Akka.Persistence.Azure/ListExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// -----------------------------------------------------------------------
// <copyright file="ListExtensions.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using System;
// -----------------------------------------------------------------------
// <copyright file="AzureTableStorageReadJournal.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using System;
using Akka.Actor;
using Akka.Configuration;
using Akka.Persistence.Azure.Query.Publishers;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using Akka.Actor;
// -----------------------------------------------------------------------
// <copyright file="AzureTableStorageReadJournalProvider.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using Akka.Actor;
using Akka.Configuration;
using Akka.Persistence.Query;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------
// <copyright file="AzureTableStorageReadJournalSetup.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2018 Petabridge, LLC <https://petabridge.com>
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

Expand Down
8 changes: 7 additions & 1 deletion src/Akka.Persistence.Azure/Query/DeliveryBuffer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using System;
// -----------------------------------------------------------------------
// <copyright file="DeliveryBuffer.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using System;
using System.Collections.Generic;
using System.Collections.Immutable;

Expand Down
8 changes: 7 additions & 1 deletion src/Akka.Persistence.Azure/Query/Messages.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using Akka.Actor;
// -----------------------------------------------------------------------
// <copyright file="Messages.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using Akka.Actor;
using Akka.Event;
using System;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using Akka.Actor;
// -----------------------------------------------------------------------
// <copyright file="AbstractEventsByPersistenceIdPublisher.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using Akka.Actor;
using Akka.Event;
using Akka.Persistence.Query;
using Akka.Streams.Actors;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using Akka.Actor;
// -----------------------------------------------------------------------
// <copyright file="AbstractEventsByTagPublisher.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using Akka.Actor;
using Akka.Event;
using Akka.Persistence.Query;
using Akka.Streams.Actors;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using Akka.Actor;
// -----------------------------------------------------------------------
// <copyright file="AllPersistenceIdsPublisher.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using Akka.Actor;
using Akka.Streams.Actors;

namespace Akka.Persistence.Azure.Query.Publishers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using Akka.Actor;
// -----------------------------------------------------------------------
// <copyright file="CurrentEventsByPersistenceIdPublisher.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using Akka.Actor;

namespace Akka.Persistence.Azure.Query.Publishers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using Akka.Actor;
// -----------------------------------------------------------------------
// <copyright file="CurrentEventsByTagPublisher.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using Akka.Actor;

namespace Akka.Persistence.Azure.Query.Publishers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using System;
// -----------------------------------------------------------------------
// <copyright file="EventsByPersistenceIdPublisher.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using System;
using Akka.Actor;

namespace Akka.Persistence.Azure.Query.Publishers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using System;
// -----------------------------------------------------------------------
// <copyright file="EventsByTagPublisher.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using System;
using Akka.Actor;

namespace Akka.Persistence.Azure.Query.Publishers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using System;
// -----------------------------------------------------------------------
// <copyright file="LiveEventsByPersistenceIdPublisher.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using System;
using Akka.Actor;

namespace Akka.Persistence.Azure.Query.Publishers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using System;
// -----------------------------------------------------------------------
// <copyright file="LiveEventsByTagPublisher.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using System;
using Akka.Actor;

namespace Akka.Persistence.Azure.Query.Publishers
Expand Down
2 changes: 1 addition & 1 deletion src/Akka.Persistence.Azure/SerializationHelper.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------
// <copyright file="SerializationHelper.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2018 Petabridge, LLC <https://petabridge.com>
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------
// <copyright file="AzureBlobSnapshotSetup.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2018 Petabridge, LLC <https://petabridge.com>
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------
// <copyright file="AzureBlobSnapshotStore.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2018 Petabridge, LLC <https://petabridge.com>
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------
// <copyright file="AzureBlobSnapshotStoreSettings.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2018 Petabridge, LLC <https://petabridge.com>
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using System;
// -----------------------------------------------------------------------
// <copyright file="AllPersistenceIdsEntry.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using System;
using Azure;
using Azure.Data.Tables;

Expand Down
8 changes: 7 additions & 1 deletion src/Akka.Persistence.Azure/TableEntities/EventTagEntry.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using System;
// -----------------------------------------------------------------------
// <copyright file="EventTagEntry.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using System;
using System.Linq;
using Akka.Persistence.Azure.Util;
using Azure;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using System;
// -----------------------------------------------------------------------
// <copyright file="HighestSequenceNrEntry.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using System;
using Azure;
using Azure.Data.Tables;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------
// <copyright file="PersistentJournalEntry.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2018 Petabridge, LLC <https://petabridge.com>
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

Expand Down
6 changes: 6 additions & 0 deletions src/Akka.Persistence.Azure/Util/PartitionKeyEscapeHelper.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// -----------------------------------------------------------------------
// <copyright file="PartitionKeyEscapeHelper.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using System;
using System.Collections.Generic;

Expand Down
8 changes: 7 additions & 1 deletion src/Akka.Persistence.Azure/Util/SeqNoHelper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using System;
// -----------------------------------------------------------------------
// <copyright file="SeqNoHelper.cs" company="Petabridge, LLC">
// Copyright (C) 2015 - 2022 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------

using System;
using System.Collections.Generic;
using System.Text;

Expand Down

0 comments on commit 27e7121

Please sign in to comment.