mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 17:00:53 +00:00
copyright updates
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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 (
|
||||||
|
|||||||
@@ -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 (
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# pycmx
|
# pycmx
|
||||||
# (c) 2025 Jamie Hardt
|
# (c) 2018-2025 Jamie Hardt
|
||||||
|
|
||||||
from typing import TextIO
|
from typing import TextIO
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# pycmx
|
# pycmx
|
||||||
# (c) 2018 Jamie Hardt
|
# (c) 2018-2025 Jamie Hardt
|
||||||
|
|
||||||
# Utility functions
|
# Utility functions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user