aboutsummaryrefslogtreecommitdiffstats
path: root/src/Extraction/Extraction.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-02-17 18:47:26 +0000
committerYann Herklotz <git@yannherklotz.com>2020-02-17 18:47:26 +0000
commit75af84521208aac70375d7df45105256475d75b6 (patch)
treefc87f63175ba97789d837b3d286c019212780851 /src/Extraction/Extraction.v
parentabf33a4075c2008bfcac3b04ad3b4dc1c57a4efd (diff)
downloadvericert-75af84521208aac70375d7df45105256475d75b6.tar.gz
vericert-75af84521208aac70375d7df45105256475d75b6.zip
Update license to be compatible with CompCert
Diffstat (limited to 'src/Extraction/Extraction.v')
-rw-r--r--src/Extraction/Extraction.v18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/Extraction/Extraction.v b/src/Extraction/Extraction.v
index c4248cb..1db8e3c 100644
--- a/src/Extraction/Extraction.v
+++ b/src/Extraction/Extraction.v
@@ -1,3 +1,21 @@
+(*
+ * CoqUp: Verified high-level synthesis.
+ * Copyright (C) 2019-2020 Yann Herklotz <yann@yannherklotz.com>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *)
+
Require CoqUp.Verilog.VerilogAST.
Require Import ExtrOcamlBasic.