aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/top.cpp
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/top.cpp
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/top.cpp')
-rw-r--r--src/test/resources/top.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/resources/top.cpp b/src/test/resources/top.cpp
index 8fef5e00..c117126d 100644
--- a/src/test/resources/top.cpp
+++ b/src/test/resources/top.cpp
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
#include <verilated.h>
#include <iostream>