ESH

Executive Shell
git clone http://git.omkov.net/ESH
Log | Tree | Refs | README | Download

AuthorJamozed <[email protected]>
Date2022-03-06 02:03:10
Commit01598e962514a5b9912d85a0af20e627e7830135
Parent221a43ce73f9d972339e36500e31f392b225ebf8

Fix incorrect licence in version information

Diffstat

M src/main.c | 3 +--

1 files changed, 1 insertions, 2 deletions

diff --git a/src/main.c b/src/main.c
index 4cf48bd..723840d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -91,6 +91,5 @@ static void hlp(void) {
 static void ver(void) {
 	puts("ESH, version " PROJECT_VERSION);
 	puts("Copyright (C) 2020, Jakob Wakeling");
-	puts("All rights reserved.");
-	puts("OMKOV Permissive Licence (https://www.omkov.net/OLPE)");
+	puts("MIT Licence (https://opensource.org/licenses/MIT)");
 }