[libpng16] Update credits and copyright information about powerpc-vsx code
This commit is contained in:
parent
862a2858b0
commit
b475d0593c
1
LICENSE
1
LICENSE
@ -24,6 +24,7 @@ added to the list of Contributing Authors:
|
|||||||
James Yu
|
James Yu
|
||||||
Mandar Sahastrabuddhe
|
Mandar Sahastrabuddhe
|
||||||
Google Inc.
|
Google Inc.
|
||||||
|
Vadim Barkov
|
||||||
|
|
||||||
and with the following additions to the disclaimer:
|
and with the following additions to the disclaimer:
|
||||||
|
|
||||||
|
2
README
2
README
@ -182,7 +182,7 @@ Files in this distribution:
|
|||||||
powerpc => Contains optimized code for the PowerPC platform
|
powerpc => Contains optimized code for the PowerPC platform
|
||||||
contrib => Contributions
|
contrib => Contributions
|
||||||
arm-neon => Optimized code for ARM-NEON platform
|
arm-neon => Optimized code for ARM-NEON platform
|
||||||
powerpc => Optimized code for POWERPC-VSX platform
|
powerpc-vsx => Optimized code for POWERPC-VSX platform
|
||||||
examples => Example programs
|
examples => Example programs
|
||||||
gregbook => source code for PNG reading and writing, from
|
gregbook => source code for PNG reading and writing, from
|
||||||
Greg Roelofs' "PNG: The Definitive Guide",
|
Greg Roelofs' "PNG: The Definitive Guide",
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
/* contrib/powerpc-vsx/linux.c
|
/* contrib/powerpc-vsx/linux.c
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016 Glenn Randers-Pehrson
|
* Copyright (c) 2017 Glenn Randers-Pehrson
|
||||||
* Written by Vadim Barkov, 2017.
|
* Written by Vadim Barkov, 2017.
|
||||||
|
* Last changed in libpng 1.6.29 [(PENDING RELEASE)]
|
||||||
*
|
*
|
||||||
* This code is released under the libpng license.
|
* This code is released under the libpng license.
|
||||||
* For conditions of distribution and use, see the disclaimer
|
* For conditions of distribution and use, see the disclaimer
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
/* contrib/powerpc-vsx/linux_aux.c
|
/* contrib/powerpc-vsx/linux_aux.c
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016 Glenn Randers-Pehrson
|
* Copyright (c) 2017 Glenn Randers-Pehrson
|
||||||
* Written by Vadim Barkov, 2017.
|
* Written by Vadim Barkov, 2017.
|
||||||
|
* Last changed in libpng 1.6.29 [(PENDING RELEASE)]
|
||||||
*
|
*
|
||||||
* This code is released under the libpng license.
|
* This code is released under the libpng license.
|
||||||
* For conditions of distribution and use, see the disclaimer
|
* For conditions of distribution and use, see the disclaimer
|
||||||
|
1
libpng.3
1
libpng.3
@ -6062,6 +6062,7 @@ added to the list of Contributing Authors:
|
|||||||
James Yu
|
James Yu
|
||||||
Mandar Sahastrabuddhe
|
Mandar Sahastrabuddhe
|
||||||
Google Inc.
|
Google Inc.
|
||||||
|
Vadim Barkov
|
||||||
|
|
||||||
and with the following additions to the disclaimer:
|
and with the following additions to the disclaimer:
|
||||||
|
|
||||||
|
1
png.h
1
png.h
@ -39,6 +39,7 @@
|
|||||||
* James Yu
|
* James Yu
|
||||||
* Mandar Sahastrabuddhe
|
* Mandar Sahastrabuddhe
|
||||||
* Google Inc.
|
* Google Inc.
|
||||||
|
* Vadim Barkov
|
||||||
*
|
*
|
||||||
* and with the following additions to the disclaimer:
|
* and with the following additions to the disclaimer:
|
||||||
*
|
*
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/* filter_vsx_intrinsics.c - PowerPC optimised filter functions
|
/* filter_vsx_intrinsics.c - PowerPC optimised filter functions
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016 Glenn Randers-Pehrson
|
* Copyright (c) 2017 Glenn Randers-Pehrson
|
||||||
* Written by Vadim Barkov, 2017.
|
* Written by Vadim Barkov, 2017.
|
||||||
* Last changed in libpng 1.6.25 [September 1, 2016]
|
* Last changed in libpng 1.6.29 [(PENDING RELEASE)]
|
||||||
*
|
*
|
||||||
* This code is released under the libpng license.
|
* This code is released under the libpng license.
|
||||||
* For conditions of distribution and use, see the disclaimer
|
* For conditions of distribution and use, see the disclaimer
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
|
|
||||||
/* powerpc_init.c - POWERPC optimised filter functions
|
/* powerpc_init.c - POWERPC optimised filter functions
|
||||||
*
|
*
|
||||||
|
* Copyright (c) 2017 Glenn Randers-Pehrson
|
||||||
|
* Written by Vadim Barkov, 2017.
|
||||||
|
* Last changed in libpng 1.6.29 [(PENDING RELEASE)]
|
||||||
*
|
*
|
||||||
* This code is released under the libpng license.
|
* This code is released under the libpng license.
|
||||||
* For conditions of distribution and use, see the disclaimer
|
* For conditions of distribution and use, see the disclaimer
|
||||||
|
Loading…
Reference in New Issue
Block a user