Skip to content

Commit

Permalink
Shrink license section of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard authored Oct 21, 2024
1 parent cca9ab1 commit 7fd3f11
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -128,21 +128,19 @@ for the `Primes` struct.
`rkyv`: derives the `Serialize`, `Deserialize`, and `Archive` traits from the
[`rkyv`](https://crates.io/crates/rkyv) crate for the `Primes` struct.

## License
<br>

Licensed under either of
### License

- Apache License, Version 2.0 ([LICENSE-APACHE](https://github.com/JSorngard/const-primes/blob/main/LICENSE-APACHE)
or <http://www.apache.org/licenses/LICENSE-2.0>).
- MIT license ([LICENSE-MIT](https://github.com/JSorngard/const-primes/blob/main/LICENSE-MIT)
or <http://opensource.org/licenses/MIT>).
<sup>
Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
</sup>

at your option.

## Contribution

Contributions are welcome!
<br>

<sub>
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.
</sub>

0 comments on commit 7fd3f11

Please sign in to comment.