From: Florent Kermarrec Date: Sun, 23 Jun 2019 21:31:11 +0000 (+0200) Subject: test: add copyright header X-Git-Tag: 24jan2021_ls180~1151 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c7f36ab08fe8e14281038c89771e339ba260819b;p=litex.git test: add copyright header --- diff --git a/test/test_axi.py b/test/test_axi.py index d1435760..d06e98d8 100644 --- a/test/test_axi.py +++ b/test/test_axi.py @@ -1,3 +1,6 @@ +# This file is Copyright (c) 2019 Florent Kermarrec +# License: BSD + import unittest import random diff --git a/test/test_code_8b10b.py b/test/test_code_8b10b.py index 566ff711..403089d1 100644 --- a/test/test_code_8b10b.py +++ b/test/test_code_8b10b.py @@ -1,3 +1,7 @@ +# This file is Copyright (c) 2017-2019 Florent Kermarrec +# This file is Copyright (c) 2016-2017 Sebastien Bourdeauducq +# License: BSD + import unittest import random from collections import namedtuple diff --git a/test/test_csr.py b/test/test_csr.py index 1971e099..a5958650 100644 --- a/test/test_csr.py +++ b/test/test_csr.py @@ -1,3 +1,6 @@ +# This file is Copyright (c) 2019 Florent Kermarrec +# License: BSD + import unittest from migen import * diff --git a/test/test_gearbox.py b/test/test_gearbox.py index 7bb748cf..d1ff169b 100644 --- a/test/test_gearbox.py +++ b/test/test_gearbox.py @@ -1,3 +1,6 @@ +# This file is Copyright (c) 2017-2019 Florent Kermarrec +# License: BSD + import unittest import random diff --git a/test/test_prbs.py b/test/test_prbs.py index 953cff35..f4c04392 100644 --- a/test/test_prbs.py +++ b/test/test_prbs.py @@ -1,3 +1,6 @@ +# This file is Copyright (c) 2019 Florent Kermarrec +# License: BSD + import unittest from migen import * diff --git a/test/test_targets.py b/test/test_targets.py index bb9a20c1..86925656 100644 --- a/test/test_targets.py +++ b/test/test_targets.py @@ -1,3 +1,7 @@ +# This file is Copyright (c) 2017-2019 Florent Kermarrec +# This file is Copyright (c) 2019 Tim 'mithro' Ansell +# License: BSD + import subprocess import unittest import os