Update copyright for 2014
This commit is contained in:
parent
bf6852cdf4
commit
514f0ce5fa
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-record(stomp_configuration, {default_login,
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-record(stomp_frame, {command, headers, body_iolist}).
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2011-2013 GoPivotal, Inc. All rights reserved.
|
||||
%% Copyright (c) 2011-2014 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-define(HEADER_ACCEPT_VERSION, "accept-version").
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_stomp).
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_stomp_client_sup).
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
%% stomp_frame implements the STOMP framing protocol "version 1.0", as
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_stomp_processor).
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_stomp_reader).
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_stomp_sup).
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_stomp_util).
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_stomp_amqqueue_test).
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_stomp_test).
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_stomp_test_frame).
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_stomp_test_util).
|
||||
|
|
Loading…
Reference in New Issue