Skip to content

Commit 0245774

Browse files
committed
update copyright year to 2024
1 parent bec2608 commit 0245774

24 files changed

+24
-24
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2023 engn33r
190+
Copyright 2024 engn33r
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

compliance/test_fuzzingclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
test_fuzzingclient.py
88
websocket - WebSocket client library for Python
99
10-
Copyright 2023 engn33r
10+
Copyright 2024 engn33r
1111
1212
Licensed under the Apache License, Version 2.0 (the "License");
1313
you may not use this file except in compliance with the License.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def setup(app):
3030

3131
# -- Project information -----------------------------------------------------
3232
project = "websocket-client"
33-
copyright = "2023"
33+
copyright = "2024"
3434
author = "liris"
3535

3636
# The full version, including alpha/beta/rc tags

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
setup.py
55
websocket - WebSocket client library for Python
66
7-
Copyright 2023 engn33r
7+
Copyright 2024 engn33r
88
99
Licensed under the Apache License, Version 2.0 (the "License");
1010
you may not use this file except in compliance with the License.

websocket/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__init__.py
33
websocket - WebSocket client library for Python
44
5-
Copyright 2023 engn33r
5+
Copyright 2024 engn33r
66
77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.

websocket/_abnf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
_abnf.py
1313
websocket - WebSocket client library for Python
1414
15-
Copyright 2023 engn33r
15+
Copyright 2024 engn33r
1616
1717
Licensed under the Apache License, Version 2.0 (the "License");
1818
you may not use this file except in compliance with the License.

websocket/_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
_app.py
2222
websocket - WebSocket client library for Python
2323
24-
Copyright 2023 engn33r
24+
Copyright 2024 engn33r
2525
2626
Licensed under the Apache License, Version 2.0 (the "License");
2727
you may not use this file except in compliance with the License.

websocket/_cookiejar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
_cookiejar.py
66
websocket - WebSocket client library for Python
77
8-
Copyright 2023 engn33r
8+
Copyright 2024 engn33r
99
1010
Licensed under the Apache License, Version 2.0 (the "License");
1111
you may not use this file except in compliance with the License.

websocket/_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
_core.py
1919
websocket - WebSocket client library for Python
2020
21-
Copyright 2023 engn33r
21+
Copyright 2024 engn33r
2222
2323
Licensed under the Apache License, Version 2.0 (the "License");
2424
you may not use this file except in compliance with the License.

websocket/_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
_exceptions.py
33
websocket - WebSocket client library for Python
44
5-
Copyright 2023 engn33r
5+
Copyright 2024 engn33r
66
77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)