summaryrefslogtreecommitdiff
path: root/src/amqqueue.erl
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2019-12-28 19:35:38 +0300
committerMichael Klishin <michael@clojurewerkz.org>2019-12-29 05:50:23 +0300
commit999483872eeda4cd84ebfd5dbb21b2ee4cff93c1 (patch)
treec4d883028c302951ffb0d1bec77ee0b045875a14 /src/amqqueue.erl
parent9964de75042b32324c4b5a93842bca7668fb44b1 (diff)
downloadrabbitmq-server-git-999483872eeda4cd84ebfd5dbb21b2ee4cff93c1.tar.gz
(c) bump
Diffstat (limited to 'src/amqqueue.erl')
-rw-r--r--src/amqqueue.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amqqueue.erl b/src/amqqueue.erl
index 89969d018e..d00a01138b 100644
--- a/src/amqqueue.erl
+++ b/src/amqqueue.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2018-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2018-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(amqqueue). %% Could become amqqueue_v2 in the future.