From e37a11b98209117ebed19936838217870aee8e91 Mon Sep 17 00:00:00 2001 From: Emilia Date: Sun, 28 Feb 2016 18:37:30 +0000 Subject: [PATCH] Welcome information has been changed with a new project name and no developers names are visible anymore. The file containing the logo has been deleted as it's no longer needed. --- lib/commandui/logo/logo.txt | 10 ---------- securitysimulator.rb | 10 ++-------- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 lib/commandui/logo/logo.txt diff --git a/lib/commandui/logo/logo.txt b/lib/commandui/logo/logo.txt deleted file mode 100644 index b397b1108..000000000 --- a/lib/commandui/logo/logo.txt +++ /dev/null @@ -1,10 +0,0 @@ - _____ _ _ _____ _ _ _ - / ____| (_) | / ____(_) | | | | -| (___ ___ ___ _ _ _ __ _| |_ _ _| (___ _ _ __ ___ _ _| | __ _| |_ ___ _ __ - \___ \ / _ \/ __| | | | '__| | __| | | |\___ \| | '_ ` _ \| | | | |/ _` | __| / _ \| '__| - ____) | __/ (__| |_| | | | | |_| |_| |____) | | | | | | | |_| | | (_| | |_ | (_) | | -|_____/ \___|\___|\__,_|_| |_|\__|\__, |_____/|_|_| |_| |_|\__,_|_|\__,_|\__| \___/|_| - __/ | - Licensed GPLv3 |___/ Creates virtualised security scenarios - 2014-15 By Lewis Ardern and Z.Cliffe.S - diff --git a/securitysimulator.rb b/securitysimulator.rb index 6174253b9..95e695749 100644 --- a/securitysimulator.rb +++ b/securitysimulator.rb @@ -15,14 +15,8 @@ require_relative 'filecreator.rb' require_relative 'systemreader.rb' require_relative 'vagrant.rb' -# coloured logo -puts "\e[34m" -File.open('lib/commandui/logo/logo.txt', 'r') do |f1| - while line = f1.gets - puts line - end -end -puts "\e[0m" +puts 'SecGen - Creates virtualised security scenarios' +puts 'Licensed GPLv3 2014-16' def usage puts 'Usage: