Skip to content

Commit 28dd6d1

Browse files
Merge pull request #1830 from samnela/fix/copyright-year
Fixed years in copyright
2 parents b204aaa + dd1a332 commit 28dd6d1

File tree

215 files changed

+238
-246
lines changed

Some content is hidden

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

215 files changed

+238
-246
lines changed

LICENSE-MPL-RabbitMQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ EXHIBIT A -Mozilla Public License.
447447
The Original Code is RabbitMQ.
448448

449449
The Initial Developer of the Original Code is Pivotal Software, Inc.
450-
Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.''
450+
Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.''
451451

452452
[NOTE: The text of this Exhibit A may differ slightly from the text of
453453
the notices in the Source Code files of the Original Code. You should

README.md

Lines changed: 1 addition & 1 deletion

check_xref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
%% The Original Code is RabbitMQ.
1616
%%
1717
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
18-
%% Copyright (c) 2010-2015 Pivotal Software, Inc. All rights reserved.
18+
%% Copyright (c) 2010-2019 Pivotal Software, Inc. All rights reserved.
1919
%%
2020

2121
main(["-h"]) ->

docs/rabbitmq-echopid.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.\" The Original Code is RabbitMQ.
1313
.\"
1414
.\" The Initial Developer of the Original Code is Pivotal Software, Inc.
15-
.\" Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
15+
.\" Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
.\"
1717
.Dd April 25, 2017
1818
.Dt RABBITMQ-ECHOPID.BAT 8

docs/rabbitmq-env.conf.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.\" The Original Code is RabbitMQ.
1313
.\"
1414
.\" The Initial Developer of the Original Code is Pivotal Software, Inc.
15-
.\" Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
15+
.\" Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
.\"
1717
.Dd April 25, 2017
1818
.Dt RABBITMQ-ENV.CONF 5

docs/rabbitmq-plugins.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.\" The Original Code is RabbitMQ.
1313
.\"
1414
.\" The Initial Developer of the Original Code is Pivotal Software, Inc.
15-
.\" Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
15+
.\" Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
.\"
1717
.Dd April 25, 2017
1818
.Dt RABBITMQ-PLUGINS 8

docs/rabbitmq-server.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.\" The Original Code is RabbitMQ.
1313
.\"
1414
.\" The Initial Developer of the Original Code is Pivotal Software, Inc.
15-
.\" Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
15+
.\" Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
.\"
1717
.Dd April 25, 2017
1818
.Dt RABBITMQ-SERVER 8

docs/rabbitmq-service.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.\" The Original Code is RabbitMQ.
1313
.\"
1414
.\" The Initial Developer of the Original Code is Pivotal Software, Inc.
15-
.\" Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
15+
.\" Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
.\"
1717
.Dd April 25, 2017
1818
.Dt RABBITMQ-SERVICE.BAT 8

docs/rabbitmqctl.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.\" The Original Code is RabbitMQ.
1313
.\"
1414
.\" The Initial Developer of the Original Code is Pivotal Software, Inc.
15-
.\" Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
15+
.\" Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1616
.\"
1717
.Dd April 25, 2017
1818
.Dt RABBITMQCTL 8

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()}.

0 commit comments

Comments
 (0)