diff options
Diffstat (limited to 'libpng/powerpc/powerpc_init.c')
-rw-r--r-- | libpng/powerpc/powerpc_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpng/powerpc/powerpc_init.c b/libpng/powerpc/powerpc_init.c index 07016177..54426c55 100644 --- a/libpng/powerpc/powerpc_init.c +++ b/libpng/powerpc/powerpc_init.c @@ -1,14 +1,15 @@ /* powerpc_init.c - POWERPC optimised filter functions * + * Copyright (c) 2018 Cosmin Truta * Copyright (c) 2017 Glenn Randers-Pehrson * Written by Vadim Barkov, 2017. - * Last changed in libpng 1.6.29 [March 16, 2017] * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer * and license in png.h */ + /* Below, after checking __linux__, various non-C90 POSIX 1003.1 functions are * called. */ |