diff options
author | hpa <hpa> | 2001-04-10 04:11:32 +0000 |
---|---|---|
committer | hpa <hpa> | 2001-04-10 04:11:32 +0000 |
commit | 4b61beeb603e0c18d5383682dcd854041396430e (patch) | |
tree | 9d1202e7296191a6e9e678e95446de41cd0d9f5d /lss16toppm | |
parent | 102ce8e80c65917f44d55bbca61a5bfe28e0c43b (diff) | |
download | syslinux-4b61beeb603e0c18d5383682dcd854041396430e.tar.gz |
Header cleanups.
Diffstat (limited to 'lss16toppm')
-rwxr-xr-x | lss16toppm | 32 |
1 files changed, 23 insertions, 9 deletions
@@ -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 ) { |