Skip to content

Commit acd0e98

Browse files
committed
uchroma: Update copyrights
1 parent 67365f1 commit acd0e98

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+90
-78
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The number after the dot is the device index. You may select a target device wit
123123

124124
plasma │ Colorful moving blobs of plasma
125125
─────────────────┼────────────────────────────────────────────────────
126-
author │ Steve Kondik
126+
author │ Stefanie Kondik
127127
description │ Colorful moving blobs of plasma
128128
name │ Plasma
129129
version │ v1.0
@@ -274,7 +274,7 @@ UChroma supports custom animations on devices which support a lighting matrix, s
274274

275275
plasma │ Colorful moving blobs of plasma
276276
──────────────────┼───────────────────────────────────────────────────
277-
author │ Steve Kondik
277+
author │ Stefanie Kondik
278278
description │ Colorful moving blobs of plasma
279279
name │ Plasma
280280
version │ v1.0
@@ -302,7 +302,7 @@ UChroma supports custom animations on devices which support a lighting matrix, s
302302

303303
rainflow │ Simple flowing colors
304304
──────────────────┼───────────────────────────────────────────────────
305-
author │ Steve Kondik
305+
author │ Stefanie Kondik
306306
description │ Simple flowing colors
307307
name │ Rainflow
308308
version │ 1.0
@@ -317,7 +317,7 @@ UChroma supports custom animations on devices which support a lighting matrix, s
317317

318318
ripples │ Ripples of color when keys are pressed
319319
──────────────────┼───────────────────────────────────────────────────
320-
author │ Steve Kondik
320+
author │ Stefanie Kondik
321321
description │ Ripples of color when keys are pressed
322322
name │ Ripples
323323
version │ 1.0
@@ -438,7 +438,7 @@ Send a pull request if you implement a new renderer and would like to have it in
438438

439439
## Credits
440440

441-
[Copyright (C) 2017 Steve Kondik](https://github.com/cyanogen)
441+
[Copyright (C) 2021 Stefanie Kondik](https://github.com/cyanogen)
442442

443443
[Inspired by work from Tim Theede and Terry Cain](https://github.com/terrycain/razer-drivers)
444444

debian/changelog

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ uchroma (1.0.3-1) artful; urgency=medium
22

33
* Updated dependencies for Artful
44

5-
-- Steve Kondik <[email protected]> Mon, 31 Jul 2017 08:46:57 -0700
5+
-- Stefanie Kondik <[email protected]> Mon, 31 Jul 2021 08:46:57 -0700
66

77
uchroma (1.0.2-1ubuntu1) yakkety; urgency=medium
88

99
* Release 1.0.2
1010

11-
-- Steve Kondik <[email protected]> Sat, 01 Apr 2017 12:35:03 -0700
11+
-- Stefanie Kondik <[email protected]> Sat, 01 Apr 2021 12:35:03 -0700
1212

1313
uchroma (1.0.1-1ubuntu1) yakkety; urgency=medium
1414

1515
* Release 1.0.1
1616

17-
-- Steve Kondik <[email protected]> Mon, 13 Mar 2017 22:55:19 -0700
17+
-- Stefanie Kondik <[email protected]> Mon, 13 Mar 2021 22:55:19 -0700
1818

1919
uchroma (1.0-1) yakkety; urgency=medium
2020

2121
* Initial Release.
2222

23-
-- Steve Kondik <[email protected]> Mon, 06 Mar 2017 00:21:00 -0800
23+
-- Stefanie Kondik <[email protected]> Mon, 06 Mar 2021 00:21:00 -0800

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: uchroma
22
Section: misc
33
Priority: optional
4-
Maintainer: Steve Kondik <[email protected]>
4+
Maintainer: Stefanie Kondik <[email protected]>
55
Build-Depends: cython3,
66
debhelper (>=9),
77
dh-python,

debian/copyright

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Upstream-Name: uchroma
33
Source: https://github.com/cyanogen/uchroma
44

55
Files: *
6-
Copyright: 2016-2017 Steve Kondik <[email protected]>
6+
Copyright: 2016-2021 Stefanie Kondik <[email protected]>
77
License: LGPL-3.0+
88

99
Files: debian/*
10-
Copyright: 2017 Steve Kondik <[email protected]>
10+
Copyright: 2021 Stefanie Kondik <[email protected]>
1111
License: LGPL-3.0+
1212

1313
License: LGPL-3.0+

doc/conf.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33
#
44
# uchroma documentation build configuration file, created by
5-
# sphinx-quickstart on Thu Jan 5 01:52:21 2017.
5+
# sphinx-quickstart on Thu Jan 5 01:52:21 2021.
66
#
77
# This file is execfile()d with the current directory set to its
88
# containing dir.
@@ -59,8 +59,8 @@
5959

6060
# General information about the project.
6161
project = 'uchroma'
62-
copyright = '2017, Steve Kondik'
63-
author = 'Steve Kondik'
62+
copyright = '2021, Stefanie Kondik'
63+
author = 'Stefanie Kondik'
6464

6565
# The version info for the project you're documenting, acts as replacement for
6666
# |version| and |release|, also used in various other places throughout the
@@ -276,7 +276,7 @@
276276
# author, documentclass [howto, manual, or own class]).
277277
latex_documents = [
278278
(master_doc, 'uchroma.tex', 'uchroma Documentation',
279-
'Steve Kondik', 'manual'),
279+
'Stefanie Kondik', 'manual'),
280280
]
281281

282282
# The name of an image file (relative to this directory) to place at the top of

header.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
uchroma - Copyright (C) 2017 Steve Kondik
2+
uchroma - Copyright (C) 2021 Stefanie Kondik
33

44
This program is free software: you can redistribute it and/or modify it
55
under the terms of the GNU Lesser General Public License as published

scripts/devstuff

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# uchroma - Copyright (C) 2017 Steve Kondik
3+
# uchroma - Copyright (C) 2021 Stefanie Kondik
44
#
55
# This program is free software: you can redistribute it and/or modify it
66
# under the terms of the GNU Lesser General Public License as published

scripts/update-headers

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# update-headers - Updates the header comment in source files
44
# Copyright (C) 2013 Lorenzo Villani
5-
# Updated for Python3 by Steve Kondik (part of UChroma)
5+
# Updated for Python3 by Stefanie Kondik (part of UChroma)
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published
@@ -80,7 +80,7 @@ def run(self):
8080
version=get_version(),
8181
description='Color control for Razer Chroma peripherals',
8282
url='https://github.com/cyanogen/uchroma',
83-
author='Steve Kondik',
83+
author='Stefanie Kondik',
8484
author_email='[email protected]',
8585
license='LGPL',
8686
platform='Linux',

uchroma/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published

uchroma/blending.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published

uchroma/client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published

uchroma/client/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published

uchroma/client/cmd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published

uchroma/client/dbus_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published

uchroma/color.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published

uchroma/dbus_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published

uchroma/fxlib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published

uchroma/fxlib/plasma.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published
@@ -32,7 +32,7 @@ class Plasma(Renderer):
3232

3333
# meta
3434
meta = RendererMeta('Plasma', 'Colorful moving blobs of plasma',
35-
'Steve Kondik', 'v1.0')
35+
'Stefanie Kondik', 'v1.0')
3636

3737
# configurable traits
3838
color_scheme = ColorSchemeTrait(minlen=2, \

uchroma/fxlib/rainbow.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published
@@ -24,7 +24,7 @@
2424
class Rainbow(Renderer):
2525

2626
# meta
27-
meta = RendererMeta('Rainflow', 'Simple flowing colors', 'Steve Kondik', '1.0')
27+
meta = RendererMeta('Rainflow', 'Simple flowing colors', 'Stefanie Kondik', '1.0')
2828

2929
# configurable traits
3030
speed = Int(default_value=DEFAULT_SPEED, min=0, max=20).tag(config=True)

uchroma/fxlib/ripple.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published
@@ -38,7 +38,7 @@ class Ripple(Renderer):
3838

3939
# meta
4040
meta = RendererMeta('Ripples', 'Ripples of color when keys are pressed',
41-
'Steve Kondik', '1.0')
41+
'Stefanie Kondik', '1.0')
4242

4343
# configurable traits
4444
ripple_width = Int(default_value=DEFAULT_WIDTH, min=1, max=5).tag(config=True)

uchroma/input_queue.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published

uchroma/layer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published

uchroma/log.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published

uchroma/renderer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published

uchroma/server/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published

uchroma/server/anim.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published

uchroma/server/byte_args.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published

uchroma/server/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published

uchroma/server/dbus.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published

uchroma/server/device.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published

uchroma/server/device_base.py

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# uchroma - Copyright (C) 2017 Steve Kondik
2+
# uchroma - Copyright (C) 2021 Stefanie Kondik
33
#
44
# This program is free software: you can redistribute it and/or modify it
55
# under the terms of the GNU Lesser General Public License as published
@@ -295,7 +295,7 @@ def _ensure_open(self) -> bool:
295295

296296

297297
def get_report(self, command_class: int, command_id: int, data_size: int,
298-
*args, transaction_id: None, remaining_packets: int = 0x00) -> RazerReport:
298+
*args, transaction_id: int, remaining_packets: int = 0x00) -> RazerReport:
299299
"""
300300
Create and initialize a new RazerReport on this device
301301
"""
@@ -305,6 +305,8 @@ def get_report(self, command_class: int, command_id: int, data_size: int,
305305
else:
306306
transaction_id = 0xFF
307307

308+
self.logger.debug('Transaction id: %d quirks: %s' % (transaction_id, self.hardware.quirks))
309+
308310
report = RazerReport(self, command_class, command_id, data_size,
309311
transaction_id=transaction_id,
310312
remaining_packets=remaining_packets)
@@ -325,7 +327,7 @@ def _get_timeout_cb(self):
325327

326328

327329
def run_with_result(self, command: BaseCommand, *args,
328-
transaction_id: int = 0xFF, delay: float = None,
330+
transaction_id: int = None, delay: float = None,
329331
remaining_packets: int = 0x00) -> bytes:
330332
"""
331333
Run a command and return the result
@@ -368,7 +370,7 @@ def run_report(self, report: RazerReport, delay: float = None) -> bool:
368370
return report.run(delay=delay, timeout_cb=self._get_timeout_cb())
369371

370372

371-
def run_command(self, command: BaseCommand, *args, transaction_id: int = 0xFF,
373+
def run_command(self, command: BaseCommand, *args, transaction_id: int = None,
372374
delay: float = None, remaining_packets: int = 0x00) -> bool:
373375
"""
374376
Run a command
@@ -619,9 +621,9 @@ def fire_restore_prefs(self):
619621

620622

621623
def __repr__(self):
622-
return "%s(name=%s, type=%s, product_id=0x%04x, index=%d)" % \
624+
return "%s(name=%s, type=%s, product_id=0x%04x, index=%d, quirks=%s)" % \
623625
(self.__class__.__name__, self.name, self.device_type.value,
624-
self.product_id, self.device_index)
626+
self.product_id, self.device_index, self.hardware.quirks)
625627

626628

627629
def _device_open(self):

0 commit comments

Comments
 (0)