[libpng14] Updated copyright year in recently-changed files.

This commit is contained in:
Glenn Randers-Pehrson
2013-12-31 21:00:59 -06:00
parent 2de869d310
commit 71011b7437
5 changed files with 14 additions and 11 deletions

View File

@@ -1,8 +1,8 @@
/* pngrtran.c - transforms the data in a row for PNG readers
*
* Last changed in libpng 1.4.11 [March 29, 2012]
* Copyright (c) 1998-2012 Glenn Randers-Pehrson
* Last changed in libpng 1.4.13 [January 1, 2014]
* Copyright (c) 1998-2014 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
*
@@ -910,7 +910,10 @@ png_init_read_transformations(png_structp png_ptr)
for (i=0; i<png_ptr->num_trans; i++)
{
if (png_ptr->trans_alpha[i] != 0 && png_ptr->trans_alpha[i] != 0xff)
{
k=1; /* Partial transparency is present */
break;
}
}
if (k == 0)
png_ptr->transformations &= ~PNG_GAMMA;