Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coolamqp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
coolamqp
Commits
be342722
Commit
be342722
authored
8 months ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
LICENSE.md
+1
-2
1 addition, 2 deletions
LICENSE.md
README.md
+2
-0
2 additions, 0 deletions
README.md
coolamqp/uplink/handshake.py
+1
-1
1 addition, 1 deletion
coolamqp/uplink/handshake.py
docs/conf.py
+2
-2
2 additions, 2 deletions
docs/conf.py
with
6 additions
and
5 deletions
LICENSE.md
+
1
−
2
View file @
be342722
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
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
0
View file @
be342722
...
...
@@ -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/)
...
...
This diff is collapsed.
Click to expand it.
coolamqp/uplink/handshake.py
+
1
−
1
View file @
be342722
...
...
@@ -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.
\n
See https://git.dms-serwis.com.pl/smokserwis/coolamqp for details
'
,
...
...
This diff is collapsed.
Click to expand it.
docs/conf.py
+
2
−
2
View file @
be342722
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment