Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 93d3711

Browse files
committed
Update copyright (year 2020)
1 parent 2d0685d commit 93d3711

12 files changed

+12
-12
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 GoPivotal, Inc.
450-
Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.''
450+
Copyright (c) 2007-2020 VMware, Inc. or its affiliates. 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
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ when building plugins from source.
2828

2929
## Copyright and License
3030

31-
(c) Pivotal Software Inc, 2007-2020.
31+
(c) 2007-2020 VMware, Inc. or its affiliates.
3232

3333
Released under the same license as RabbitMQ. See LICENSE for details.

src/rabbit_web_mqtt_app.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-2020 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
1515
%%
1616

1717
-module(rabbit_web_mqtt_app).

src/rabbit_web_mqtt_connection_info.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) 2019 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2019-2020 VMware, Inc. or its affiliates. All rights reserved.
1515
%%
1616
-module(rabbit_web_mqtt_connection_info).
1717

src/rabbit_web_mqtt_connection_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-2020 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
1515
%%
1616

1717
-module(rabbit_web_mqtt_connection_sup).

src/rabbit_web_mqtt_handler.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) 2012-2016 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2012-2020 VMware, Inc. or its affiliates. All rights reserved.
1515
%%
1616

1717
-module(rabbit_web_mqtt_handler).

src/rabbit_web_mqtt_middleware.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
%%
1111
%% The Original Code is RabbitMQ.
1212
%%
13-
%% Copyright (c) 2012-2016 Pivotal Software, Inc. All rights reserved.
13+
%% Copyright (c) 2012-2020 VMware, Inc. or its affiliates. All rights reserved.
1414
%%
1515

1616
-module(rabbit_web_mqtt_middleware).

test/config_schema_SUITE.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) 2016 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2016-2020 VMware, Inc. or its affiliates. All rights reserved.
1515
%%
1616

1717
-module(config_schema_SUITE).

test/proxy_protocol_SUITE.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 Management Console.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
1515
%%
1616

1717
-module(proxy_protocol_SUITE).

test/src/rabbit_ws_test_util.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 Management Console.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
1515
%%
1616

1717
-module(rabbit_ws_test_util).

0 commit comments

Comments
 (0)