Skip to content

Commit 618bdb8

Browse files
committed
Set current year in copyright
1 parent 07a09ae commit 618bdb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import java.util.concurrent.atomic.AtomicBoolean;
3636

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

0 commit comments

Comments
 (0)