Skip to content

Commit

Permalink
Add note to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Nov 13, 2024
1 parent 6abab54 commit 0181054
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
6. [Environment variables]
7. [Limitations]
8. [Tips and tricks]
9. [License]
9. [Semantic versioning policy]
10. [License]

## Installation

Expand Down Expand Up @@ -495,6 +496,10 @@ These options are incompatible in the following sense. If a fuzz target's argume

- [Serde attributes] can be helpful in implementing `serde::Serialize`/`serde::Deserialize` for difficult types.

## Semantic versioning policy

We reserve the right to change the format of corpora, crashes, hangs, and work queues, and to consider such changes non-breaking.

## License

`test-fuzz` is licensed and distributed under the AGPLv3 license with the [Macros and Inline Functions Exception]. In plain language, using the [`test_fuzz` macro], the [`test_fuzz_impl` macro], or `test-fuzz`'s [convenience functions and macros] in your software does not require it to be covered by the AGPLv3 license.
Expand Down

0 comments on commit 0181054

Please sign in to comment.