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
20 changed files with 114 additions and 19 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
+6 -1
View File
@@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
+6 -1
View File
@@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
+6 -1
View File
@@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
+6 -1
View File
@@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
+6 -1
View File
@@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
+6 -1
View File
@@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
+6 -1
View File
@@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
+6 -1
View File
@@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
+6 -1
View File
@@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
+6 -1
View File
@@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
+6 -1
View File
@@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
+6 -1
View File
@@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
+6 -1
View File
@@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
+6 -1
View File
@@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
+6 -1
View File
@@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
+6 -1
View File
@@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
+6 -1
View File
@@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
+6 -1
View File
@@ -1,4 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/env perl
##
## Author......: See docs/credits.txt
## License.....: MIT
##
use strict;
use warnings;
Regular → Executable
View File