Skip to content

Commit

Permalink
PDF Walker license is now GPL; bin/gui: Replaced hexdump panel by a G…
Browse files Browse the repository at this point in the history
…tk hexadecimal widget (still read-only).
  • Loading branch information
darko committed Nov 3, 2011
1 parent f2064f5 commit 72333b8
Show file tree
Hide file tree
Showing 16 changed files with 2,122 additions and 190 deletions.
9 changes: 5 additions & 4 deletions README
Expand Up @@ -37,12 +37,9 @@ DIRECTORIES
``bin/``
Useful tools based on Origami.

``tests/``
``test/``
Test case units.

``doc/``
Automated RubyDoc HTML documentation.

HOMEPAGE

http://aslr.fr/pages/Origami
Expand All @@ -57,6 +54,10 @@ LICENSE
This software is distributed under the LGPL license.
See the COPYING.LESSER file for more details.

Exception is for the PDF Walker graphical interface located in subdirectory
bin/gui, which is distributed under the GPL license.
See bin/gui/COPYING file for more details.

NOTES

It contains many bugs and many incomplete features. If you encounter a
Expand Down
674 changes: 674 additions & 0 deletions bin/gui/COPYING

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions bin/gui/about.rb
Expand Up @@ -4,22 +4,22 @@
about.rb
= Info
This file is part of Origami, PDF manipulation framework for Ruby
This file is part of PDF Walker, a graphical PDF file browser
Copyright (C) 2010 Guillaume Delugré <guillaume@security-labs.org>
All right reserved.
Origami is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
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.
Origami is distributed in the hope that it will be useful,
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 Lesser General Public License for more details.
GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with Origami. If not, see <http://www.gnu.org/licenses/>.
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

Expand All @@ -34,9 +34,9 @@ def about
:name => "PDF Walker",
:program_name => "PDF Walker",
:version => Origami::VERSION,
:copyright => "Copyright (C) 2010\nGuillaume Delugre, Sogeti-ESEC R&D <guillaume@security-labs.org>\nAll right reserved.",
: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.LESSER")
:license => File.read("#{File.dirname(__FILE__)}/COPYING")
})

end
Expand Down
14 changes: 7 additions & 7 deletions bin/gui/config.rb
Expand Up @@ -4,22 +4,22 @@
config.rb
= Info
This file is part of Origami, PDF manipulation framework for Ruby
This file is part of PDF Walker, a graphical PDF file browser
Copyright (C) 2010 Guillaume Delugré <guillaume@security-labs.org>
All right reserved.
Origami is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
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.
Origami is distributed in the hope that it will be useful,
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 Lesser General Public License for more details.
GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with Origami. If not, see <http://www.gnu.org/licenses/>.
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

Expand Down
14 changes: 7 additions & 7 deletions bin/gui/file.rb
Expand Up @@ -4,22 +4,22 @@
file.rb
= Info
This file is part of Origami, PDF manipulation framework for Ruby
This file is part of PDF Walker, a graphical PDF file browser
Copyright (C) 2010 Guillaume Delugré <guillaume@security-labs.org>
All right reserved.
Origami is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
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.
Origami is distributed in the hope that it will be useful,
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 Lesser General Public License for more details.
GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with Origami. If not, see <http://www.gnu.org/licenses/>.
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

Expand Down

0 comments on commit 72333b8

Please sign in to comment.