aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/DebugMode.cs
diff options
context:
space:
mode:
authorAndrew <alee14498@gmail.com>2018-08-29 12:40:57 -0400
committerAndrew <alee14498@gmail.com>2018-08-29 12:40:57 -0400
commit5b5825ff4491047838ad12df69c6aa40f1af5299 (patch)
tree8aa6e1053357f7c51051a42be6fabca52088e992 /Project Ports/DebugMode.cs
parente4e99da54a56bd83dc9a8e04d2220dd454f734f8 (diff)
downloadProject-Silicon-5b5825ff4491047838ad12df69c6aa40f1af5299.tar.gz
Project-Silicon-5b5825ff4491047838ad12df69c6aa40f1af5299.tar.bz2
Project-Silicon-5b5825ff4491047838ad12df69c6aa40f1af5299.zip
Added licenses and added panels on boot and crash
Diffstat (limited to 'Project Ports/DebugMode.cs')
-rw-r--r--Project Ports/DebugMode.cs21
1 files changed, 20 insertions, 1 deletions
diff --git a/Project Ports/DebugMode.cs b/Project Ports/DebugMode.cs
index e9e4e3a..e42472c 100644
--- a/Project Ports/DebugMode.cs
+++ b/Project Ports/DebugMode.cs
@@ -1,4 +1,23 @@
-using System;
+/************************************************************************
+ *
+ * Project Ports
+ * Copyright (C) 2018 UniverseDG
+ *
+ * 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/>.
+ *
+ **************************************************************************/
+using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;