Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Cafasso <[email protected]>
  • Loading branch information
noxdafox committed Jul 1, 2024
1 parent b88428e commit d12fde5
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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) 2017-2023, Matteo Cafasso.
# Copyright (c) 2017-2024, 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-2023, Matteo Cafasso.
# Copyright (c) 2017-2024, 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-2023, Matteo Cafasso.
# Copyright (c) 2017-2024, 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-2023, Matteo Cafasso.
# Copyright (c) 2017-2024, 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-2023, Matteo Cafasso.
# Copyright (c) 2017-2024, 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-2023, Matteo Cafasso.
# Copyright (c) 2017-2024, 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-2023, Matteo Cafasso.
# Copyright (c) 2017-2024, 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-2023, Matteo Cafasso.
# Copyright (c) 2017-2024, Matteo Cafasso.
# All rights reserved.

defmodule RabbitMQMessageDeduplication.Queue do
Expand All @@ -27,10 +27,10 @@ defmodule RabbitMQMessageDeduplication.Queue do
require RabbitMQMessageDeduplication.Cache
require RabbitMQMessageDeduplication.Common

alias :mc, as: MC
alias :amqqueue, as: AMQQueue
alias :rabbit_log, as: RabbitLog
alias :rabbit_amqqueue, as: RabbitQueue
alias :mc, as: MC
alias RabbitMQMessageDeduplication.Common, as: Common
alias RabbitMQMessageDeduplication.Cache, as: Cache
alias RabbitMQMessageDeduplication.CacheManager, as: CacheManager
Expand Down

0 comments on commit d12fde5

Please sign in to comment.