Regenerate auto-generated bindings with license info and new upstream
[ldk-c-bindings] / lightning-c-bindings / src / util / mod.rs
index 8e5bf04b86e4ba7c9de80137394ebc72e87fdfc5..49003dc7762ecde6b5f7c59f96a2da24e11467bd 100644 (file)
@@ -1,3 +1,11 @@
+// This file is Copyright its original authors, visible in version control
+// history and in the source files from which this was generated.
+//
+// This file is licensed under the license available in the LICENSE or LICENSE.md
+// file in the root of this repository or, if no such file exists, the same
+// license as that which applies to the original source files from which this
+// source was automatically generated.
+
 //! Some utility modules live here. See individual sub-modules for more info.
 
 use std::ffi::c_void;
@@ -7,6 +15,5 @@ use crate::c_types::*;
 pub mod events;
 pub mod errors;
 pub mod ser;
-pub mod macro_logger;
 pub mod logger;
 pub mod config;