X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lss16toppm;h=18b7f64216c4ba3944fa48a12b33ea68436ebd74;hb=563282ba35f77792f1734a4724386938f330f514;hp=225bc9468fbc9ae77d9d4ab4e9e49ae2337d7362;hpb=ab40c49bff59eaea97880151ba736c67f2eb4f86;p=profile%2Fivi%2Fsyslinux.git diff --git a/lss16toppm b/lss16toppm index 225bc94..18b7f64 100755 --- a/lss16toppm +++ b/lss16toppm @@ -1,14 +1,13 @@ #!/usr/bin/perl -## $Id$ ## ----------------------------------------------------------------------- -## -## Copyright 2001 H. Peter Anvin - All Rights Reserved +## +## Copyright 2001-2008 H. Peter Anvin - All Rights Reserved ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by -## the Free Software Foundation, Inc., 675 Mass Ave, Cambridge MA 02139, -## USA; either version 2 of the License, or (at your option) any later -## version; incorporated herein by reference. +## the Free Software Foundation, Inc., 53 Temple Place Ste 330, +## Boston MA 02111-1307, USA; either version 2 of the License, or +## (at your option) any later version; incorporated herein by reference. ## ## ----------------------------------------------------------------------- @@ -24,6 +23,8 @@ ## eval { use bytes; }; +eval { binmode STDIN; }; +eval { binmode STDOUT; }; $map = 0; foreach $arg ( @ARGV ) {