aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/Array.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-01-10 12:11:01 +0000
committerYann Herklotz <git@yannherklotz.com>2021-01-10 12:11:01 +0000
commit4ff1d635ca5251c1008e69a7aea94c4ad703c7b9 (patch)
tree9b500e0036501e19fbdca91c253a5577bd8a7ea4 /src/hls/Array.v
parentda34700998cbaf705c761a3d5b3a4e14994623e4 (diff)
downloadvericert-4ff1d635ca5251c1008e69a7aea94c4ad703c7b9.tar.gz
vericert-4ff1d635ca5251c1008e69a7aea94c4ad703c7b9.zip
Add correct copyright notices in files
Diffstat (limited to 'src/hls/Array.v')
-rw-r--r--src/hls/Array.v18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/hls/Array.v b/src/hls/Array.v
index 5eca269..5c7ebc7 100644
--- a/src/hls/Array.v
+++ b/src/hls/Array.v
@@ -1,3 +1,21 @@
+(*
+ * Vericert: Verified high-level synthesis.
+ * Copyright (C) 2020 James Pollard <j@mes.dev>
+ *
+ * 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/>.
+ *)
+
Set Implicit Arguments.
Require Import Lia.