This commit is contained in:
Michael Klishin 2017-04-02 21:50:11 +03:00
parent eb2fc09a9f
commit 458007ec03
12 changed files with 13 additions and 13 deletions

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ. %% The Original Code is RabbitMQ.
%% %%
%% The Initial Developer of the Original Code is GoPivotal, Inc. %% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. %% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% %%
-module(rabbit_ws_app). -module(rabbit_ws_app).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ. %% The Original Code is RabbitMQ.
%% %%
%% The Initial Developer of the Original Code is GoPivotal, Inc. %% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. %% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% %%
-module(rabbit_ws_client). -module(rabbit_ws_client).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ. %% The Original Code is RabbitMQ.
%% %%
%% The Initial Developer of the Original Code is GoPivotal, Inc. %% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. %% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% %%
-module(rabbit_ws_client_sup). -module(rabbit_ws_client_sup).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ. %% The Original Code is RabbitMQ.
%% %%
%% The Initial Developer of the Original Code is GoPivotal, Inc. %% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. %% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% %%
-module(rabbit_ws_sockjs). -module(rabbit_ws_sockjs).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ. %% The Original Code is RabbitMQ.
%% %%
%% The Initial Developer of the Original Code is GoPivotal, Inc. %% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. %% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% %%
-module(rabbit_ws_sup). -module(rabbit_ws_sup).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ Management Console. %% The Original Code is RabbitMQ Management Console.
%% %%
%% The Initial Developer of the Original Code is GoPivotal, Inc. %% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. %% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% %%
-module(cowboy_websocket_SUITE). -module(cowboy_websocket_SUITE).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ Management Console. %% The Original Code is RabbitMQ Management Console.
%% %%
%% The Initial Developer of the Original Code is GoPivotal, Inc. %% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. %% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% %%
-module(raw_websocket_SUITE). -module(raw_websocket_SUITE).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ Management Console. %% The Original Code is RabbitMQ Management Console.
%% %%
%% The Initial Developer of the Original Code is GoPivotal, Inc. %% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. %% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% %%
-module(sockjs_websocket_SUITE). -module(sockjs_websocket_SUITE).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ Management Console. %% The Original Code is RabbitMQ Management Console.
%% %%
%% The Initial Developer of the Original Code is GoPivotal, Inc. %% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. %% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% %%
-module(rabbit_ws_test_util). -module(rabbit_ws_test_util).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ Management Console. %% The Original Code is RabbitMQ Management Console.
%% %%
%% The Initial Developer of the Original Code is GoPivotal, Inc. %% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. %% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% %%
-module(rfc6455_client). -module(rfc6455_client).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ Management Console. %% The Original Code is RabbitMQ Management Console.
%% %%
%% The Initial Developer of the Original Code is GoPivotal, Inc. %% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. %% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% %%
-module(stomp). -module(stomp).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ. %% The Original Code is RabbitMQ.
%% %%
%% The Initial Developer of the Original Code is GoPivotal, Inc. %% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. %% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% %%
-module(unit_SUITE). -module(unit_SUITE).