chore: Noted about code origin (#278)

This commit is contained in:
rakita
2022-11-28 18:26:36 +01:00
committed by GitHub
parent 993123390f
commit 96afa2d41d
4 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
## RLP derive crate
Forked from an earlier Apache licenced version of the `fastrlp-derive` crate, before it changed licence to GPL.
Forked from an earlier Apache licenced version of the `fastrlp-derive` crate, before it changed licence to GPL.
NOTE: The Rust fastrlp implementation is itself a port of the [Golang Apache licensed fastrlp](https://github.com/umbracle/fastrlp)

View File

@@ -1,3 +1,4 @@
## RLP encoder/decoder
Forked from an earlier Apache licenced version of the `fastrlp` crate, before it changed licence to GPL.
Forked from an earlier Apache licenced version of the `fastrlp` crate, before it changed licence to GPL.
NOTE: The Rust fastrlp implementation is itself a port of the [Golang Apache licensed fastrlp](https://github.com/umbracle/fastrlp)

View File

@@ -1,7 +1,11 @@
# libmdbx-rs
Rust bindings for [libmdbx](https://libmdbx.dqdkfa.ru).
Forked from an earlier Apache licenced version of the `libmdbx-rs` crate, before it changed licence to GPL.
NOTE: Most of the repo came from lmdb-rs bindings: https://github.com/mozilla/lmdb-rs.
## Updating the libmdbx Version
To update the libmdbx version you must clone it and copy the `dist/` folder in `mdbx-sys/`.

View File

@@ -1,4 +1,5 @@
//! EIP-2124 implementation based on <https://eips.ethereum.org/EIPS/eip-2124>.
//! Previously version of apache licenced: https://crates.io/crates/ethereum-forkid
#![deny(missing_docs)]
#![allow(clippy::redundant_else, clippy::too_many_lines)]