summaryrefslogtreecommitdiff
path: root/lss16toppm
diff options
context:
space:
mode:
authorhpa <hpa>2001-04-10 04:11:32 +0000
committerhpa <hpa>2001-04-10 04:11:32 +0000
commit4b61beeb603e0c18d5383682dcd854041396430e (patch)
tree9d1202e7296191a6e9e678e95446de41cd0d9f5d /lss16toppm
parent102ce8e80c65917f44d55bbca61a5bfe28e0c43b (diff)
downloadsyslinux-4b61beeb603e0c18d5383682dcd854041396430e.tar.gz
Header cleanups.
Diffstat (limited to 'lss16toppm')
-rwxr-xr-xlss16toppm32
1 files changed, 23 insertions, 9 deletions
diff --git a/lss16toppm b/lss16toppm
index 513aa9e8..8a9d59cd 100755
--- a/lss16toppm
+++ b/lss16toppm
@@ -1,13 +1,27 @@
#!/usr/bin/perl
-#
-# Convert an LSS-16 image to PPM
-#
-# Usage:
-#
-# lss16toppm [-map] < file.lss > file.ppm
-#
-# The -map causes the color map to be output on stderr.
-#
+## $Id$
+## -----------------------------------------------------------------------
+##
+## Copyright 2001 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.
+##
+## -----------------------------------------------------------------------
+
+##
+## lss16toppm:
+## Convert an LSS-16 image to PPM
+##
+## Usage:
+##
+## lss16toppm [-map] < file.lss > file.ppm
+##
+## The -map causes the color map to be output on stderr.
+##
$map = 0;
foreach $arg ( @ARGV ) {