Sha256: 4fd0be3c3f9d8748a8316578a1ded3c1b06eb2522468c45832e1daddda95e450
Contents?: true
Size: 1.3 KB
Versions: 1
Compression:
Stored size: 1.3 KB
Contents
=begin = File about.rb = Info This file is part of PDF Walker, a graphical PDF file browser Copyright (C) 2010 Guillaume Delugré <guillaume@security-labs.org> All right reserved. PDF Walker is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. PDF Walker is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with PDF Walker. If not, see <http://www.gnu.org/licenses/>. =end module PDFWalker class Walker < Window def about AboutDialog.show(self, { :name => "PDF Walker", :program_name => "PDF Walker", :version => Origami::VERSION, :copyright => "Copyright (C) 2010\nGuillaume Delugre <guillaume@security-labs.org>\nAll right reserved.", :comments => "A graphical PDF parser front-end", :license => File.read("#{File.dirname(__FILE__)}/COPYING") }) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
origami-1.2.4 | bin/gui/about.rb |