Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit 15d69c3

Browse files
committed
Updating copyright dates.
1 parent a64c580 commit 15d69c3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 0.5.0
22
-------------
33

4-
:Date: 31-December-2022
4+
:Date: TBC
55

66
* BREAKING! Remaps address for redesign of UOS protocol.
77
* PEP 484 implicit optional typing fixes.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22
=====================
33

4-
Copyright © `2022` [Nulltek](https://nulltek.xyz) `Steve Richardson (Creating Null)`
4+
Copyright © `2023` [Nulltek](https://nulltek.xyz) `Steve Richardson (Creating Null)`
55

66
Permission is hereby granted, free of charge, to any person
77
obtaining a copy of this software and associated documentation

uoshardware/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from pathlib import Path
55

66
__author__ = "Steve Richardson (Creating Null)"
7-
__copywright__ = f"2022, {__author__}"
7+
__copywright__ = f"2023, {__author__}"
88
# Semantic Versioning, MAJOR.MINOR.PATCH[-'pre-release-type'.'num']
99
__version__ = "0.4.0"
1010
# Dead code false positive as this constant is for use outside primary project.

0 commit comments

Comments
 (0)