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

copyright change

parent f0de792d
No related branches found
No related tags found
No related merge requests found
Pipeline #63929 passed with stages
in 2 minutes and 27 seconds
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
......
......@@ -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/)
......
......@@ -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',
......
......@@ -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
......
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