test: add copyright header
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Sun, 23 Jun 2019 21:31:11 +0000 (23:31 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Sun, 23 Jun 2019 21:31:11 +0000 (23:31 +0200)
test/test_axi.py
test/test_code_8b10b.py
test/test_csr.py
test/test_gearbox.py
test/test_prbs.py
test/test_targets.py

index d143576098a62e50b1d7c0311ea9303ed76d6585..d06e98d8f14e2df7e07da2c46c67c5ea85eaca9b 100644 (file)
@@ -1,3 +1,6 @@
+# This file is Copyright (c) 2019 Florent Kermarrec <florent@enjoy-digital.fr>
+# License: BSD
+
 import unittest
 import random
 
index 566ff711a14bbbd561011816519abf9cdfd4ef69..403089d11e157c4f7cbe46bce1008675b6652c71 100644 (file)
@@ -1,3 +1,7 @@
+# This file is Copyright (c) 2017-2019 Florent Kermarrec <florent@enjoy-digital.fr>
+# This file is Copyright (c) 2016-2017 Sebastien Bourdeauducq <sb@m-labs.hk>
+# License: BSD
+
 import unittest
 import random
 from collections import namedtuple
index 1971e099a045ec0f729d4cce34a27e9304e3300a..a5958650d7ea97ccde7757fc32b9ade9bdb92cdc 100644 (file)
@@ -1,3 +1,6 @@
+# This file is Copyright (c) 2019 Florent Kermarrec <florent@enjoy-digital.fr>
+# License: BSD
+
 import unittest
 
 from migen import *
index 7bb748cff271b3337cf6fbc87ae7297e7476b294..d1ff169bc784ec7c6f605b608e910c7aea8ee7e3 100644 (file)
@@ -1,3 +1,6 @@
+# This file is Copyright (c) 2017-2019 Florent Kermarrec <florent@enjoy-digital.fr>
+# License: BSD
+
 import unittest
 import random
 
index 953cff354aacc9427bdc03bb1595d37cbfa5dfbc..f4c04392f5c59867b6486d9ed96363884de7d890 100644 (file)
@@ -1,3 +1,6 @@
+# This file is Copyright (c) 2019 Florent Kermarrec <florent@enjoy-digital.fr>
+# License: BSD
+
 import unittest
 
 from migen import *
index bb9a20c12e7f3f31bc2d23b91ce8d30a2ff5f5a3..8692565654beb2237f0e11a573fca42879b98732 100644 (file)
@@ -1,3 +1,7 @@
+# This file is Copyright (c) 2017-2019 Florent Kermarrec <florent@enjoy-digital.fr>
+# This file is Copyright (c) 2019 Tim 'mithro' Ansell <me@mith.ro>
+# License: BSD
+
 import subprocess
 import unittest
 import os