From 9935f8414bdda7854bb43c18723fd56b1529a36e Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Tue, 23 Jan 2018 17:17:21 +0100 Subject: [PATCH] update copyright year when connection is established to rabbitmq --- src/connectionstartframe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/connectionstartframe.h b/src/connectionstartframe.h index 139d2b9..6bea81c 100644 --- a/src/connectionstartframe.h +++ b/src/connectionstartframe.h @@ -196,8 +196,8 @@ public: properties["product"] = "Copernica AMQP library"; properties["version"] = "Unknown"; properties["platform"] = "Unknown"; - properties["copyright"] = "Copyright 2015 Copernica BV"; - properties["information"] = "http://www.copernica.com"; + properties["copyright"] = "Copyright 2015 - 2018 Copernica BV"; + properties["information"] = "https://www.copernica.com"; properties["capabilities"] = capabilities; // move connection to handshake mode