copyright updates

This commit is contained in:
2025-12-16 13:42:16 -08:00
parent 14320c709c
commit 656f546d12
9 changed files with 11 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ sys.path.insert(0, os.path.abspath('../..'))
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = u'pycmx' project = u'pycmx'
copyright = u'(c) 2025, Jamie Hardt' copyright = u'(c) 2018-2025, Jamie Hardt'
author = u'Jamie Hardt' author = u'Jamie Hardt'
release = importlib.metadata.version("pycmx") release = importlib.metadata.version("pycmx")

View File

@@ -1,5 +1,5 @@
# pycmx # pycmx
# (c) 2018 Jamie Hardt # (c) 2018-2025 Jamie Hardt
from re import (compile, match) from re import (compile, match)
from typing import Dict, Tuple, Generator from typing import Dict, Tuple, Generator

View File

@@ -1,5 +1,5 @@
# pycmx # pycmx
# (c) 2018 Jamie Hardt # (c) 2018-2025 Jamie Hardt
from pycmx.statements import StmtCdlSat, StmtCdlSop, StmtFrmc from pycmx.statements import StmtCdlSat, StmtCdlSop, StmtFrmc
from .transition import Transition from .transition import Transition

View File

@@ -1,5 +1,5 @@
# pycmx # pycmx
# (c) 2018 Jamie Hardt # (c) 2018-2025 Jamie Hardt
from pycmx.statements import StmtTitle from pycmx.statements import StmtTitle
from .parse_cmx_statements import ( from .parse_cmx_statements import (

View File

@@ -1,5 +1,5 @@
# pycmx # pycmx
# (c) 2023 Jamie Hardt # (c) 2023-2025 Jamie Hardt
from pycmx.statements import StmtFrmc from pycmx.statements import StmtFrmc
from .parse_cmx_statements import ( from .parse_cmx_statements import (

View File

@@ -1,5 +1,5 @@
# pycmx # pycmx
# (c) 2025 Jamie Hardt # (c) 2018-2025 Jamie Hardt
from typing import TextIO from typing import TextIO

View File

@@ -1,5 +1,5 @@
# pycmx # pycmx
# (c) 2018 Jamie Hardt # (c) 2018-2025 Jamie Hardt
import re import re
from typing import TextIO, List from typing import TextIO, List

View File

@@ -1,3 +1,6 @@
# pycmx
# (c) 2025 Jamie Hardt
from collections import namedtuple from collections import namedtuple
from typing import NamedTuple from typing import NamedTuple

View File

@@ -1,5 +1,5 @@
# pycmx # pycmx
# (c) 2018 Jamie Hardt # (c) 2018-2025 Jamie Hardt
# Utility functions # Utility functions