Skip to content

Commit

Permalink
Update copyright years
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Cafasso <[email protected]>
  • Loading branch information
noxdafox committed Dec 11, 2022
1 parent f5bdbbd commit b167905
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lib/rabbitmq_message_deduplication.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/rabbitmq_message_deduplication/cache.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/rabbitmq_message_deduplication/cache_manager.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/rabbitmq_message_deduplication/common.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/cache_manager_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/cache_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/exchange_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion test/policies_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/queue_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit b167905

Please sign in to comment.