summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2020-03-10 15:36:02 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2020-03-10 15:36:02 +0100
commit2d7ce9961237de7f5ab67375ec99da9299d39a3a (patch)
tree7a55d24c06687ec15afbb8105837edd83858bac6 /include
parent050f77ccf558c9352adac242221fd9a621e35982 (diff)
downloadrabbitmq-server-git-2d7ce9961237de7f5ab67375ec99da9299d39a3a.tar.gz
Update copyright (year 2020)
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 bb5fdd258e..d5a4d6e62b 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-2020 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2018-2020 VMware, Inc. or its affiliates. All rights reserved.
%%
-include("amqqueue_v1.hrl").
diff --git a/include/gm_specs.hrl b/include/gm_specs.hrl
index 808f8225ce..3dd18cb03c 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-2020 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
%%
-type callback_result() :: 'ok' | {'stop', any()} | {'become', atom(), args()}.