perl scripts: add license and chmod +x

This commit is contained in:
philsmd 2020-06-10 12:02:33 +02:00
parent d9e54cd357
commit 9201909cd2
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF
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