summaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-21 15:58:12 -0400
committerbd <bdunahu@operationnull.com>2025-04-21 15:58:12 -0400
commit7cad6f05ebed25557fe6a31bfdf6290c72506868 (patch)
tree43238110a03ce678f1a68b0b4175ae023527b070 /gui
parent40dfec9ae067d3f8e3868d259bfc4251aeca8724 (diff)
Add copyright to messages.h
Diffstat (limited to 'gui')
-rw-r--r--gui/messages.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/gui/messages.h b/gui/messages.h
index f0cc504..461c461 100644
--- a/gui/messages.h
+++ b/gui/messages.h
@@ -1,3 +1,20 @@
+// Simulator for the RISC-V[ECTOR] mini-ISA
+// Copyright (C) 2025 Siddarth Suresh
+// Copyright (C) 2025 bdunahu
+
+// 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/>.
+
#ifndef MESSAGES_H
#define MESSAGES_H
#include <string>