From 1bc043ca451dadbfb931b53643eaec44e797380b Mon Sep 17 00:00:00 2001 From: Tochemey Date: Wed, 1 Jan 2025 13:53:59 +0000 Subject: [PATCH] chore: update copyrights and license --- LICENSE | 2 +- behavior.go | 2 +- durable_state_actor.go | 2 +- durable_state_actor_test.go | 2 +- engine.go | 2 +- engine_test.go | 2 +- event_sourced_actor.go | 2 +- event_sourced_actor_test.go | 2 +- eventstream/message.go | 2 +- eventstream/stream.go | 2 +- eventstream/stream_test.go | 2 +- eventstream/subscriber.go | 2 +- example/durablestate/main.go | 2 +- example/eventssourced/main.go | 2 +- helper_test.go | 2 +- internal/errorschain/errorschain.go | 2 +- internal/errorschain/errorschain_test.go | 2 +- internal/lib/lib.go | 2 +- internal/queue/queue.go | 2 +- internal/queue/queue_test.go | 2 +- internal/ticker/ticker.go | 2 +- internal/ticker/ticker_test.go | 2 +- offsetstore/offset_store.go | 2 +- option.go | 2 +- option_test.go | 2 +- persistence/events_store.go | 2 +- persistence/state_store.go | 2 +- projection/handler.go | 2 +- projection/option.go | 2 +- projection/option_test.go | 2 +- projection/projection.go | 2 +- projection/projection_test.go | 2 +- projection/recovery.go | 2 +- projection/recovery_test.go | 2 +- projection/runner.go | 2 +- projection/runner_test.go | 2 +- resources/durablestore_postgres.sql | 2 +- resources/eventstore_postgres.sql | 2 +- resources/offsetstore_postgres.sql | 2 +- testkit/durablestore.go | 2 +- testkit/eventstore.go | 2 +- testkit/offsetstore.go | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) diff --git a/LICENSE b/LICENSE index e6b73ec..a7696fa 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 Tochemey +Copyright (c) 2022-2025 Arsene Tochemey Gandote Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/behavior.go b/behavior.go index 9e4513f..e433ee9 100644 --- a/behavior.go +++ b/behavior.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/durable_state_actor.go b/durable_state_actor.go index 3f791cc..5001d16 100644 --- a/durable_state_actor.go +++ b/durable_state_actor.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/durable_state_actor_test.go b/durable_state_actor_test.go index 0684c89..a3dfcb1 100644 --- a/durable_state_actor_test.go +++ b/durable_state_actor_test.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/engine.go b/engine.go index 875f3b0..72ee71a 100644 --- a/engine.go +++ b/engine.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/engine_test.go b/engine_test.go index 463aa80..8af1c57 100644 --- a/engine_test.go +++ b/engine_test.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/event_sourced_actor.go b/event_sourced_actor.go index 7b23273..23270e4 100644 --- a/event_sourced_actor.go +++ b/event_sourced_actor.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/event_sourced_actor_test.go b/event_sourced_actor_test.go index 9c42b71..b507124 100644 --- a/event_sourced_actor_test.go +++ b/event_sourced_actor_test.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/eventstream/message.go b/eventstream/message.go index 0867ea5..392df4d 100644 --- a/eventstream/message.go +++ b/eventstream/message.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/eventstream/stream.go b/eventstream/stream.go index e44e169..8730e14 100644 --- a/eventstream/stream.go +++ b/eventstream/stream.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/eventstream/stream_test.go b/eventstream/stream_test.go index 7a941d6..5aa5971 100644 --- a/eventstream/stream_test.go +++ b/eventstream/stream_test.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/eventstream/subscriber.go b/eventstream/subscriber.go index f939625..4f7b59f 100644 --- a/eventstream/subscriber.go +++ b/eventstream/subscriber.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/example/durablestate/main.go b/example/durablestate/main.go index e2ac4e9..7fddb9f 100644 --- a/example/durablestate/main.go +++ b/example/durablestate/main.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/example/eventssourced/main.go b/example/eventssourced/main.go index 5edbb83..94e9d86 100644 --- a/example/eventssourced/main.go +++ b/example/eventssourced/main.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/helper_test.go b/helper_test.go index 882119c..4806b8b 100644 --- a/helper_test.go +++ b/helper_test.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/internal/errorschain/errorschain.go b/internal/errorschain/errorschain.go index c41c3ee..9855a91 100644 --- a/internal/errorschain/errorschain.go +++ b/internal/errorschain/errorschain.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Arsene Tochemey Gandote + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/internal/errorschain/errorschain_test.go b/internal/errorschain/errorschain_test.go index ccad554..3424071 100644 --- a/internal/errorschain/errorschain_test.go +++ b/internal/errorschain/errorschain_test.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Arsene Tochemey Gandote + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/internal/lib/lib.go b/internal/lib/lib.go index 5b0117c..27406b1 100644 --- a/internal/lib/lib.go +++ b/internal/lib/lib.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/internal/queue/queue.go b/internal/queue/queue.go index 85af643..7c21fbf 100644 --- a/internal/queue/queue.go +++ b/internal/queue/queue.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/internal/queue/queue_test.go b/internal/queue/queue_test.go index 99dc8c1..10eb5b6 100644 --- a/internal/queue/queue_test.go +++ b/internal/queue/queue_test.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/internal/ticker/ticker.go b/internal/ticker/ticker.go index 8c33dad..d53fe31 100644 --- a/internal/ticker/ticker.go +++ b/internal/ticker/ticker.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/internal/ticker/ticker_test.go b/internal/ticker/ticker_test.go index ecfdd1f..9ec7c14 100644 --- a/internal/ticker/ticker_test.go +++ b/internal/ticker/ticker_test.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/offsetstore/offset_store.go b/offsetstore/offset_store.go index bcc01e2..240a322 100644 --- a/offsetstore/offset_store.go +++ b/offsetstore/offset_store.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/option.go b/option.go index 613d105..0fcbd06 100644 --- a/option.go +++ b/option.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/option_test.go b/option_test.go index 7e77d97..39321ce 100644 --- a/option_test.go +++ b/option_test.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/persistence/events_store.go b/persistence/events_store.go index 34c509c..c859672 100644 --- a/persistence/events_store.go +++ b/persistence/events_store.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/persistence/state_store.go b/persistence/state_store.go index 1593f3a..722fd62 100644 --- a/persistence/state_store.go +++ b/persistence/state_store.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projection/handler.go b/projection/handler.go index 0ee55a9..5930631 100644 --- a/projection/handler.go +++ b/projection/handler.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projection/option.go b/projection/option.go index 361309d..5180bf3 100644 --- a/projection/option.go +++ b/projection/option.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projection/option_test.go b/projection/option_test.go index 993a175..0e66bb2 100644 --- a/projection/option_test.go +++ b/projection/option_test.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projection/projection.go b/projection/projection.go index cd22a3a..bb66154 100644 --- a/projection/projection.go +++ b/projection/projection.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projection/projection_test.go b/projection/projection_test.go index 9ede082..502a6a3 100644 --- a/projection/projection_test.go +++ b/projection/projection_test.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projection/recovery.go b/projection/recovery.go index d6a04f9..51a5f5f 100644 --- a/projection/recovery.go +++ b/projection/recovery.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projection/recovery_test.go b/projection/recovery_test.go index e95fc8f..6937fbd 100644 --- a/projection/recovery_test.go +++ b/projection/recovery_test.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projection/runner.go b/projection/runner.go index 3f7700b..4c24ef7 100644 --- a/projection/runner.go +++ b/projection/runner.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/projection/runner_test.go b/projection/runner_test.go index a5c1b64..76dd6ee 100644 --- a/projection/runner_test.go +++ b/projection/runner_test.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/resources/durablestore_postgres.sql b/resources/durablestore_postgres.sql index 32db88e..89629d2 100644 --- a/resources/durablestore_postgres.sql +++ b/resources/durablestore_postgres.sql @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/resources/eventstore_postgres.sql b/resources/eventstore_postgres.sql index 70ebada..5c26fc9 100644 --- a/resources/eventstore_postgres.sql +++ b/resources/eventstore_postgres.sql @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/resources/offsetstore_postgres.sql b/resources/offsetstore_postgres.sql index 8fea4a3..bd5b7c4 100644 --- a/resources/offsetstore_postgres.sql +++ b/resources/offsetstore_postgres.sql @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/testkit/durablestore.go b/testkit/durablestore.go index 1b9488a..a287f02 100644 --- a/testkit/durablestore.go +++ b/testkit/durablestore.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/testkit/eventstore.go b/testkit/eventstore.go index 3b91d40..6e3ef53 100644 --- a/testkit/eventstore.go +++ b/testkit/eventstore.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/testkit/offsetstore.go b/testkit/offsetstore.go index 97fbf20..8ea4fc5 100644 --- a/testkit/offsetstore.go +++ b/testkit/offsetstore.go @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2024 Tochemey + * Copyright (c) 2022-2025 Arsene Tochemey Gandote * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal