Skip to content

Commit 96fdcc0

Browse files
committed
Bump year in copyright
1 parent 263ba98 commit 96fdcc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rabbitmq/stream/impl/ClientProperties.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class ClientProperties {
4545
put("product", "RabbitMQ Stream");
4646
put("version", ClientProperties.VERSION);
4747
put("platform", "Java");
48-
put("copyright", "Copyright (c) 2020-2023 Broadcom Inc. and/or its subsidiaries.");
48+
put("copyright", "Copyright (c) 2020-2024 Broadcom Inc. and/or its subsidiaries.");
4949
put("information", "Licensed under the MPL 2.0. See https://www.rabbitmq.com/");
5050
}
5151
});

0 commit comments

Comments
 (0)