From 7f71478e9efd71eec9a0fd6e876fc66e9a0bbbdd Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 25 Jun 2009 08:23:08 -0500 Subject: [PATCH] Add license declaration at the top of pngcrush.h --- pngcrush.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pngcrush.h b/pngcrush.h index 6450100aa..4d8d1db85 100644 --- a/pngcrush.h +++ b/pngcrush.h @@ -1,5 +1,10 @@ /* pngcrush.h */ +/* + * This software is released under the zlib/libpng license (see LICENSE, + * in pngcrush.c). + */ + /* Special defines for pngcrush, mostly just to reduce the size of the static executable. */