aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Apps
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2016-07-23 12:29:30 -0700
committerwilliam341 <[email protected]>2016-07-23 12:29:30 -0700
commit5b19fab8d6b101367aaccd3cdcb26e46db9b44f0 (patch)
tree4ff0d87e127ab74679998a9360e3e7be440912a4 /source/WindowsFormsApplication1/Apps
parent31aeb2ac4d662d08665aa463a98318bdee923af5 (diff)
downloadshiftos-c--5b19fab8d6b101367aaccd3cdcb26e46db9b44f0.tar.gz
shiftos-c--5b19fab8d6b101367aaccd3cdcb26e46db9b44f0.tar.bz2
shiftos-c--5b19fab8d6b101367aaccd3cdcb26e46db9b44f0.zip
DISCLAIMER IN ALL CAPS
JUST SO NO ONE SUES US
Diffstat (limited to 'source/WindowsFormsApplication1/Apps')
-rw-r--r--source/WindowsFormsApplication1/Apps/Terminal.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/WindowsFormsApplication1/Apps/Terminal.cs b/source/WindowsFormsApplication1/Apps/Terminal.cs
index f00efd8..4b3af12 100644
--- a/source/WindowsFormsApplication1/Apps/Terminal.cs
+++ b/source/WindowsFormsApplication1/Apps/Terminal.cs
@@ -61,6 +61,9 @@ namespace ShiftOS
WriteLine("ShiftOS v" + ProductVersion + "");
WriteLine("Copyright 2014-2016 ShiftOS Developers.");
WriteLine("Type 'credits' in terminal to show credits.");
+ WriteLine(" ");
+ WriteLine("SHIFTOS IS IN EARLY ALPHA.");
+ WriteLine("THIS SOFTWARE DOES NOT PROVIDE A WARRANTY OF ANY KIND.");
WriteLine(prefix);
}
txtterm.Select(txtterm.TextLength, 0);