From b16790554b83811052c8417e8dc3548ed1d0d4d2 Mon Sep 17 00:00:00 2001 From: Matteo Cafasso Date: Sun, 11 Dec 2022 17:54:15 +0200 Subject: [PATCH] Update copyright years Signed-off-by: Matteo Cafasso --- lib/rabbitmq_message_deduplication.ex | 2 +- lib/rabbitmq_message_deduplication/cache.ex | 2 +- lib/rabbitmq_message_deduplication/cache_manager.ex | 2 +- lib/rabbitmq_message_deduplication/common.ex | 2 +- .../rabbit_message_deduplication_exchange.ex | 2 +- .../rabbit_message_deduplication_policies.ex | 2 +- .../rabbit_message_deduplication_policy_event.ex | 2 +- .../rabbit_message_deduplication_queue.ex | 2 +- test/cache_manager_test.exs | 2 +- test/cache_test.exs | 2 +- test/exchange_SUITE.erl | 2 +- test/policies_test.exs | 2 +- test/queue_SUITE.erl | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/lib/rabbitmq_message_deduplication.ex b/lib/rabbitmq_message_deduplication.ex index 584937a..4658777 100644 --- a/lib/rabbitmq_message_deduplication.ex +++ b/lib/rabbitmq_message_deduplication.ex @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2019-2020, Matteo Cafasso. +# Copyright (c) 2017-2022, Matteo Cafasso. # All rights reserved. defmodule RabbitMQMessageDeduplication do diff --git a/lib/rabbitmq_message_deduplication/cache.ex b/lib/rabbitmq_message_deduplication/cache.ex index 9279b29..39ab64e 100644 --- a/lib/rabbitmq_message_deduplication/cache.ex +++ b/lib/rabbitmq_message_deduplication/cache.ex @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2017-2021, Matteo Cafasso. +# Copyright (c) 2017-2022, Matteo Cafasso. # All rights reserved. defmodule RabbitMQMessageDeduplication.Cache do diff --git a/lib/rabbitmq_message_deduplication/cache_manager.ex b/lib/rabbitmq_message_deduplication/cache_manager.ex index 55fc43c..f631541 100644 --- a/lib/rabbitmq_message_deduplication/cache_manager.ex +++ b/lib/rabbitmq_message_deduplication/cache_manager.ex @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2017-2021, Matteo Cafasso. +# Copyright (c) 2017-2022, Matteo Cafasso. # All rights reserved. defmodule RabbitMQMessageDeduplication.CacheManager do diff --git a/lib/rabbitmq_message_deduplication/common.ex b/lib/rabbitmq_message_deduplication/common.ex index 4171009..9bb540d 100644 --- a/lib/rabbitmq_message_deduplication/common.ex +++ b/lib/rabbitmq_message_deduplication/common.ex @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2017-2018, Matteo Cafasso. +# Copyright (c) 2017-2022, Matteo Cafasso. # All rights reserved. defmodule RabbitMQMessageDeduplication.Common do diff --git a/lib/rabbitmq_message_deduplication/rabbit_message_deduplication_exchange.ex b/lib/rabbitmq_message_deduplication/rabbit_message_deduplication_exchange.ex index 66e4034..d8bb837 100644 --- a/lib/rabbitmq_message_deduplication/rabbit_message_deduplication_exchange.ex +++ b/lib/rabbitmq_message_deduplication/rabbit_message_deduplication_exchange.ex @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2017-2018, Matteo Cafasso. +# Copyright (c) 2017-2022, Matteo Cafasso. # All rights reserved. defmodule RabbitMQMessageDeduplication.Exchange do diff --git a/lib/rabbitmq_message_deduplication/rabbit_message_deduplication_policies.ex b/lib/rabbitmq_message_deduplication/rabbit_message_deduplication_policies.ex index c4d900d..bc3591d 100644 --- a/lib/rabbitmq_message_deduplication/rabbit_message_deduplication_policies.ex +++ b/lib/rabbitmq_message_deduplication/rabbit_message_deduplication_policies.ex @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2017-2021, Matteo Cafasso. +# Copyright (c) 2017-2022, Matteo Cafasso. # All rights reserved. defmodule RabbitMQMessageDeduplication.Policies do diff --git a/lib/rabbitmq_message_deduplication/rabbit_message_deduplication_policy_event.ex b/lib/rabbitmq_message_deduplication/rabbit_message_deduplication_policy_event.ex index a9abfd2..817dbd4 100644 --- a/lib/rabbitmq_message_deduplication/rabbit_message_deduplication_policy_event.ex +++ b/lib/rabbitmq_message_deduplication/rabbit_message_deduplication_policy_event.ex @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2017-2021, Matteo Cafasso. +# Copyright (c) 2017-2022, Matteo Cafasso. # All rights reserved. defmodule RabbitMQMessageDeduplication.PolicyEvent do diff --git a/lib/rabbitmq_message_deduplication/rabbit_message_deduplication_queue.ex b/lib/rabbitmq_message_deduplication/rabbit_message_deduplication_queue.ex index 7c50f68..ecc1d06 100644 --- a/lib/rabbitmq_message_deduplication/rabbit_message_deduplication_queue.ex +++ b/lib/rabbitmq_message_deduplication/rabbit_message_deduplication_queue.ex @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2017-2021, Matteo Cafasso. +# Copyright (c) 2017-2022, Matteo Cafasso. # All rights reserved. defmodule RabbitMQMessageDeduplication.Queue do diff --git a/test/cache_manager_test.exs b/test/cache_manager_test.exs index 6da9fd8..b23328b 100644 --- a/test/cache_manager_test.exs +++ b/test/cache_manager_test.exs @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2017-2021, Matteo Cafasso. +# Copyright (c) 2017-2022, Matteo Cafasso. # All rights reserved. defmodule RabbitMQMessageDeduplication.CacheManager.Test do diff --git a/test/cache_test.exs b/test/cache_test.exs index 710fc3b..de786e7 100644 --- a/test/cache_test.exs +++ b/test/cache_test.exs @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2017-2021, Matteo Cafasso. +# Copyright (c) 2017-2022, Matteo Cafasso. # All rights reserved. defmodule RabbitMQMessageDeduplication.Cache.Test do diff --git a/test/exchange_SUITE.erl b/test/exchange_SUITE.erl index 84bf58b..4446435 100644 --- a/test/exchange_SUITE.erl +++ b/test/exchange_SUITE.erl @@ -2,7 +2,7 @@ % License, v. 2.0. If a copy of the MPL was not distributed with this % file, You can obtain one at http://mozilla.org/MPL/2.0/. % -% Copyright (c) 2017-2018, Matteo Cafasso. +% Copyright (c) 2017-2022, Matteo Cafasso. % All rights reserved. -module(exchange_SUITE). diff --git a/test/policies_test.exs b/test/policies_test.exs index becd1aa..4f25a58 100644 --- a/test/policies_test.exs +++ b/test/policies_test.exs @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2017-2021, Matteo Cafasso. +# Copyright (c) 2017-2022, Matteo Cafasso. # All rights reserved. defmodule RabbitMQMessageDeduplication.Policies.Test do diff --git a/test/queue_SUITE.erl b/test/queue_SUITE.erl index 694b92a..54618d7 100644 --- a/test/queue_SUITE.erl +++ b/test/queue_SUITE.erl @@ -2,7 +2,7 @@ % License, v. 2.0. If a copy of the MPL was not distributed with this % file, You can obtain one at http://mozilla.org/MPL/2.0/. % -% Copyright (c) 2017-2018, Matteo Cafasso. +% Copyright (c) 2017-2022, Matteo Cafasso. % All rights reserved. -module(queue_SUITE).