Builder for creating static invoices from offers
[rust-lightning] / lightning / src / util / async_poll.rs
index 979d906392d7ad2442a5b369e521c1e83511fcec..7a368af7baebaec3e2dd24a2aff6b5c0c34af76b 100644 (file)
@@ -1,4 +1,13 @@
-//! Somse utilities to make working with std Futures easier
+// This file is Copyright its original authors, visible in version control
+// history.
+//
+// This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE
+// or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
+// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
+// You may not use this file except in accordance with one or both of these
+// licenses.
+
+//! Some utilities to make working with the standard library's [`Future`]s easier
 
 use crate::prelude::*;
 use core::future::Future;