Update authorship notice.
This commit is contained in:
parent
5a79c351e3
commit
9102738274
|
@ -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
|
Copyright (C) 2011-2019 M-Labs Limited
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without modification,
|
Redistribution and use in source and binary forms, with or without modification,
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -32,8 +32,7 @@ def doc_version():
|
||||||
setup(
|
setup(
|
||||||
name="amaranth",
|
name="amaranth",
|
||||||
use_scm_version=scm_version(),
|
use_scm_version=scm_version(),
|
||||||
author="whitequark",
|
author="Amaranth HDL contributors",
|
||||||
author_email="whitequark@whitequark.org",
|
|
||||||
description="Amaranth hardware definition language",
|
description="Amaranth hardware definition language",
|
||||||
#long_description="""TODO""",
|
#long_description="""TODO""",
|
||||||
license="BSD",
|
license="BSD",
|
||||||
|
|
Loading…
Reference in a new issue