From 4ff1d635ca5251c1008e69a7aea94c4ad703c7b9 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 10 Jan 2021 12:11:01 +0000 Subject: Add correct copyright notices in files --- src/common/IntegerExtra.v | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/common/IntegerExtra.v') diff --git a/src/common/IntegerExtra.v b/src/common/IntegerExtra.v index 185f669..d36fcee 100644 --- a/src/common/IntegerExtra.v +++ b/src/common/IntegerExtra.v @@ -1,3 +1,22 @@ +(* + * Vericert: Verified high-level synthesis. + * Copyright (C) 2020-2021 Yann Herklotz + * 2020 James Pollard + * + * 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 . + *) + Require Import BinInt. Require Import Lia. Require Import ZBinary. -- cgit