[lbpng16] Clarified licensing info in contrib/oss-fuzz/*
This commit is contained in:
parent
d2533b96f3
commit
735fde494a
@ -1,3 +1,6 @@
|
|||||||
Files in this directory are used by the oss-fuzz target for "fuzzing libpng.
|
Files in this directory are used by the oss-fuzz target for
|
||||||
They were originally licensed by google inc, using the Apache-2.0 license,
|
"fuzzing libpng. They were originally licensed by google inc,
|
||||||
which may be found at https://www.apache.org/licenses/LICENSE-2.0.
|
using the BSD-like Chromium license, which may be found at
|
||||||
|
https://cs.chromium.org/chromium/src/LICENSE
|
||||||
|
|
||||||
|
To do: exercise the progressive reader.
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
// libpng_read_fuzzer.cc
|
// libpng_read_fuzzer.cc
|
||||||
// Copyright 2017 Glenn Randers-Pehrson
|
// Copyright 2017 Glenn Randers-Pehrson
|
||||||
// Copyright 2015 The Chromium Authors. All rights reserved.
|
// Copyright 2015 The Chromium Authors. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that could
|
// Use of this source code is governed by a BSD-style license that may
|
||||||
// previously be found in a LICENSE file.
|
// be found in the LICENSE file https://cs.chromium.org/chromium/src/LICENSE
|
||||||
|
|
||||||
// The modifications by Glenn Randers-Pehrson include the addition of a
|
// The modifications by Glenn Randers-Pehrson include the addition of a
|
||||||
// PNG_CLEANUP macro and setting the option to ignore ADLER32 checksums.
|
// PNG_CLEANUP macro and setting the option to ignore ADLER32 checksums.
|
||||||
|
Loading…
Reference in New Issue
Block a user