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

Commit 65464b0

Browse files
Update (c) info
1 parent 3c2865b commit 65464b0

34 files changed

+34
-34
lines changed

src/app_utils.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616
-module(app_utils).
1717

src/credit_flow.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(credit_flow).

src/priority_queue.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
%% Priority queues have essentially the same interface as ordinary

src/rabbit_amqqueue.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_amqqueue).

src/rabbit_auth_mechanism.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_auth_mechanism).

src/rabbit_authn_backend.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_authn_backend).

src/rabbit_authz_backend.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_authz_backend).

src/rabbit_backing_queue.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_backing_queue).

src/rabbit_basic.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_basic).

src/rabbit_binary_generator.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_binary_generator).

src/rabbit_binary_parser.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_binary_parser).

src/rabbit_channel.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_channel).

src/rabbit_channel_interceptor.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_channel_interceptor).

src/rabbit_command_assembler.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_command_assembler).

src/rabbit_control_misc.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_control_misc).

src/rabbit_data_coercion.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_data_coercion).

src/rabbit_event.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_event).

src/rabbit_exchange_decorator.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_exchange_decorator).

src/rabbit_exchange_type.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_exchange_type).

src/rabbit_heartbeat.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_heartbeat).

src/rabbit_misc.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_misc).

src/rabbit_msg_store_index.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_msg_store_index).

src/rabbit_net.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_net).

src/rabbit_networking.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_networking).

src/rabbit_nodes.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_nodes).

src/rabbit_password_hashing.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_password_hashing).

src/rabbit_policy_validator.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_policy_validator).

src/rabbit_queue_collector.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_queue_collector).

src/rabbit_queue_decorator.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_queue_decorator).

src/rabbit_queue_master_locator.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_queue_master_locator).

src/rabbit_reader.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_reader).

src/rabbit_runtime_parameter.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_runtime_parameter).

src/rabbit_writer.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(rabbit_writer).

src/ssl_compat.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-2015 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(ssl_compat).

0 commit comments

Comments
 (0)