Header cleanups.
authorhpa <hpa>
Tue, 10 Apr 2001 04:11:32 +0000 (04:11 +0000)
committerhpa <hpa>
Tue, 10 Apr 2001 04:11:32 +0000 (04:11 +0000)
lss16toppm
ppmtolss16

index 513aa9e..8a9d59c 100755 (executable)
@@ -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 ) {
index efbd765..5a3bc97 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-#ident "$Id$"
+## $Id$
 ## -----------------------------------------------------------------------
 ##   
 ##   Copyright 2001 H. Peter Anvin - All Rights Reserved