[lbpng16] Clarified licensing info in contrib/oss-fuzz/*
diff --git a/contrib/oss-fuzz/README.txt b/contrib/oss-fuzz/README.txt
index 3e81bb7..6e2451b 100644
--- a/contrib/oss-fuzz/README.txt
+++ b/contrib/oss-fuzz/README.txt
@@ -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.
diff --git a/contrib/oss-fuzz/libpng_read_fuzzer.cc b/contrib/oss-fuzz/libpng_read_fuzzer.cc
index 0dbdcfa..e7773ea 100644
--- a/contrib/oss-fuzz/libpng_read_fuzzer.cc
+++ b/contrib/oss-fuzz/libpng_read_fuzzer.cc
@@ -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.