aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
diff options
context:
space:
mode:
authorUnai Martinez-Corral <unai.martinezcorral@ehu.eus>2023-02-25 18:24:55 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2023-02-25 22:43:23 +0000
commite76ff258d2fe3c8fe940f6675b857edbba44f103 (patch)
tree717c988ee9639b2398296a03fa89ee12f133f345 /pyGHDL
parentceccea0a1493933efaadcdea151f3ccc432e3b6f (diff)
downloadghdl-e76ff258d2fe3c8fe940f6675b857edbba44f103.tar.gz
ghdl-e76ff258d2fe3c8fe940f6675b857edbba44f103.tar.bz2
ghdl-e76ff258d2fe3c8fe940f6675b857edbba44f103.zip
pyGHDL: update copyright year
Diffstat (limited to 'pyGHDL')
-rw-r--r--pyGHDL/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/__init__.py b/pyGHDL/__init__.py
index 4e8bc2ca8..812621d15 100644
--- a/pyGHDL/__init__.py
+++ b/pyGHDL/__init__.py
@@ -49,7 +49,7 @@ this is provided from a ``pyGHDL`` packages with four sub-packages:
"""
__author__ = "Tristan Gingold and contributors"
__email__ = "tgingold@free.fr"
-__copyright__ = "2002-2021, Tristan Gingold and contributors"
+__copyright__ = "2002-2023, Tristan Gingold and contributors"
__license__ = "GNU General Public License v2"
__version__ = "3.0.0-dev"
__keywords__ = ["vhdl", "parser", "compiler", "simulator", "ghdl"]