X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=fuzz%2Fsrc%2Futils%2Fmod.rs;h=937eee6b6b2d4879a3dda91b70070970a45d1037;hb=e6c922803f8d1f0303dd8a8f9300e32de55e1fc9;hp=79dc5d24b5adce0291259c2b2624668232870ad1;hpb=0d755456328d68151cdb66a1d8280912de7eb50c;p=rust-lightning diff --git a/fuzz/src/utils/mod.rs b/fuzz/src/utils/mod.rs index 79dc5d24..937eee6b 100644 --- a/fuzz/src/utils/mod.rs +++ b/fuzz/src/utils/mod.rs @@ -1 +1,11 @@ +// 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;