diff --git a/litex/build/lattice/common.py b/litex/build/lattice/common.py index f1007f0ef..9b8be9267 100644 --- a/litex/build/lattice/common.py +++ b/litex/build/lattice/common.py @@ -4,7 +4,7 @@ # Copyright (c) 2015-2020 Florent Kermarrec # Copyright (c) 2017 William D. Jones # Copyright (c) 2019 David Shah -# Copyright (c) 2020 Piense +# Copyright (c) 2020 David Corrigan # SPDX-License-Identifier: BSD-2-Clause from migen.fhdl.module import Module diff --git a/litex/build/lattice/radiant.py b/litex/build/lattice/radiant.py index 5e8aa8c1a..a2ad21937 100644 --- a/litex/build/lattice/radiant.py +++ b/litex/build/lattice/radiant.py @@ -1,7 +1,7 @@ # # This file is part of LiteX. # -# Copyright (c) 2020 Piense +# Copyright (c) 2020 David Corrigan # Copyright (c) 2015-2019 Florent Kermarrec # Copyright (c) 2017-2018 Sergiusz Bazanski # Copyright (c) 2017 William D. Jones diff --git a/litex/soc/cores/clock.py b/litex/soc/cores/clock.py index 327f47a7f..10dcca243 100644 --- a/litex/soc/cores/clock.py +++ b/litex/soc/cores/clock.py @@ -3,7 +3,7 @@ # # Copyright (c) 2018-2020 Florent Kermarrec # Copyright (c) 2019 Michael Betz -# Copyright (c) 2020 Piense +# Copyright (c) 2020 David Corrigan # SPDX-License-Identifier: BSD-2-Clause """Clock Abstraction Modules""" diff --git a/litex/soc/cores/nxlram.py b/litex/soc/cores/nxlram.py index d2b0239ea..0369d14b0 100644 --- a/litex/soc/cores/nxlram.py +++ b/litex/soc/cores/nxlram.py @@ -1,7 +1,7 @@ # # This file is part of LiteX. # -# Copyright (c) 2020 Piense +# Copyright (c) 2020 David Corrigan # Copyright (c) 2019 William D. Jones # Copyright (c) 2019 Tim 'mithro' Ansell # Copyright (c) 2019 Florent Kermarrec