X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2Fsrc%2Futils%2Fmod.rs;h=937eee6b6b2d4879a3dda91b70070970a45d1037;hb=ee17faff904b0be91902b64e2fbcb05f9db28a51;hp=a7d7c32d5503ba455892a014c18384faf4907878;hpb=be677dc4f44fb8ec793d9280fada8b9a0ea833f8;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;