diff options
| author | d3v11 <d3v11@d3v11.ano> | 2011-11-25 23:21:28 +0000 | 
|---|---|---|
| committer | d3v11 <d3v11@d3v11.ano> | 2011-11-25 23:21:28 +0000 | 
| commit | d767f074c4182059b51c48995c6e4e3902228f4d (patch) | |
| tree | 85c196186b25074f215df3b8bee6c456d38f2b82 /contrib/splicex/src | |
| parent | 9cf9a87c268d278fa15d48be0e79fd9c63a37ea3 (diff) | |
| download | resdb-d767f074c4182059b51c48995c6e4e3902228f4d.tar.gz resdb-d767f074c4182059b51c48995c6e4e3902228f4d.zip | |
updated my software to resdb
Diffstat (limited to 'contrib/splicex/src')
| -rw-r--r-- | contrib/splicex/src/manual | 13 | ||||
| -rw-r--r-- | contrib/splicex/src/splicex.pyx | 12 | 
2 files changed, 0 insertions, 25 deletions
| diff --git a/contrib/splicex/src/manual b/contrib/splicex/src/manual index f11acc0..8453157 100644 --- a/contrib/splicex/src/manual +++ b/contrib/splicex/src/manual @@ -8,19 +8,6 @@                       .:Brute Force Utilities For GNU/Linux:. - -       SpliceX 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. - -       SpliceX 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. <http://www.gnu.org/licenses/> - - -  .SH  OPTIONS diff --git a/contrib/splicex/src/splicex.pyx b/contrib/splicex/src/splicex.pyx index 206cee6..abf9057 100644 --- a/contrib/splicex/src/splicex.pyx +++ b/contrib/splicex/src/splicex.pyx @@ -22,18 +22,6 @@ def HELP():      print('')      print('')      print('') -    print('   SpliceX is free software: you can redistribute it and/or modify it under ') -    print('   the terms of the GNU General Public License as published by the Free     ') -    print('   Software Foundation, either version 3 of the License, or (at your option)') -    print('   any later version.                                                       ') -    print('') -    print('   SpliceX is distributed in the hope that it will be useful, but WITHOUT   ') -    print('   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or    ') -    print('   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License    ') -    print('   for more details. <http://www.gnu.org/licenses/>                         ') -    print('') -    print('') -    print('')      print(Red + '   --help                ' + DefColour + 'Show help display and exit')      print('')      print(Red + '   --command             ' + DefColour + 'Parse passwords to this command') | 
