X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2Fsrc%2Futils%2Fmod.rs;h=937eee6b6b2d4879a3dda91b70070970a45d1037;hb=e6c922803f8d1f0303dd8a8f9300e32de55e1fc9;hp=a7d7c32d5503ba455892a014c18384faf4907878;hpb=e28fd78e67b92de9f42dae3636c5dbea5e9b1f86;p=rust-lightning diff --git a/fuzz/src/utils/mod.rs b/fuzz/src/utils/mod.rs index a7d7c32d..937eee6b 100644 --- a/fuzz/src/utils/mod.rs +++ b/fuzz/src/utils/mod.rs @@ -1 +1,11 @@ -pub(crate) mod test_logger; +// This file is Copyright its original authors, visible in version control +// history. +// +// This file is licensed under the Apache License, Version 2.0 or the MIT license +// , at your option. +// You may not use this file except in accordance with one or both of these +// licenses. + +pub mod test_logger; +pub mod test_persister;