From be34272224bcfc2f304d933a99ac0543f4bb2070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 13 Nov 2024 18:09:13 +0100 Subject: [PATCH] copyright change --- LICENSE.md | 3 +-- README.md | 2 ++ coolamqp/uplink/handshake.py | 2 +- docs/conf.py | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index d344e24..7db6dab 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2018 DMS Serwis s. c. -Copyright (c) 2018-2024 SMOK sp. z o. o. +Copyright (c) 2016-2024 Piotr MaĹlanka Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 6bd097d..446afb0 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,8 @@ 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. +And because I haven't been paid a penny for this work, I've assumed copyright personally. + ## What is here ### [coolamqp](coolamqp/) diff --git a/coolamqp/uplink/handshake.py b/coolamqp/uplink/handshake.py index 77d805a..c67cbd8 100644 --- a/coolamqp/uplink/handshake.py +++ b/coolamqp/uplink/handshake.py @@ -34,7 +34,7 @@ CLIENT_DATA = [ # these fields to be of type short-string (b'product', (b'CoolAMQP', 'S')), (b'version', (__version__.encode('utf8'), 'S')), - (b'copyright', (b'Copyright (C) 2016-2024 SMOK sp. z o.o.', 'S')), + (b'copyright', (b'Copyright (C) 2016-2024 Piotr Maslanka', 'S')), ( b'information', ( b'Licensed under the MIT License.\nSee https://git.dms-serwis.com.pl/smokserwis/coolamqp for details', diff --git a/docs/conf.py b/docs/conf.py index f8f08c5..d85d517 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,8 +54,8 @@ master_doc = 'index' # General information about the project. project = u'CoolAMQP' -copyright = u'2016-2024, SMOK sp. z o. o.' -author = u'SMOK sp. z o. o.' +copyright = u'2016-2024, Piotr MaĹlanka' +author = u'Piotr MaĹlanka' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the -- GitLab