diff options
author | Yann Collet <cyan@fb.com> | 2022-07-04 23:36:19 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2022-07-04 23:36:19 (GMT) |
commit | f745a01cfd6363093de97e6969661cbe99e2393d (patch) | |
tree | f2fc04812bb87723adb9da116ae02558029accdf | |
parent | 0af5edc87395084803bc70b529a758f6e69b97ff (diff) | |
download | lz4-f745a01cfd6363093de97e6969661cbe99e2393d.zip lz4-f745a01cfd6363093de97e6969661cbe99e2393d.tar.gz lz4-f745a01cfd6363093de97e6969661cbe99e2393d.tar.bz2 |
clarify yet another time what dual-license means
-rw-r--r-- | ossfuzz/fuzz_helpers.h | 3 | ||||
-rw-r--r-- | tests/roundTripTest.c | 4 |
2 files changed, 4 insertions, 3 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. */ /** diff --git a/tests/roundTripTest.c b/tests/roundTripTest.c index 233a745..3e9d6ed 100644 --- a/tests/roundTripTest.c +++ b/tests/roundTripTest.c @@ -4,8 +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). - * You may select, at your option, one of the above-listed licenses. + * 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. */ /* |