diff --git a/scripts/txt2html b/scripts/txt2html
index dcc3992..cbb5e36 100644
--- a/scripts/txt2html
+++ b/scripts/txt2html
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
use 5.006_001;
use strict;
##---------------------------------------------------------------------------##
@@ -793,6 +793,7 @@ based on txt2html by Seth Golub
Original txt2html script copyright (c) 1994-2000 Seth Golub seth AT aigeek.com
Copyright (c) 2002-2005 Kathryn Andersen
+Copyright (c) 2018 Joao Eriberto Mota Filho
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.