[libpng16] chore: Clean up the leading blank lines from all source files

The leading blank lines are apparently an artefact of an older source
control system.  They are not required and they look like accidents,
because starting a source file with a blank line is not a regular habit
of software developers nowadays.

This is a cherry-pick of commit 37cc20add8fb5b83bb5299a26cd3b41e0f776017
from branch 'libpng18'.

Signed-off-by: John Bowler <jbowler@acm.org>
Signed-off-by: Cosmin Truta <ctruta@gmail.com>
This commit is contained in:
John Bowler 2024-10-10 14:09:02 -07:00 committed by Cosmin Truta
parent f14d5fcd1e
commit d7d950e8bd
57 changed files with 0 additions and 57 deletions

View File

@ -1,4 +1,3 @@
# CMakeLists.txt - CMake lists for libpng # CMakeLists.txt - CMake lists for libpng
# #
# Copyright (c) 2018-2024 Cosmin Truta. # Copyright (c) 2018-2024 Cosmin Truta.

View File

@ -1,4 +1,3 @@
Installing libpng Installing libpng
Contents Contents

View File

@ -1,4 +1,3 @@
/* arm_init.c - NEON optimised filter functions /* arm_init.c - NEON optimised filter functions
* *
* Copyright (c) 2018-2022 Cosmin Truta * Copyright (c) 2018-2022 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* filter_neon.S - placeholder file /* filter_neon.S - placeholder file
* *
* Copyright (c) 2024 Cosmin Truta * Copyright (c) 2024 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* filter_neon_intrinsics.c - NEON optimised filter functions /* filter_neon_intrinsics.c - NEON optimised filter functions
* *
* Copyright (c) 2018 Cosmin Truta * Copyright (c) 2018 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* palette_neon_intrinsics.c - NEON optimised palette expansion functions /* palette_neon_intrinsics.c - NEON optimised palette expansion functions
* *
* Copyright (c) 2018-2019 Cosmin Truta * Copyright (c) 2018-2019 Cosmin Truta

View File

@ -1,4 +1,3 @@
This directory (contrib/examples) contains examples of libpng usage. This directory (contrib/examples) contains examples of libpng usage.
NO COPYRIGHT RIGHTS ARE CLAIMED TO ANY OF THE FILES IN THIS DIRECTORY. NO COPYRIGHT RIGHTS ARE CLAIMED TO ANY OF THE FILES IN THIS DIRECTORY.

View File

@ -1,4 +1,3 @@
/* pngimage.c /* pngimage.c
* *
* Copyright (c) 2021 Cosmin Truta * Copyright (c) 2021 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngstest.c /* pngstest.c
* *
* Copyright (c) 2021 Cosmin Truta * Copyright (c) 2021 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngunknown.c - test the read side unknown chunk handling /* pngunknown.c - test the read side unknown chunk handling
* *
* Copyright (c) 2021 Cosmin Truta * Copyright (c) 2021 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngvalid.c - validate libpng by constructing then reading png files. /* pngvalid.c - validate libpng by constructing then reading png files.
* *
* Copyright (c) 2021 Cosmin Truta * Copyright (c) 2021 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* readpng.c /* readpng.c
* *
* Copyright (c) 2013 John Cunningham Bowler * Copyright (c) 2013 John Cunningham Bowler

View File

@ -1,4 +1,3 @@
/* tarith.c /* tarith.c
* *
* Copyright (c) 2021 Cosmin Truta * Copyright (c) 2021 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* timepng.c /* timepng.c
* *
* Copyright (c) 2013,2016 John Cunningham Bowler * Copyright (c) 2013,2016 John Cunningham Bowler

View File

@ -1,4 +1,3 @@
/* contrib/mips-mmi/linux.c /* contrib/mips-mmi/linux.c
* *
* Copyright (c) 2024 Cosmin Truta * Copyright (c) 2024 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* contrib/mips-msa/linux.c /* contrib/mips-msa/linux.c
* *
* Copyright (c) 2020-2023 Cosmin Truta * Copyright (c) 2020-2023 Cosmin Truta

View File

@ -1,4 +1,3 @@
// libpng_read_fuzzer.cc // libpng_read_fuzzer.cc
// Copyright 2017-2018 Glenn Randers-Pehrson // Copyright 2017-2018 Glenn Randers-Pehrson
// Copyright 2015 The Chromium Authors. All rights reserved. // Copyright 2015 The Chromium Authors. All rights reserved.

View File

@ -1,4 +1,3 @@
This demonstrates the use of PNG_USER_CONFIG, pngusr.h and pngusr.dfa This demonstrates the use of PNG_USER_CONFIG, pngusr.h and pngusr.dfa
to build minimal decoder, encoder, and progressive reader applications. to build minimal decoder, encoder, and progressive reader applications.

View File

@ -1,4 +1,3 @@
pnm2png / png2pnm --- conversion from PBM/PGM/PPM-file to PNG-file pnm2png / png2pnm --- conversion from PBM/PGM/PPM-file to PNG-file
copyright (C) 1999-2019 by Willem van Schaik <willem at schaik dot com> copyright (C) 1999-2019 by Willem van Schaik <willem at schaik dot com>

View File

@ -1,4 +1,3 @@
pnm2png / png2pnm --- conversion from PBM/PGM/PPM-file to PNG-file pnm2png / png2pnm --- conversion from PBM/PGM/PPM-file to PNG-file
copyright (C) 1999-2019 by Willem van Schaik <willem at schaik dot com> copyright (C) 1999-2019 by Willem van Schaik <willem at schaik dot com>

View File

@ -1,4 +1,3 @@
pngsuite pngsuite
-------- --------
Copyright (c) Willem van Schaik, 1999, 2011, 2012 Copyright (c) Willem van Schaik, 1999, 2011, 2012

View File

@ -1,2 +1 @@
These images fail the "pngimage-quick" and "pngimage-full" tests. These images fail the "pngimage-quick" and "pngimage-full" tests.

View File

@ -1,4 +1,3 @@
#if 0 /* in case someone actually tries to compile this */ #if 0 /* in case someone actually tries to compile this */
/* example.c - an example of using libpng /* example.c - an example of using libpng

View File

@ -1,4 +1,3 @@
/* filter_sse2_intrinsics.c - SSE2 optimized filter functions /* filter_sse2_intrinsics.c - SSE2 optimized filter functions
* *
* Copyright (c) 2018 Cosmin Truta * Copyright (c) 2018 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* intel_init.c - SSE2 optimized filter functions /* intel_init.c - SSE2 optimized filter functions
* *
* Copyright (c) 2018 Cosmin Truta * Copyright (c) 2018 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* filter_msa_intrinsics.c - MSA optimised filter functions /* filter_msa_intrinsics.c - MSA optimised filter functions
* *
* Copyright (c) 2018-2024 Cosmin Truta * Copyright (c) 2018-2024 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* mips_init.c - MSA optimised filter functions /* mips_init.c - MSA optimised filter functions
* *
* Copyright (c) 2018-2024 Cosmin Truta * Copyright (c) 2018-2024 Cosmin Truta

1
png.c
View File

@ -1,4 +1,3 @@
/* png.c - location for general purpose libpng functions /* png.c - location for general purpose libpng functions
* *
* Copyright (c) 2018-2024 Cosmin Truta * Copyright (c) 2018-2024 Cosmin Truta

1
png.h
View File

@ -1,4 +1,3 @@
/* png.h - header file for PNG reference library /* png.h - header file for PNG reference library
* *
* libpng version 1.6.45.git * libpng version 1.6.45.git

View File

@ -1,4 +1,3 @@
/* pngconf.h - machine-configurable file for libpng /* pngconf.h - machine-configurable file for libpng
* *
* libpng version 1.6.45.git * libpng version 1.6.45.git

View File

@ -1,4 +1,3 @@
/* pngdebug.h - Debugging macros for libpng, also used in pngtest.c /* pngdebug.h - Debugging macros for libpng, also used in pngtest.c
* *
* Copyright (c) 2018 Cosmin Truta * Copyright (c) 2018 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngerror.c - stub functions for i/o and memory allocation /* pngerror.c - stub functions for i/o and memory allocation
* *
* Copyright (c) 2018-2024 Cosmin Truta * Copyright (c) 2018-2024 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngget.c - retrieval of values from info struct /* pngget.c - retrieval of values from info struct
* *
* Copyright (c) 2018-2024 Cosmin Truta * Copyright (c) 2018-2024 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pnginfo.h - header file for PNG reference library /* pnginfo.h - header file for PNG reference library
* *
* Copyright (c) 2018 Cosmin Truta * Copyright (c) 2018 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngmem.c - stub functions for memory allocation /* pngmem.c - stub functions for memory allocation
* *
* Copyright (c) 2018 Cosmin Truta * Copyright (c) 2018 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngpread.c - read a png file in push mode /* pngpread.c - read a png file in push mode
* *
* Copyright (c) 2018-2024 Cosmin Truta * Copyright (c) 2018-2024 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngpriv.h - private declarations for use inside libpng /* pngpriv.h - private declarations for use inside libpng
* *
* Copyright (c) 2018-2024 Cosmin Truta * Copyright (c) 2018-2024 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngread.c - read a PNG file /* pngread.c - read a PNG file
* *
* Copyright (c) 2018-2024 Cosmin Truta * Copyright (c) 2018-2024 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngrio.c - functions for data input /* pngrio.c - functions for data input
* *
* Copyright (c) 2018 Cosmin Truta * Copyright (c) 2018 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngrtran.c - transforms the data in a row for PNG readers /* pngrtran.c - transforms the data in a row for PNG readers
* *
* Copyright (c) 2018-2024 Cosmin Truta * Copyright (c) 2018-2024 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngrutil.c - utilities to read a PNG file /* pngrutil.c - utilities to read a PNG file
* *
* Copyright (c) 2018-2024 Cosmin Truta * Copyright (c) 2018-2024 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngset.c - storage of image information into info struct /* pngset.c - storage of image information into info struct
* *
* Copyright (c) 2018-2024 Cosmin Truta * Copyright (c) 2018-2024 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngstruct.h - header file for PNG reference library /* pngstruct.h - header file for PNG reference library
* *
* Copyright (c) 2018-2022 Cosmin Truta * Copyright (c) 2018-2022 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngtest.c - a test program for libpng /* pngtest.c - a test program for libpng
* *
* Copyright (c) 2018-2024 Cosmin Truta * Copyright (c) 2018-2024 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngtrans.c - transforms the data in a row (used by both readers and writers) /* pngtrans.c - transforms the data in a row (used by both readers and writers)
* *
* Copyright (c) 2018-2024 Cosmin Truta * Copyright (c) 2018-2024 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngwio.c - functions for data output /* pngwio.c - functions for data output
* *
* Copyright (c) 2018 Cosmin Truta * Copyright (c) 2018 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngwrite.c - general routines to write a PNG file /* pngwrite.c - general routines to write a PNG file
* *
* Copyright (c) 2018-2024 Cosmin Truta * Copyright (c) 2018-2024 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngwtran.c - transforms the data in a row for PNG writers /* pngwtran.c - transforms the data in a row for PNG writers
* *
* Copyright (c) 2018 Cosmin Truta * Copyright (c) 2018 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* pngwutil.c - utilities to write a PNG file /* pngwutil.c - utilities to write a PNG file
* *
* Copyright (c) 2018-2024 Cosmin Truta * Copyright (c) 2018-2024 Cosmin Truta

View File

@ -1,4 +1,3 @@
/* powerpc_init.c - POWERPC optimised filter functions /* powerpc_init.c - POWERPC optimised filter functions
* *
* Copyright (c) 2018 Cosmin Truta * Copyright (c) 2018 Cosmin Truta

View File

@ -1,4 +1,3 @@
cc_defs = /inc=$(ZLIBSRC) cc_defs = /inc=$(ZLIBSRC)
c_deb = c_deb =

View File

@ -1,4 +1,3 @@
/* intprefix.c - generate an unprefixed internal symbol list /* intprefix.c - generate an unprefixed internal symbol list
* *
* Copyright (c) 2013-2014 Glenn Randers-Pehrson * Copyright (c) 2013-2014 Glenn Randers-Pehrson

View File

@ -1,4 +1,3 @@
usage() usage()
{ {
cat <<EOF cat <<EOF

View File

@ -1,4 +1,3 @@
/* prefix.c - generate an unprefixed symbol list /* prefix.c - generate an unprefixed symbol list
* *
* Copyright (c) 2013-2014 Glenn Randers-Pehrson * Copyright (c) 2013-2014 Glenn Randers-Pehrson

View File

@ -1,4 +1,3 @@
/* sym.c - define format of libpng.sym /* sym.c - define format of libpng.sym
* *
* Copyright (c) 2011-2014 Glenn Randers-Pehrson * Copyright (c) 2011-2014 Glenn Randers-Pehrson

View File

@ -1,4 +1,3 @@
/* symbols.c - find all exported symbols /* symbols.c - find all exported symbols
* *
* Copyright (c) 2011-2014 Glenn Randers-Pehrson * Copyright (c) 2011-2014 Glenn Randers-Pehrson

View File

@ -1,4 +1,3 @@
/* vers.c - define format of libpng.vers /* vers.c - define format of libpng.vers
* *
* Copyright (c) 2011-2014 Glenn Randers-Pehrson * Copyright (c) 2011-2014 Glenn Randers-Pehrson