aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/features
diff options
context:
space:
mode:
authorJack Koenig2016-11-04 15:47:10 -0700
committerAndrew Waterman2016-11-04 15:47:10 -0700
commit82da5e7903817b877bff3c07e09b0b7e9d009351 (patch)
tree82522ff8057429616771825416fc6d15470f2d57 /src/test/resources/features
parent1c36656fad15f515543d89a6407b360b4b2ebb87 (diff)
Cleanup license at top of every file (#364)
Replace with more sensible comment to see LICENSE rather than including the whole license in every file
Diffstat (limited to 'src/test/resources/features')
-rw-r--r--src/test/resources/features/ChirrtlMems.fir2
-rw-r--r--src/test/resources/features/CustomTransform.fir1
-rw-r--r--src/test/resources/features/NestedSubAccessTester.fir1
-rw-r--r--src/test/resources/features/Printf.fir1
-rw-r--r--src/test/resources/features/ZeroPortMem.fir2
5 files changed, 5 insertions, 2 deletions
diff --git a/src/test/resources/features/ChirrtlMems.fir b/src/test/resources/features/ChirrtlMems.fir
index bd92c872..6cc9f122 100644
--- a/src/test/resources/features/ChirrtlMems.fir
+++ b/src/test/resources/features/ChirrtlMems.fir
@@ -1,4 +1,4 @@
-
+; See LICENSE for license details.
circuit ChirrtlMems :
module ChirrtlMems :
input clk : Clock
diff --git a/src/test/resources/features/CustomTransform.fir b/src/test/resources/features/CustomTransform.fir
index 941a9e9c..61bd6ad2 100644
--- a/src/test/resources/features/CustomTransform.fir
+++ b/src/test/resources/features/CustomTransform.fir
@@ -1,3 +1,4 @@
+; See LICENSE for license details.
circuit CustomTransform :
; Replaced in custom transform by an implementation
extmodule Delay :
diff --git a/src/test/resources/features/NestedSubAccessTester.fir b/src/test/resources/features/NestedSubAccessTester.fir
index 83a5ab9b..c40da6a0 100644
--- a/src/test/resources/features/NestedSubAccessTester.fir
+++ b/src/test/resources/features/NestedSubAccessTester.fir
@@ -1,3 +1,4 @@
+; See LICENSE for license details.
circuit NestedSubAccessTester :
module NestedSubAccess :
input foo : UInt<1>[4]
diff --git a/src/test/resources/features/Printf.fir b/src/test/resources/features/Printf.fir
index 6e11c64e..a19e2493 100644
--- a/src/test/resources/features/Printf.fir
+++ b/src/test/resources/features/Printf.fir
@@ -1,3 +1,4 @@
+; See LICENSE for license details.
circuit Printf :
module Printf :
input clk : Clock
diff --git a/src/test/resources/features/ZeroPortMem.fir b/src/test/resources/features/ZeroPortMem.fir
index 13b13720..7e509ecf 100644
--- a/src/test/resources/features/ZeroPortMem.fir
+++ b/src/test/resources/features/ZeroPortMem.fir
@@ -1,4 +1,4 @@
-
+; See LICENSE for license details.
circuit ZeroPortMem :
module ZeroPortMem :
input clk : Clock