From 75af84521208aac70375d7df45105256475d75b6 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 17 Feb 2020 18:47:26 +0000 Subject: Update license to be compatible with CompCert --- src/Verilog/VerilogAST.v | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/Verilog/VerilogAST.v') diff --git a/src/Verilog/VerilogAST.v b/src/Verilog/VerilogAST.v index 0c2b38b..362fe45 100644 --- a/src/Verilog/VerilogAST.v +++ b/src/Verilog/VerilogAST.v @@ -1,3 +1,21 @@ +(* + * CoqUp: Verified high-level synthesis. + * Copyright (C) 2019-2020 Yann Herklotz + * + * 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 . + *) + From Coq Require Import Lists.List Strings.String. From Coq Require Import Structures.OrderedTypeEx -- cgit