diff --git a/LICENSE b/LICENSE index 296b039a46..ad98ff22cc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2023 draganrakita +Copyright (c) 2021-2024 draganrakita Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 857c9161f6..672097ecc8 100644 --- a/README.md +++ b/README.md @@ -132,4 +132,4 @@ mdbook serve documentation There is public telegram group: https://t.me/+Ig4WDWOzikA3MzA0 -Or if you want to hire me or contact me directly, here is my email: dragan0rakita@gmail.com and telegram: https://t.me/draganrakita +Or if you want to contact me directly, here is my email: dragan0rakita@gmail.com and telegram: https://t.me/draganrakita \ No newline at end of file diff --git a/bins/revm-test/LICENSE b/bins/revm-test/LICENSE new file mode 100644 index 0000000000..ad98ff22cc --- /dev/null +++ b/bins/revm-test/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021-2024 draganrakita + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/bins/revme/LICENSE b/bins/revme/LICENSE index 43a74c64d1..ad98ff22cc 100644 --- a/bins/revme/LICENSE +++ b/bins/revme/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 draganrakita +Copyright (c) 2021-2024 draganrakita Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crates/interpreter/LICENSE b/crates/interpreter/LICENSE index 43a74c64d1..ad98ff22cc 100644 --- a/crates/interpreter/LICENSE +++ b/crates/interpreter/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 draganrakita +Copyright (c) 2021-2024 draganrakita Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crates/precompile/LICENSE b/crates/precompile/LICENSE index 43a74c64d1..ad98ff22cc 100644 --- a/crates/precompile/LICENSE +++ b/crates/precompile/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 draganrakita +Copyright (c) 2021-2024 draganrakita Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crates/primitives/LICENSE b/crates/primitives/LICENSE index 43a74c64d1..ad98ff22cc 100644 --- a/crates/primitives/LICENSE +++ b/crates/primitives/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 draganrakita +Copyright (c) 2021-2024 draganrakita Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crates/revm/LICENSE b/crates/revm/LICENSE index 43a74c64d1..ad98ff22cc 100644 --- a/crates/revm/LICENSE +++ b/crates/revm/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 draganrakita +Copyright (c) 2021-2024 draganrakita Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crates/revm/src/lib.rs b/crates/revm/src/lib.rs index 350d208342..2b2b161174 100644 --- a/crates/revm/src/lib.rs +++ b/crates/revm/src/lib.rs @@ -1,4 +1,4 @@ -#![doc = include_str!("../../../README.md")] +#![doc = "Revm is a Rust EVM implementation."] #![warn(rustdoc::all, unreachable_pub)] #![allow(rustdoc::bare_urls)] #![cfg_attr(not(test), warn(unused_crate_dependencies))]