1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-02 02:41:35 +00:00

Merge pull request #2443 from philsmd/perl_file_add_license_and_chmod

perl scripts: add license and chmod +x
This commit is contained in:
Jens Steube 2020-06-11 13:01:40 +02:00 committed by GitHub
commit 5775231cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 114 additions and 19 deletions

View File

@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;

View File

@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;

View File

@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;

View File

@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;

View File

@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;

View File

@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;

View File

@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;

View File

@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;

View File

@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;

View File

@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;

View File

@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;

View File

@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;

View File

@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;

View File

@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;

View File

@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;

7
tools/code_generators/GEN_truncate_block_16x4_be.pl Normal file → Executable file
View File

@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;

7
tools/code_generators/GEN_truncate_block_16x4_le.pl Normal file → Executable file
View File

@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;

7
tools/code_generators/GEN_truncate_block_4x4_be.pl Normal file → Executable file
View File

@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;

7
tools/code_generators/GEN_truncate_block_4x4_le.pl Normal file → Executable file
View File

@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;

0
tools/securenotes2hashcat.pl Normal file → Executable file
View File