just added license to about dialog in lish
This commit is contained in:
parent
a0577c66ff
commit
c58141a9fc
1 changed files with 2 additions and 1 deletions
|
|
@ -271,6 +271,7 @@ class LishCommander(Exit, ShellCommander, LogCommander):
|
|||
self.print_color(BLUE, " - Rafael Timmerberg <ruff@linspector.org>\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'''
|
||||
Loading…
Add table
Add a link
Reference in a new issue