From 1932e16c21c5a881559f99316d1adb63b94b9df8 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Fri, 25 Sep 2015 18:37:44 -0500 Subject: [PATCH] [libpng17] Restored license output to pngstest.c --- contrib/libtests/pngstest.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/libtests/pngstest.c b/contrib/libtests/pngstest.c index 2e4f617c5..44267b4fb 100644 --- a/contrib/libtests/pngstest.c +++ b/contrib/libtests/pngstest.c @@ -3577,6 +3577,10 @@ main(int argc, char **argv) printf(" *\n"); printf(" * BUILT USING:" PNG_HEADER_VERSION_STRING); printf(" *\n"); + printf(" * This code is released under the libpng license.\n"); + printf(" * For conditions of distribution and use, see the disclaimer\n"); + printf(" * and license in png.h\n"); + printf(" *\n"); printf(" * THIS IS A MACHINE GENERATED FILE: do not edit it directly!\n"); printf(" * Instead run:\n"); printf(" *\n");