Skip to content
Snippets Groups Projects
Commit e124765b authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

changed copyright in connection properties

parent 7d841514
No related branches found
No related tags found
No related merge requests found
# v0.97: # v0.97:
* _TBA_ * Changed copyright in connection properties to better reflect the current situation
* also, noted that in [README](README.md).
# v0.96: # v0.96:
......
...@@ -48,3 +48,11 @@ if you need every CPU cycle you can get. ...@@ -48,3 +48,11 @@ if you need every CPU cycle you can get.
* channel flow mechanism is not supported (#11) * channel flow mechanism is not supported (#11)
* _confirm=True_ is not available if you're not RabbitMQ (#8) * _confirm=True_ is not available if you're not RabbitMQ (#8)
* no Windows support (#9) * 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
...@@ -25,7 +25,7 @@ CLIENT_DATA = [ ...@@ -25,7 +25,7 @@ CLIENT_DATA = [
# these fields to be of type short-string # these fields to be of type short-string
(b'product', (b'CoolAMQP', 'S')), (b'product', (b'CoolAMQP', 'S')),
(b'version', (b'0.97a1', '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'information', (
b'Licensed under the MIT License.\nSee https://github.com/smok-serwis/coolamqp for details', b'Licensed under the MIT License.\nSee https://github.com/smok-serwis/coolamqp for details',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment