summaryrefslogtreecommitdiff
path: root/include
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 /include
parent9964de75042b32324c4b5a93842bca7668fb44b1 (diff)
downloadrabbitmq-server-git-999483872eeda4cd84ebfd5dbb21b2ee4cff93c1.tar.gz
(c) bump
Diffstat (limited to 'include')
-rw-r--r--include/amqqueue.hrl2
-rw-r--r--include/gm_specs.hrl2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/amqqueue.hrl b/include/amqqueue.hrl
index 5a8a9bad03..bb5fdd258e 100644
--- a/include/amqqueue.hrl
+++ b/include/amqqueue.hrl
@@ -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.
%%
-include("amqqueue_v1.hrl").
diff --git a/include/gm_specs.hrl b/include/gm_specs.hrl
index b7e3f7e947..808f8225ce 100644
--- a/include/gm_specs.hrl
+++ b/include/gm_specs.hrl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
-%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-type callback_result() :: 'ok' | {'stop', any()} | {'become', atom(), args()}.