From e8b076592bf23fd962c9ce9dc1cd405d3789c342 Mon Sep 17 00:00:00 2001 From: Tochemey Date: Wed, 1 Jan 2025 13:52:28 +0000 Subject: [PATCH] chore: update copyrights and license --- actors/actor.go | 2 +- actors/actor_system.go | 2 +- actors/actor_system_test.go | 2 +- actors/api.go | 2 +- actors/api_test.go | 2 +- actors/behavior_stack.go | 2 +- actors/behavior_stack_test.go | 2 +- actors/bounded_mailbox.go | 2 +- actors/bounded_mailbox_test.go | 2 +- actors/cluster_config.go | 2 +- actors/cluster_config_test.go | 2 +- actors/deadletters.go | 2 +- actors/deadletters_test.go | 2 +- actors/errors.go | 2 +- actors/errors_test.go | 2 +- actors/func_actor.go | 2 +- actors/func_actor_test.go | 2 +- actors/go_scheduler.go | 2 +- actors/janitor.go | 2 +- actors/mailbox.go | 2 +- actors/mock_test.go | 2 +- actors/option.go | 2 +- actors/option_test.go | 2 +- actors/peers_cache.go | 2 +- actors/pid.go | 4 +-- actors/pid_node.go | 2 +- actors/pid_option.go | 2 +- actors/pid_option_test.go | 2 +- actors/pid_test.go | 2 +- actors/pid_tree.go | 2 +- actors/pid_tree_test.go | 2 +- actors/rebalancer.go | 2 +- actors/rebalancer_test.go | 2 +- actors/receive_context.go | 2 +- actors/receive_context_test.go | 2 +- actors/reflection.go | 2 +- actors/reflection_test.go | 2 +- actors/remoting.go | 2 +- actors/remoting_test.go | 2 +- actors/root_guardian.go | 2 +- actors/router.go | 2 +- actors/router_test.go | 2 +- actors/scheduler.go | 2 +- actors/scheduler_test.go | 2 +- actors/sharded_map.go | 2 +- actors/spawn_option.go | 2 +- actors/spawn_option_test.go | 2 +- actors/stash.go | 2 +- actors/stash_test.go | 2 +- actors/supervisor_directive.go | 2 +- actors/supervisor_strategy.go | 2 +- actors/system_guardian.go | 2 +- actors/unbounded_mailbox.go | 2 +- actors/unbounded_mailbox_test.go | 2 +- actors/unbounded_priority_mailbox.go | 2 +- actors/unbounded_priority_mailbox_test.go | 2 +- actors/user_guardian.go | 2 +- actors/util.go | 2 +- actors/util_test.go | 37 +++++++++++++++++++++++ address/address.go | 2 +- address/address_test.go | 2 +- bench/benchmarker.go | 2 +- bench/benchmarker_test.go | 2 +- client/actor.go | 2 +- client/balancer.go | 2 +- client/client.go | 2 +- client/client_test.go | 2 +- client/least_load.go | 2 +- client/least_load_test.go | 2 +- client/node.go | 2 +- client/option.go | 2 +- client/option_test.go | 2 +- client/random.go | 2 +- client/round_robin.go | 2 +- client/round_robin_test.go | 2 +- discovery/dnssd/config.go | 2 +- discovery/dnssd/config_test.go | 2 +- discovery/dnssd/discovery.go | 2 +- discovery/dnssd/discovery_test.go | 2 +- discovery/errors.go | 2 +- discovery/kubernetes/config.go | 2 +- discovery/kubernetes/config_test.go | 2 +- discovery/kubernetes/discovery.go | 2 +- discovery/kubernetes/discovery_test.go | 2 +- discovery/mdns/config.go | 2 +- discovery/mdns/config_test.go | 2 +- discovery/mdns/discovery.go | 2 +- discovery/mdns/discovery_test.go | 2 +- discovery/nats/config.go | 2 +- discovery/nats/config_test.go | 2 +- discovery/nats/discovery.go | 2 +- discovery/nats/discovery_test.go | 2 +- discovery/nats/option.go | 2 +- discovery/nats/option_test.go | 2 +- discovery/node.go | 2 +- discovery/provider.go | 2 +- discovery/static/config.go | 2 +- discovery/static/config_test.go | 2 +- discovery/static/discovery.go | 2 +- discovery/static/discovery_test.go | 2 +- future/future.go | 2 +- future/future_test.go | 2 +- hash/hasher.go | 2 +- internal/cluster/codec.go | 2 +- internal/cluster/codec_test.go | 2 +- internal/cluster/discovery.go | 2 +- internal/cluster/discovery_test.go | 2 +- internal/cluster/engine.go | 2 +- internal/cluster/engine_test.go | 2 +- internal/cluster/errors.go | 2 +- internal/cluster/hasher.go | 2 +- internal/cluster/hasher_test.go | 2 +- internal/cluster/logwriter.go | 2 +- internal/cluster/logwriter_test.go | 2 +- internal/cluster/option.go | 2 +- internal/cluster/option_test.go | 2 +- internal/cluster/peer.go | 2 +- internal/collection/queue.go | 2 +- internal/collection/queue_test.go | 2 +- internal/errorschain/errorschain.go | 2 +- internal/errorschain/errorschain_test.go | 2 +- internal/eventstream/message.go | 2 +- internal/eventstream/stream.go | 2 +- internal/eventstream/stream_test.go | 2 +- internal/eventstream/subscriber.go | 2 +- internal/http/http.go | 2 +- internal/http/http_test.go | 2 +- internal/lib/lib.go | 2 +- internal/slice/chunk.go | 2 +- internal/slice/chunk_test.go | 2 +- internal/slice/safe.go | 2 +- internal/slice/safe_test.go | 2 +- internal/tcp/tcp.go | 2 +- internal/timer/timer.go | 2 +- internal/types/registry.go | 2 +- internal/types/registry_test.go | 2 +- internal/types/unit.go | 2 +- internal/validation/boolean.go | 2 +- internal/validation/boolean_test.go | 2 +- internal/validation/conditional.go | 2 +- internal/validation/conditional_test.go | 2 +- internal/validation/empty_string.go | 2 +- internal/validation/empty_string_test.go | 2 +- internal/validation/pattern.go | 2 +- internal/validation/pattern_test.go | 2 +- internal/validation/tcp_address.go | 2 +- internal/validation/tcp_address_test.go | 2 +- internal/validation/validation.go | 2 +- internal/validation/validation_test.go | 2 +- log/level.go | 2 +- log/log.go | 2 +- log/log_test.go | 2 +- log/logger.go | 2 +- testkit/option.go | 2 +- testkit/probe.go | 2 +- testkit/probe_test.go | 2 +- testkit/testkit.go | 2 +- 157 files changed, 194 insertions(+), 157 deletions(-) create mode 100644 actors/util_test.go diff --git a/actors/actor.go b/actors/actor.go index 30466ed1..b4b1c958 100644 --- a/actors/actor.go +++ b/actors/actor.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/actors/actor_system.go b/actors/actor_system.go index 3b728525..00954360 100644 --- a/actors/actor_system.go +++ b/actors/actor_system.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/actors/actor_system_test.go b/actors/actor_system_test.go index f46c308b..fdd85c25 100644 --- a/actors/actor_system_test.go +++ b/actors/actor_system_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/actors/api.go b/actors/api.go index 51ce1480..f4b6d9f9 100644 --- a/actors/api.go +++ b/actors/api.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/actors/api_test.go b/actors/api_test.go index 807cc9c1..34585e2e 100644 --- a/actors/api_test.go +++ b/actors/api_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/actors/behavior_stack.go b/actors/behavior_stack.go index 734ed4ae..4ebb3443 100644 --- a/actors/behavior_stack.go +++ b/actors/behavior_stack.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/actors/behavior_stack_test.go b/actors/behavior_stack_test.go index 92d3e0d9..9b0b38aa 100644 --- a/actors/behavior_stack_test.go +++ b/actors/behavior_stack_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/actors/bounded_mailbox.go b/actors/bounded_mailbox.go index ffba4e58..fc11efa0 100644 --- a/actors/bounded_mailbox.go +++ b/actors/bounded_mailbox.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/actors/bounded_mailbox_test.go b/actors/bounded_mailbox_test.go index c9f88706..f270f5d2 100644 --- a/actors/bounded_mailbox_test.go +++ b/actors/bounded_mailbox_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/actors/cluster_config.go b/actors/cluster_config.go index c14484e4..1546d143 100644 --- a/actors/cluster_config.go +++ b/actors/cluster_config.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/actors/cluster_config_test.go b/actors/cluster_config_test.go index 3283e117..0a26d2a2 100644 --- a/actors/cluster_config_test.go +++ b/actors/cluster_config_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/actors/deadletters.go b/actors/deadletters.go index d779c2e4..fb7703e0 100644 --- a/actors/deadletters.go +++ b/actors/deadletters.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/actors/deadletters_test.go b/actors/deadletters_test.go index 3bdefade..3763ab5f 100644 --- a/actors/deadletters_test.go +++ b/actors/deadletters_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/actors/errors.go b/actors/errors.go index 30682325..e1c2fc6d 100644 --- a/actors/errors.go +++ b/actors/errors.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/actors/errors_test.go b/actors/errors_test.go index 1686d284..78bc99e5 100644 --- a/actors/errors_test.go +++ b/actors/errors_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/actors/func_actor.go b/actors/func_actor.go index 85849c96..0b7081fb 100644 --- a/actors/func_actor.go +++ b/actors/func_actor.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/actors/func_actor_test.go b/actors/func_actor_test.go index aca9abcb..688e1f4b 100644 --- a/actors/func_actor_test.go +++ b/actors/func_actor_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/actors/go_scheduler.go b/actors/go_scheduler.go index 3b0c6541..189d49fa 100644 --- a/actors/go_scheduler.go +++ b/actors/go_scheduler.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/actors/janitor.go b/actors/janitor.go index 6cf98ffe..81053afc 100644 --- a/actors/janitor.go +++ b/actors/janitor.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/actors/mailbox.go b/actors/mailbox.go index de928eab..b0b946da 100644 --- a/actors/mailbox.go +++ b/actors/mailbox.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/actors/mock_test.go b/actors/mock_test.go index 67a93ceb..0505e939 100644 --- a/actors/mock_test.go +++ b/actors/mock_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/actors/option.go b/actors/option.go index d0188fd1..4f80bd6c 100644 --- a/actors/option.go +++ b/actors/option.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/actors/option_test.go b/actors/option_test.go index 219fd20e..721c78d6 100644 --- a/actors/option_test.go +++ b/actors/option_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/actors/peers_cache.go b/actors/peers_cache.go index 4fd1a239..ed913651 100644 --- a/actors/peers_cache.go +++ b/actors/peers_cache.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/actors/pid.go b/actors/pid.go index 428eb99d..50898164 100644 --- a/actors/pid.go +++ b/actors/pid.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 @@ -343,7 +343,7 @@ func (pid *PID) Stop(ctx context.Context, cid *PID) error { // IsRunning returns true when the actor is alive ready to process messages and false // when the actor is stopped or not started at all func (pid *PID) IsRunning() bool { - return pid.started.Load() && !pid.suspended.Load() + return pid != nil && pid.started.Load() && !pid.suspended.Load() } // IsSuspended returns true when the actor is suspended diff --git a/actors/pid_node.go b/actors/pid_node.go index e294f3eb..0beb02b2 100644 --- a/actors/pid_node.go +++ b/actors/pid_node.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/actors/pid_option.go b/actors/pid_option.go index 362ee12a..c438cc60 100644 --- a/actors/pid_option.go +++ b/actors/pid_option.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/actors/pid_option_test.go b/actors/pid_option_test.go index 059ba60d..ffe5661a 100644 --- a/actors/pid_option_test.go +++ b/actors/pid_option_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/actors/pid_test.go b/actors/pid_test.go index 07508d3a..a26d2764 100644 --- a/actors/pid_test.go +++ b/actors/pid_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/actors/pid_tree.go b/actors/pid_tree.go index ae751c59..fc7e7bde 100644 --- a/actors/pid_tree.go +++ b/actors/pid_tree.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/actors/pid_tree_test.go b/actors/pid_tree_test.go index 6ea22747..a7f40872 100644 --- a/actors/pid_tree_test.go +++ b/actors/pid_tree_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/actors/rebalancer.go b/actors/rebalancer.go index 2d395f35..aae31ade 100644 --- a/actors/rebalancer.go +++ b/actors/rebalancer.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/actors/rebalancer_test.go b/actors/rebalancer_test.go index b4a681dd..53f61fe0 100644 --- a/actors/rebalancer_test.go +++ b/actors/rebalancer_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/actors/receive_context.go b/actors/receive_context.go index e14f27a3..931aa8ce 100644 --- a/actors/receive_context.go +++ b/actors/receive_context.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/actors/receive_context_test.go b/actors/receive_context_test.go index ac4a4fb4..07612671 100644 --- a/actors/receive_context_test.go +++ b/actors/receive_context_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/actors/reflection.go b/actors/reflection.go index 3c2e1960..af42e636 100644 --- a/actors/reflection.go +++ b/actors/reflection.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/actors/reflection_test.go b/actors/reflection_test.go index 61b127ba..95f02f4c 100644 --- a/actors/reflection_test.go +++ b/actors/reflection_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/actors/remoting.go b/actors/remoting.go index b6b23c08..05cec62e 100644 --- a/actors/remoting.go +++ b/actors/remoting.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/actors/remoting_test.go b/actors/remoting_test.go index 8a1c9670..35a34882 100644 --- a/actors/remoting_test.go +++ b/actors/remoting_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/actors/root_guardian.go b/actors/root_guardian.go index 98d85c27..6d53e672 100644 --- a/actors/root_guardian.go +++ b/actors/root_guardian.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/actors/router.go b/actors/router.go index 655a1d9c..fdf6900a 100644 --- a/actors/router.go +++ b/actors/router.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/actors/router_test.go b/actors/router_test.go index 0a68cff5..a997af6a 100644 --- a/actors/router_test.go +++ b/actors/router_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/actors/scheduler.go b/actors/scheduler.go index 1d159bd8..e9385a65 100644 --- a/actors/scheduler.go +++ b/actors/scheduler.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/actors/scheduler_test.go b/actors/scheduler_test.go index 31e6c6a2..74e5090f 100644 --- a/actors/scheduler_test.go +++ b/actors/scheduler_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/actors/sharded_map.go b/actors/sharded_map.go index a943add8..402bbea9 100644 --- a/actors/sharded_map.go +++ b/actors/sharded_map.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/actors/spawn_option.go b/actors/spawn_option.go index ce5f52f2..d41ac1cc 100644 --- a/actors/spawn_option.go +++ b/actors/spawn_option.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/actors/spawn_option_test.go b/actors/spawn_option_test.go index 3630d6c8..f8425e61 100644 --- a/actors/spawn_option_test.go +++ b/actors/spawn_option_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/actors/stash.go b/actors/stash.go index 42e0f2fa..dce1857a 100644 --- a/actors/stash.go +++ b/actors/stash.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/actors/stash_test.go b/actors/stash_test.go index 8cd3a181..9394caff 100644 --- a/actors/stash_test.go +++ b/actors/stash_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/actors/supervisor_directive.go b/actors/supervisor_directive.go index 38e2cc47..1f383007 100644 --- a/actors/supervisor_directive.go +++ b/actors/supervisor_directive.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/actors/supervisor_strategy.go b/actors/supervisor_strategy.go index 30eaeb66..db807c95 100644 --- a/actors/supervisor_strategy.go +++ b/actors/supervisor_strategy.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/actors/system_guardian.go b/actors/system_guardian.go index 2e8340a4..47041f0b 100644 --- a/actors/system_guardian.go +++ b/actors/system_guardian.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/actors/unbounded_mailbox.go b/actors/unbounded_mailbox.go index 08309f24..ceb034c9 100644 --- a/actors/unbounded_mailbox.go +++ b/actors/unbounded_mailbox.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/actors/unbounded_mailbox_test.go b/actors/unbounded_mailbox_test.go index 93e5cbcf..3df1ce39 100644 --- a/actors/unbounded_mailbox_test.go +++ b/actors/unbounded_mailbox_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/actors/unbounded_priority_mailbox.go b/actors/unbounded_priority_mailbox.go index c041decf..974f4538 100644 --- a/actors/unbounded_priority_mailbox.go +++ b/actors/unbounded_priority_mailbox.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/actors/unbounded_priority_mailbox_test.go b/actors/unbounded_priority_mailbox_test.go index 8b59b0a4..8972a00c 100644 --- a/actors/unbounded_priority_mailbox_test.go +++ b/actors/unbounded_priority_mailbox_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/actors/user_guardian.go b/actors/user_guardian.go index 626475f4..3fadfe3f 100644 --- a/actors/user_guardian.go +++ b/actors/user_guardian.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/actors/util.go b/actors/util.go index 32a73b79..fa3f30b0 100644 --- a/actors/util.go +++ b/actors/util.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/actors/util_test.go b/actors/util_test.go new file mode 100644 index 00000000..4c8ee143 --- /dev/null +++ b/actors/util_test.go @@ -0,0 +1,37 @@ +/* + * MIT License + * + * 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 + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * 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. + */ + +package actors + +import ( + "testing" + + "github.com/stretchr/testify/assert" +) + +func TestNoSender(t *testing.T) { + noSender := NoSender + assert.Nil(t, noSender) + assert.False(t, noSender.IsRunning()) +} diff --git a/address/address.go b/address/address.go index 95e42ca6..1118ef50 100644 --- a/address/address.go +++ b/address/address.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/address/address_test.go b/address/address_test.go index 4a9cc69f..97df08e4 100644 --- a/address/address_test.go +++ b/address/address_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/bench/benchmarker.go b/bench/benchmarker.go index a876f04e..c3d758e0 100644 --- a/bench/benchmarker.go +++ b/bench/benchmarker.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/bench/benchmarker_test.go b/bench/benchmarker_test.go index dcf6a486..54e489b6 100644 --- a/bench/benchmarker_test.go +++ b/bench/benchmarker_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/client/actor.go b/client/actor.go index e14d09e2..bb3592b8 100644 --- a/client/actor.go +++ b/client/actor.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/client/balancer.go b/client/balancer.go index 9af04605..a6de9b1a 100644 --- a/client/balancer.go +++ b/client/balancer.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/client/client.go b/client/client.go index 7b6edebf..0eb28616 100644 --- a/client/client.go +++ b/client/client.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/client/client_test.go b/client/client_test.go index 9d8d9f2d..490c96ae 100644 --- a/client/client_test.go +++ b/client/client_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/client/least_load.go b/client/least_load.go index ed7157b6..e7626124 100644 --- a/client/least_load.go +++ b/client/least_load.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/client/least_load_test.go b/client/least_load_test.go index dd1e58a4..c94ce80a 100644 --- a/client/least_load_test.go +++ b/client/least_load_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/client/node.go b/client/node.go index 0ff13034..5eac2624 100644 --- a/client/node.go +++ b/client/node.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/client/option.go b/client/option.go index 8911029a..a705b4bc 100644 --- a/client/option.go +++ b/client/option.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/client/option_test.go b/client/option_test.go index 49689e3e..e748188d 100644 --- a/client/option_test.go +++ b/client/option_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/client/random.go b/client/random.go index 0781751e..4f1da8a1 100644 --- a/client/random.go +++ b/client/random.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/client/round_robin.go b/client/round_robin.go index d5322048..f6897553 100644 --- a/client/round_robin.go +++ b/client/round_robin.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/client/round_robin_test.go b/client/round_robin_test.go index c858b908..6a67ae5a 100644 --- a/client/round_robin_test.go +++ b/client/round_robin_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/discovery/dnssd/config.go b/discovery/dnssd/config.go index ce160d6b..db5e8b29 100644 --- a/discovery/dnssd/config.go +++ b/discovery/dnssd/config.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/discovery/dnssd/config_test.go b/discovery/dnssd/config_test.go index e8d39483..f562461a 100644 --- a/discovery/dnssd/config_test.go +++ b/discovery/dnssd/config_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/discovery/dnssd/discovery.go b/discovery/dnssd/discovery.go index e9aa9ac4..a1f61c5d 100644 --- a/discovery/dnssd/discovery.go +++ b/discovery/dnssd/discovery.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/discovery/dnssd/discovery_test.go b/discovery/dnssd/discovery_test.go index 4ca9197e..f7512c7f 100644 --- a/discovery/dnssd/discovery_test.go +++ b/discovery/dnssd/discovery_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/discovery/errors.go b/discovery/errors.go index 99e4ac13..f002f3ab 100644 --- a/discovery/errors.go +++ b/discovery/errors.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/discovery/kubernetes/config.go b/discovery/kubernetes/config.go index e8dfe0d1..192f47b8 100644 --- a/discovery/kubernetes/config.go +++ b/discovery/kubernetes/config.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/discovery/kubernetes/config_test.go b/discovery/kubernetes/config_test.go index c5496d59..d4bf8823 100644 --- a/discovery/kubernetes/config_test.go +++ b/discovery/kubernetes/config_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/discovery/kubernetes/discovery.go b/discovery/kubernetes/discovery.go index 00504bc2..902630c7 100644 --- a/discovery/kubernetes/discovery.go +++ b/discovery/kubernetes/discovery.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/discovery/kubernetes/discovery_test.go b/discovery/kubernetes/discovery_test.go index 324b7a4b..669b3c32 100644 --- a/discovery/kubernetes/discovery_test.go +++ b/discovery/kubernetes/discovery_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/discovery/mdns/config.go b/discovery/mdns/config.go index 995ae3c6..564fd17c 100644 --- a/discovery/mdns/config.go +++ b/discovery/mdns/config.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/discovery/mdns/config_test.go b/discovery/mdns/config_test.go index a77d9123..443a81b7 100644 --- a/discovery/mdns/config_test.go +++ b/discovery/mdns/config_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/discovery/mdns/discovery.go b/discovery/mdns/discovery.go index 2107588a..4bf84405 100644 --- a/discovery/mdns/discovery.go +++ b/discovery/mdns/discovery.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/discovery/mdns/discovery_test.go b/discovery/mdns/discovery_test.go index 399a7abb..77b95a26 100644 --- a/discovery/mdns/discovery_test.go +++ b/discovery/mdns/discovery_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/discovery/nats/config.go b/discovery/nats/config.go index c6ea32d5..55fb1a19 100644 --- a/discovery/nats/config.go +++ b/discovery/nats/config.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/discovery/nats/config_test.go b/discovery/nats/config_test.go index 12192f56..21c1df1d 100644 --- a/discovery/nats/config_test.go +++ b/discovery/nats/config_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/discovery/nats/discovery.go b/discovery/nats/discovery.go index 2e5070d0..671865a5 100644 --- a/discovery/nats/discovery.go +++ b/discovery/nats/discovery.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/discovery/nats/discovery_test.go b/discovery/nats/discovery_test.go index 39ac4963..be1ae51b 100644 --- a/discovery/nats/discovery_test.go +++ b/discovery/nats/discovery_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/discovery/nats/option.go b/discovery/nats/option.go index 63699328..bd0ddc60 100644 --- a/discovery/nats/option.go +++ b/discovery/nats/option.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/discovery/nats/option_test.go b/discovery/nats/option_test.go index 2ed4f54f..7d3b2cec 100644 --- a/discovery/nats/option_test.go +++ b/discovery/nats/option_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/discovery/node.go b/discovery/node.go index 9fad5b08..8a9614b3 100644 --- a/discovery/node.go +++ b/discovery/node.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/discovery/provider.go b/discovery/provider.go index 2ad55462..6219044e 100644 --- a/discovery/provider.go +++ b/discovery/provider.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/discovery/static/config.go b/discovery/static/config.go index 00b0d52d..d706ad40 100644 --- a/discovery/static/config.go +++ b/discovery/static/config.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/discovery/static/config_test.go b/discovery/static/config_test.go index 8171d235..669c4cb5 100644 --- a/discovery/static/config_test.go +++ b/discovery/static/config_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/discovery/static/discovery.go b/discovery/static/discovery.go index e8ca347c..ad8b6643 100644 --- a/discovery/static/discovery.go +++ b/discovery/static/discovery.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/discovery/static/discovery_test.go b/discovery/static/discovery_test.go index c3250930..2189edc1 100644 --- a/discovery/static/discovery_test.go +++ b/discovery/static/discovery_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/future/future.go b/future/future.go index 0ccb841a..02951664 100644 --- a/future/future.go +++ b/future/future.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/future/future_test.go b/future/future_test.go index 4a23ada5..f59e5d66 100644 --- a/future/future_test.go +++ b/future/future_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/hash/hasher.go b/hash/hasher.go index 5611533f..4a84f80e 100644 --- a/hash/hasher.go +++ b/hash/hasher.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/cluster/codec.go b/internal/cluster/codec.go index a9071601..51ae8f6e 100644 --- a/internal/cluster/codec.go +++ b/internal/cluster/codec.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/cluster/codec_test.go b/internal/cluster/codec_test.go index a29af46d..69a42cd4 100644 --- a/internal/cluster/codec_test.go +++ b/internal/cluster/codec_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/cluster/discovery.go b/internal/cluster/discovery.go index 57984ae9..1855a46b 100644 --- a/internal/cluster/discovery.go +++ b/internal/cluster/discovery.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/cluster/discovery_test.go b/internal/cluster/discovery_test.go index 0e426255..e4540db8 100644 --- a/internal/cluster/discovery_test.go +++ b/internal/cluster/discovery_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/cluster/engine.go b/internal/cluster/engine.go index d7a06c3d..eb87dfe9 100644 --- a/internal/cluster/engine.go +++ b/internal/cluster/engine.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/cluster/engine_test.go b/internal/cluster/engine_test.go index a3dcbbd7..1dd413c4 100644 --- a/internal/cluster/engine_test.go +++ b/internal/cluster/engine_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/cluster/errors.go b/internal/cluster/errors.go index 62faca1b..7cf6345a 100644 --- a/internal/cluster/errors.go +++ b/internal/cluster/errors.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/cluster/hasher.go b/internal/cluster/hasher.go index ee4f633d..d363c76d 100644 --- a/internal/cluster/hasher.go +++ b/internal/cluster/hasher.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/cluster/hasher_test.go b/internal/cluster/hasher_test.go index 0e5ebb72..d61aadf4 100644 --- a/internal/cluster/hasher_test.go +++ b/internal/cluster/hasher_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/cluster/logwriter.go b/internal/cluster/logwriter.go index 9ce5eef8..f8f25d9f 100644 --- a/internal/cluster/logwriter.go +++ b/internal/cluster/logwriter.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/cluster/logwriter_test.go b/internal/cluster/logwriter_test.go index f906c92d..17513d3a 100644 --- a/internal/cluster/logwriter_test.go +++ b/internal/cluster/logwriter_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/cluster/option.go b/internal/cluster/option.go index 6eafd151..985c0c55 100644 --- a/internal/cluster/option.go +++ b/internal/cluster/option.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/cluster/option_test.go b/internal/cluster/option_test.go index aaebfa59..2b711842 100644 --- a/internal/cluster/option_test.go +++ b/internal/cluster/option_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/cluster/peer.go b/internal/cluster/peer.go index 4c167f92..f995dd2c 100644 --- a/internal/cluster/peer.go +++ b/internal/cluster/peer.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/collection/queue.go b/internal/collection/queue.go index 8fb96303..6620510d 100644 --- a/internal/collection/queue.go +++ b/internal/collection/queue.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/collection/queue_test.go b/internal/collection/queue_test.go index 313532a5..b73fa977 100644 --- a/internal/collection/queue_test.go +++ b/internal/collection/queue_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/errorschain/errorschain.go b/internal/errorschain/errorschain.go index c41c3ee6..e6b1059c 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 ccad5543..2e0c122d 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/eventstream/message.go b/internal/eventstream/message.go index 1d0ffb02..05d5b914 100644 --- a/internal/eventstream/message.go +++ b/internal/eventstream/message.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/eventstream/stream.go b/internal/eventstream/stream.go index 60bbdd9f..948283ec 100644 --- a/internal/eventstream/stream.go +++ b/internal/eventstream/stream.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/eventstream/stream_test.go b/internal/eventstream/stream_test.go index be232991..222d4598 100644 --- a/internal/eventstream/stream_test.go +++ b/internal/eventstream/stream_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/eventstream/subscriber.go b/internal/eventstream/subscriber.go index 9d24126b..e096ad5b 100644 --- a/internal/eventstream/subscriber.go +++ b/internal/eventstream/subscriber.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/http/http.go b/internal/http/http.go index 62232eee..8ce9b1fa 100644 --- a/internal/http/http.go +++ b/internal/http/http.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/http/http_test.go b/internal/http/http_test.go index ed35e451..739005de 100644 --- a/internal/http/http_test.go +++ b/internal/http/http_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 4930ba4f..7d63911a 100644 --- a/internal/lib/lib.go +++ b/internal/lib/lib.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/slice/chunk.go b/internal/slice/chunk.go index 5032ccf4..061d33ec 100644 --- a/internal/slice/chunk.go +++ b/internal/slice/chunk.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/slice/chunk_test.go b/internal/slice/chunk_test.go index 7bb7d4e3..d0064639 100644 --- a/internal/slice/chunk_test.go +++ b/internal/slice/chunk_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/slice/safe.go b/internal/slice/safe.go index bb88358f..8ae2c8cb 100644 --- a/internal/slice/safe.go +++ b/internal/slice/safe.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/slice/safe_test.go b/internal/slice/safe_test.go index 42d8da04..23b480ea 100644 --- a/internal/slice/safe_test.go +++ b/internal/slice/safe_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/tcp/tcp.go b/internal/tcp/tcp.go index 74715697..8c66bf96 100644 --- a/internal/tcp/tcp.go +++ b/internal/tcp/tcp.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/timer/timer.go b/internal/timer/timer.go index 1af22710..7713efc7 100644 --- a/internal/timer/timer.go +++ b/internal/timer/timer.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/types/registry.go b/internal/types/registry.go index 2ca2dc2d..f738f404 100644 --- a/internal/types/registry.go +++ b/internal/types/registry.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/types/registry_test.go b/internal/types/registry_test.go index b632892a..5da93861 100644 --- a/internal/types/registry_test.go +++ b/internal/types/registry_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/types/unit.go b/internal/types/unit.go index 549fe8a7..988af366 100644 --- a/internal/types/unit.go +++ b/internal/types/unit.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/validation/boolean.go b/internal/validation/boolean.go index d5b3c82a..98a450d1 100644 --- a/internal/validation/boolean.go +++ b/internal/validation/boolean.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/validation/boolean_test.go b/internal/validation/boolean_test.go index f40e1f74..a878e607 100644 --- a/internal/validation/boolean_test.go +++ b/internal/validation/boolean_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/validation/conditional.go b/internal/validation/conditional.go index 3ac71f0c..41756faa 100644 --- a/internal/validation/conditional.go +++ b/internal/validation/conditional.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/validation/conditional_test.go b/internal/validation/conditional_test.go index ac0cbdb4..f929712e 100644 --- a/internal/validation/conditional_test.go +++ b/internal/validation/conditional_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/validation/empty_string.go b/internal/validation/empty_string.go index e622a617..c15d4d3e 100644 --- a/internal/validation/empty_string.go +++ b/internal/validation/empty_string.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/validation/empty_string_test.go b/internal/validation/empty_string_test.go index f2baf7af..6b73481b 100644 --- a/internal/validation/empty_string_test.go +++ b/internal/validation/empty_string_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/validation/pattern.go b/internal/validation/pattern.go index 707bd273..c4f2c19d 100644 --- a/internal/validation/pattern.go +++ b/internal/validation/pattern.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/validation/pattern_test.go b/internal/validation/pattern_test.go index 2a1d7c51..81fc02c4 100644 --- a/internal/validation/pattern_test.go +++ b/internal/validation/pattern_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/validation/tcp_address.go b/internal/validation/tcp_address.go index 40eff3a0..4f331782 100644 --- a/internal/validation/tcp_address.go +++ b/internal/validation/tcp_address.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/validation/tcp_address_test.go b/internal/validation/tcp_address_test.go index 13116ab1..686d1076 100644 --- a/internal/validation/tcp_address_test.go +++ b/internal/validation/tcp_address_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/validation/validation.go b/internal/validation/validation.go index 4349b5b5..fba02cab 100644 --- a/internal/validation/validation.go +++ b/internal/validation/validation.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/validation/validation_test.go b/internal/validation/validation_test.go index 62e6c079..c44ad4d1 100644 --- a/internal/validation/validation_test.go +++ b/internal/validation/validation_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/log/level.go b/log/level.go index b8858289..aa9924ec 100644 --- a/log/level.go +++ b/log/level.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/log/log.go b/log/log.go index 145a3f7e..699be1ff 100644 --- a/log/log.go +++ b/log/log.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/log/log_test.go b/log/log_test.go index 4bfc95e0..bab151c4 100644 --- a/log/log_test.go +++ b/log/log_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/log/logger.go b/log/logger.go index ceee6ef6..0cc295bd 100644 --- a/log/logger.go +++ b/log/logger.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/testkit/option.go b/testkit/option.go index 1b563083..cf5f1c7f 100644 --- a/testkit/option.go +++ b/testkit/option.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/testkit/probe.go b/testkit/probe.go index 1e40eaff..1795ad2f 100644 --- a/testkit/probe.go +++ b/testkit/probe.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/testkit/probe_test.go b/testkit/probe_test.go index b2471ad1..a192a920 100644 --- a/testkit/probe_test.go +++ b/testkit/probe_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/testkit/testkit.go b/testkit/testkit.go index 1ce5558a..fd5f5a3b 100644 --- a/testkit/testkit.go +++ b/testkit/testkit.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