s/VMware/GoPivotal/g
This commit is contained in:
parent
865dc73bf4
commit
bb95f34e47
|
|
@ -10,8 +10,8 @@
|
|||
%%
|
||||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-define(CLIENT_ID_MAXLEN, 23).
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
%%
|
||||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-define(MQTT_PROTO_MAJOR, 3).
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
%%
|
||||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_mqtt).
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
%%
|
||||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_mqtt_collector).
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
%%
|
||||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_mqtt_frame).
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
%%
|
||||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_mqtt_processor).
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
%%
|
||||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_mqtt_reader).
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
%%
|
||||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_mqtt_sup).
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
%%
|
||||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_mqtt_util).
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
//
|
||||
// The Original Code is RabbitMQ.
|
||||
//
|
||||
// The Initial Developer of the Original Code is VMware, Inc.
|
||||
// Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
// The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
// Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
package com.rabbitmq.mqtt.test;
|
||||
|
|
|
|||
Loading…
Reference in New Issue