about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-11-03 18:44:27 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-11-03 18:44:27 +0000
commit90a97cde7275cd9995a261f3308a6c95a76d6df7 (patch)
tree04c98d1ec9a7779fef3e42a7bb9485bd38712503 /converter/other
parentd96bde81debfc04437c0c18ff9949459732efe79 (diff)
downloadnetpbm-mirror-90a97cde7275cd9995a261f3308a6c95a76d6df7.tar.gz
netpbm-mirror-90a97cde7275cd9995a261f3308a6c95a76d6df7.tar.xz
netpbm-mirror-90a97cde7275cd9995a261f3308a6c95a76d6df7.zip
add copyright disclaimer
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@453 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/pamtopam.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/converter/other/pamtopam.c b/converter/other/pamtopam.c
index d1a88fd6..4630fb9f 100644
--- a/converter/other/pamtopam.c
+++ b/converter/other/pamtopam.c
@@ -1,11 +1,15 @@
-/*----------------------------------------------------------------------------
+/*=============================================================================
                                pamtopam
-------------------------------------------------------------------------------
+===============================================================================
   Part of the Netpbm package.
 
   Copy PAM and PNM (i.e. PBM, PGM, or PPM) images from Standard Input
   to Standard Output (while converting PNM images to PAM)
------------------------------------------------------------------------------*/
+
+  By Paul Bolle October 2007.
+
+  Contributed to the public domain by its author.
+=============================================================================*/
 
 #include "pm_c_util.h"
 #include "pam.h"