diff --git a/linspector/frontends/lish.py b/linspector/frontends/lish.py index 365c64c..b178d31 100644 --- a/linspector/frontends/lish.py +++ b/linspector/frontends/lish.py @@ -266,11 +266,12 @@ class LishCommander(Exit, ShellCommander, LogCommander): def do_about(self, text): self.print_color(GREEN, "Linspector Monitoring\n") - self.print_color(YELLOW, "Developers:") + self.print_color(YELLOW, "Developers:") self.print_color(BLUE, " - Johannes Findeisen ") self.print_color(BLUE, " - Rafael Timmerberg \n") self.print_color(PURPLE, "(c) 2011 - 2013") self.print_color(PURPLE, "Web: http://linspector.org") + self.print_color(PURPLE, "License: GNU Affero General Public License Version 3.0") def help_about(self): print '''Show information about Linspector''' \ No newline at end of file