Update authorship notice.

This commit is contained in:
Catherine 2023-01-31 21:51:43 +00:00
parent 5a79c351e3
commit 9102738274
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,4 @@
Copyright (C) 2019-2021 Amaranth HDL contributors
Copyright (C) 2019-2023 Amaranth HDL contributors
Copyright (C) 2011-2019 M-Labs Limited
Redistribution and use in source and binary forms, with or without modification,

View file

@ -32,8 +32,7 @@ def doc_version():
setup(
name="amaranth",
use_scm_version=scm_version(),
author="whitequark",
author_email="whitequark@whitequark.org",
author="Amaranth HDL contributors",
description="Amaranth hardware definition language",
#long_description="""TODO""",
license="BSD",