diff options
-rw-r--r-- | README.md | 5 | ||||
-rwxr-xr-x | lib/isodumper.py | 1 |
2 files changed, 4 insertions, 2 deletions
@@ -23,8 +23,11 @@ License -------- This software is distributed under the terms of the -[GNU Public License, v2](COPYING) +[GNU General Public License version 2 (GPLv2+)](COPYING.GPL). +The [isodumper icon](isodumper.svg) is licensed under the terms of the +[GNU Lesser General Public License version 2.1 (LGPLv2.1+)](COPYING.LGPL). +It is part of the Crystal Clear icon set by Everaldo Coelho. Authors -------- diff --git a/lib/isodumper.py b/lib/isodumper.py index bec50ca..b2a4919 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -73,7 +73,6 @@ class IsoDumper: # get glade tree self.gladefile = "/usr/share/isodumper/isodumper.glade" - #self.gladefile = "/documents/isodumper-dev/share/isodumper/isodumper.glade" self.wTree = gtk.glade.XML(self.gladefile) # get globally needed widgets |