Skip to content

Commit 66705eb

Browse files
Update (c) year
References #1830.
1 parent c723f91 commit 66705eb

File tree

110 files changed

+110
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+110
-110
lines changed

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

1717
-type callback_result() :: 'ok' | {'stop', any()} | {'become', atom(), args()}.

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

1717
-module(background_gc).

src/code_server_cache.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
%% The Original Code is RabbitMQ.
1414
%%
1515
%% The Initial Developer of the Original Code is GoPivotal, Inc.
16-
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
16+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1717
%%
1818

1919
-module(code_server_cache).

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

1717
%% A dual-index tree.

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

1717
-module(gatherer).

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

1717
-module(gm).

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

1717
%% @doc RabbitMQ backend for lager.

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

1717
-module(rabbit).

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

1717
-module(rabbit_access_control).

src/rabbit_alarm.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-2017 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1515
%%
1616
%% There are two types of alarms handled by this module:
1717
%%

0 commit comments

Comments
 (0)