aboutsummaryrefslogtreecommitdiffstats
path: root/src/Test/VeriFuzz/Simulator
diff options
context:
space:
mode:
Diffstat (limited to 'src/Test/VeriFuzz/Simulator')
-rw-r--r--src/Test/VeriFuzz/Simulator/General.hs6
-rw-r--r--src/Test/VeriFuzz/Simulator/Icarus.hs6
-rw-r--r--src/Test/VeriFuzz/Simulator/Xst.hs6
-rw-r--r--src/Test/VeriFuzz/Simulator/Yosys.hs6
4 files changed, 12 insertions, 12 deletions
diff --git a/src/Test/VeriFuzz/Simulator/General.hs b/src/Test/VeriFuzz/Simulator/General.hs
index e5307ea..d52b7cd 100644
--- a/src/Test/VeriFuzz/Simulator/General.hs
+++ b/src/Test/VeriFuzz/Simulator/General.hs
@@ -1,9 +1,9 @@
{-|
Module : Test.VeriFuzz.Simulator.General
Description : Class of the simulator.
-Copyright : (c) Yann Herklotz Grave 2018
-License : GPL-3
-Maintainer : ymherklotz@gmail.com
+Copyright : (c) 2018-2019, Yann Herklotz Grave
+License : BSD-3
+Maintainer : ymherklotz [at] gmail [dot] com
Stability : experimental
Portability : POSIX
diff --git a/src/Test/VeriFuzz/Simulator/Icarus.hs b/src/Test/VeriFuzz/Simulator/Icarus.hs
index 10b72e0..eaf7aff 100644
--- a/src/Test/VeriFuzz/Simulator/Icarus.hs
+++ b/src/Test/VeriFuzz/Simulator/Icarus.hs
@@ -1,9 +1,9 @@
{-|
Module : Test.VeriFuzz.Simulator.Icarus
Description : Icarus verilog module.
-Copyright : (c) Yann Herklotz Grave 2018
-License : GPL-3
-Maintainer : ymherklotz@gmail.com
+Copyright : (c) 2018-2019, Yann Herklotz Grave
+License : BSD-3
+Maintainer : ymherklotz [at] gmail [dot] com
Stability : experimental
Portability : POSIX
diff --git a/src/Test/VeriFuzz/Simulator/Xst.hs b/src/Test/VeriFuzz/Simulator/Xst.hs
index cfa229d..3372ae0 100644
--- a/src/Test/VeriFuzz/Simulator/Xst.hs
+++ b/src/Test/VeriFuzz/Simulator/Xst.hs
@@ -1,9 +1,9 @@
{-|
Module : Test.VeriFuzz.Simulator.Xst
Description : Xst (ise) simulator implementation.
-Copyright : (c) Yann Herklotz Grave 2018
-License : GPL-3
-Maintainer : ymherklotz@gmail.com
+Copyright : (c) 2018-2019, Yann Herklotz Grave
+License : BSD-3
+Maintainer : ymherklotz [at] gmail [dot] com
Stability : experimental
Portability : POSIX
diff --git a/src/Test/VeriFuzz/Simulator/Yosys.hs b/src/Test/VeriFuzz/Simulator/Yosys.hs
index 33752c4..a3034eb 100644
--- a/src/Test/VeriFuzz/Simulator/Yosys.hs
+++ b/src/Test/VeriFuzz/Simulator/Yosys.hs
@@ -1,9 +1,9 @@
{-|
Module : Test.VeriFuzz.Simulator.Yosys
Description : Yosys simulator implementation.
-Copyright : (c) Yann Herklotz Grave 2018
-License : GPL-3
-Maintainer : ymherklotz@gmail.com
+Copyright : (c) 2018-2019, Yann Herklotz Grave
+License : BSD-3
+Maintainer : ymherklotz [at] gmail [dot] com
Stability : experimental
Portability : POSIX