[lbpng16] Clarified licensing info in contrib/oss-fuzz/*

This commit is contained in:
Glenn Randers-Pehrson 2017-08-21 20:34:26 -05:00
parent d2533b96f3
commit 735fde494a
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,6 @@
Files in this directory are used by the oss-fuzz target for "fuzzing libpng.
They were originally licensed by google inc, using the Apache-2.0 license,
which may be found at https://www.apache.org/licenses/LICENSE-2.0.
Files in this directory are used by the oss-fuzz target for
"fuzzing libpng. They were originally licensed by google inc,
using the BSD-like Chromium license, which may be found at
https://cs.chromium.org/chromium/src/LICENSE
To do: exercise the progressive reader.

View File

@ -2,8 +2,8 @@
// libpng_read_fuzzer.cc
// Copyright 2017 Glenn Randers-Pehrson
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that could
// previously be found in a LICENSE file.
// Use of this source code is governed by a BSD-style license that may
// be found in the LICENSE file https://cs.chromium.org/chromium/src/LICENSE
// The modifications by Glenn Randers-Pehrson include the addition of a
// PNG_CLEANUP macro and setting the option to ignore ADLER32 checksums.