summaryrefslogtreecommitdiffstats
path: root/ossfuzz/fuzz_helpers.h
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2022-07-04 23:36:19 (GMT)
committerYann Collet <cyan@fb.com>2022-07-04 23:36:19 (GMT)
commitf745a01cfd6363093de97e6969661cbe99e2393d (patch)
treef2fc04812bb87723adb9da116ae02558029accdf /ossfuzz/fuzz_helpers.h
parent0af5edc87395084803bc70b529a758f6e69b97ff (diff)
downloadlz4-f745a01cfd6363093de97e6969661cbe99e2393d.zip
lz4-f745a01cfd6363093de97e6969661cbe99e2393d.tar.gz
lz4-f745a01cfd6363093de97e6969661cbe99e2393d.tar.bz2
clarify yet another time what dual-license means
Diffstat (limited to 'ossfuzz/fuzz_helpers.h')
-rw-r--r--ossfuzz/fuzz_helpers.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ossfuzz/fuzz_helpers.h b/ossfuzz/fuzz_helpers.h
index aae359e..efd9acf 100644
--- a/ossfuzz/fuzz_helpers.h
+++ b/ossfuzz/fuzz_helpers.h
@@ -4,7 +4,8 @@
*
* This source code is licensed under both the BSD-style license (found in the
* LICENSE file in the root directory of this source tree) and the GPLv2 (found
- * in the COPYING file in the root directory of this source tree).
+ * in the COPYING file in the root directory of this source tree),
+ * meaning you may select, at your option, one of the above-listed licenses.
*/
/**