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

Commit ad6fe53

Browse files
committed
Update copyright (year 2020)
1 parent 54f176e commit ad6fe53

33 files changed

+33
-33
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ against it. Note that there must be no other MQTT server running on ports `1883`
3232

3333
## Copyright and License
3434

35-
(c) 2007 — 2016 Pivotal Software, Inc.
35+
(c) 2007-2020 VMware, Inc. or its affiliates.
3636

3737
Released under the [Mozilla Public License](https://www.rabbitmq.com/mpl.html),
3838
the same as RabbitMQ.

include/mqtt_machine.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 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
-record(machine_state, {client_ids = #{}}).

include/rabbit_mqtt.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 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
-define(CLIENT_ID_MAXLEN, 23).

include/rabbit_mqtt_frame.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 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
-define(PROTOCOL_NAMES, [{3, "MQIsdp"}, {4, "MQTT"}]).

include/rabbit_mqtt_retained_msg_store.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2020 GoPivotal, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
1515
%%

src/Elixir.RabbitMQ.CLI.Ctl.Commands.DecommissionMqttNodeCommand.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
-module('Elixir.RabbitMQ.CLI.Ctl.Commands.DecommissionMqttNodeCommand').
1717

src/Elixir.RabbitMQ.CLI.Ctl.Commands.ListMqttConnectionsCommand.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
-module('Elixir.RabbitMQ.CLI.Ctl.Commands.ListMqttConnectionsCommand').
1717

src/mqtt_machine.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
-module(mqtt_machine).
1717
-behaviour(ra_machine).

src/mqtt_node.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
-module(mqtt_node).
1717

src/rabbit_mqtt.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_mqtt).

0 commit comments

Comments
 (0)