From: Florent Kermarrec Date: Tue, 16 May 2017 19:18:32 +0000 (+0200) Subject: soc/cores: dna/xadc: add missing copyright X-Git-Tag: 24jan2021_ls180~1853 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4bc6cf616568f0af0b0349de4dca7579404a19dd;p=litex.git soc/cores: dna/xadc: add missing copyright --- diff --git a/litex/soc/cores/dna.py b/litex/soc/cores/dna.py index 5aae7b85..324659d7 100644 --- a/litex/soc/cores/dna.py +++ b/litex/soc/cores/dna.py @@ -1,3 +1,4 @@ +# Copyright 2014-2015 Robert Jordens from litex.gen import * from litex.soc.interconnect.csr import * diff --git a/litex/soc/cores/xadc.py b/litex/soc/cores/xadc.py index 099ee4da..389a441c 100644 --- a/litex/soc/cores/xadc.py +++ b/litex/soc/cores/xadc.py @@ -1,3 +1,5 @@ +# Copyright 2014-2015 Robert Jordens + from litex.gen import * from litex.soc.interconnect.csr import *