From 69f2152c0fecd2f7b0ac64d94b6b0babef65097e Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sat, 19 Sep 2015 20:18:49 -0500 Subject: [PATCH] [libpng17] Added license info to pngstest-errors.h and its generator. --- contrib/libtests/pngstest-errors.h | 4 ++++ contrib/libtests/pngstest.c | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/contrib/libtests/pngstest-errors.h b/contrib/libtests/pngstest-errors.h index e3c9fcde2..b818fd497 100644 --- a/contrib/libtests/pngstest-errors.h +++ b/contrib/libtests/pngstest-errors.h @@ -2,6 +2,10 @@ * * BUILT USING: libpng version 1.7.0beta66 - September 18, 2015 * + * This code is released under the libpng license. + * For conditions of distribution and use, see the disclaimer + * and license in png.h + * * THIS IS A MACHINE GENERATED FILE: do not edit it directly! * Instead run: * diff --git a/contrib/libtests/pngstest.c b/contrib/libtests/pngstest.c index 2176174e7..44267b4fb 100644 --- a/contrib/libtests/pngstest.c +++ b/contrib/libtests/pngstest.c @@ -3,7 +3,7 @@ * * Copyright (c) 2013-2015 John Cunningham Bowler * - * Last changed in libpng 1.6.18 [July 23, 2015] + * Last changed in libpng 1.6.19 [(PENDING RELEASE)] * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer @@ -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");