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

Commit 3c9ae82

Browse files
(c) year
1 parent 5ce68e8 commit 3c9ae82

34 files changed

+35
-35
lines changed

Makefile

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-2014 GoPivotal, Inc. All rights reserved.
14+
# Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
1515
#
1616

1717
VERSION=0.0.0

Makefile.in

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-2014 GoPivotal, Inc. All rights reserved.
14+
# Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
1515
#
1616

1717
VERSION=%%VSN%%

common.mk

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-2014 GoPivotal, Inc. All rights reserved.
14+
# Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
1515
#
1616

1717
# The client library can either be built from source control or by downloading

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

1717
-ifndef(AMQP_CLIENT_HRL).

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

1717
-include("amqp_client.hrl").

include/amqp_gen_consumer_spec.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) 2011-2014 GoPivotal, Inc. All rights reserved.
14+
%% Copyright (c) 2011-2015 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-include("amqp_client.hrl").

include/rabbit_routing_prefixes.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) 2011-2014 GoPivotal, Inc. All rights reserved.
14+
%% Copyright (c) 2011-2015 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-define(QUEUE_PREFIX, "/queue").

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

1717
%% @private

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

1717
%% @type close_reason(Type) = {shutdown, amqp_reason(Type)}.

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

1717
%% @private

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

1717
%% @private

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

1717
%% @private

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

1717
%% @private

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

1717
%% @type close_reason(Type) = {shutdown, amqp_reason(Type)}.

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

1717
%% @private

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

1717
%% @private

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

1717
%% @private

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

1717
%% @doc This module is an implementation of the amqp_gen_consumer

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

1717
%% @private

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

1717
%% @doc A behaviour module for implementing consumers for

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

1717
%% @private

src/amqp_network_connection.erl

Lines changed: 2 additions & 2 deletions
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-2014 GoPivotal, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
%% @private
@@ -304,7 +304,7 @@ client_properties(UserProperties) ->
304304
{<<"version">>, longstr, list_to_binary(Vsn)},
305305
{<<"platform">>, longstr, <<"Erlang">>},
306306
{<<"copyright">>, longstr,
307-
<<"Copyright (c) 2007-2014 GoPivotal, Inc.">>},
307+
<<"Copyright (c) 2007-2015 Pivotal Software, Inc.">>},
308308
{<<"information">>, longstr,
309309
<<"Licensed under the MPL. "
310310
"See http://www.rabbitmq.com/">>},

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

1717
%% @doc This module allows the simple execution of an asynchronous RPC over

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

1717
%% @doc This is a utility module that is used to expose an arbitrary function

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

1717
%% @doc This module is an implementation of the amqp_gen_consumer

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

1717
%% @private

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

1717
-module(amqp_uri).

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

1717
-module(rabbit_routing_util).

test.mk

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-2014 GoPivotal, Inc. All rights reserved.
14+
# Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
1515
#
1616

1717
IS_SUCCESS:=egrep "(All .+ tests (successful|passed).|Test passed.)"

test/Makefile

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-2014 GoPivotal, Inc. All rights reserved.
14+
# Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
1515
#
1616

1717
TEST_SOURCES=$(wildcard *.erl)

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

1717
-module(amqp_client_SUITE).

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

1717
-module(amqp_dbg).

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

1717
-module(negative_test_util).

test/test_util.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) 2011-2014 GoPivotal, Inc. All rights reserved.
14+
%% Copyright (c) 2011-2015 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(test_util).

0 commit comments

Comments
 (0)