From 9102738274082ea4303438cc2365b1bbbedbbd09 Mon Sep 17 00:00:00 2001 From: Catherine Date: Tue, 31 Jan 2023 21:51:43 +0000 Subject: [PATCH] Update authorship notice. --- LICENSE.txt | 2 +- setup.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 11e10f8..d213313 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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, diff --git a/setup.py b/setup.py index 9ea9eed..b56b301 100644 --- a/setup.py +++ b/setup.py @@ -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",