summaryrefslogtreecommitdiff
path: root/bin2hex.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin2hex.pl')
-rwxr-xr-xbin2hex.pl7
1 files changed, 3 insertions, 4 deletions
diff --git a/bin2hex.pl b/bin2hex.pl
index 8fdc46bb..528c6325 100755
--- a/bin2hex.pl
+++ b/bin2hex.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl
## "$Id$"
## -----------------------------------------------------------------------
-##
+##
## Copyright 2003 H. Peter Anvin - All Rights Reserved
##
## Permission is hereby granted, free of charge, to any person
@@ -12,10 +12,10 @@
## sell copies of the Software, and to permit persons to whom
## the Software is furnished to do so, subject to the following
## conditions:
-##
+##
## The above copyright notice and this permission notice shall
## be included in all copies or substantial portions of the Software.
-##
+##
## THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
## EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
## OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
@@ -43,4 +43,3 @@ while ( read(STDIN,$ch,1) ) {
}
print "\n" if ( $len );
exit 0;
-