Clarify fuzzer license

The LICENSE file mentioned in fuzzer headers was meant to refer to the
main sane-airscan license, not a potentially separate fuzzer license.

Fixes #100.
This commit is contained in:
Benjamin Gordon
2020-11-23 11:40:11 -07:00
parent d12b1135bc
commit 7a4d9c1d6f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// See LICENSE for license terms and conditions.
// See the sane-airscan top-level LICENSE for license terms and conditions.
#include <fuzzer/FuzzedDataProvider.h>
+1 -1
View File
@@ -1,5 +1,5 @@
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// See LICENSE for license terms and conditions.
// See the sane-airscan top-level LICENSE for license terms and conditions.
#include <fuzzer/FuzzedDataProvider.h>
+1 -1
View File
@@ -1,5 +1,5 @@
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// See LICENSE for license terms and conditions.
// See the sane-airscan top-level LICENSE for license terms and conditions.
#include <cstddef>
#include <cstdint>