Skip to content

Commit 24400f9

Browse files
(c) bump
1 parent 1f6edae commit 24400f9

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

src/main/java/com/rabbitmq/client/impl/AMQConnection.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1+
// Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
22
//
33
// This software, the RabbitMQ Java client library, is triple-licensed under the
44
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2
@@ -35,7 +35,7 @@
3535
import java.util.concurrent.atomic.AtomicBoolean;
3636

3737
final class Copyright {
38-
final static String COPYRIGHT="Copyright (c) 2007-2019 Pivotal Software, Inc.";
38+
final static String COPYRIGHT="Copyright (c) 2007-2020 Pivotal Software, Inc.";
3939
final static String LICENSE="Licensed under the MPL. See https://www.rabbitmq.com/";
4040
}
4141

src/main/java/com/rabbitmq/client/impl/CredentialsProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2019 Pivotal Software, Inc. All rights reserved.
1+
// Copyright (c) 2018-2020 Pivotal Software, Inc. All rights reserved.
22
//
33
// This software, the RabbitMQ Java client library, is triple-licensed under the
44
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2

src/main/java/com/rabbitmq/client/impl/DefaultCredentialsProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2019 Pivotal Software, Inc. All rights reserved.
1+
// Copyright (c) 2018-2020 Pivotal Software, Inc. All rights reserved.
22
//
33
// This software, the RabbitMQ Java client library, is triple-licensed under the
44
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2

src/main/java/com/rabbitmq/client/impl/ValueReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1+
// Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
22
//
33
// This software, the RabbitMQ Java client library, is triple-licensed under the
44
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2

src/main/java/com/rabbitmq/client/impl/ValueWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1+
// Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
22
//
33
// This software, the RabbitMQ Java client library, is triple-licensed under the
44
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2

src/main/java/com/rabbitmq/tools/jsonrpc/JacksonJsonRpcMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018-2019 Pivotal Software, Inc. All rights reserved.
1+
// Copyright (c) 2018-2020 Pivotal Software, Inc. All rights reserved.
22
//
33
// This software, the RabbitMQ Java client library, is triple-licensed under the
44
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2

src/test/java/com/rabbitmq/client/test/TestUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1+
// Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
22
//
33
// This software, the RabbitMQ Java client library, is triple-licensed under the
44
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2

src/test/java/com/rabbitmq/client/test/functional/Metrics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
1+
// Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
22
//
33
// This software, the RabbitMQ Java client library, is triple-licensed under the
44
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2

0 commit comments

Comments
 (0)