From 64bde1f01b64bdff2744ad75ebe9ca187d68a4e2 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 6 Jan 2020 20:57:38 +0000 Subject: Update license to dual license GPLv3 --- src/Verismith/Circuit/Base.hs | 2 +- src/Verismith/Circuit/Gen.hs | 2 +- src/Verismith/Circuit/Internal.hs | 2 +- src/Verismith/Circuit/Random.hs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Verismith/Circuit') diff --git a/src/Verismith/Circuit/Base.hs b/src/Verismith/Circuit/Base.hs index 9a5ab34..29e345b 100644 --- a/src/Verismith/Circuit/Base.hs +++ b/src/Verismith/Circuit/Base.hs @@ -2,7 +2,7 @@ Module : Verismith.Circuit.Base Description : Base types for the circuit module. Copyright : (c) 2019, Yann Herklotz Grave -License : GPL-3 +License : GPLv3 Maintainer : yann [at] yannherklotz [dot] com Stability : experimental Portability : POSIX diff --git a/src/Verismith/Circuit/Gen.hs b/src/Verismith/Circuit/Gen.hs index c5cb697..2d91ce8 100644 --- a/src/Verismith/Circuit/Gen.hs +++ b/src/Verismith/Circuit/Gen.hs @@ -2,7 +2,7 @@ Module : Verilog.Circuit.Gen Description : Generate verilog from circuit. Copyright : (c) 2019, Yann Herklotz Grave -License : GPL-3 +License : GPLv3 Maintainer : yann [at] yannherklotz [dot] com Stability : experimental Portability : POSIX diff --git a/src/Verismith/Circuit/Internal.hs b/src/Verismith/Circuit/Internal.hs index 4de2252..a63d687 100644 --- a/src/Verismith/Circuit/Internal.hs +++ b/src/Verismith/Circuit/Internal.hs @@ -2,7 +2,7 @@ Module : Verismith.Circuit.Internal Description : Internal helpers for generation. Copyright : (c) 2018-2019, Yann Herklotz -License : BSD-3 +License : GPLv3 Maintainer : yann [at] yannherklotz [dot] com Stability : experimental Portability : POSIX diff --git a/src/Verismith/Circuit/Random.hs b/src/Verismith/Circuit/Random.hs index 0eabf56..90c5dec 100644 --- a/src/Verismith/Circuit/Random.hs +++ b/src/Verismith/Circuit/Random.hs @@ -2,7 +2,7 @@ Module : Verismith.Circuit.Random Description : Random generation for DAG Copyright : (c) 2018-2019, Yann Herklotz -License : BSD-3 +License : GPLv3 Maintainer : yann [at] yannherklotz [dot] com Stability : experimental Portability : POSIX -- cgit