Skip to content

Commit dd1a332

Browse files
committed
Fixed years in copyright
1 parent b204aaa commit dd1a332

File tree

215 files changed

+238
-246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+238
-246
lines changed

LICENSE-MPL-RabbitMQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ EXHIBIT A -Mozilla Public License.
447447
The Original Code is RabbitMQ.
448448

449449
The Initial Developer of the Original Code is Pivotal Software, Inc.
450-
Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.''
450+
Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.''
451451

452452
[NOTE: The text of this Exhibit A may differ slightly from the text of
453453
the notices in the Source Code files of the Original Code. You should

README.md

Lines changed: 1 addition & 1 deletion

check_xref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
%% The Original Code is RabbitMQ.
1616
%%
1717
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
18-
%% Copyright (c) 2010-2015 Pivotal Software, Inc. All rights reserved.
18+
%% Copyright (c) 2010-2019 Pivotal Software, Inc. All rights reserved.
1919
%%
2020

2121
main(["-h"]) ->

docs/rabbitmq-echopid.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.\" The Original Code is RabbitMQ.
1313
.\"
1414
.\" The Initial Developer of the Original Code is Pivotal Software, Inc.
15-
.\" Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
15+
.\" Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
.\"
1717
.Dd April 25, 2017
1818
.Dt RABBITMQ-ECHOPID.BAT 8

docs/rabbitmq-env.conf.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.\" The Original Code is RabbitMQ.
1313
.\"
1414
.\" The Initial Developer of the Original Code is Pivotal Software, Inc.
15-
.\" Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
15+
.\" Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
.\"
1717
.Dd April 25, 2017
1818
.Dt RABBITMQ-ENV.CONF 5

docs/rabbitmq-plugins.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.\" The Original Code is RabbitMQ.
1313
.\"
1414
.\" The Initial Developer of the Original Code is Pivotal Software, Inc.
15-
.\" Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
15+
.\" Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
.\"
1717
.Dd April 25, 2017
1818
.Dt RABBITMQ-PLUGINS 8

docs/rabbitmq-server.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.\" The Original Code is RabbitMQ.
1313
.\"
1414
.\" The Initial Developer of the Original Code is Pivotal Software, Inc.
15-
.\" Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
15+
.\" Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
.\"
1717
.Dd April 25, 2017
1818
.Dt RABBITMQ-SERVER 8

docs/rabbitmq-service.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.\" The Original Code is RabbitMQ.
1313
.\"
1414
.\" The Initial Developer of the Original Code is Pivotal Software, Inc.
15-
.\" Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
15+
.\" Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
.\"
1717
.Dd April 25, 2017
1818
.Dt RABBITMQ-SERVICE.BAT 8

docs/rabbitmqctl.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.\" The Original Code is RabbitMQ.
1313
.\"
1414
.\" The Initial Developer of the Original Code is Pivotal Software, Inc.
15-
.\" Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
15+
.\" Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
.\"
1717
.Dd April 25, 2017
1818
.Dt RABBITMQCTL 8

include/gm_specs.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
14-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-type callback_result() :: 'ok' | {'stop', any()} | {'become', atom(), args()}.

scripts/rabbitmq-defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## The Original Code is RabbitMQ.
1313
##
1414
## The Initial Developer of the Original Code is GoPivotal, Inc.
15-
## Copyright (c) 2012-2015 Pivotal Software, Inc. All rights reserved.
15+
## Copyright (c) 2012-2019 Pivotal Software, Inc. All rights reserved.
1616
##
1717

1818
### next line potentially updated in package install steps

scripts/rabbitmq-diagnostics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## The Original Code is RabbitMQ.
1313
##
1414
## The Initial Developer of the Original Code is GoPivotal, Inc.
15-
## Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
15+
## Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
##
1717

1818
# Exit immediately if a pipeline, which may consist of a single simple command,

scripts/rabbitmq-diagnostics.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ REM
1212
REM The Original Code is RabbitMQ.
1313
REM
1414
REM The Initial Developer of the Original Code is GoPivotal, Inc.
15-
REM Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
15+
REM Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
REM
1717

1818
REM Scopes the variables to the current batch file

scripts/rabbitmq-env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## The Original Code is RabbitMQ.
1313
##
1414
## The Initial Developer of the Original Code is GoPivotal, Inc.
15-
## Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
15+
## Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
##
1717

1818
if [ "$RABBITMQ_ENV_LOADED" = 1 ]; then

scripts/rabbitmq-plugins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## The Original Code is RabbitMQ.
1313
##
1414
## The Initial Developer of the Original Code is GoPivotal, Inc.
15-
## Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
15+
## Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
##
1717

1818
# Exit immediately if a pipeline, which may consist of a single simple command,

scripts/rabbitmq-plugins.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ REM
1313
REM The Original Code is RabbitMQ.
1414
REM
1515
REM The Initial Developer of the Original Code is GoPivotal, Inc.
16-
REM Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
16+
REM Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1717
REM
1818

1919
setlocal

scripts/rabbitmq-queues

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## The Original Code is RabbitMQ.
1313
##
1414
## The Initial Developer of the Original Code is GoPivotal, Inc.
15-
## Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
15+
## Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
##
1717

1818
# Exit immediately if a pipeline, which may consist of a single simple command,

scripts/rabbitmq-queues.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ REM
1212
REM The Original Code is RabbitMQ.
1313
REM
1414
REM The Initial Developer of the Original Code is GoPivotal, Inc.
15-
REM Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
15+
REM Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
REM
1717

1818
REM Scopes the variables to the current batch file

scripts/rabbitmq-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## The Original Code is RabbitMQ.
1313
##
1414
## The Initial Developer of the Original Code is GoPivotal, Inc.
15-
## Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
15+
## Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
##
1717

1818
set -e

scripts/rabbitmq-server.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ REM
1212
REM The Original Code is RabbitMQ.
1313
REM
1414
REM The Initial Developer of the Original Code is GoPivotal, Inc.
15-
REM Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
15+
REM Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
REM
1717

1818
setlocal
@@ -282,4 +282,3 @@ EXIT /B 0
282282
endlocal
283283
endlocal
284284
endlocal
285-

scripts/rabbitmq-service.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ REM
1212
REM The Original Code is RabbitMQ.
1313
REM
1414
REM The Initial Developer of the Original Code is GoPivotal, Inc.
15-
REM Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
15+
REM Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
REM
1717

1818
setlocal

scripts/rabbitmqctl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## The Original Code is RabbitMQ.
1313
##
1414
## The Initial Developer of the Original Code is GoPivotal, Inc.
15-
## Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
15+
## Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
##
1717

1818
# Exit immediately if a pipeline, which may consist of a single simple command,

scripts/rabbitmqctl.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ REM
1212
REM The Original Code is RabbitMQ.
1313
REM
1414
REM The Initial Developer of the Original Code is GoPivotal, Inc.
15-
REM Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
15+
REM Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
REM
1717

1818
REM Scopes the variables to the current batch file

src/background_gc.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(background_gc).

src/code_server_cache.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
%% The Original Code is RabbitMQ.
1414
%%
1515
%% The Initial Developer of the Original Code is GoPivotal, Inc.
16-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
16+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1717
%%
1818

1919
-module(code_server_cache).

src/dtree.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
%% A dual-index tree.

src/gatherer.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(gatherer).

src/gm.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(gm).

src/lager_exchange_backend.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
%% @doc RabbitMQ backend for lager.

src/lqueue.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2011-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2011-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(lqueue).

src/mirrored_supervisor_sups.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2011-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2011-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(mirrored_supervisor_sups).

src/rabbit.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit).

src/rabbit_access_control.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_access_control).

src/rabbit_alarm.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616
%% There are two types of alarms handled by this module:
1717
%%

src/rabbit_amqqueue.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_amqqueue).

src/rabbit_amqqueue_process.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2018 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_amqqueue_process).

src/rabbit_amqqueue_sup.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_amqqueue_sup).

src/rabbit_amqqueue_sup_sup.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_amqqueue_sup_sup).

src/rabbit_auth_backend_internal.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_auth_backend_internal).

src/rabbit_auth_mechanism_amqplain.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_auth_mechanism_amqplain).

src/rabbit_auth_mechanism_cr_demo.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_auth_mechanism_cr_demo).

src/rabbit_auth_mechanism_plain.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_auth_mechanism_plain).

src/rabbit_autoheal.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_autoheal).

src/rabbit_basic.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_basic).

0 commit comments

Comments
 (0)