diff options
| author | william341 <[email protected]> | 2016-07-23 12:29:30 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2016-07-23 12:29:30 -0700 |
| commit | 5b19fab8d6b101367aaccd3cdcb26e46db9b44f0 (patch) | |
| tree | 4ff0d87e127ab74679998a9360e3e7be440912a4 /source/WindowsFormsApplication1/Apps | |
| parent | 31aeb2ac4d662d08665aa463a98318bdee923af5 (diff) | |
| download | shiftos-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.cs | 3 |
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); |
