From 4bc6cf616568f0af0b0349de4dca7579404a19dd Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 16 May 2017 21:18:32 +0200 Subject: [PATCH] soc/cores: dna/xadc: add missing copyright --- litex/soc/cores/dna.py | 1 + litex/soc/cores/xadc.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/litex/soc/cores/dna.py b/litex/soc/cores/dna.py index 5aae7b857..324659d7e 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 099ee4dac..389a441c1 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 *