Skip to content

Commit 7607dbc

Browse files
committed
Set copyright period to 2007-2018
1 parent 2dcb249 commit 7607dbc

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-2017 Pivotal Software, Inc.";
38+
final static String COPYRIGHT="Copyright (c) 2007-2018 Pivotal Software, Inc.";
3939
final static String LICENSE="Licensed under the MPL. See http://www.rabbitmq.com/";
4040
}
4141

0 commit comments

Comments
 (0)