From e124765b088fe42b3b90d2a134f80a922aa5539f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Fri, 27 Dec 2019 16:14:45 +0100
Subject: [PATCH] changed copyright in connection properties

---
 CHANGELOG.md                 | 3 ++-
 README.md                    | 8 ++++++++
 coolamqp/uplink/handshake.py | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61d21e5..ee58d84 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
 # v0.97:
 
-* _TBA_
+* Changed copyright in connection properties to better reflect the current situation
+  * also, noted that in [README](README.md).
 
 # v0.96:
 
diff --git a/README.md b/README.md
index 49f7db9..edfee7a 100644
--- a/README.md
+++ b/README.md
@@ -48,3 +48,11 @@ if you need every CPU cycle you can get.
 * channel flow mechanism is not supported (#11)
 * _confirm=True_ is not available if you're not RabbitMQ (#8)
 * no Windows support (#9)
+
+
+## Copyright holder change
+
+Since SMOK sp. z o.o. was incorporated, it inherited all SMOK-related
+IP of previous operator of the service, DMS Serwis s.c., which
+continues to operate within it's designated company agreement.
+From there stems the copyright holder name change.
\ No newline at end of file
diff --git a/coolamqp/uplink/handshake.py b/coolamqp/uplink/handshake.py
index 2338627..1e5751c 100644
--- a/coolamqp/uplink/handshake.py
+++ b/coolamqp/uplink/handshake.py
@@ -25,7 +25,7 @@ CLIENT_DATA = [
     # these fields to be of type short-string
     (b'product', (b'CoolAMQP', 'S')),
     (b'version', (b'0.97a1', 'S')),
-    (b'copyright', (b'Copyright (C) 2016-2017 DMS Serwis', 'S')),
+    (b'copyright', (b'Copyright (C) 2016-2019 SMOK sp. z o.o.', 'S')),
     (
         b'information', (
             b'Licensed under the MIT License.\nSee https://github.com/smok-serwis/coolamqp for details',
-- 
GitLab